models.kinesisvideo-2017-09-30-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "listTagsForStream", "describeStream" ],
"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" : [ "listStreams" ]
},
"metadata" : {
"apiVersion" : "2017-09-30",
"asyncBuilder" : "DefaultKinesisVideoAsyncClientBuilder",
"asyncBuilderInterface" : "KinesisVideoAsyncClientBuilder",
"asyncClient" : "DefaultKinesisVideoAsyncClient",
"asyncInterface" : "KinesisVideoAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultKinesisVideoBaseClientBuilder",
"baseBuilderInterface" : "KinesisVideoBaseClientBuilder",
"baseExceptionName" : "KinesisVideoException",
"baseRequestName" : "KinesisVideoRequest",
"baseResponseName" : "KinesisVideoResponse",
"cborProtocol" : false,
"clientPackageName" : "kinesisvideo",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Kinesis Video",
"documentation" : "",
"endpointPrefix" : "kinesisvideo",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.kinesisvideo",
"fullModelPackageName" : "software.amazon.awssdk.services.kinesisvideo.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.kinesisvideo.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.kinesisvideo.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.kinesisvideo.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "kinesisvideo.model",
"paginatorsPackageName" : "kinesisvideo.paginators",
"protocol" : "rest-json",
"queryProtocol" : false,
"requestTransformPackageName" : "kinesisvideo.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Kinesis Video",
"serviceName" : "KinesisVideo",
"signingName" : "kinesisvideo",
"syncBuilder" : "DefaultKinesisVideoClientBuilder",
"syncBuilderInterface" : "KinesisVideoClientBuilder",
"syncClient" : "DefaultKinesisVideoClient",
"syncInterface" : "KinesisVideoClient",
"transformPackageName" : "kinesisvideo.transform",
"uid" : "kinesisvideo-2017-09-30",
"xmlProtocol" : false
},
"operations" : {
"CreateSignalingChannel" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a signaling channel.
CreateSignalingChannel
is an asynchronous operation.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccountChannelLimitExceededException",
"documentation" : "You have reached the maximum limit of active signaling channels for this AWS account in this region.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The stream is currently not available for this operation.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to perform this operation.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "TagsPerResourceExceededLimitException",
"documentation" : "You have exceeded the limit of tags that you can associate with the resource. Kinesis video streams support up to 50 tags.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSignalingChannelRequest",
"variableName" : "createSignalingChannelRequest",
"variableType" : "CreateSignalingChannelRequest",
"documentation" : "",
"simpleType" : "CreateSignalingChannelRequest",
"variableSetterType" : "CreateSignalingChannelRequest"
},
"methodName" : "createSignalingChannel",
"operationName" : "CreateSignalingChannel",
"paginated" : false,
"returnType" : {
"returnType" : "CreateSignalingChannelResponse",
"documentation" : null
},
"syncReturnType" : "CreateSignalingChannelResponse"
},
"CreateStream" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new Kinesis video stream.
When you create a new stream, Kinesis Video Streams assigns it a version number. When you change the stream's metadata, Kinesis Video Streams updates the version.
CreateStream
is an asynchronous operation.
For information about how the service works, see How it Works.
You must have permissions for the KinesisVideo:CreateStream
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccountStreamLimitExceededException",
"documentation" : "The number of streams created for the account is too high.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "DeviceStreamLimitExceededException",
"documentation" : "Not implemented.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The stream is currently not available for this operation.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidDeviceException",
"documentation" : "Not implemented.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "TagsPerResourceExceededLimitException",
"documentation" : "You have exceeded the limit of tags that you can associate with the resource. Kinesis video streams support up to 50 tags.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateStreamRequest",
"variableName" : "createStreamRequest",
"variableType" : "CreateStreamRequest",
"documentation" : "",
"simpleType" : "CreateStreamRequest",
"variableSetterType" : "CreateStreamRequest"
},
"methodName" : "createStream",
"operationName" : "CreateStream",
"paginated" : false,
"returnType" : {
"returnType" : "CreateStreamResponse",
"documentation" : null
},
"syncReturnType" : "CreateStreamResponse"
},
"DeleteSignalingChannel" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a specified signaling channel. DeleteSignalingChannel
is an asynchronous operation. If you don't specify the channel's current version, the most recent version is deleted.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to perform this operation.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "VersionMismatchException",
"documentation" : "The stream version that you specified is not the latest version. To get the latest version, use the DescribeStream API.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSignalingChannelRequest",
"variableName" : "deleteSignalingChannelRequest",
"variableType" : "DeleteSignalingChannelRequest",
"documentation" : "",
"simpleType" : "DeleteSignalingChannelRequest",
"variableSetterType" : "DeleteSignalingChannelRequest"
},
"methodName" : "deleteSignalingChannel",
"operationName" : "DeleteSignalingChannel",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSignalingChannelResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSignalingChannelResponse"
},
"DeleteStream" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a Kinesis video stream and the data contained in the stream.
This method marks the stream for deletion, and makes the data in the stream inaccessible immediately.
To ensure that you have the latest version of the stream before deleting it, you can specify the stream version. Kinesis Video Streams assigns a version to each stream. When you update a stream, Kinesis Video Streams assigns a new version number. To get the latest stream version, use the DescribeStream
API.
This operation requires permission for the KinesisVideo:DeleteStream
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "The caller is not authorized to perform this operation.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "VersionMismatchException",
"documentation" : "The stream version that you specified is not the latest version. To get the latest version, use the DescribeStream API.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteStreamRequest",
"variableName" : "deleteStreamRequest",
"variableType" : "DeleteStreamRequest",
"documentation" : "",
"simpleType" : "DeleteStreamRequest",
"variableSetterType" : "DeleteStreamRequest"
},
"methodName" : "deleteStream",
"operationName" : "DeleteStream",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteStreamResponse",
"documentation" : null
},
"syncReturnType" : "DeleteStreamResponse"
},
"DescribeSignalingChannel" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the most current information about the signaling channel. You must specify either the name or the ARN of the channel that you want to describe.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to perform this operation.
",
"httpStatusCode" : 401
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSignalingChannelRequest",
"variableName" : "describeSignalingChannelRequest",
"variableType" : "DescribeSignalingChannelRequest",
"documentation" : "",
"simpleType" : "DescribeSignalingChannelRequest",
"variableSetterType" : "DescribeSignalingChannelRequest"
},
"methodName" : "describeSignalingChannel",
"operationName" : "DescribeSignalingChannel",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeSignalingChannelResponse",
"documentation" : null
},
"syncReturnType" : "DescribeSignalingChannelResponse"
},
"DescribeStream" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the most current information about the specified stream. You must specify either the StreamName
or the StreamARN
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "The caller is not authorized to perform this operation.
",
"httpStatusCode" : 401
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeStreamRequest",
"variableName" : "describeStreamRequest",
"variableType" : "DescribeStreamRequest",
"documentation" : "",
"simpleType" : "DescribeStreamRequest",
"variableSetterType" : "DescribeStreamRequest"
},
"methodName" : "describeStream",
"operationName" : "DescribeStream",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeStreamResponse",
"documentation" : null
},
"syncReturnType" : "DescribeStreamResponse"
},
"GetDataEndpoint" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets an endpoint for a specified stream for either reading or writing. Use this endpoint in your application to read from the specified stream (using the GetMedia
or GetMediaForFragmentList
operations) or write to it (using the PutMedia
operation).
The returned endpoint does not have the API name appended. The client needs to add the API name to the returned endpoint.
In the request, specify the stream either by StreamName
or StreamARN
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "The caller is not authorized to perform this operation.
",
"httpStatusCode" : 401
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetDataEndpointRequest",
"variableName" : "getDataEndpointRequest",
"variableType" : "GetDataEndpointRequest",
"documentation" : "",
"simpleType" : "GetDataEndpointRequest",
"variableSetterType" : "GetDataEndpointRequest"
},
"methodName" : "getDataEndpoint",
"operationName" : "GetDataEndpoint",
"paginated" : false,
"returnType" : {
"returnType" : "GetDataEndpointResponse",
"documentation" : null
},
"syncReturnType" : "GetDataEndpointResponse"
},
"GetSignalingChannelEndpoint" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Provides an endpoint for the specified signaling channel to send and receive messages. This API uses the SingleMasterChannelEndpointConfiguration
input parameter, which consists of the Protocols
and Role
properties.
Protocols
is used to determine the communication mechanism. For example, specifying WSS
as the protocol, results in this API producing a secure websocket endpoint, and specifying HTTPS
as the protocol, results in this API generating an HTTPS endpoint.
Role
determines the messaging permissions. A MASTER
role results in this API generating an endpoint that a client can use to communicate with any of the viewers on the channel. A VIEWER
role results in this API generating an endpoint that a client can use to communicate only with a MASTER
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The stream is currently not available for this operation.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to perform this operation.
",
"httpStatusCode" : 401
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSignalingChannelEndpointRequest",
"variableName" : "getSignalingChannelEndpointRequest",
"variableType" : "GetSignalingChannelEndpointRequest",
"documentation" : "",
"simpleType" : "GetSignalingChannelEndpointRequest",
"variableSetterType" : "GetSignalingChannelEndpointRequest"
},
"methodName" : "getSignalingChannelEndpoint",
"operationName" : "GetSignalingChannelEndpoint",
"paginated" : false,
"returnType" : {
"returnType" : "GetSignalingChannelEndpointResponse",
"documentation" : null
},
"syncReturnType" : "GetSignalingChannelEndpointResponse"
},
"ListSignalingChannels" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns an array of ChannelInfo
objects. Each object describes a signaling channel. To retrieve only those channels that satisfy a specific condition, you can specify a ChannelNameCondition
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to perform this operation.
",
"httpStatusCode" : 401
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSignalingChannelsRequest",
"variableName" : "listSignalingChannelsRequest",
"variableType" : "ListSignalingChannelsRequest",
"documentation" : "",
"simpleType" : "ListSignalingChannelsRequest",
"variableSetterType" : "ListSignalingChannelsRequest"
},
"methodName" : "listSignalingChannels",
"operationName" : "ListSignalingChannels",
"paginated" : true,
"returnType" : {
"returnType" : "ListSignalingChannelsResponse",
"documentation" : null
},
"syncReturnType" : "ListSignalingChannelsResponse"
},
"ListStreams" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns an array of StreamInfo
objects. Each object describes a stream. To retrieve only streams that satisfy a specific condition, you can specify a StreamNameCondition
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListStreamsRequest",
"variableName" : "listStreamsRequest",
"variableType" : "ListStreamsRequest",
"documentation" : "",
"simpleType" : "ListStreamsRequest",
"variableSetterType" : "ListStreamsRequest"
},
"methodName" : "listStreams",
"operationName" : "ListStreams",
"paginated" : true,
"returnType" : {
"returnType" : "ListStreamsResponse",
"documentation" : null
},
"syncReturnType" : "ListStreamsResponse"
},
"ListTagsForResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of tags associated with the specified signaling channel.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to perform this operation.
",
"httpStatusCode" : 401
} ],
"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"
},
"ListTagsForStream" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of tags associated with the specified stream.
In the request, you must specify either the StreamName
or the StreamARN
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "The caller is not authorized to perform this operation.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InvalidResourceFormatException",
"documentation" : "The format of the StreamARN
is invalid.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsForStreamRequest",
"variableName" : "listTagsForStreamRequest",
"variableType" : "ListTagsForStreamRequest",
"documentation" : "",
"simpleType" : "ListTagsForStreamRequest",
"variableSetterType" : "ListTagsForStreamRequest"
},
"methodName" : "listTagsForStream",
"operationName" : "ListTagsForStream",
"paginated" : false,
"returnType" : {
"returnType" : "ListTagsForStreamResponse",
"documentation" : null
},
"syncReturnType" : "ListTagsForStreamResponse"
},
"TagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds one or more tags to a signaling channel. A tag is a key-value pair (the value is optional) that you can define and assign to AWS resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to perform this operation.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "TagsPerResourceExceededLimitException",
"documentation" : "You have exceeded the limit of tags that you can associate with the resource. Kinesis video streams support up to 50 tags.
",
"httpStatusCode" : 400
} ],
"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"
},
"TagStream" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds one or more tags to a stream. A tag is a key-value pair (the value is optional) that you can define and assign to AWS resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
You must provide either the StreamName
or the StreamARN
.
This operation requires permission for the KinesisVideo:TagStream
action.
Kinesis video streams support up to 50 tags.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "The caller is not authorized to perform this operation.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InvalidResourceFormatException",
"documentation" : "The format of the StreamARN
is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "TagsPerResourceExceededLimitException",
"documentation" : "You have exceeded the limit of tags that you can associate with the resource. Kinesis video streams support up to 50 tags.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TagStreamRequest",
"variableName" : "tagStreamRequest",
"variableType" : "TagStreamRequest",
"documentation" : "",
"simpleType" : "TagStreamRequest",
"variableSetterType" : "TagStreamRequest"
},
"methodName" : "tagStream",
"operationName" : "TagStream",
"paginated" : false,
"returnType" : {
"returnType" : "TagStreamResponse",
"documentation" : null
},
"syncReturnType" : "TagStreamResponse"
},
"UntagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes one or more tags from a signaling channel. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to perform this operation.
",
"httpStatusCode" : 401
} ],
"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"
},
"UntagStream" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes one or more tags from a stream. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.
In the request, you must provide the StreamName
or StreamARN
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "The caller is not authorized to perform this operation.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InvalidResourceFormatException",
"documentation" : "The format of the StreamARN
is invalid.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UntagStreamRequest",
"variableName" : "untagStreamRequest",
"variableType" : "UntagStreamRequest",
"documentation" : "",
"simpleType" : "UntagStreamRequest",
"variableSetterType" : "UntagStreamRequest"
},
"methodName" : "untagStream",
"operationName" : "UntagStream",
"paginated" : false,
"returnType" : {
"returnType" : "UntagStreamResponse",
"documentation" : null
},
"syncReturnType" : "UntagStreamResponse"
},
"UpdateDataRetention" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Increases or decreases the stream's data retention period by the value that you specify. To indicate whether you want to increase or decrease the data retention period, specify the Operation
parameter in the request body. In the request, you must specify either the StreamName
or the StreamARN
.
The retention period that you specify replaces the current value.
This operation requires permission for the KinesisVideo:UpdateDataRetention
action.
Changing the data retention period affects the data in the stream as follows:
-
If the data retention period is increased, existing data is retained for the new retention period. For example, if the data retention period is increased from one hour to seven hours, all existing data is retained for seven hours.
-
If the data retention period is decreased, existing data is retained for the new retention period. For example, if the data retention period is decreased from seven hours to one hour, all existing data is retained for one hour, and any data older than one hour is deleted immediately.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The stream is currently not available for this operation.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "The caller is not authorized to perform this operation.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "VersionMismatchException",
"documentation" : "The stream version that you specified is not the latest version. To get the latest version, use the DescribeStream API.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateDataRetentionRequest",
"variableName" : "updateDataRetentionRequest",
"variableType" : "UpdateDataRetentionRequest",
"documentation" : "",
"simpleType" : "UpdateDataRetentionRequest",
"variableSetterType" : "UpdateDataRetentionRequest"
},
"methodName" : "updateDataRetention",
"operationName" : "UpdateDataRetention",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateDataRetentionResponse",
"documentation" : null
},
"syncReturnType" : "UpdateDataRetentionResponse"
},
"UpdateSignalingChannel" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the existing signaling channel. This is an asynchronous operation and takes time to complete.
If the MessageTtlSeconds
value is updated (either increased or reduced), then it only applies to new messages sent via this channel after it's been updated. Existing messages are still expire as per the previous MessageTtlSeconds
value.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The stream is currently not available for this operation.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have required permissions to perform this operation.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "VersionMismatchException",
"documentation" : "The stream version that you specified is not the latest version. To get the latest version, use the DescribeStream API.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateSignalingChannelRequest",
"variableName" : "updateSignalingChannelRequest",
"variableType" : "UpdateSignalingChannelRequest",
"documentation" : "",
"simpleType" : "UpdateSignalingChannelRequest",
"variableSetterType" : "UpdateSignalingChannelRequest"
},
"methodName" : "updateSignalingChannel",
"operationName" : "UpdateSignalingChannel",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateSignalingChannelResponse",
"documentation" : null
},
"syncReturnType" : "UpdateSignalingChannelResponse"
},
"UpdateStream" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates stream metadata, such as the device name and media type.
You must provide the stream name or the Amazon Resource Name (ARN) of the stream.
To make sure that you have the latest version of the stream before updating it, you can specify the stream version. Kinesis Video Streams assigns a version to each stream. When you update a stream, Kinesis Video Streams assigns a new version number. To get the latest stream version, use the DescribeStream
API.
UpdateStream
is an asynchronous operation, and takes time to complete.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ClientLimitExceededException",
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "The value for this input parameter is invalid.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The stream is currently not available for this operation.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NotAuthorizedException",
"documentation" : "The caller is not authorized to perform this operation.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "VersionMismatchException",
"documentation" : "The stream version that you specified is not the latest version. To get the latest version, use the DescribeStream API.
",
"httpStatusCode" : 400
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateStreamRequest",
"variableName" : "updateStreamRequest",
"variableType" : "UpdateStreamRequest",
"documentation" : "",
"simpleType" : "UpdateStreamRequest",
"variableSetterType" : "UpdateStreamRequest"
},
"methodName" : "updateStream",
"operationName" : "UpdateStream",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateStreamResponse",
"documentation" : null
},
"syncReturnType" : "UpdateStreamResponse"
}
},
"shapes" : {
"APIName" : {
"c2jName" : "APIName",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "PUT_MEDIA",
"value" : "PUT_MEDIA"
}, {
"name" : "GET_MEDIA",
"value" : "GET_MEDIA"
}, {
"name" : "LIST_FRAGMENTS",
"value" : "LIST_FRAGMENTS"
}, {
"name" : "GET_MEDIA_FOR_FRAGMENT_LIST",
"value" : "GET_MEDIA_FOR_FRAGMENT_LIST"
}, {
"name" : "GET_HLS_STREAMING_SESSION_URL",
"value" : "GET_HLS_STREAMING_SESSION_URL"
}, {
"name" : "GET_DASH_STREAMING_SESSION_URL",
"value" : "GET_DASH_STREAMING_SESSION_URL"
} ],
"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" : "APIName",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "APIName",
"variableName" : "apiName",
"variableType" : "APIName",
"documentation" : null,
"simpleType" : "APIName",
"variableSetterType" : "APIName"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AccessDeniedException" : {
"c2jName" : "AccessDeniedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "You do not have required permissions to perform this operation.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AccessDeniedException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 401,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccessDeniedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccessDeniedException",
"variableName" : "accessDeniedException",
"variableType" : "AccessDeniedException",
"documentation" : null,
"simpleType" : "AccessDeniedException",
"variableSetterType" : "AccessDeniedException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AccountChannelLimitExceededException" : {
"c2jName" : "AccountChannelLimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "You have reached the maximum limit of active signaling channels for this AWS account in this region.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AccountChannelLimitExceededException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccountChannelLimitExceededException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccountChannelLimitExceededException",
"variableName" : "accountChannelLimitExceededException",
"variableType" : "AccountChannelLimitExceededException",
"documentation" : null,
"simpleType" : "AccountChannelLimitExceededException",
"variableSetterType" : "AccountChannelLimitExceededException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AccountStreamLimitExceededException" : {
"c2jName" : "AccountStreamLimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The number of streams created for the account is too high.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AccountStreamLimitExceededException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccountStreamLimitExceededException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccountStreamLimitExceededException",
"variableName" : "accountStreamLimitExceededException",
"variableType" : "AccountStreamLimitExceededException",
"documentation" : null,
"simpleType" : "AccountStreamLimitExceededException",
"variableSetterType" : "AccountStreamLimitExceededException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ChannelInfo" : {
"c2jName" : "ChannelInfo",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A structure that encapsulates a signaling channel's metadata and properties.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "ChannelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the signaling channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the signaling channel.
\n@return The name of the signaling channel.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the signaling channel.
\n@param channelName The name of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the signaling channel.
\n@param channelName The name of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the signaling channel.
\n@return The name of the signaling 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 signaling channel.
\n@param channelName The name of the signaling 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 signaling channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelARN",
"beanStyleSetterMethodName" : "setChannelARN",
"c2jName" : "ChannelARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the signaling channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelARN(String)}.\n@param channelARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the signaling channel.
\n@return The ARN of the signaling channel.\n@deprecated Use {@link #channelARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the signaling channel.
\n@param channelARN The ARN of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelARN(String)}\n",
"documentation" : "The ARN of the signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelARN",
"fluentSetterDocumentation" : "The ARN of the signaling channel.
\n@param channelARN The ARN of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelARN",
"getterDocumentation" : "The ARN of the signaling channel.
\n@return The ARN of the signaling 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 signaling channel.
\n@param channelARN The ARN of the signaling 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 signaling channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelTypeAsString",
"beanStyleSetterMethodName" : "setChannelType",
"c2jName" : "ChannelType",
"c2jShape" : "ChannelType",
"defaultConsumerFluentSetterDocumentation" : "The type of the signaling 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 #channelTypeAsString(String)}.\n@param channelType 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 #channelType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of the signaling channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelType} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelTypeAsString}.\n
\n@return The type of the signaling channel.\n@see ChannelType\n@deprecated Use {@link #channelTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of the signaling channel.
\n@param channelType The type of the signaling channel.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType\n@deprecated Use {@link #channelType(String)}\n",
"documentation" : "The type of the signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelType",
"fluentEnumGetterMethodName" : "channelType",
"fluentEnumSetterMethodName" : "channelType",
"fluentGetterMethodName" : "channelTypeAsString",
"fluentSetterDocumentation" : "The type of the signaling channel.
\n@param channelType The type of the signaling channel.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType",
"fluentSetterMethodName" : "channelType",
"getterDocumentation" : "The type of the signaling channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelType} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelTypeAsString}.\n
\n@return The type of the signaling channel.\n@see ChannelType",
"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" : "ChannelType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelType",
"sensitive" : false,
"setterDocumentation" : "The type of the signaling channel.
\n@param channelType The type of the signaling channel.\n@see ChannelType",
"setterMethodName" : "setChannelType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelType",
"variableType" : "String",
"documentation" : "The type of the signaling channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelStatusAsString",
"beanStyleSetterMethodName" : "setChannelStatus",
"c2jName" : "ChannelStatus",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "Current status of the signaling 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 #channelStatusAsString(String)}.\n@param channelStatus 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 #channelStatus(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Current status of the signaling channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelStatus} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelStatusAsString}.\n
\n@return Current status of the signaling channel.\n@see Status\n@deprecated Use {@link #channelStatusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Current status of the signaling channel.
\n@param channelStatus Current status of the signaling channel.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status\n@deprecated Use {@link #channelStatus(String)}\n",
"documentation" : "Current status of the signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : "Status",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelStatus",
"fluentEnumGetterMethodName" : "channelStatus",
"fluentEnumSetterMethodName" : "channelStatus",
"fluentGetterMethodName" : "channelStatusAsString",
"fluentSetterDocumentation" : "Current status of the signaling channel.
\n@param channelStatus Current status of the signaling channel.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status",
"fluentSetterMethodName" : "channelStatus",
"getterDocumentation" : "Current status of the signaling channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelStatus} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelStatusAsString}.\n
\n@return Current status of the signaling channel.\n@see Status",
"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" : "ChannelStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelStatus",
"sensitive" : false,
"setterDocumentation" : "Current status of the signaling channel.
\n@param channelStatus Current status of the signaling channel.\n@see Status",
"setterMethodName" : "setChannelStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelStatus",
"variableType" : "String",
"documentation" : "Current status of the signaling channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time at which the signaling channel was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time at which the signaling channel was created.
\n@return The time at which the signaling channel was created.\n@deprecated Use {@link #creationTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time at which the signaling channel was created.
\n@param creationTime The time at which the signaling channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n",
"documentation" : "The time at which the signaling channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "The time at which the signaling channel was created.
\n@param creationTime The time at which the signaling channel was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "The time at which the signaling channel was created.
\n@return The time at which the signaling 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" : "The time at which the signaling channel was created.
\n@param creationTime The time at which the signaling 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" : "The time at which the signaling channel was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSingleMasterConfiguration",
"beanStyleSetterMethodName" : "setSingleMasterConfiguration",
"c2jName" : "SingleMasterConfiguration",
"c2jShape" : "SingleMasterConfiguration",
"defaultConsumerFluentSetterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\nThis is a convenience that creates an instance of the {@link SingleMasterConfiguration.Builder} avoiding the need to create one manually via {@link SingleMasterConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SingleMasterConfiguration.Builder#build()} is called immediately and its result is passed to {@link #singleMasterConfiguration(SingleMasterConfiguration)}.\n@param singleMasterConfiguration a consumer that will call methods on {@link SingleMasterConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #singleMasterConfiguration(SingleMasterConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\n@return A structure that contains the configuration for the SINGLE_MASTER
channel type.\n@deprecated Use {@link #singleMasterConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure that contains the configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #singleMasterConfiguration(SingleMasterConfiguration)}\n",
"documentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SingleMasterConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSingleMasterConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "singleMasterConfiguration",
"fluentSetterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure that contains the configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "singleMasterConfiguration",
"getterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\n@return A structure that contains the configuration for the SINGLE_MASTER
channel type.",
"getterModel" : {
"returnType" : "SingleMasterConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SingleMasterConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SingleMasterConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SingleMasterConfiguration",
"sensitive" : false,
"setterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure that contains the configuration for the SINGLE_MASTER
channel type.",
"setterMethodName" : "setSingleMasterConfiguration",
"setterModel" : {
"variableDeclarationType" : "SingleMasterConfiguration",
"variableName" : "singleMasterConfiguration",
"variableType" : "SingleMasterConfiguration",
"documentation" : null,
"simpleType" : "SingleMasterConfiguration",
"variableSetterType" : "SingleMasterConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SingleMasterConfiguration",
"variableName" : "singleMasterConfiguration",
"variableType" : "SingleMasterConfiguration",
"documentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
",
"simpleType" : "SingleMasterConfiguration",
"variableSetterType" : "SingleMasterConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVersion",
"beanStyleSetterMethodName" : "setVersion",
"c2jName" : "Version",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The current version of the signaling 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 #version(String)}.\n@param version 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 #version(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current version of the signaling channel.
\n@return The current version of the signaling channel.\n@deprecated Use {@link #version()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current version of the signaling channel.
\n@param version The current version of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #version(String)}\n",
"documentation" : "The current version of the signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Version property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "version",
"fluentSetterDocumentation" : "The current version of the signaling channel.
\n@param version The current version of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "version",
"getterDocumentation" : "The current version of the signaling channel.
\n@return The current version of the signaling 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" : "Version",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Version",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Version",
"sensitive" : false,
"setterDocumentation" : "The current version of the signaling channel.
\n@param version The current version of the signaling channel.",
"setterMethodName" : "setVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "The current version of the signaling channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelARN" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelARN",
"beanStyleSetterMethodName" : "setChannelARN",
"c2jName" : "ChannelARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the signaling channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelARN(String)}.\n@param channelARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the signaling channel.
\n@return The ARN of the signaling channel.\n@deprecated Use {@link #channelARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the signaling channel.
\n@param channelARN The ARN of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelARN(String)}\n",
"documentation" : "The ARN of the signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelARN",
"fluentSetterDocumentation" : "The ARN of the signaling channel.
\n@param channelARN The ARN of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelARN",
"getterDocumentation" : "The ARN of the signaling channel.
\n@return The ARN of the signaling 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 signaling channel.
\n@param channelARN The ARN of the signaling 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 signaling channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ChannelName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "ChannelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the signaling channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the signaling channel.
\n@return The name of the signaling channel.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the signaling channel.
\n@param channelName The name of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the signaling channel.
\n@param channelName The name of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the signaling channel.
\n@return The name of the signaling 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 signaling channel.
\n@param channelName The name of the signaling 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 signaling channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ChannelStatus" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelStatusAsString",
"beanStyleSetterMethodName" : "setChannelStatus",
"c2jName" : "ChannelStatus",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "Current status of the signaling 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 #channelStatusAsString(String)}.\n@param channelStatus 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 #channelStatus(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Current status of the signaling channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelStatus} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelStatusAsString}.\n
\n@return Current status of the signaling channel.\n@see Status\n@deprecated Use {@link #channelStatusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Current status of the signaling channel.
\n@param channelStatus Current status of the signaling channel.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status\n@deprecated Use {@link #channelStatus(String)}\n",
"documentation" : "Current status of the signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : "Status",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelStatus",
"fluentEnumGetterMethodName" : "channelStatus",
"fluentEnumSetterMethodName" : "channelStatus",
"fluentGetterMethodName" : "channelStatusAsString",
"fluentSetterDocumentation" : "Current status of the signaling channel.
\n@param channelStatus Current status of the signaling channel.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status",
"fluentSetterMethodName" : "channelStatus",
"getterDocumentation" : "Current status of the signaling channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelStatus} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelStatusAsString}.\n
\n@return Current status of the signaling channel.\n@see Status",
"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" : "ChannelStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelStatus",
"sensitive" : false,
"setterDocumentation" : "Current status of the signaling channel.
\n@param channelStatus Current status of the signaling channel.\n@see Status",
"setterMethodName" : "setChannelStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelStatus",
"variableType" : "String",
"documentation" : "Current status of the signaling channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ChannelType" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelTypeAsString",
"beanStyleSetterMethodName" : "setChannelType",
"c2jName" : "ChannelType",
"c2jShape" : "ChannelType",
"defaultConsumerFluentSetterDocumentation" : "The type of the signaling 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 #channelTypeAsString(String)}.\n@param channelType 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 #channelType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of the signaling channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelType} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelTypeAsString}.\n
\n@return The type of the signaling channel.\n@see ChannelType\n@deprecated Use {@link #channelTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of the signaling channel.
\n@param channelType The type of the signaling channel.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType\n@deprecated Use {@link #channelType(String)}\n",
"documentation" : "The type of the signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelType",
"fluentEnumGetterMethodName" : "channelType",
"fluentEnumSetterMethodName" : "channelType",
"fluentGetterMethodName" : "channelTypeAsString",
"fluentSetterDocumentation" : "The type of the signaling channel.
\n@param channelType The type of the signaling channel.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType",
"fluentSetterMethodName" : "channelType",
"getterDocumentation" : "The type of the signaling channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelType} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelTypeAsString}.\n
\n@return The type of the signaling channel.\n@see ChannelType",
"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" : "ChannelType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelType",
"sensitive" : false,
"setterDocumentation" : "The type of the signaling channel.
\n@param channelType The type of the signaling channel.\n@see ChannelType",
"setterMethodName" : "setChannelType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelType",
"variableType" : "String",
"documentation" : "The type of the signaling channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreationTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time at which the signaling channel was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time at which the signaling channel was created.
\n@return The time at which the signaling channel was created.\n@deprecated Use {@link #creationTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time at which the signaling channel was created.
\n@param creationTime The time at which the signaling channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n",
"documentation" : "The time at which the signaling channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "The time at which the signaling channel was created.
\n@param creationTime The time at which the signaling channel was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "The time at which the signaling channel was created.
\n@return The time at which the signaling 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" : "The time at which the signaling channel was created.
\n@param creationTime The time at which the signaling 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" : "The time at which the signaling channel was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SingleMasterConfiguration" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSingleMasterConfiguration",
"beanStyleSetterMethodName" : "setSingleMasterConfiguration",
"c2jName" : "SingleMasterConfiguration",
"c2jShape" : "SingleMasterConfiguration",
"defaultConsumerFluentSetterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\nThis is a convenience that creates an instance of the {@link SingleMasterConfiguration.Builder} avoiding the need to create one manually via {@link SingleMasterConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SingleMasterConfiguration.Builder#build()} is called immediately and its result is passed to {@link #singleMasterConfiguration(SingleMasterConfiguration)}.\n@param singleMasterConfiguration a consumer that will call methods on {@link SingleMasterConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #singleMasterConfiguration(SingleMasterConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\n@return A structure that contains the configuration for the SINGLE_MASTER
channel type.\n@deprecated Use {@link #singleMasterConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure that contains the configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #singleMasterConfiguration(SingleMasterConfiguration)}\n",
"documentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SingleMasterConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSingleMasterConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "singleMasterConfiguration",
"fluentSetterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure that contains the configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "singleMasterConfiguration",
"getterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\n@return A structure that contains the configuration for the SINGLE_MASTER
channel type.",
"getterModel" : {
"returnType" : "SingleMasterConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SingleMasterConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SingleMasterConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SingleMasterConfiguration",
"sensitive" : false,
"setterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure that contains the configuration for the SINGLE_MASTER
channel type.",
"setterMethodName" : "setSingleMasterConfiguration",
"setterModel" : {
"variableDeclarationType" : "SingleMasterConfiguration",
"variableName" : "singleMasterConfiguration",
"variableType" : "SingleMasterConfiguration",
"documentation" : null,
"simpleType" : "SingleMasterConfiguration",
"variableSetterType" : "SingleMasterConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SingleMasterConfiguration",
"variableName" : "singleMasterConfiguration",
"variableType" : "SingleMasterConfiguration",
"documentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
",
"simpleType" : "SingleMasterConfiguration",
"variableSetterType" : "SingleMasterConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Version" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVersion",
"beanStyleSetterMethodName" : "setVersion",
"c2jName" : "Version",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The current version of the signaling 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 #version(String)}.\n@param version 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 #version(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current version of the signaling channel.
\n@return The current version of the signaling channel.\n@deprecated Use {@link #version()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current version of the signaling channel.
\n@param version The current version of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #version(String)}\n",
"documentation" : "The current version of the signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Version property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "version",
"fluentSetterDocumentation" : "The current version of the signaling channel.
\n@param version The current version of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "version",
"getterDocumentation" : "The current version of the signaling channel.
\n@return The current version of the signaling 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" : "Version",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Version",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Version",
"sensitive" : false,
"setterDocumentation" : "The current version of the signaling channel.
\n@param version The current version of the signaling channel.",
"setterMethodName" : "setVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "The current version of the signaling channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "ChannelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the signaling channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the signaling channel.
\n@return The name of the signaling channel.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the signaling channel.
\n@param channelName The name of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the signaling channel.
\n@param channelName The name of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the signaling channel.
\n@return The name of the signaling 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 signaling channel.
\n@param channelName The name of the signaling 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 signaling channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelARN",
"beanStyleSetterMethodName" : "setChannelARN",
"c2jName" : "ChannelARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the signaling channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelARN(String)}.\n@param channelARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the signaling channel.
\n@return The ARN of the signaling channel.\n@deprecated Use {@link #channelARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the signaling channel.
\n@param channelARN The ARN of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelARN(String)}\n",
"documentation" : "The ARN of the signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelARN",
"fluentSetterDocumentation" : "The ARN of the signaling channel.
\n@param channelARN The ARN of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelARN",
"getterDocumentation" : "The ARN of the signaling channel.
\n@return The ARN of the signaling 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 signaling channel.
\n@param channelARN The ARN of the signaling 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 signaling channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelTypeAsString",
"beanStyleSetterMethodName" : "setChannelType",
"c2jName" : "ChannelType",
"c2jShape" : "ChannelType",
"defaultConsumerFluentSetterDocumentation" : "The type of the signaling 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 #channelTypeAsString(String)}.\n@param channelType 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 #channelType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of the signaling channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelType} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelTypeAsString}.\n
\n@return The type of the signaling channel.\n@see ChannelType\n@deprecated Use {@link #channelTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of the signaling channel.
\n@param channelType The type of the signaling channel.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType\n@deprecated Use {@link #channelType(String)}\n",
"documentation" : "The type of the signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelType",
"fluentEnumGetterMethodName" : "channelType",
"fluentEnumSetterMethodName" : "channelType",
"fluentGetterMethodName" : "channelTypeAsString",
"fluentSetterDocumentation" : "The type of the signaling channel.
\n@param channelType The type of the signaling channel.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType",
"fluentSetterMethodName" : "channelType",
"getterDocumentation" : "The type of the signaling channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelType} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelTypeAsString}.\n
\n@return The type of the signaling channel.\n@see ChannelType",
"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" : "ChannelType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelType",
"sensitive" : false,
"setterDocumentation" : "The type of the signaling channel.
\n@param channelType The type of the signaling channel.\n@see ChannelType",
"setterMethodName" : "setChannelType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelType",
"variableType" : "String",
"documentation" : "The type of the signaling channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelStatusAsString",
"beanStyleSetterMethodName" : "setChannelStatus",
"c2jName" : "ChannelStatus",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "Current status of the signaling 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 #channelStatusAsString(String)}.\n@param channelStatus 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 #channelStatus(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Current status of the signaling channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelStatus} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelStatusAsString}.\n
\n@return Current status of the signaling channel.\n@see Status\n@deprecated Use {@link #channelStatusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Current status of the signaling channel.
\n@param channelStatus Current status of the signaling channel.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status\n@deprecated Use {@link #channelStatus(String)}\n",
"documentation" : "Current status of the signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : "Status",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelStatus",
"fluentEnumGetterMethodName" : "channelStatus",
"fluentEnumSetterMethodName" : "channelStatus",
"fluentGetterMethodName" : "channelStatusAsString",
"fluentSetterDocumentation" : "Current status of the signaling channel.
\n@param channelStatus Current status of the signaling channel.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status",
"fluentSetterMethodName" : "channelStatus",
"getterDocumentation" : "Current status of the signaling channel.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelStatus} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelStatusAsString}.\n
\n@return Current status of the signaling channel.\n@see Status",
"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" : "ChannelStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelStatus",
"sensitive" : false,
"setterDocumentation" : "Current status of the signaling channel.
\n@param channelStatus Current status of the signaling channel.\n@see Status",
"setterMethodName" : "setChannelStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelStatus",
"variableType" : "String",
"documentation" : "Current status of the signaling channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time at which the signaling channel was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time at which the signaling channel was created.
\n@return The time at which the signaling channel was created.\n@deprecated Use {@link #creationTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time at which the signaling channel was created.
\n@param creationTime The time at which the signaling channel was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n",
"documentation" : "The time at which the signaling channel was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "The time at which the signaling channel was created.
\n@param creationTime The time at which the signaling channel was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "The time at which the signaling channel was created.
\n@return The time at which the signaling 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" : "The time at which the signaling channel was created.
\n@param creationTime The time at which the signaling 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" : "The time at which the signaling channel was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSingleMasterConfiguration",
"beanStyleSetterMethodName" : "setSingleMasterConfiguration",
"c2jName" : "SingleMasterConfiguration",
"c2jShape" : "SingleMasterConfiguration",
"defaultConsumerFluentSetterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\nThis is a convenience that creates an instance of the {@link SingleMasterConfiguration.Builder} avoiding the need to create one manually via {@link SingleMasterConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SingleMasterConfiguration.Builder#build()} is called immediately and its result is passed to {@link #singleMasterConfiguration(SingleMasterConfiguration)}.\n@param singleMasterConfiguration a consumer that will call methods on {@link SingleMasterConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #singleMasterConfiguration(SingleMasterConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\n@return A structure that contains the configuration for the SINGLE_MASTER
channel type.\n@deprecated Use {@link #singleMasterConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure that contains the configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #singleMasterConfiguration(SingleMasterConfiguration)}\n",
"documentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SingleMasterConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSingleMasterConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "singleMasterConfiguration",
"fluentSetterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure that contains the configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "singleMasterConfiguration",
"getterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\n@return A structure that contains the configuration for the SINGLE_MASTER
channel type.",
"getterModel" : {
"returnType" : "SingleMasterConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SingleMasterConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SingleMasterConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SingleMasterConfiguration",
"sensitive" : false,
"setterDocumentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure that contains the configuration for the SINGLE_MASTER
channel type.",
"setterMethodName" : "setSingleMasterConfiguration",
"setterModel" : {
"variableDeclarationType" : "SingleMasterConfiguration",
"variableName" : "singleMasterConfiguration",
"variableType" : "SingleMasterConfiguration",
"documentation" : null,
"simpleType" : "SingleMasterConfiguration",
"variableSetterType" : "SingleMasterConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SingleMasterConfiguration",
"variableName" : "singleMasterConfiguration",
"variableType" : "SingleMasterConfiguration",
"documentation" : "A structure that contains the configuration for the SINGLE_MASTER
channel type.
",
"simpleType" : "SingleMasterConfiguration",
"variableSetterType" : "SingleMasterConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVersion",
"beanStyleSetterMethodName" : "setVersion",
"c2jName" : "Version",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The current version of the signaling 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 #version(String)}.\n@param version 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 #version(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current version of the signaling channel.
\n@return The current version of the signaling channel.\n@deprecated Use {@link #version()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current version of the signaling channel.
\n@param version The current version of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #version(String)}\n",
"documentation" : "The current version of the signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Version property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "version",
"fluentSetterDocumentation" : "The current version of the signaling channel.
\n@param version The current version of the signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "version",
"getterDocumentation" : "The current version of the signaling channel.
\n@return The current version of the signaling 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" : "Version",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Version",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Version",
"sensitive" : false,
"setterDocumentation" : "The current version of the signaling channel.
\n@param version The current version of the signaling channel.",
"setterMethodName" : "setVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "version",
"variableType" : "String",
"documentation" : "The current version of the signaling channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ChannelInfo",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChannelInfo",
"variableName" : "channelInfo",
"variableType" : "ChannelInfo",
"documentation" : null,
"simpleType" : "ChannelInfo",
"variableSetterType" : "ChannelInfo"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ChannelNameCondition" : {
"c2jName" : "ChannelNameCondition",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An optional input parameter for the ListSignalingChannels
API. When this parameter is specified while invoking ListSignalingChannels
, the API returns only the channels that satisfy a condition specified in ChannelNameCondition
.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getComparisonOperatorAsString",
"beanStyleSetterMethodName" : "setComparisonOperator",
"c2jName" : "ComparisonOperator",
"c2jShape" : "ComparisonOperator",
"defaultConsumerFluentSetterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\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 #comparisonOperatorAsString(String)}.\n@param comparisonOperator 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 #comparisonOperator(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #comparisonOperator} will return {@link ComparisonOperator#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #comparisonOperatorAsString}.\n
\n@return A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.\n@see ComparisonOperator\n@deprecated Use {@link #comparisonOperatorAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\n@param comparisonOperator A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.\n@see ComparisonOperator\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator\n@deprecated Use {@link #comparisonOperator(String)}\n",
"documentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
",
"endpointDiscoveryId" : false,
"enumType" : "ComparisonOperator",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ComparisonOperator property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasComparisonOperator",
"fluentEnumGetterMethodName" : "comparisonOperator",
"fluentEnumSetterMethodName" : "comparisonOperator",
"fluentGetterMethodName" : "comparisonOperatorAsString",
"fluentSetterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\n@param comparisonOperator A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.\n@see ComparisonOperator\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator",
"fluentSetterMethodName" : "comparisonOperator",
"getterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #comparisonOperator} will return {@link ComparisonOperator#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #comparisonOperatorAsString}.\n
\n@return A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.\n@see ComparisonOperator",
"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" : "ComparisonOperator",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ComparisonOperator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ComparisonOperator",
"sensitive" : false,
"setterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\n@param comparisonOperator A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.\n@see ComparisonOperator",
"setterMethodName" : "setComparisonOperator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonOperator",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonOperator",
"variableType" : "String",
"documentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getComparisonValue",
"beanStyleSetterMethodName" : "setComparisonValue",
"c2jName" : "ComparisonValue",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "A value to compare.
\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 #comparisonValue(String)}.\n@param comparisonValue 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 #comparisonValue(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A value to compare.
\n@return A value to compare.\n@deprecated Use {@link #comparisonValue()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A value to compare.
\n@param comparisonValue A value to compare.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comparisonValue(String)}\n",
"documentation" : "A value to compare.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ComparisonValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasComparisonValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "comparisonValue",
"fluentSetterDocumentation" : "A value to compare.
\n@param comparisonValue A value to compare.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "comparisonValue",
"getterDocumentation" : "A value to compare.
\n@return A value to compare.",
"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" : "ComparisonValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ComparisonValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ComparisonValue",
"sensitive" : false,
"setterDocumentation" : "A value to compare.
\n@param comparisonValue A value to compare.",
"setterMethodName" : "setComparisonValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonValue",
"variableType" : "String",
"documentation" : "A value to compare.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ComparisonOperator" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getComparisonOperatorAsString",
"beanStyleSetterMethodName" : "setComparisonOperator",
"c2jName" : "ComparisonOperator",
"c2jShape" : "ComparisonOperator",
"defaultConsumerFluentSetterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\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 #comparisonOperatorAsString(String)}.\n@param comparisonOperator 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 #comparisonOperator(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #comparisonOperator} will return {@link ComparisonOperator#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #comparisonOperatorAsString}.\n
\n@return A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.\n@see ComparisonOperator\n@deprecated Use {@link #comparisonOperatorAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\n@param comparisonOperator A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.\n@see ComparisonOperator\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator\n@deprecated Use {@link #comparisonOperator(String)}\n",
"documentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
",
"endpointDiscoveryId" : false,
"enumType" : "ComparisonOperator",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ComparisonOperator property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasComparisonOperator",
"fluentEnumGetterMethodName" : "comparisonOperator",
"fluentEnumSetterMethodName" : "comparisonOperator",
"fluentGetterMethodName" : "comparisonOperatorAsString",
"fluentSetterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\n@param comparisonOperator A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.\n@see ComparisonOperator\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator",
"fluentSetterMethodName" : "comparisonOperator",
"getterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #comparisonOperator} will return {@link ComparisonOperator#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #comparisonOperatorAsString}.\n
\n@return A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.\n@see ComparisonOperator",
"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" : "ComparisonOperator",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ComparisonOperator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ComparisonOperator",
"sensitive" : false,
"setterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\n@param comparisonOperator A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.\n@see ComparisonOperator",
"setterMethodName" : "setComparisonOperator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonOperator",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonOperator",
"variableType" : "String",
"documentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ComparisonValue" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getComparisonValue",
"beanStyleSetterMethodName" : "setComparisonValue",
"c2jName" : "ComparisonValue",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "A value to compare.
\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 #comparisonValue(String)}.\n@param comparisonValue 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 #comparisonValue(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A value to compare.
\n@return A value to compare.\n@deprecated Use {@link #comparisonValue()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A value to compare.
\n@param comparisonValue A value to compare.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comparisonValue(String)}\n",
"documentation" : "A value to compare.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ComparisonValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasComparisonValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "comparisonValue",
"fluentSetterDocumentation" : "A value to compare.
\n@param comparisonValue A value to compare.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "comparisonValue",
"getterDocumentation" : "A value to compare.
\n@return A value to compare.",
"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" : "ComparisonValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ComparisonValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ComparisonValue",
"sensitive" : false,
"setterDocumentation" : "A value to compare.
\n@param comparisonValue A value to compare.",
"setterMethodName" : "setComparisonValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonValue",
"variableType" : "String",
"documentation" : "A value to compare.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getComparisonOperatorAsString",
"beanStyleSetterMethodName" : "setComparisonOperator",
"c2jName" : "ComparisonOperator",
"c2jShape" : "ComparisonOperator",
"defaultConsumerFluentSetterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\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 #comparisonOperatorAsString(String)}.\n@param comparisonOperator 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 #comparisonOperator(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #comparisonOperator} will return {@link ComparisonOperator#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #comparisonOperatorAsString}.\n
\n@return A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.\n@see ComparisonOperator\n@deprecated Use {@link #comparisonOperatorAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\n@param comparisonOperator A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.\n@see ComparisonOperator\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator\n@deprecated Use {@link #comparisonOperator(String)}\n",
"documentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
",
"endpointDiscoveryId" : false,
"enumType" : "ComparisonOperator",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ComparisonOperator property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasComparisonOperator",
"fluentEnumGetterMethodName" : "comparisonOperator",
"fluentEnumSetterMethodName" : "comparisonOperator",
"fluentGetterMethodName" : "comparisonOperatorAsString",
"fluentSetterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\n@param comparisonOperator A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.\n@see ComparisonOperator\n@return Returns a reference to this object so that method calls can be chained together.\n@see ComparisonOperator",
"fluentSetterMethodName" : "comparisonOperator",
"getterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #comparisonOperator} will return {@link ComparisonOperator#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #comparisonOperatorAsString}.\n
\n@return A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.\n@see ComparisonOperator",
"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" : "ComparisonOperator",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ComparisonOperator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ComparisonOperator",
"sensitive" : false,
"setterDocumentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
\n@param comparisonOperator A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.\n@see ComparisonOperator",
"setterMethodName" : "setComparisonOperator",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonOperator",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonOperator",
"variableType" : "String",
"documentation" : "A comparison operator. Currently, you can only specify the BEGINS_WITH
operator, which finds signaling channels whose names begin with a given prefix.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getComparisonValue",
"beanStyleSetterMethodName" : "setComparisonValue",
"c2jName" : "ComparisonValue",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "A value to compare.
\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 #comparisonValue(String)}.\n@param comparisonValue 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 #comparisonValue(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A value to compare.
\n@return A value to compare.\n@deprecated Use {@link #comparisonValue()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A value to compare.
\n@param comparisonValue A value to compare.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #comparisonValue(String)}\n",
"documentation" : "A value to compare.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ComparisonValue property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasComparisonValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "comparisonValue",
"fluentSetterDocumentation" : "A value to compare.
\n@param comparisonValue A value to compare.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "comparisonValue",
"getterDocumentation" : "A value to compare.
\n@return A value to compare.",
"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" : "ComparisonValue",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ComparisonValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ComparisonValue",
"sensitive" : false,
"setterDocumentation" : "A value to compare.
\n@param comparisonValue A value to compare.",
"setterMethodName" : "setComparisonValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "comparisonValue",
"variableType" : "String",
"documentation" : "A value to compare.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ChannelNameCondition",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChannelNameCondition",
"variableName" : "channelNameCondition",
"variableType" : "ChannelNameCondition",
"documentation" : null,
"simpleType" : "ChannelNameCondition",
"variableSetterType" : "ChannelNameCondition"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ChannelProtocol" : {
"c2jName" : "ChannelProtocol",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "WSS",
"value" : "WSS"
}, {
"name" : "HTTPS",
"value" : "HTTPS"
} ],
"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" : "ChannelProtocol",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChannelProtocol",
"variableName" : "channelProtocol",
"variableType" : "ChannelProtocol",
"documentation" : null,
"simpleType" : "ChannelProtocol",
"variableSetterType" : "ChannelProtocol"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ChannelRole" : {
"c2jName" : "ChannelRole",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "MASTER",
"value" : "MASTER"
}, {
"name" : "VIEWER",
"value" : "VIEWER"
} ],
"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" : "ChannelRole",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChannelRole",
"variableName" : "channelRole",
"variableType" : "ChannelRole",
"documentation" : null,
"simpleType" : "ChannelRole",
"variableSetterType" : "ChannelRole"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ChannelType" : {
"c2jName" : "ChannelType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "SINGLE_MASTER",
"value" : "SINGLE_MASTER"
} ],
"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" : "ChannelType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ChannelType",
"variableName" : "channelType",
"variableType" : "ChannelType",
"documentation" : null,
"simpleType" : "ChannelType",
"variableSetterType" : "ChannelType"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ClientLimitExceededException" : {
"c2jName" : "ClientLimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ClientLimitExceededException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ClientLimitExceededException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ClientLimitExceededException",
"variableName" : "clientLimitExceededException",
"variableType" : "ClientLimitExceededException",
"documentation" : null,
"simpleType" : "ClientLimitExceededException",
"variableSetterType" : "ClientLimitExceededException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ComparisonOperator" : {
"c2jName" : "ComparisonOperator",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "BEGINS_WITH",
"value" : "BEGINS_WITH"
} ],
"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" : "ComparisonOperator",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ComparisonOperator",
"variableName" : "comparisonOperator",
"variableType" : "ComparisonOperator",
"documentation" : null,
"simpleType" : "ComparisonOperator",
"variableSetterType" : "ComparisonOperator"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateSignalingChannelRequest" : {
"c2jName" : "CreateSignalingChannelInput",
"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" : "CreateSignalingChannel",
"locationName" : null,
"requestUri" : "/createSignalingChannel",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "ChannelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\n@return A name for the signaling channel that you are creating. It must be unique for each account and region.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\n@param channelName A name for the signaling channel that you are creating. It must be unique for each account and region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\n@param channelName A name for the signaling channel that you are creating. It must be unique for each account and region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\n@return A name for the signaling channel that you are creating. It must be unique for each account and region.",
"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" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\n@param channelName A name for the signaling channel that you are creating. It must be unique for each account and region.",
"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" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelTypeAsString",
"beanStyleSetterMethodName" : "setChannelType",
"c2jName" : "ChannelType",
"c2jShape" : "ChannelType",
"defaultConsumerFluentSetterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\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 #channelTypeAsString(String)}.\n@param channelType 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 #channelType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelType} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelTypeAsString}.\n
\n@return A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.\n@see ChannelType\n@deprecated Use {@link #channelTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\n@param channelType A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType\n@deprecated Use {@link #channelType(String)}\n",
"documentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelType",
"fluentEnumGetterMethodName" : "channelType",
"fluentEnumSetterMethodName" : "channelType",
"fluentGetterMethodName" : "channelTypeAsString",
"fluentSetterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\n@param channelType A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType",
"fluentSetterMethodName" : "channelType",
"getterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelType} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelTypeAsString}.\n
\n@return A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.\n@see ChannelType",
"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" : "ChannelType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelType",
"sensitive" : false,
"setterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\n@param channelType A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.\n@see ChannelType",
"setterMethodName" : "setChannelType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelType",
"variableType" : "String",
"documentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSingleMasterConfiguration",
"beanStyleSetterMethodName" : "setSingleMasterConfiguration",
"c2jName" : "SingleMasterConfiguration",
"c2jShape" : "SingleMasterConfiguration",
"defaultConsumerFluentSetterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\nThis is a convenience that creates an instance of the {@link SingleMasterConfiguration.Builder} avoiding the need to create one manually via {@link SingleMasterConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SingleMasterConfiguration.Builder#build()} is called immediately and its result is passed to {@link #singleMasterConfiguration(SingleMasterConfiguration)}.\n@param singleMasterConfiguration a consumer that will call methods on {@link SingleMasterConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #singleMasterConfiguration(SingleMasterConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\n@return A structure containing the configuration for the SINGLE_MASTER
channel type.\n@deprecated Use {@link #singleMasterConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure containing the configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #singleMasterConfiguration(SingleMasterConfiguration)}\n",
"documentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SingleMasterConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSingleMasterConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "singleMasterConfiguration",
"fluentSetterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure containing the configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "singleMasterConfiguration",
"getterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\n@return A structure containing the configuration for the SINGLE_MASTER
channel type.",
"getterModel" : {
"returnType" : "SingleMasterConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SingleMasterConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SingleMasterConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SingleMasterConfiguration",
"sensitive" : false,
"setterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure containing the configuration for the SINGLE_MASTER
channel type.",
"setterMethodName" : "setSingleMasterConfiguration",
"setterModel" : {
"variableDeclarationType" : "SingleMasterConfiguration",
"variableName" : "singleMasterConfiguration",
"variableType" : "SingleMasterConfiguration",
"documentation" : null,
"simpleType" : "SingleMasterConfiguration",
"variableSetterType" : "SingleMasterConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SingleMasterConfiguration",
"variableName" : "singleMasterConfiguration",
"variableType" : "SingleMasterConfiguration",
"documentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
",
"simpleType" : "SingleMasterConfiguration",
"variableSetterType" : "SingleMasterConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagOnCreateList",
"defaultConsumerFluentSetterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A set of tags (key/value pairs) that you want to associate with this channel.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\n@param tags A set of tags (key/value pairs) that you want to associate with this channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\n@param tags A set of tags (key/value pairs) that you want to associate with this channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A set of tags (key/value pairs) that you want to associate with this channel.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\n@param tags A set of tags (key/value pairs) that you want to associate with this 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" : "A set of tags (key/value pairs) that you want to associate with this channel.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "ChannelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\n@return A name for the signaling channel that you are creating. It must be unique for each account and region.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\n@param channelName A name for the signaling channel that you are creating. It must be unique for each account and region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\n@param channelName A name for the signaling channel that you are creating. It must be unique for each account and region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\n@return A name for the signaling channel that you are creating. It must be unique for each account and region.",
"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" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\n@param channelName A name for the signaling channel that you are creating. It must be unique for each account and region.",
"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" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ChannelType" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelTypeAsString",
"beanStyleSetterMethodName" : "setChannelType",
"c2jName" : "ChannelType",
"c2jShape" : "ChannelType",
"defaultConsumerFluentSetterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\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 #channelTypeAsString(String)}.\n@param channelType 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 #channelType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelType} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelTypeAsString}.\n
\n@return A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.\n@see ChannelType\n@deprecated Use {@link #channelTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\n@param channelType A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType\n@deprecated Use {@link #channelType(String)}\n",
"documentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelType",
"fluentEnumGetterMethodName" : "channelType",
"fluentEnumSetterMethodName" : "channelType",
"fluentGetterMethodName" : "channelTypeAsString",
"fluentSetterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\n@param channelType A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType",
"fluentSetterMethodName" : "channelType",
"getterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelType} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelTypeAsString}.\n
\n@return A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.\n@see ChannelType",
"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" : "ChannelType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelType",
"sensitive" : false,
"setterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\n@param channelType A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.\n@see ChannelType",
"setterMethodName" : "setChannelType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelType",
"variableType" : "String",
"documentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SingleMasterConfiguration" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSingleMasterConfiguration",
"beanStyleSetterMethodName" : "setSingleMasterConfiguration",
"c2jName" : "SingleMasterConfiguration",
"c2jShape" : "SingleMasterConfiguration",
"defaultConsumerFluentSetterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\nThis is a convenience that creates an instance of the {@link SingleMasterConfiguration.Builder} avoiding the need to create one manually via {@link SingleMasterConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SingleMasterConfiguration.Builder#build()} is called immediately and its result is passed to {@link #singleMasterConfiguration(SingleMasterConfiguration)}.\n@param singleMasterConfiguration a consumer that will call methods on {@link SingleMasterConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #singleMasterConfiguration(SingleMasterConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\n@return A structure containing the configuration for the SINGLE_MASTER
channel type.\n@deprecated Use {@link #singleMasterConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure containing the configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #singleMasterConfiguration(SingleMasterConfiguration)}\n",
"documentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SingleMasterConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSingleMasterConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "singleMasterConfiguration",
"fluentSetterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure containing the configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "singleMasterConfiguration",
"getterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\n@return A structure containing the configuration for the SINGLE_MASTER
channel type.",
"getterModel" : {
"returnType" : "SingleMasterConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SingleMasterConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SingleMasterConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SingleMasterConfiguration",
"sensitive" : false,
"setterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure containing the configuration for the SINGLE_MASTER
channel type.",
"setterMethodName" : "setSingleMasterConfiguration",
"setterModel" : {
"variableDeclarationType" : "SingleMasterConfiguration",
"variableName" : "singleMasterConfiguration",
"variableType" : "SingleMasterConfiguration",
"documentation" : null,
"simpleType" : "SingleMasterConfiguration",
"variableSetterType" : "SingleMasterConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SingleMasterConfiguration",
"variableName" : "singleMasterConfiguration",
"variableType" : "SingleMasterConfiguration",
"documentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
",
"simpleType" : "SingleMasterConfiguration",
"variableSetterType" : "SingleMasterConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Tags" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagOnCreateList",
"defaultConsumerFluentSetterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A set of tags (key/value pairs) that you want to associate with this channel.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\n@param tags A set of tags (key/value pairs) that you want to associate with this channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\n@param tags A set of tags (key/value pairs) that you want to associate with this channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A set of tags (key/value pairs) that you want to associate with this channel.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\n@param tags A set of tags (key/value pairs) that you want to associate with this 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" : "A set of tags (key/value pairs) that you want to associate with this channel.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "ChannelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\n@return A name for the signaling channel that you are creating. It must be unique for each account and region.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\n@param channelName A name for the signaling channel that you are creating. It must be unique for each account and region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\n@param channelName A name for the signaling channel that you are creating. It must be unique for each account and region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\n@return A name for the signaling channel that you are creating. It must be unique for each account and region.",
"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" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
\n@param channelName A name for the signaling channel that you are creating. It must be unique for each account and region.",
"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" : "A name for the signaling channel that you are creating. It must be unique for each account and region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelTypeAsString",
"beanStyleSetterMethodName" : "setChannelType",
"c2jName" : "ChannelType",
"c2jShape" : "ChannelType",
"defaultConsumerFluentSetterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\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 #channelTypeAsString(String)}.\n@param channelType 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 #channelType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelType} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelTypeAsString}.\n
\n@return A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.\n@see ChannelType\n@deprecated Use {@link #channelTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\n@param channelType A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType\n@deprecated Use {@link #channelType(String)}\n",
"documentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
",
"endpointDiscoveryId" : false,
"enumType" : "ChannelType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelType",
"fluentEnumGetterMethodName" : "channelType",
"fluentEnumSetterMethodName" : "channelType",
"fluentGetterMethodName" : "channelTypeAsString",
"fluentSetterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\n@param channelType A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.\n@see ChannelType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChannelType",
"fluentSetterMethodName" : "channelType",
"getterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #channelType} will return {@link ChannelType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #channelTypeAsString}.\n
\n@return A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.\n@see ChannelType",
"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" : "ChannelType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ChannelType",
"sensitive" : false,
"setterDocumentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
\n@param channelType A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.\n@see ChannelType",
"setterMethodName" : "setChannelType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "channelType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "channelType",
"variableType" : "String",
"documentation" : "A type of the signaling channel that you are creating. Currently, SINGLE_MASTER
is the only supported channel type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSingleMasterConfiguration",
"beanStyleSetterMethodName" : "setSingleMasterConfiguration",
"c2jName" : "SingleMasterConfiguration",
"c2jShape" : "SingleMasterConfiguration",
"defaultConsumerFluentSetterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\nThis is a convenience that creates an instance of the {@link SingleMasterConfiguration.Builder} avoiding the need to create one manually via {@link SingleMasterConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SingleMasterConfiguration.Builder#build()} is called immediately and its result is passed to {@link #singleMasterConfiguration(SingleMasterConfiguration)}.\n@param singleMasterConfiguration a consumer that will call methods on {@link SingleMasterConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #singleMasterConfiguration(SingleMasterConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\n@return A structure containing the configuration for the SINGLE_MASTER
channel type.\n@deprecated Use {@link #singleMasterConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure containing the configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #singleMasterConfiguration(SingleMasterConfiguration)}\n",
"documentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SingleMasterConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSingleMasterConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "singleMasterConfiguration",
"fluentSetterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure containing the configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "singleMasterConfiguration",
"getterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\n@return A structure containing the configuration for the SINGLE_MASTER
channel type.",
"getterModel" : {
"returnType" : "SingleMasterConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SingleMasterConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SingleMasterConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SingleMasterConfiguration",
"sensitive" : false,
"setterDocumentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterConfiguration A structure containing the configuration for the SINGLE_MASTER
channel type.",
"setterMethodName" : "setSingleMasterConfiguration",
"setterModel" : {
"variableDeclarationType" : "SingleMasterConfiguration",
"variableName" : "singleMasterConfiguration",
"variableType" : "SingleMasterConfiguration",
"documentation" : null,
"simpleType" : "SingleMasterConfiguration",
"variableSetterType" : "SingleMasterConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SingleMasterConfiguration",
"variableName" : "singleMasterConfiguration",
"variableType" : "SingleMasterConfiguration",
"documentation" : "A structure containing the configuration for the SINGLE_MASTER
channel type.
",
"simpleType" : "SingleMasterConfiguration",
"variableSetterType" : "SingleMasterConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "TagOnCreateList",
"defaultConsumerFluentSetterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A set of tags (key/value pairs) that you want to associate with this channel.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\n@param tags A set of tags (key/value pairs) that you want to associate with this channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(List)}\n",
"documentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\n@param tags A set of tags (key/value pairs) that you want to associate with this channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A set of tags (key/value pairs) that you want to associate with this channel.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Tag",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(Tag)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : null,
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "A set of tags (key/value pairs) that you want to associate with this channel.
\n@param tags A set of tags (key/value pairs) that you want to associate with this 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" : "A set of tags (key/value pairs) that you want to associate with this channel.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ChannelName" ],
"shapeName" : "CreateSignalingChannelRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateSignalingChannelRequest",
"variableName" : "createSignalingChannelRequest",
"variableType" : "CreateSignalingChannelRequest",
"documentation" : null,
"simpleType" : "CreateSignalingChannelRequest",
"variableSetterType" : "CreateSignalingChannelRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateSignalingChannelResponse" : {
"c2jName" : "CreateSignalingChannelOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelARN",
"beanStyleSetterMethodName" : "setChannelARN",
"c2jName" : "ChannelARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the created channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelARN(String)}.\n@param channelARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the created channel.
\n@return The ARN of the created channel.\n@deprecated Use {@link #channelARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the created channel.
\n@param channelARN The ARN of the created channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelARN(String)}\n",
"documentation" : "The ARN of the created channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelARN",
"fluentSetterDocumentation" : "The ARN of the created channel.
\n@param channelARN The ARN of the created channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelARN",
"getterDocumentation" : "The ARN of the created channel.
\n@return The ARN of the created 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 created channel.
\n@param channelARN The ARN of the created 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 created channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelARN" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelARN",
"beanStyleSetterMethodName" : "setChannelARN",
"c2jName" : "ChannelARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the created channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelARN(String)}.\n@param channelARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the created channel.
\n@return The ARN of the created channel.\n@deprecated Use {@link #channelARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the created channel.
\n@param channelARN The ARN of the created channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelARN(String)}\n",
"documentation" : "The ARN of the created channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelARN",
"fluentSetterDocumentation" : "The ARN of the created channel.
\n@param channelARN The ARN of the created channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelARN",
"getterDocumentation" : "The ARN of the created channel.
\n@return The ARN of the created 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 created channel.
\n@param channelARN The ARN of the created 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 created channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelARN",
"beanStyleSetterMethodName" : "setChannelARN",
"c2jName" : "ChannelARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the created channel.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelARN(String)}.\n@param channelARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the created channel.
\n@return The ARN of the created channel.\n@deprecated Use {@link #channelARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the created channel.
\n@param channelARN The ARN of the created channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelARN(String)}\n",
"documentation" : "The ARN of the created channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelARN",
"fluentSetterDocumentation" : "The ARN of the created channel.
\n@param channelARN The ARN of the created channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelARN",
"getterDocumentation" : "The ARN of the created channel.
\n@return The ARN of the created 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 created channel.
\n@param channelARN The ARN of the created 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 created channel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateSignalingChannelResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateSignalingChannelResponse",
"variableName" : "createSignalingChannelResponse",
"variableType" : "CreateSignalingChannelResponse",
"documentation" : null,
"simpleType" : "CreateSignalingChannelResponse",
"variableSetterType" : "CreateSignalingChannelResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateStreamRequest" : {
"c2jName" : "CreateStreamInput",
"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" : "CreateStream",
"locationName" : null,
"requestUri" : "/createStream",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceName",
"beanStyleSetterMethodName" : "setDeviceName",
"c2jName" : "DeviceName",
"c2jShape" : "DeviceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\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 #deviceName(String)}.\n@param deviceName 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 #deviceName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\n@return The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.
\n@deprecated Use {@link #deviceName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\n@param deviceName The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceName(String)}\n",
"documentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeviceName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceName",
"fluentSetterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\n@param deviceName The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceName",
"getterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\n@return The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.
",
"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" : "DeviceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceName",
"sensitive" : false,
"setterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\n@param deviceName The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.
",
"setterMethodName" : "setDeviceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceName",
"variableType" : "String",
"documentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\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 #streamName(String)}.\n@param streamName 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 #streamName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\n@return A name for the stream that you are creating. The stream name is an identifier for the stream, and must be unique for each account and region.\n@deprecated Use {@link #streamName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\n@param streamName A name for the stream that you are creating. The stream name is an identifier for the stream, and must be unique for each account and region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamName(String)}\n",
"documentation" : "
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\n@param streamName A name for the stream that you are creating. The stream name is an identifier for the stream, and must be unique for each account and region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\n@return A name for the stream that you are creating. The stream name is an identifier for the stream, and must be unique for each account and region.",
"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" : "StreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamName",
"sensitive" : false,
"setterDocumentation" : "
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\n@param streamName A name for the stream that you are creating. The stream name is an identifier for the stream, and must be unique for each account and region.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMediaType",
"beanStyleSetterMethodName" : "setMediaType",
"c2jName" : "MediaType",
"c2jShape" : "MediaType",
"defaultConsumerFluentSetterDocumentation" : "The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\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 #mediaType(String)}.\n@param mediaType 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 #mediaType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\n@return The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines. Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).\n@deprecated Use {@link #mediaType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\n@param mediaType The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines. Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaType(String)}\n",
"documentation" : "
The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MediaType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mediaType",
"fluentSetterDocumentation" : "The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\n@param mediaType The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines. Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mediaType",
"getterDocumentation" : "
The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\n@return The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines. Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).",
"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" : "MediaType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MediaType",
"sensitive" : false,
"setterDocumentation" : "
The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\n@param mediaType The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines. Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).",
"setterMethodName" : "setMediaType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "mediaType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "mediaType",
"variableType" : "String",
"documentation" : "
The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "KmsKeyId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\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 #kmsKeyId(String)}.\n@param kmsKeyId 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 #kmsKeyId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\n@return The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.\n@deprecated Use {@link #kmsKeyId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\n@param kmsKeyId The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n",
"documentation" : "
The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKmsKeyId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\n@param kmsKeyId The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyId",
"getterDocumentation" : "
The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\n@return The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.",
"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" : "KmsKeyId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"sensitive" : false,
"setterDocumentation" : "
The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\n@param kmsKeyId The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "
The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDataRetentionInHours",
"beanStyleSetterMethodName" : "setDataRetentionInHours",
"c2jName" : "DataRetentionInHours",
"c2jShape" : "DataRetentionInHours",
"defaultConsumerFluentSetterDocumentation" : "The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #dataRetentionInHours(Integer)}.\n@param dataRetentionInHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataRetentionInHours(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\n@return The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.\n@deprecated Use {@link #dataRetentionInHours()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\n@param dataRetentionInHours The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataRetentionInHours(Integer)}\n",
"documentation" : "
The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DataRetentionInHours property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDataRetentionInHours",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataRetentionInHours",
"fluentSetterDocumentation" : "The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\n@param dataRetentionInHours The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataRetentionInHours",
"getterDocumentation" : "
The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\n@return The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DataRetentionInHours",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DataRetentionInHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "DataRetentionInHours",
"sensitive" : false,
"setterDocumentation" : "
The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\n@param dataRetentionInHours The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.",
"setterMethodName" : "setDataRetentionInHours",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "dataRetentionInHours",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "dataRetentionInHours",
"variableType" : "Integer",
"documentation" : "
The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "ResourceTags",
"defaultConsumerFluentSetterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\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 #tags(Map)}.\n@param tags 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 #tags(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\n@param tags A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n",
"documentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\n@param tags A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).",
"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" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "TagValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\n@param tags A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DataRetentionInHours" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDataRetentionInHours",
"beanStyleSetterMethodName" : "setDataRetentionInHours",
"c2jName" : "DataRetentionInHours",
"c2jShape" : "DataRetentionInHours",
"defaultConsumerFluentSetterDocumentation" : "The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #dataRetentionInHours(Integer)}.\n@param dataRetentionInHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataRetentionInHours(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\n@return The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.\n@deprecated Use {@link #dataRetentionInHours()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\n@param dataRetentionInHours The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataRetentionInHours(Integer)}\n",
"documentation" : "
The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DataRetentionInHours property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDataRetentionInHours",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataRetentionInHours",
"fluentSetterDocumentation" : "The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\n@param dataRetentionInHours The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataRetentionInHours",
"getterDocumentation" : "
The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\n@return The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DataRetentionInHours",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DataRetentionInHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "DataRetentionInHours",
"sensitive" : false,
"setterDocumentation" : "
The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\n@param dataRetentionInHours The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.",
"setterMethodName" : "setDataRetentionInHours",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "dataRetentionInHours",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "dataRetentionInHours",
"variableType" : "Integer",
"documentation" : "
The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DeviceName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceName",
"beanStyleSetterMethodName" : "setDeviceName",
"c2jName" : "DeviceName",
"c2jShape" : "DeviceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\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 #deviceName(String)}.\n@param deviceName 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 #deviceName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\n@return The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.
\n@deprecated Use {@link #deviceName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\n@param deviceName The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceName(String)}\n",
"documentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeviceName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceName",
"fluentSetterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\n@param deviceName The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceName",
"getterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\n@return The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.
",
"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" : "DeviceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceName",
"sensitive" : false,
"setterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\n@param deviceName The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.
",
"setterMethodName" : "setDeviceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceName",
"variableType" : "String",
"documentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"KmsKeyId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "KmsKeyId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\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 #kmsKeyId(String)}.\n@param kmsKeyId 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 #kmsKeyId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\n@return The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.\n@deprecated Use {@link #kmsKeyId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\n@param kmsKeyId The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n",
"documentation" : "
The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKmsKeyId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\n@param kmsKeyId The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyId",
"getterDocumentation" : "
The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\n@return The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.",
"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" : "KmsKeyId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"sensitive" : false,
"setterDocumentation" : "
The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\n@param kmsKeyId The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "
The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MediaType" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMediaType",
"beanStyleSetterMethodName" : "setMediaType",
"c2jName" : "MediaType",
"c2jShape" : "MediaType",
"defaultConsumerFluentSetterDocumentation" : "The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\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 #mediaType(String)}.\n@param mediaType 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 #mediaType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\n@return The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines. Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).\n@deprecated Use {@link #mediaType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\n@param mediaType The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines. Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaType(String)}\n",
"documentation" : "
The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MediaType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mediaType",
"fluentSetterDocumentation" : "The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\n@param mediaType The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines. Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mediaType",
"getterDocumentation" : "
The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\n@return The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines. Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).",
"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" : "MediaType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MediaType",
"sensitive" : false,
"setterDocumentation" : "
The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\n@param mediaType The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines. Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).",
"setterMethodName" : "setMediaType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "mediaType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "mediaType",
"variableType" : "String",
"documentation" : "
The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StreamName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\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 #streamName(String)}.\n@param streamName 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 #streamName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\n@return A name for the stream that you are creating. The stream name is an identifier for the stream, and must be unique for each account and region.\n@deprecated Use {@link #streamName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\n@param streamName A name for the stream that you are creating. The stream name is an identifier for the stream, and must be unique for each account and region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamName(String)}\n",
"documentation" : "
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\n@param streamName A name for the stream that you are creating. The stream name is an identifier for the stream, and must be unique for each account and region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\n@return A name for the stream that you are creating. The stream name is an identifier for the stream, and must be unique for each account and region.",
"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" : "StreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamName",
"sensitive" : false,
"setterDocumentation" : "
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\n@param streamName A name for the stream that you are creating. The stream name is an identifier for the stream, and must be unique for each account and region.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Tags" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "ResourceTags",
"defaultConsumerFluentSetterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\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 #tags(Map)}.\n@param tags 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 #tags(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\n@param tags A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n",
"documentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\n@param tags A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).",
"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" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "TagValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\n@param tags A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeviceName",
"beanStyleSetterMethodName" : "setDeviceName",
"c2jName" : "DeviceName",
"c2jShape" : "DeviceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\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 #deviceName(String)}.\n@param deviceName 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 #deviceName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\n@return The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.
\n@deprecated Use {@link #deviceName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\n@param deviceName The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deviceName(String)}\n",
"documentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeviceName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeviceName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceName",
"fluentSetterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\n@param deviceName The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deviceName",
"getterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\n@return The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.
",
"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" : "DeviceName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeviceName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DeviceName",
"sensitive" : false,
"setterDocumentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
\n@param deviceName The name of the device that is writing to the stream. In the current implementation, Kinesis Video Streams does not use this name.
",
"setterMethodName" : "setDeviceName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "deviceName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "deviceName",
"variableType" : "String",
"documentation" : "The name of the device that is writing to the stream.
In the current implementation, Kinesis Video Streams does not use this name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\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 #streamName(String)}.\n@param streamName 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 #streamName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\n@return A name for the stream that you are creating. The stream name is an identifier for the stream, and must be unique for each account and region.\n@deprecated Use {@link #streamName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\n@param streamName A name for the stream that you are creating. The stream name is an identifier for the stream, and must be unique for each account and region.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamName(String)}\n",
"documentation" : "
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\n@param streamName A name for the stream that you are creating. The stream name is an identifier for the stream, and must be unique for each account and region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\n@return A name for the stream that you are creating. The stream name is an identifier for the stream, and must be unique for each account and region.",
"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" : "StreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamName",
"sensitive" : false,
"setterDocumentation" : "
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
\n@param streamName A name for the stream that you are creating. The stream name is an identifier for the stream, and must be unique for each account and region.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "
A name for the stream that you are creating.
The stream name is an identifier for the stream, and must be unique for each account and region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMediaType",
"beanStyleSetterMethodName" : "setMediaType",
"c2jName" : "MediaType",
"c2jShape" : "MediaType",
"defaultConsumerFluentSetterDocumentation" : "The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\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 #mediaType(String)}.\n@param mediaType 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 #mediaType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\n@return The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines. Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).\n@deprecated Use {@link #mediaType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\n@param mediaType The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines. Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaType(String)}\n",
"documentation" : "
The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MediaType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mediaType",
"fluentSetterDocumentation" : "The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\n@param mediaType The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines. Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mediaType",
"getterDocumentation" : "
The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\n@return The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines. Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).",
"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" : "MediaType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MediaType",
"sensitive" : false,
"setterDocumentation" : "
The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
\n@param mediaType The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines. Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).",
"setterMethodName" : "setMediaType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "mediaType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "mediaType",
"variableType" : "String",
"documentation" : "
The media type of the stream. Consumers of the stream can use this information when processing the stream. For more information about media types, see Media Types. If you choose to specify the MediaType
, see Naming Requirements for guidelines.
Example valid values include \"video/h264\" and \"video/h264,audio/aac\".
This parameter is optional; the default value is null
(or empty in JSON).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "KmsKeyId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\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 #kmsKeyId(String)}.\n@param kmsKeyId 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 #kmsKeyId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\n@return The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.\n@deprecated Use {@link #kmsKeyId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\n@param kmsKeyId The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #kmsKeyId(String)}\n",
"documentation" : "
The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the KmsKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKmsKeyId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\n@param kmsKeyId The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "kmsKeyId",
"getterDocumentation" : "
The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\n@return The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.",
"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" : "KmsKeyId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "KmsKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "KmsKeyId",
"sensitive" : false,
"setterDocumentation" : "
The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
\n@param kmsKeyId The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data. If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.",
"setterMethodName" : "setKmsKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "kmsKeyId",
"variableType" : "String",
"documentation" : "
The ID of the AWS Key Management Service (AWS KMS) key that you want Kinesis Video Streams to use to encrypt stream data.
If no key ID is specified, the default, Kinesis Video-managed key (aws/kinesisvideo
) is used.
For more information, see DescribeKey.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDataRetentionInHours",
"beanStyleSetterMethodName" : "setDataRetentionInHours",
"c2jName" : "DataRetentionInHours",
"c2jShape" : "DataRetentionInHours",
"defaultConsumerFluentSetterDocumentation" : "The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #dataRetentionInHours(Integer)}.\n@param dataRetentionInHours a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataRetentionInHours(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\n@return The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.\n@deprecated Use {@link #dataRetentionInHours()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\n@param dataRetentionInHours The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataRetentionInHours(Integer)}\n",
"documentation" : "
The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DataRetentionInHours property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDataRetentionInHours",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataRetentionInHours",
"fluentSetterDocumentation" : "The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\n@param dataRetentionInHours The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataRetentionInHours",
"getterDocumentation" : "
The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\n@return The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DataRetentionInHours",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DataRetentionInHours",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "DataRetentionInHours",
"sensitive" : false,
"setterDocumentation" : "
The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
\n@param dataRetentionInHours The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream. The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.",
"setterMethodName" : "setDataRetentionInHours",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "dataRetentionInHours",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "dataRetentionInHours",
"variableType" : "Integer",
"documentation" : "
The number of hours that you want to retain the data in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
When the DataRetentionInHours
value is 0, consumers can still consume the fragments that remain in the service host buffer, which has a retention time limit of 5 minutes and a retention memory limit of 200 MB. Fragments are removed from the buffer when either limit is reached.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "ResourceTags",
"defaultConsumerFluentSetterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\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 #tags(Map)}.\n@param tags 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 #tags(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\n@param tags A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n",
"documentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\n@param tags A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).",
"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" : "Tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "TagValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
\n@param tags A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : "A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamName" ],
"shapeName" : "CreateStreamRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateStreamRequest",
"variableName" : "createStreamRequest",
"variableType" : "CreateStreamRequest",
"documentation" : null,
"simpleType" : "CreateStreamRequest",
"variableSetterType" : "CreateStreamRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateStreamResponse" : {
"c2jName" : "CreateStreamOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\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 #streamARN(String)}.\n@param streamARN 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 #streamARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@return The Amazon Resource Name (ARN) of the stream.\n@deprecated Use {@link #streamARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamARN(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@return The Amazon Resource Name (ARN) of the stream.",
"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" : "StreamARN",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamARN",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StreamARN" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\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 #streamARN(String)}.\n@param streamARN 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 #streamARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@return The Amazon Resource Name (ARN) of the stream.\n@deprecated Use {@link #streamARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamARN(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@return The Amazon Resource Name (ARN) of the stream.",
"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" : "StreamARN",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamARN",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\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 #streamARN(String)}.\n@param streamARN 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 #streamARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@return The Amazon Resource Name (ARN) of the stream.\n@deprecated Use {@link #streamARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamARN(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@return The Amazon Resource Name (ARN) of the stream.",
"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" : "StreamARN",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamARN",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateStreamResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateStreamResponse",
"variableName" : "createStreamResponse",
"variableType" : "CreateStreamResponse",
"documentation" : null,
"simpleType" : "CreateStreamResponse",
"variableSetterType" : "CreateStreamResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteSignalingChannelRequest" : {
"c2jName" : "DeleteSignalingChannelInput",
"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" : "DeleteSignalingChannel",
"locationName" : null,
"requestUri" : "/deleteSignalingChannel",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelARN",
"beanStyleSetterMethodName" : "setChannelARN",
"c2jName" : "ChannelARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the signaling channel that you want to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelARN(String)}.\n@param channelARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the signaling channel that you want to delete.
\n@return The ARN of the signaling channel that you want to delete.\n@deprecated Use {@link #channelARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the signaling channel that you want to delete.
\n@param channelARN The ARN of the signaling channel that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelARN(String)}\n",
"documentation" : "The ARN of the signaling channel that you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelARN",
"fluentSetterDocumentation" : "The ARN of the signaling channel that you want to delete.
\n@param channelARN The ARN of the signaling channel that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelARN",
"getterDocumentation" : "The ARN of the signaling channel that you want to delete.
\n@return The ARN of the signaling channel that you want to delete.",
"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 signaling channel that you want to delete.
\n@param channelARN The ARN of the signaling channel that you want to delete.",
"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 signaling channel that you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCurrentVersion",
"beanStyleSetterMethodName" : "setCurrentVersion",
"c2jName" : "CurrentVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\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 #currentVersion(String)}.\n@param currentVersion 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 #currentVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\n@return The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.\n@deprecated Use {@link #currentVersion()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\n@param currentVersion The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #currentVersion(String)}\n",
"documentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CurrentVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCurrentVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "currentVersion",
"fluentSetterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\n@param currentVersion The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentVersion",
"getterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\n@return The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.",
"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" : "CurrentVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CurrentVersion",
"sensitive" : false,
"setterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\n@param currentVersion The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.",
"setterMethodName" : "setCurrentVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "currentVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "currentVersion",
"variableType" : "String",
"documentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelARN" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelARN",
"beanStyleSetterMethodName" : "setChannelARN",
"c2jName" : "ChannelARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the signaling channel that you want to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelARN(String)}.\n@param channelARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the signaling channel that you want to delete.
\n@return The ARN of the signaling channel that you want to delete.\n@deprecated Use {@link #channelARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the signaling channel that you want to delete.
\n@param channelARN The ARN of the signaling channel that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelARN(String)}\n",
"documentation" : "The ARN of the signaling channel that you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelARN",
"fluentSetterDocumentation" : "The ARN of the signaling channel that you want to delete.
\n@param channelARN The ARN of the signaling channel that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelARN",
"getterDocumentation" : "The ARN of the signaling channel that you want to delete.
\n@return The ARN of the signaling channel that you want to delete.",
"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 signaling channel that you want to delete.
\n@param channelARN The ARN of the signaling channel that you want to delete.",
"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 signaling channel that you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CurrentVersion" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCurrentVersion",
"beanStyleSetterMethodName" : "setCurrentVersion",
"c2jName" : "CurrentVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\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 #currentVersion(String)}.\n@param currentVersion 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 #currentVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\n@return The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.\n@deprecated Use {@link #currentVersion()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\n@param currentVersion The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #currentVersion(String)}\n",
"documentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CurrentVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCurrentVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "currentVersion",
"fluentSetterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\n@param currentVersion The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentVersion",
"getterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\n@return The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.",
"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" : "CurrentVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CurrentVersion",
"sensitive" : false,
"setterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\n@param currentVersion The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.",
"setterMethodName" : "setCurrentVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "currentVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "currentVersion",
"variableType" : "String",
"documentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelARN",
"beanStyleSetterMethodName" : "setChannelARN",
"c2jName" : "ChannelARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the signaling channel that you want to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelARN(String)}.\n@param channelARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the signaling channel that you want to delete.
\n@return The ARN of the signaling channel that you want to delete.\n@deprecated Use {@link #channelARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the signaling channel that you want to delete.
\n@param channelARN The ARN of the signaling channel that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelARN(String)}\n",
"documentation" : "The ARN of the signaling channel that you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelARN",
"fluentSetterDocumentation" : "The ARN of the signaling channel that you want to delete.
\n@param channelARN The ARN of the signaling channel that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelARN",
"getterDocumentation" : "The ARN of the signaling channel that you want to delete.
\n@return The ARN of the signaling channel that you want to delete.",
"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 signaling channel that you want to delete.
\n@param channelARN The ARN of the signaling channel that you want to delete.",
"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 signaling channel that you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCurrentVersion",
"beanStyleSetterMethodName" : "setCurrentVersion",
"c2jName" : "CurrentVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\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 #currentVersion(String)}.\n@param currentVersion 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 #currentVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\n@return The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.\n@deprecated Use {@link #currentVersion()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\n@param currentVersion The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #currentVersion(String)}\n",
"documentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CurrentVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCurrentVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "currentVersion",
"fluentSetterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\n@param currentVersion The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentVersion",
"getterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\n@return The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.",
"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" : "CurrentVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CurrentVersion",
"sensitive" : false,
"setterDocumentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
\n@param currentVersion The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.",
"setterMethodName" : "setCurrentVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "currentVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "currentVersion",
"variableType" : "String",
"documentation" : "The current version of the signaling channel that you want to delete. You can obtain the current version by invoking the DescribeSignalingChannel
or ListSignalingChannels
APIs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ChannelARN" ],
"shapeName" : "DeleteSignalingChannelRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteSignalingChannelRequest",
"variableName" : "deleteSignalingChannelRequest",
"variableType" : "DeleteSignalingChannelRequest",
"documentation" : null,
"simpleType" : "DeleteSignalingChannelRequest",
"variableSetterType" : "DeleteSignalingChannelRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteSignalingChannelResponse" : {
"c2jName" : "DeleteSignalingChannelOutput",
"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" : "DeleteSignalingChannelResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteSignalingChannelResponse",
"variableName" : "deleteSignalingChannelResponse",
"variableType" : "DeleteSignalingChannelResponse",
"documentation" : null,
"simpleType" : "DeleteSignalingChannelResponse",
"variableSetterType" : "DeleteSignalingChannelResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteStreamRequest" : {
"c2jName" : "DeleteStreamInput",
"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" : "DeleteStream",
"locationName" : null,
"requestUri" : "/deleteStream",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\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 #streamARN(String)}.\n@param streamARN 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 #streamARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\n@return The Amazon Resource Name (ARN) of the stream that you want to delete.\n@deprecated Use {@link #streamARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamARN(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\n@return The Amazon Resource Name (ARN) of the stream that you want to delete.",
"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" : "StreamARN",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamARN",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to delete.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCurrentVersion",
"beanStyleSetterMethodName" : "setCurrentVersion",
"c2jName" : "CurrentVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\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 #currentVersion(String)}.\n@param currentVersion 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 #currentVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\n@return Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.\n@deprecated Use {@link #currentVersion()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\n@param currentVersion Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #currentVersion(String)}\n",
"documentation" : "
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CurrentVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCurrentVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "currentVersion",
"fluentSetterDocumentation" : "Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\n@param currentVersion Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentVersion",
"getterDocumentation" : "
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\n@return Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.",
"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" : "CurrentVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CurrentVersion",
"sensitive" : false,
"setterDocumentation" : "
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\n@param currentVersion Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.",
"setterMethodName" : "setCurrentVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "currentVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "currentVersion",
"variableType" : "String",
"documentation" : "
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CurrentVersion" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCurrentVersion",
"beanStyleSetterMethodName" : "setCurrentVersion",
"c2jName" : "CurrentVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\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 #currentVersion(String)}.\n@param currentVersion 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 #currentVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\n@return Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.\n@deprecated Use {@link #currentVersion()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\n@param currentVersion Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #currentVersion(String)}\n",
"documentation" : "
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CurrentVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCurrentVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "currentVersion",
"fluentSetterDocumentation" : "Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\n@param currentVersion Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentVersion",
"getterDocumentation" : "
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\n@return Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.",
"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" : "CurrentVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CurrentVersion",
"sensitive" : false,
"setterDocumentation" : "
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\n@param currentVersion Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.",
"setterMethodName" : "setCurrentVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "currentVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "currentVersion",
"variableType" : "String",
"documentation" : "
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StreamARN" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\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 #streamARN(String)}.\n@param streamARN 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 #streamARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\n@return The Amazon Resource Name (ARN) of the stream that you want to delete.\n@deprecated Use {@link #streamARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamARN(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\n@return The Amazon Resource Name (ARN) of the stream that you want to delete.",
"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" : "StreamARN",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamARN",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to delete.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\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 #streamARN(String)}.\n@param streamARN 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 #streamARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\n@return The Amazon Resource Name (ARN) of the stream that you want to delete.\n@deprecated Use {@link #streamARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamARN(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\n@return The Amazon Resource Name (ARN) of the stream that you want to delete.",
"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" : "StreamARN",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamARN",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to delete.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCurrentVersion",
"beanStyleSetterMethodName" : "setCurrentVersion",
"c2jName" : "CurrentVersion",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\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 #currentVersion(String)}.\n@param currentVersion 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 #currentVersion(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\n@return Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.\n@deprecated Use {@link #currentVersion()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\n@param currentVersion Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #currentVersion(String)}\n",
"documentation" : "
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CurrentVersion property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCurrentVersion",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "currentVersion",
"fluentSetterDocumentation" : "Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\n@param currentVersion Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentVersion",
"getterDocumentation" : "
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\n@return Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.",
"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" : "CurrentVersion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentVersion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CurrentVersion",
"sensitive" : false,
"setterDocumentation" : "
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
\n@param currentVersion Optional: The version of the stream that you want to delete. Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.",
"setterMethodName" : "setCurrentVersion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "currentVersion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "currentVersion",
"variableType" : "String",
"documentation" : "
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream version, use the DescribeStream
API.
If not specified, only the CreationTime
is checked before deleting the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "StreamARN" ],
"shapeName" : "DeleteStreamRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteStreamRequest",
"variableName" : "deleteStreamRequest",
"variableType" : "DeleteStreamRequest",
"documentation" : null,
"simpleType" : "DeleteStreamRequest",
"variableSetterType" : "DeleteStreamRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteStreamResponse" : {
"c2jName" : "DeleteStreamOutput",
"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" : "DeleteStreamResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteStreamResponse",
"variableName" : "deleteStreamResponse",
"variableType" : "DeleteStreamResponse",
"documentation" : null,
"simpleType" : "DeleteStreamResponse",
"variableSetterType" : "DeleteStreamResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeSignalingChannelRequest" : {
"c2jName" : "DescribeSignalingChannelInput",
"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" : "DescribeSignalingChannel",
"locationName" : null,
"requestUri" : "/describeSignalingChannel",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "ChannelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the signaling channel that you want to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the signaling channel that you want to describe.
\n@return The name of the signaling channel that you want to describe.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the signaling channel that you want to describe.
\n@param channelName The name of the signaling channel that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the signaling channel that you want to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the signaling channel that you want to describe.
\n@param channelName The name of the signaling channel that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the signaling channel that you want to describe.
\n@return The name of the signaling channel that you want to describe.",
"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 signaling channel that you want to describe.
\n@param channelName The name of the signaling channel that you want to describe.",
"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 signaling channel that you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelARN",
"beanStyleSetterMethodName" : "setChannelARN",
"c2jName" : "ChannelARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the signaling channel that you want to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelARN(String)}.\n@param channelARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the signaling channel that you want to describe.
\n@return The ARN of the signaling channel that you want to describe.\n@deprecated Use {@link #channelARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the signaling channel that you want to describe.
\n@param channelARN The ARN of the signaling channel that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelARN(String)}\n",
"documentation" : "The ARN of the signaling channel that you want to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelARN",
"fluentSetterDocumentation" : "The ARN of the signaling channel that you want to describe.
\n@param channelARN The ARN of the signaling channel that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelARN",
"getterDocumentation" : "The ARN of the signaling channel that you want to describe.
\n@return The ARN of the signaling channel that you want to describe.",
"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 signaling channel that you want to describe.
\n@param channelARN The ARN of the signaling channel that you want to describe.",
"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 signaling channel that you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelARN" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelARN",
"beanStyleSetterMethodName" : "setChannelARN",
"c2jName" : "ChannelARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the signaling channel that you want to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelARN(String)}.\n@param channelARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the signaling channel that you want to describe.
\n@return The ARN of the signaling channel that you want to describe.\n@deprecated Use {@link #channelARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the signaling channel that you want to describe.
\n@param channelARN The ARN of the signaling channel that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelARN(String)}\n",
"documentation" : "The ARN of the signaling channel that you want to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelARN",
"fluentSetterDocumentation" : "The ARN of the signaling channel that you want to describe.
\n@param channelARN The ARN of the signaling channel that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelARN",
"getterDocumentation" : "The ARN of the signaling channel that you want to describe.
\n@return The ARN of the signaling channel that you want to describe.",
"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 signaling channel that you want to describe.
\n@param channelARN The ARN of the signaling channel that you want to describe.",
"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 signaling channel that you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ChannelName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "ChannelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the signaling channel that you want to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the signaling channel that you want to describe.
\n@return The name of the signaling channel that you want to describe.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the signaling channel that you want to describe.
\n@param channelName The name of the signaling channel that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the signaling channel that you want to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the signaling channel that you want to describe.
\n@param channelName The name of the signaling channel that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the signaling channel that you want to describe.
\n@return The name of the signaling channel that you want to describe.",
"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 signaling channel that you want to describe.
\n@param channelName The name of the signaling channel that you want to describe.",
"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 signaling channel that you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelName",
"beanStyleSetterMethodName" : "setChannelName",
"c2jName" : "ChannelName",
"c2jShape" : "ChannelName",
"defaultConsumerFluentSetterDocumentation" : "The name of the signaling channel that you want to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelName(String)}.\n@param channelName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the signaling channel that you want to describe.
\n@return The name of the signaling channel that you want to describe.\n@deprecated Use {@link #channelName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the signaling channel that you want to describe.
\n@param channelName The name of the signaling channel that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelName(String)}\n",
"documentation" : "The name of the signaling channel that you want to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelName",
"fluentSetterDocumentation" : "The name of the signaling channel that you want to describe.
\n@param channelName The name of the signaling channel that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelName",
"getterDocumentation" : "The name of the signaling channel that you want to describe.
\n@return The name of the signaling channel that you want to describe.",
"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 signaling channel that you want to describe.
\n@param channelName The name of the signaling channel that you want to describe.",
"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 signaling channel that you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelARN",
"beanStyleSetterMethodName" : "setChannelARN",
"c2jName" : "ChannelARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the signaling channel that you want to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelARN(String)}.\n@param channelARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the signaling channel that you want to describe.
\n@return The ARN of the signaling channel that you want to describe.\n@deprecated Use {@link #channelARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the signaling channel that you want to describe.
\n@param channelARN The ARN of the signaling channel that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelARN(String)}\n",
"documentation" : "The ARN of the signaling channel that you want to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelARN",
"fluentSetterDocumentation" : "The ARN of the signaling channel that you want to describe.
\n@param channelARN The ARN of the signaling channel that you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelARN",
"getterDocumentation" : "The ARN of the signaling channel that you want to describe.
\n@return The ARN of the signaling channel that you want to describe.",
"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 signaling channel that you want to describe.
\n@param channelARN The ARN of the signaling channel that you want to describe.",
"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 signaling channel that you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeSignalingChannelRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeSignalingChannelRequest",
"variableName" : "describeSignalingChannelRequest",
"variableType" : "DescribeSignalingChannelRequest",
"documentation" : null,
"simpleType" : "DescribeSignalingChannelRequest",
"variableSetterType" : "DescribeSignalingChannelRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeSignalingChannelResponse" : {
"c2jName" : "DescribeSignalingChannelOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelInfo",
"beanStyleSetterMethodName" : "setChannelInfo",
"c2jName" : "ChannelInfo",
"c2jShape" : "ChannelInfo",
"defaultConsumerFluentSetterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\nThis is a convenience that creates an instance of the {@link ChannelInfo.Builder} avoiding the need to create one manually via {@link ChannelInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelInfo.Builder#build()} is called immediately and its result is passed to {@link #channelInfo(ChannelInfo)}.\n@param channelInfo a consumer that will call methods on {@link ChannelInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelInfo(ChannelInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\n@return A structure that encapsulates the specified signaling channel's metadata and properties.\n@deprecated Use {@link #channelInfo()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\n@param channelInfo A structure that encapsulates the specified signaling channel's metadata and properties.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelInfo(ChannelInfo)}\n",
"documentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelInfo property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelInfo",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelInfo",
"fluentSetterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\n@param channelInfo A structure that encapsulates the specified signaling channel's metadata and properties.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelInfo",
"getterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\n@return A structure that encapsulates the specified signaling channel's metadata and properties.",
"getterModel" : {
"returnType" : "ChannelInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChannelInfo",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelInfo",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ChannelInfo",
"sensitive" : false,
"setterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\n@param channelInfo A structure that encapsulates the specified signaling channel's metadata and properties.",
"setterMethodName" : "setChannelInfo",
"setterModel" : {
"variableDeclarationType" : "ChannelInfo",
"variableName" : "channelInfo",
"variableType" : "ChannelInfo",
"documentation" : null,
"simpleType" : "ChannelInfo",
"variableSetterType" : "ChannelInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelInfo",
"variableName" : "channelInfo",
"variableType" : "ChannelInfo",
"documentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
",
"simpleType" : "ChannelInfo",
"variableSetterType" : "ChannelInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelInfo" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelInfo",
"beanStyleSetterMethodName" : "setChannelInfo",
"c2jName" : "ChannelInfo",
"c2jShape" : "ChannelInfo",
"defaultConsumerFluentSetterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\nThis is a convenience that creates an instance of the {@link ChannelInfo.Builder} avoiding the need to create one manually via {@link ChannelInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelInfo.Builder#build()} is called immediately and its result is passed to {@link #channelInfo(ChannelInfo)}.\n@param channelInfo a consumer that will call methods on {@link ChannelInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelInfo(ChannelInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\n@return A structure that encapsulates the specified signaling channel's metadata and properties.\n@deprecated Use {@link #channelInfo()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\n@param channelInfo A structure that encapsulates the specified signaling channel's metadata and properties.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelInfo(ChannelInfo)}\n",
"documentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelInfo property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelInfo",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelInfo",
"fluentSetterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\n@param channelInfo A structure that encapsulates the specified signaling channel's metadata and properties.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelInfo",
"getterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\n@return A structure that encapsulates the specified signaling channel's metadata and properties.",
"getterModel" : {
"returnType" : "ChannelInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChannelInfo",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelInfo",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ChannelInfo",
"sensitive" : false,
"setterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\n@param channelInfo A structure that encapsulates the specified signaling channel's metadata and properties.",
"setterMethodName" : "setChannelInfo",
"setterModel" : {
"variableDeclarationType" : "ChannelInfo",
"variableName" : "channelInfo",
"variableType" : "ChannelInfo",
"documentation" : null,
"simpleType" : "ChannelInfo",
"variableSetterType" : "ChannelInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelInfo",
"variableName" : "channelInfo",
"variableType" : "ChannelInfo",
"documentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
",
"simpleType" : "ChannelInfo",
"variableSetterType" : "ChannelInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelInfo",
"beanStyleSetterMethodName" : "setChannelInfo",
"c2jName" : "ChannelInfo",
"c2jShape" : "ChannelInfo",
"defaultConsumerFluentSetterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\nThis is a convenience that creates an instance of the {@link ChannelInfo.Builder} avoiding the need to create one manually via {@link ChannelInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelInfo.Builder#build()} is called immediately and its result is passed to {@link #channelInfo(ChannelInfo)}.\n@param channelInfo a consumer that will call methods on {@link ChannelInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelInfo(ChannelInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\n@return A structure that encapsulates the specified signaling channel's metadata and properties.\n@deprecated Use {@link #channelInfo()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\n@param channelInfo A structure that encapsulates the specified signaling channel's metadata and properties.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelInfo(ChannelInfo)}\n",
"documentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelInfo property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelInfo",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelInfo",
"fluentSetterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\n@param channelInfo A structure that encapsulates the specified signaling channel's metadata and properties.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelInfo",
"getterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\n@return A structure that encapsulates the specified signaling channel's metadata and properties.",
"getterModel" : {
"returnType" : "ChannelInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChannelInfo",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelInfo",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ChannelInfo",
"sensitive" : false,
"setterDocumentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
\n@param channelInfo A structure that encapsulates the specified signaling channel's metadata and properties.",
"setterMethodName" : "setChannelInfo",
"setterModel" : {
"variableDeclarationType" : "ChannelInfo",
"variableName" : "channelInfo",
"variableType" : "ChannelInfo",
"documentation" : null,
"simpleType" : "ChannelInfo",
"variableSetterType" : "ChannelInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelInfo",
"variableName" : "channelInfo",
"variableType" : "ChannelInfo",
"documentation" : "A structure that encapsulates the specified signaling channel's metadata and properties.
",
"simpleType" : "ChannelInfo",
"variableSetterType" : "ChannelInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeSignalingChannelResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeSignalingChannelResponse",
"variableName" : "describeSignalingChannelResponse",
"variableType" : "DescribeSignalingChannelResponse",
"documentation" : null,
"simpleType" : "DescribeSignalingChannelResponse",
"variableSetterType" : "DescribeSignalingChannelResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeStreamRequest" : {
"c2jName" : "DescribeStreamInput",
"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" : "DescribeStream",
"locationName" : null,
"requestUri" : "/describeStream",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream.
\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 #streamName(String)}.\n@param streamName 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 #streamName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the stream.
\n@return The name of the stream.\n@deprecated Use {@link #streamName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the stream.
\n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamName(String)}\n",
"documentation" : "The name of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream.
\n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream.
\n@return The name of the stream.",
"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" : "StreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the stream.
\n@param streamName The name of the stream.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\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 #streamARN(String)}.\n@param streamARN 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 #streamARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@return The Amazon Resource Name (ARN) of the stream.\n@deprecated Use {@link #streamARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamARN(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@return The Amazon Resource Name (ARN) of the stream.",
"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" : "StreamARN",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamARN",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StreamARN" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\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 #streamARN(String)}.\n@param streamARN 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 #streamARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@return The Amazon Resource Name (ARN) of the stream.\n@deprecated Use {@link #streamARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamARN(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@return The Amazon Resource Name (ARN) of the stream.",
"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" : "StreamARN",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamARN",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StreamName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream.
\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 #streamName(String)}.\n@param streamName 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 #streamName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the stream.
\n@return The name of the stream.\n@deprecated Use {@link #streamName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the stream.
\n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamName(String)}\n",
"documentation" : "The name of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream.
\n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream.
\n@return The name of the stream.",
"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" : "StreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the stream.
\n@param streamName The name of the stream.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream.
\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 #streamName(String)}.\n@param streamName 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 #streamName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the stream.
\n@return The name of the stream.\n@deprecated Use {@link #streamName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the stream.
\n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamName(String)}\n",
"documentation" : "The name of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream.
\n@param streamName The name of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream.
\n@return The name of the stream.",
"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" : "StreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the stream.
\n@param streamName The name of the stream.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\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 #streamARN(String)}.\n@param streamARN 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 #streamARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@return The Amazon Resource Name (ARN) of the stream.\n@deprecated Use {@link #streamARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamARN(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@return The Amazon Resource Name (ARN) of the stream.",
"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" : "StreamARN",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamARN",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the stream.
\n@param streamARN The Amazon Resource Name (ARN) of the stream.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeStreamRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeStreamRequest",
"variableName" : "describeStreamRequest",
"variableType" : "DescribeStreamRequest",
"documentation" : null,
"simpleType" : "DescribeStreamRequest",
"variableSetterType" : "DescribeStreamRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DescribeStreamResponse" : {
"c2jName" : "DescribeStreamOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamInfo",
"beanStyleSetterMethodName" : "setStreamInfo",
"c2jName" : "StreamInfo",
"c2jShape" : "StreamInfo",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the stream.
\nThis is a convenience that creates an instance of the {@link StreamInfo.Builder} avoiding the need to create one manually via {@link StreamInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamInfo.Builder#build()} is called immediately and its result is passed to {@link #streamInfo(StreamInfo)}.\n@param streamInfo a consumer that will call methods on {@link StreamInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamInfo(StreamInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that describes the stream.
\n@return An object that describes the stream.\n@deprecated Use {@link #streamInfo()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that describes the stream.
\n@param streamInfo An object that describes the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamInfo(StreamInfo)}\n",
"documentation" : "An object that describes the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamInfo property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamInfo",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamInfo",
"fluentSetterDocumentation" : "An object that describes the stream.
\n@param streamInfo An object that describes the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamInfo",
"getterDocumentation" : "An object that describes the stream.
\n@return An object that describes the stream.",
"getterModel" : {
"returnType" : "StreamInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamInfo",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamInfo",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "StreamInfo",
"sensitive" : false,
"setterDocumentation" : "An object that describes the stream.
\n@param streamInfo An object that describes the stream.",
"setterMethodName" : "setStreamInfo",
"setterModel" : {
"variableDeclarationType" : "StreamInfo",
"variableName" : "streamInfo",
"variableType" : "StreamInfo",
"documentation" : null,
"simpleType" : "StreamInfo",
"variableSetterType" : "StreamInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "StreamInfo",
"variableName" : "streamInfo",
"variableType" : "StreamInfo",
"documentation" : "An object that describes the stream.
",
"simpleType" : "StreamInfo",
"variableSetterType" : "StreamInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StreamInfo" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamInfo",
"beanStyleSetterMethodName" : "setStreamInfo",
"c2jName" : "StreamInfo",
"c2jShape" : "StreamInfo",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the stream.
\nThis is a convenience that creates an instance of the {@link StreamInfo.Builder} avoiding the need to create one manually via {@link StreamInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamInfo.Builder#build()} is called immediately and its result is passed to {@link #streamInfo(StreamInfo)}.\n@param streamInfo a consumer that will call methods on {@link StreamInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamInfo(StreamInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that describes the stream.
\n@return An object that describes the stream.\n@deprecated Use {@link #streamInfo()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that describes the stream.
\n@param streamInfo An object that describes the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamInfo(StreamInfo)}\n",
"documentation" : "An object that describes the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamInfo property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamInfo",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamInfo",
"fluentSetterDocumentation" : "An object that describes the stream.
\n@param streamInfo An object that describes the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamInfo",
"getterDocumentation" : "An object that describes the stream.
\n@return An object that describes the stream.",
"getterModel" : {
"returnType" : "StreamInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamInfo",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamInfo",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "StreamInfo",
"sensitive" : false,
"setterDocumentation" : "An object that describes the stream.
\n@param streamInfo An object that describes the stream.",
"setterMethodName" : "setStreamInfo",
"setterModel" : {
"variableDeclarationType" : "StreamInfo",
"variableName" : "streamInfo",
"variableType" : "StreamInfo",
"documentation" : null,
"simpleType" : "StreamInfo",
"variableSetterType" : "StreamInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "StreamInfo",
"variableName" : "streamInfo",
"variableType" : "StreamInfo",
"documentation" : "An object that describes the stream.
",
"simpleType" : "StreamInfo",
"variableSetterType" : "StreamInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamInfo",
"beanStyleSetterMethodName" : "setStreamInfo",
"c2jName" : "StreamInfo",
"c2jShape" : "StreamInfo",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the stream.
\nThis is a convenience that creates an instance of the {@link StreamInfo.Builder} avoiding the need to create one manually via {@link StreamInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamInfo.Builder#build()} is called immediately and its result is passed to {@link #streamInfo(StreamInfo)}.\n@param streamInfo a consumer that will call methods on {@link StreamInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamInfo(StreamInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that describes the stream.
\n@return An object that describes the stream.\n@deprecated Use {@link #streamInfo()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that describes the stream.
\n@param streamInfo An object that describes the stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamInfo(StreamInfo)}\n",
"documentation" : "An object that describes the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamInfo property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamInfo",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamInfo",
"fluentSetterDocumentation" : "An object that describes the stream.
\n@param streamInfo An object that describes the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamInfo",
"getterDocumentation" : "An object that describes the stream.
\n@return An object that describes the stream.",
"getterModel" : {
"returnType" : "StreamInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamInfo",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamInfo",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "StreamInfo",
"sensitive" : false,
"setterDocumentation" : "An object that describes the stream.
\n@param streamInfo An object that describes the stream.",
"setterMethodName" : "setStreamInfo",
"setterModel" : {
"variableDeclarationType" : "StreamInfo",
"variableName" : "streamInfo",
"variableType" : "StreamInfo",
"documentation" : null,
"simpleType" : "StreamInfo",
"variableSetterType" : "StreamInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "StreamInfo",
"variableName" : "streamInfo",
"variableType" : "StreamInfo",
"documentation" : "An object that describes the stream.
",
"simpleType" : "StreamInfo",
"variableSetterType" : "StreamInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeStreamResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeStreamResponse",
"variableName" : "describeStreamResponse",
"variableType" : "DescribeStreamResponse",
"documentation" : null,
"simpleType" : "DescribeStreamResponse",
"variableSetterType" : "DescribeStreamResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeviceStreamLimitExceededException" : {
"c2jName" : "DeviceStreamLimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Not implemented.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "DeviceStreamLimitExceededException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeviceStreamLimitExceededException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeviceStreamLimitExceededException",
"variableName" : "deviceStreamLimitExceededException",
"variableType" : "DeviceStreamLimitExceededException",
"documentation" : null,
"simpleType" : "DeviceStreamLimitExceededException",
"variableSetterType" : "DeviceStreamLimitExceededException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetDataEndpointRequest" : {
"c2jName" : "GetDataEndpointInput",
"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" : "GetDataEndpoint",
"locationName" : null,
"requestUri" : "/getDataEndpoint",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\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 #streamName(String)}.\n@param streamName 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 #streamName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\n@return The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.\n@deprecated Use {@link #streamName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\n@param streamName The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamName(String)}\n",
"documentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\n@param streamName The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\n@return The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.",
"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" : "StreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\n@param streamName The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\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 #streamARN(String)}.\n@param streamARN 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 #streamARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\n@return The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.\n@deprecated Use {@link #streamARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamARN(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\n@return The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.",
"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" : "StreamARN",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamARN",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getApiNameAsString",
"beanStyleSetterMethodName" : "setApiName",
"c2jName" : "APIName",
"c2jShape" : "APIName",
"defaultConsumerFluentSetterDocumentation" : "The name of the API action for which to get an endpoint.
\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 #apiNameAsString(String)}.\n@param apiName 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 #apiName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the API action for which to get an endpoint.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #apiName} will return {@link APIName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #apiNameAsString}.\n
\n@return The name of the API action for which to get an endpoint.\n@see APIName\n@deprecated Use {@link #apiNameAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the API action for which to get an endpoint.
\n@param apiName The name of the API action for which to get an endpoint.\n@see APIName\n@return Returns a reference to this object so that method calls can be chained together.\n@see APIName\n@deprecated Use {@link #apiName(String)}\n",
"documentation" : "The name of the API action for which to get an endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : "APIName",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the APIName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApiName",
"fluentEnumGetterMethodName" : "apiName",
"fluentEnumSetterMethodName" : "apiName",
"fluentGetterMethodName" : "apiNameAsString",
"fluentSetterDocumentation" : "The name of the API action for which to get an endpoint.
\n@param apiName The name of the API action for which to get an endpoint.\n@see APIName\n@return Returns a reference to this object so that method calls can be chained together.\n@see APIName",
"fluentSetterMethodName" : "apiName",
"getterDocumentation" : "The name of the API action for which to get an endpoint.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #apiName} will return {@link APIName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #apiNameAsString}.\n
\n@return The name of the API action for which to get an endpoint.\n@see APIName",
"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" : "APIName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "APIName",
"sensitive" : false,
"setterDocumentation" : "The name of the API action for which to get an endpoint.
\n@param apiName The name of the API action for which to get an endpoint.\n@see APIName",
"setterMethodName" : "setApiName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiName",
"variableType" : "String",
"documentation" : "The name of the API action for which to get an endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"APIName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getApiNameAsString",
"beanStyleSetterMethodName" : "setApiName",
"c2jName" : "APIName",
"c2jShape" : "APIName",
"defaultConsumerFluentSetterDocumentation" : "The name of the API action for which to get an endpoint.
\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 #apiNameAsString(String)}.\n@param apiName 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 #apiName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the API action for which to get an endpoint.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #apiName} will return {@link APIName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #apiNameAsString}.\n
\n@return The name of the API action for which to get an endpoint.\n@see APIName\n@deprecated Use {@link #apiNameAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the API action for which to get an endpoint.
\n@param apiName The name of the API action for which to get an endpoint.\n@see APIName\n@return Returns a reference to this object so that method calls can be chained together.\n@see APIName\n@deprecated Use {@link #apiName(String)}\n",
"documentation" : "The name of the API action for which to get an endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : "APIName",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the APIName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApiName",
"fluentEnumGetterMethodName" : "apiName",
"fluentEnumSetterMethodName" : "apiName",
"fluentGetterMethodName" : "apiNameAsString",
"fluentSetterDocumentation" : "The name of the API action for which to get an endpoint.
\n@param apiName The name of the API action for which to get an endpoint.\n@see APIName\n@return Returns a reference to this object so that method calls can be chained together.\n@see APIName",
"fluentSetterMethodName" : "apiName",
"getterDocumentation" : "The name of the API action for which to get an endpoint.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #apiName} will return {@link APIName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #apiNameAsString}.\n
\n@return The name of the API action for which to get an endpoint.\n@see APIName",
"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" : "APIName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "APIName",
"sensitive" : false,
"setterDocumentation" : "The name of the API action for which to get an endpoint.
\n@param apiName The name of the API action for which to get an endpoint.\n@see APIName",
"setterMethodName" : "setApiName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiName",
"variableType" : "String",
"documentation" : "The name of the API action for which to get an endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StreamARN" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\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 #streamARN(String)}.\n@param streamARN 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 #streamARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\n@return The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.\n@deprecated Use {@link #streamARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamARN(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\n@return The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.",
"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" : "StreamARN",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamARN",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StreamName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\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 #streamName(String)}.\n@param streamName 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 #streamName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\n@return The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.\n@deprecated Use {@link #streamName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\n@param streamName The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamName(String)}\n",
"documentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\n@param streamName The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\n@return The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.",
"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" : "StreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\n@param streamName The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\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 #streamName(String)}.\n@param streamName 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 #streamName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\n@return The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.\n@deprecated Use {@link #streamName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\n@param streamName The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamName(String)}\n",
"documentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\n@param streamName The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamName",
"getterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\n@return The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.",
"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" : "StreamName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamName",
"sensitive" : false,
"setterDocumentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
\n@param streamName The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.",
"setterMethodName" : "setStreamName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamName",
"variableType" : "String",
"documentation" : "The name of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamARN
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\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 #streamARN(String)}.\n@param streamARN 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 #streamARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\n@return The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.\n@deprecated Use {@link #streamARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamARN(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamARN",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\n@return The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.",
"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" : "StreamARN",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StreamARN",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.",
"setterMethodName" : "setStreamARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "streamARN",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a StreamName
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getApiNameAsString",
"beanStyleSetterMethodName" : "setApiName",
"c2jName" : "APIName",
"c2jShape" : "APIName",
"defaultConsumerFluentSetterDocumentation" : "The name of the API action for which to get an endpoint.
\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 #apiNameAsString(String)}.\n@param apiName 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 #apiName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the API action for which to get an endpoint.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #apiName} will return {@link APIName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #apiNameAsString}.\n
\n@return The name of the API action for which to get an endpoint.\n@see APIName\n@deprecated Use {@link #apiNameAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the API action for which to get an endpoint.
\n@param apiName The name of the API action for which to get an endpoint.\n@see APIName\n@return Returns a reference to this object so that method calls can be chained together.\n@see APIName\n@deprecated Use {@link #apiName(String)}\n",
"documentation" : "The name of the API action for which to get an endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : "APIName",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the APIName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasApiName",
"fluentEnumGetterMethodName" : "apiName",
"fluentEnumSetterMethodName" : "apiName",
"fluentGetterMethodName" : "apiNameAsString",
"fluentSetterDocumentation" : "The name of the API action for which to get an endpoint.
\n@param apiName The name of the API action for which to get an endpoint.\n@see APIName\n@return Returns a reference to this object so that method calls can be chained together.\n@see APIName",
"fluentSetterMethodName" : "apiName",
"getterDocumentation" : "The name of the API action for which to get an endpoint.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #apiName} will return {@link APIName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #apiNameAsString}.\n
\n@return The name of the API action for which to get an endpoint.\n@see APIName",
"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" : "APIName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "APIName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "APIName",
"sensitive" : false,
"setterDocumentation" : "The name of the API action for which to get an endpoint.
\n@param apiName The name of the API action for which to get an endpoint.\n@see APIName",
"setterMethodName" : "setApiName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "apiName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "apiName",
"variableType" : "String",
"documentation" : "The name of the API action for which to get an endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "APIName" ],
"shapeName" : "GetDataEndpointRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetDataEndpointRequest",
"variableName" : "getDataEndpointRequest",
"variableType" : "GetDataEndpointRequest",
"documentation" : null,
"simpleType" : "GetDataEndpointRequest",
"variableSetterType" : "GetDataEndpointRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetDataEndpointResponse" : {
"c2jName" : "GetDataEndpointOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDataEndpoint",
"beanStyleSetterMethodName" : "setDataEndpoint",
"c2jName" : "DataEndpoint",
"c2jShape" : "DataEndpoint",
"defaultConsumerFluentSetterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your 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 #dataEndpoint(String)}.\n@param dataEndpoint 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 #dataEndpoint(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
\n@return The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.\n@deprecated Use {@link #dataEndpoint()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
\n@param dataEndpoint The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataEndpoint(String)}\n",
"documentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DataEndpoint property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDataEndpoint",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataEndpoint",
"fluentSetterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
\n@param dataEndpoint The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataEndpoint",
"getterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
\n@return The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your 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" : "DataEndpoint",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DataEndpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DataEndpoint",
"sensitive" : false,
"setterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
\n@param dataEndpoint The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.",
"setterMethodName" : "setDataEndpoint",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dataEndpoint",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dataEndpoint",
"variableType" : "String",
"documentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DataEndpoint" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDataEndpoint",
"beanStyleSetterMethodName" : "setDataEndpoint",
"c2jName" : "DataEndpoint",
"c2jShape" : "DataEndpoint",
"defaultConsumerFluentSetterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your 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 #dataEndpoint(String)}.\n@param dataEndpoint 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 #dataEndpoint(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
\n@return The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.\n@deprecated Use {@link #dataEndpoint()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
\n@param dataEndpoint The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataEndpoint(String)}\n",
"documentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DataEndpoint property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDataEndpoint",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataEndpoint",
"fluentSetterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
\n@param dataEndpoint The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataEndpoint",
"getterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
\n@return The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your 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" : "DataEndpoint",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DataEndpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DataEndpoint",
"sensitive" : false,
"setterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
\n@param dataEndpoint The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.",
"setterMethodName" : "setDataEndpoint",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dataEndpoint",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dataEndpoint",
"variableType" : "String",
"documentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDataEndpoint",
"beanStyleSetterMethodName" : "setDataEndpoint",
"c2jName" : "DataEndpoint",
"c2jShape" : "DataEndpoint",
"defaultConsumerFluentSetterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your 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 #dataEndpoint(String)}.\n@param dataEndpoint 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 #dataEndpoint(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
\n@return The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.\n@deprecated Use {@link #dataEndpoint()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
\n@param dataEndpoint The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataEndpoint(String)}\n",
"documentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DataEndpoint property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDataEndpoint",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataEndpoint",
"fluentSetterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
\n@param dataEndpoint The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataEndpoint",
"getterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
\n@return The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your 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" : "DataEndpoint",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DataEndpoint",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DataEndpoint",
"sensitive" : false,
"setterDocumentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
\n@param dataEndpoint The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.",
"setterMethodName" : "setDataEndpoint",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dataEndpoint",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dataEndpoint",
"variableType" : "String",
"documentation" : "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetDataEndpointResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetDataEndpointResponse",
"variableName" : "getDataEndpointResponse",
"variableType" : "GetDataEndpointResponse",
"documentation" : null,
"simpleType" : "GetDataEndpointResponse",
"variableSetterType" : "GetDataEndpointResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetSignalingChannelEndpointRequest" : {
"c2jName" : "GetSignalingChannelEndpointInput",
"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" : "GetSignalingChannelEndpoint",
"locationName" : null,
"requestUri" : "/getSignalingChannelEndpoint",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelARN",
"beanStyleSetterMethodName" : "setChannelARN",
"c2jName" : "ChannelARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the signalling channel for which you want to get an endpoint.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelARN(String)}.\n@param channelARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the signalling channel for which you want to get an endpoint.
\n@return The ARN of the signalling channel for which you want to get an endpoint.\n@deprecated Use {@link #channelARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the signalling channel for which you want to get an endpoint.
\n@param channelARN The ARN of the signalling channel for which you want to get an endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelARN(String)}\n",
"documentation" : "The ARN of the signalling channel for which you want to get an endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelARN",
"fluentSetterDocumentation" : "The ARN of the signalling channel for which you want to get an endpoint.
\n@param channelARN The ARN of the signalling channel for which you want to get an endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelARN",
"getterDocumentation" : "The ARN of the signalling channel for which you want to get an endpoint.
\n@return The ARN of the signalling channel for which you want to get an endpoint.",
"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 signalling channel for which you want to get an endpoint.
\n@param channelARN The ARN of the signalling channel for which you want to get an endpoint.",
"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 signalling channel for which you want to get an endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSingleMasterChannelEndpointConfiguration",
"beanStyleSetterMethodName" : "setSingleMasterChannelEndpointConfiguration",
"c2jName" : "SingleMasterChannelEndpointConfiguration",
"c2jShape" : "SingleMasterChannelEndpointConfiguration",
"defaultConsumerFluentSetterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\nThis is a convenience that creates an instance of the {@link SingleMasterChannelEndpointConfiguration.Builder} avoiding the need to create one manually via {@link SingleMasterChannelEndpointConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SingleMasterChannelEndpointConfiguration.Builder#build()} is called immediately and its result is passed to {@link #singleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration)}.\n@param singleMasterChannelEndpointConfiguration a consumer that will call methods on {@link SingleMasterChannelEndpointConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #singleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\n@return A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.\n@deprecated Use {@link #singleMasterChannelEndpointConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterChannelEndpointConfiguration A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #singleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration)}\n",
"documentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SingleMasterChannelEndpointConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSingleMasterChannelEndpointConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "singleMasterChannelEndpointConfiguration",
"fluentSetterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterChannelEndpointConfiguration A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "singleMasterChannelEndpointConfiguration",
"getterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\n@return A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.",
"getterModel" : {
"returnType" : "SingleMasterChannelEndpointConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SingleMasterChannelEndpointConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SingleMasterChannelEndpointConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SingleMasterChannelEndpointConfiguration",
"sensitive" : false,
"setterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterChannelEndpointConfiguration A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.",
"setterMethodName" : "setSingleMasterChannelEndpointConfiguration",
"setterModel" : {
"variableDeclarationType" : "SingleMasterChannelEndpointConfiguration",
"variableName" : "singleMasterChannelEndpointConfiguration",
"variableType" : "SingleMasterChannelEndpointConfiguration",
"documentation" : null,
"simpleType" : "SingleMasterChannelEndpointConfiguration",
"variableSetterType" : "SingleMasterChannelEndpointConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SingleMasterChannelEndpointConfiguration",
"variableName" : "singleMasterChannelEndpointConfiguration",
"variableType" : "SingleMasterChannelEndpointConfiguration",
"documentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
",
"simpleType" : "SingleMasterChannelEndpointConfiguration",
"variableSetterType" : "SingleMasterChannelEndpointConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelARN" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelARN",
"beanStyleSetterMethodName" : "setChannelARN",
"c2jName" : "ChannelARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the signalling channel for which you want to get an endpoint.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelARN(String)}.\n@param channelARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the signalling channel for which you want to get an endpoint.
\n@return The ARN of the signalling channel for which you want to get an endpoint.\n@deprecated Use {@link #channelARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the signalling channel for which you want to get an endpoint.
\n@param channelARN The ARN of the signalling channel for which you want to get an endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelARN(String)}\n",
"documentation" : "The ARN of the signalling channel for which you want to get an endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelARN",
"fluentSetterDocumentation" : "The ARN of the signalling channel for which you want to get an endpoint.
\n@param channelARN The ARN of the signalling channel for which you want to get an endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelARN",
"getterDocumentation" : "The ARN of the signalling channel for which you want to get an endpoint.
\n@return The ARN of the signalling channel for which you want to get an endpoint.",
"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 signalling channel for which you want to get an endpoint.
\n@param channelARN The ARN of the signalling channel for which you want to get an endpoint.",
"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 signalling channel for which you want to get an endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SingleMasterChannelEndpointConfiguration" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSingleMasterChannelEndpointConfiguration",
"beanStyleSetterMethodName" : "setSingleMasterChannelEndpointConfiguration",
"c2jName" : "SingleMasterChannelEndpointConfiguration",
"c2jShape" : "SingleMasterChannelEndpointConfiguration",
"defaultConsumerFluentSetterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\nThis is a convenience that creates an instance of the {@link SingleMasterChannelEndpointConfiguration.Builder} avoiding the need to create one manually via {@link SingleMasterChannelEndpointConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SingleMasterChannelEndpointConfiguration.Builder#build()} is called immediately and its result is passed to {@link #singleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration)}.\n@param singleMasterChannelEndpointConfiguration a consumer that will call methods on {@link SingleMasterChannelEndpointConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #singleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\n@return A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.\n@deprecated Use {@link #singleMasterChannelEndpointConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterChannelEndpointConfiguration A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #singleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration)}\n",
"documentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SingleMasterChannelEndpointConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSingleMasterChannelEndpointConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "singleMasterChannelEndpointConfiguration",
"fluentSetterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterChannelEndpointConfiguration A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "singleMasterChannelEndpointConfiguration",
"getterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\n@return A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.",
"getterModel" : {
"returnType" : "SingleMasterChannelEndpointConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SingleMasterChannelEndpointConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SingleMasterChannelEndpointConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SingleMasterChannelEndpointConfiguration",
"sensitive" : false,
"setterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterChannelEndpointConfiguration A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.",
"setterMethodName" : "setSingleMasterChannelEndpointConfiguration",
"setterModel" : {
"variableDeclarationType" : "SingleMasterChannelEndpointConfiguration",
"variableName" : "singleMasterChannelEndpointConfiguration",
"variableType" : "SingleMasterChannelEndpointConfiguration",
"documentation" : null,
"simpleType" : "SingleMasterChannelEndpointConfiguration",
"variableSetterType" : "SingleMasterChannelEndpointConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SingleMasterChannelEndpointConfiguration",
"variableName" : "singleMasterChannelEndpointConfiguration",
"variableType" : "SingleMasterChannelEndpointConfiguration",
"documentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
",
"simpleType" : "SingleMasterChannelEndpointConfiguration",
"variableSetterType" : "SingleMasterChannelEndpointConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelARN",
"beanStyleSetterMethodName" : "setChannelARN",
"c2jName" : "ChannelARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the signalling channel for which you want to get an endpoint.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #channelARN(String)}.\n@param channelARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelARN(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the signalling channel for which you want to get an endpoint.
\n@return The ARN of the signalling channel for which you want to get an endpoint.\n@deprecated Use {@link #channelARN()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the signalling channel for which you want to get an endpoint.
\n@param channelARN The ARN of the signalling channel for which you want to get an endpoint.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelARN(String)}\n",
"documentation" : "The ARN of the signalling channel for which you want to get an endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelARN property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelARN",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelARN",
"fluentSetterDocumentation" : "The ARN of the signalling channel for which you want to get an endpoint.
\n@param channelARN The ARN of the signalling channel for which you want to get an endpoint.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelARN",
"getterDocumentation" : "The ARN of the signalling channel for which you want to get an endpoint.
\n@return The ARN of the signalling channel for which you want to get an endpoint.",
"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 signalling channel for which you want to get an endpoint.
\n@param channelARN The ARN of the signalling channel for which you want to get an endpoint.",
"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 signalling channel for which you want to get an endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSingleMasterChannelEndpointConfiguration",
"beanStyleSetterMethodName" : "setSingleMasterChannelEndpointConfiguration",
"c2jName" : "SingleMasterChannelEndpointConfiguration",
"c2jShape" : "SingleMasterChannelEndpointConfiguration",
"defaultConsumerFluentSetterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\nThis is a convenience that creates an instance of the {@link SingleMasterChannelEndpointConfiguration.Builder} avoiding the need to create one manually via {@link SingleMasterChannelEndpointConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SingleMasterChannelEndpointConfiguration.Builder#build()} is called immediately and its result is passed to {@link #singleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration)}.\n@param singleMasterChannelEndpointConfiguration a consumer that will call methods on {@link SingleMasterChannelEndpointConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #singleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\n@return A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.\n@deprecated Use {@link #singleMasterChannelEndpointConfiguration()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterChannelEndpointConfiguration A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #singleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration)}\n",
"documentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SingleMasterChannelEndpointConfiguration property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSingleMasterChannelEndpointConfiguration",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "singleMasterChannelEndpointConfiguration",
"fluentSetterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterChannelEndpointConfiguration A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "singleMasterChannelEndpointConfiguration",
"getterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\n@return A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.",
"getterModel" : {
"returnType" : "SingleMasterChannelEndpointConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SingleMasterChannelEndpointConfiguration",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SingleMasterChannelEndpointConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SingleMasterChannelEndpointConfiguration",
"sensitive" : false,
"setterDocumentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
\n@param singleMasterChannelEndpointConfiguration A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.",
"setterMethodName" : "setSingleMasterChannelEndpointConfiguration",
"setterModel" : {
"variableDeclarationType" : "SingleMasterChannelEndpointConfiguration",
"variableName" : "singleMasterChannelEndpointConfiguration",
"variableType" : "SingleMasterChannelEndpointConfiguration",
"documentation" : null,
"simpleType" : "SingleMasterChannelEndpointConfiguration",
"variableSetterType" : "SingleMasterChannelEndpointConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SingleMasterChannelEndpointConfiguration",
"variableName" : "singleMasterChannelEndpointConfiguration",
"variableType" : "SingleMasterChannelEndpointConfiguration",
"documentation" : "A structure containing the endpoint configuration for the SINGLE_MASTER
channel type.
",
"simpleType" : "SingleMasterChannelEndpointConfiguration",
"variableSetterType" : "SingleMasterChannelEndpointConfiguration"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ChannelARN" ],
"shapeName" : "GetSignalingChannelEndpointRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetSignalingChannelEndpointRequest",
"variableName" : "getSignalingChannelEndpointRequest",
"variableType" : "GetSignalingChannelEndpointRequest",
"documentation" : null,
"simpleType" : "GetSignalingChannelEndpointRequest",
"variableSetterType" : "GetSignalingChannelEndpointRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetSignalingChannelEndpointResponse" : {
"c2jName" : "GetSignalingChannelEndpointOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getResourceEndpointList",
"beanStyleSetterMethodName" : "setResourceEndpointList",
"c2jName" : "ResourceEndpointList",
"c2jShape" : "ResourceEndpointList",
"defaultConsumerFluentSetterDocumentation" : "A list of endpoints for the specified signaling 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 #resourceEndpointList(List)}.\n@param resourceEndpointList 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 #resourceEndpointList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of endpoints for the specified signaling channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasResourceEndpointList()} to see if a value was sent in this field.\n
\n@return A list of endpoints for the specified signaling channel.\n@deprecated Use {@link #resourceEndpointList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of endpoints for the specified signaling channel.
\n@param resourceEndpointList A list of endpoints for the specified signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceEndpointList(List)}\n",
"documentation" : "A list of endpoints for the specified signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceEndpointList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceEndpointList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceEndpointList",
"fluentSetterDocumentation" : "A list of endpoints for the specified signaling channel.
\n@param resourceEndpointList A list of endpoints for the specified signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceEndpointList",
"getterDocumentation" : "A list of endpoints for the specified signaling channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasResourceEndpointList()} to see if a value was sent in this field.\n
\n@return A list of endpoints for the specified signaling 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" : "ResourceEndpointList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceEndpointList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ResourceEndpointListItem",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ResourceEndpointListItem.Builder} avoiding the need to create one manually via {@link ResourceEndpointListItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceEndpointListItem.Builder#build()} is called immediately and its result is passed to {@link #member(ResourceEndpointListItem)}.\n@param member a consumer that will call methods on {@link ResourceEndpointListItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ResourceEndpointListItem)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ResourceEndpointListItem)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ResourceEndpointListItem",
"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" : "ResourceEndpointListItem",
"variableName" : "member",
"variableType" : "ResourceEndpointListItem",
"documentation" : null,
"simpleType" : "ResourceEndpointListItem",
"variableSetterType" : "ResourceEndpointListItem"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourceEndpointListItem",
"variableName" : "member",
"variableType" : "ResourceEndpointListItem",
"documentation" : "",
"simpleType" : "ResourceEndpointListItem",
"variableSetterType" : "ResourceEndpointListItem"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ResourceEndpointListItem",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ResourceEndpointListItem",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ResourceEndpointList",
"sensitive" : false,
"setterDocumentation" : "A list of endpoints for the specified signaling channel.
\n@param resourceEndpointList A list of endpoints for the specified signaling channel.",
"setterMethodName" : "setResourceEndpointList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resourceEndpointList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resourceEndpointList",
"variableType" : "java.util.List",
"documentation" : "A list of endpoints for the specified signaling channel.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceEndpointList" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getResourceEndpointList",
"beanStyleSetterMethodName" : "setResourceEndpointList",
"c2jName" : "ResourceEndpointList",
"c2jShape" : "ResourceEndpointList",
"defaultConsumerFluentSetterDocumentation" : "A list of endpoints for the specified signaling 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 #resourceEndpointList(List)}.\n@param resourceEndpointList 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 #resourceEndpointList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of endpoints for the specified signaling channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasResourceEndpointList()} to see if a value was sent in this field.\n
\n@return A list of endpoints for the specified signaling channel.\n@deprecated Use {@link #resourceEndpointList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of endpoints for the specified signaling channel.
\n@param resourceEndpointList A list of endpoints for the specified signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceEndpointList(List)}\n",
"documentation" : "A list of endpoints for the specified signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceEndpointList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceEndpointList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceEndpointList",
"fluentSetterDocumentation" : "A list of endpoints for the specified signaling channel.
\n@param resourceEndpointList A list of endpoints for the specified signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceEndpointList",
"getterDocumentation" : "A list of endpoints for the specified signaling channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasResourceEndpointList()} to see if a value was sent in this field.\n
\n@return A list of endpoints for the specified signaling 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" : "ResourceEndpointList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceEndpointList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ResourceEndpointListItem",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ResourceEndpointListItem.Builder} avoiding the need to create one manually via {@link ResourceEndpointListItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceEndpointListItem.Builder#build()} is called immediately and its result is passed to {@link #member(ResourceEndpointListItem)}.\n@param member a consumer that will call methods on {@link ResourceEndpointListItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ResourceEndpointListItem)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ResourceEndpointListItem)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ResourceEndpointListItem",
"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" : "ResourceEndpointListItem",
"variableName" : "member",
"variableType" : "ResourceEndpointListItem",
"documentation" : null,
"simpleType" : "ResourceEndpointListItem",
"variableSetterType" : "ResourceEndpointListItem"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourceEndpointListItem",
"variableName" : "member",
"variableType" : "ResourceEndpointListItem",
"documentation" : "",
"simpleType" : "ResourceEndpointListItem",
"variableSetterType" : "ResourceEndpointListItem"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ResourceEndpointListItem",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ResourceEndpointListItem",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ResourceEndpointList",
"sensitive" : false,
"setterDocumentation" : "A list of endpoints for the specified signaling channel.
\n@param resourceEndpointList A list of endpoints for the specified signaling channel.",
"setterMethodName" : "setResourceEndpointList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resourceEndpointList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resourceEndpointList",
"variableType" : "java.util.List",
"documentation" : "A list of endpoints for the specified signaling channel.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getResourceEndpointList",
"beanStyleSetterMethodName" : "setResourceEndpointList",
"c2jName" : "ResourceEndpointList",
"c2jShape" : "ResourceEndpointList",
"defaultConsumerFluentSetterDocumentation" : "A list of endpoints for the specified signaling 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 #resourceEndpointList(List)}.\n@param resourceEndpointList 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 #resourceEndpointList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of endpoints for the specified signaling channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasResourceEndpointList()} to see if a value was sent in this field.\n
\n@return A list of endpoints for the specified signaling channel.\n@deprecated Use {@link #resourceEndpointList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of endpoints for the specified signaling channel.
\n@param resourceEndpointList A list of endpoints for the specified signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceEndpointList(List)}\n",
"documentation" : "A list of endpoints for the specified signaling channel.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceEndpointList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceEndpointList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceEndpointList",
"fluentSetterDocumentation" : "A list of endpoints for the specified signaling channel.
\n@param resourceEndpointList A list of endpoints for the specified signaling channel.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceEndpointList",
"getterDocumentation" : "A list of endpoints for the specified signaling channel.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasResourceEndpointList()} to see if a value was sent in this field.\n
\n@return A list of endpoints for the specified signaling 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" : "ResourceEndpointList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceEndpointList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ResourceEndpointListItem",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ResourceEndpointListItem.Builder} avoiding the need to create one manually via {@link ResourceEndpointListItem#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceEndpointListItem.Builder#build()} is called immediately and its result is passed to {@link #member(ResourceEndpointListItem)}.\n@param member a consumer that will call methods on {@link ResourceEndpointListItem.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ResourceEndpointListItem)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ResourceEndpointListItem)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ResourceEndpointListItem",
"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" : "ResourceEndpointListItem",
"variableName" : "member",
"variableType" : "ResourceEndpointListItem",
"documentation" : null,
"simpleType" : "ResourceEndpointListItem",
"variableSetterType" : "ResourceEndpointListItem"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ResourceEndpointListItem",
"variableName" : "member",
"variableType" : "ResourceEndpointListItem",
"documentation" : "",
"simpleType" : "ResourceEndpointListItem",
"variableSetterType" : "ResourceEndpointListItem"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ResourceEndpointListItem",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ResourceEndpointListItem",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ResourceEndpointList",
"sensitive" : false,
"setterDocumentation" : "A list of endpoints for the specified signaling channel.
\n@param resourceEndpointList A list of endpoints for the specified signaling channel.",
"setterMethodName" : "setResourceEndpointList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resourceEndpointList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resourceEndpointList",
"variableType" : "java.util.List",
"documentation" : "A list of endpoints for the specified signaling channel.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetSignalingChannelEndpointResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetSignalingChannelEndpointResponse",
"variableName" : "getSignalingChannelEndpointResponse",
"variableType" : "GetSignalingChannelEndpointResponse",
"documentation" : null,
"simpleType" : "GetSignalingChannelEndpointResponse",
"variableSetterType" : "GetSignalingChannelEndpointResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"InvalidArgumentException" : {
"c2jName" : "InvalidArgumentException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The value for this input parameter is invalid.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "InvalidArgumentException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidArgumentException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidArgumentException",
"variableName" : "invalidArgumentException",
"variableType" : "InvalidArgumentException",
"documentation" : null,
"simpleType" : "InvalidArgumentException",
"variableSetterType" : "InvalidArgumentException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"InvalidDeviceException" : {
"c2jName" : "InvalidDeviceException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Not implemented.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "InvalidDeviceException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidDeviceException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidDeviceException",
"variableName" : "invalidDeviceException",
"variableType" : "InvalidDeviceException",
"documentation" : null,
"simpleType" : "InvalidDeviceException",
"variableSetterType" : "InvalidDeviceException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"InvalidResourceFormatException" : {
"c2jName" : "InvalidResourceFormatException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The format of the StreamARN
is invalid.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "InvalidResourceFormatException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 400,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidResourceFormatException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidResourceFormatException",
"variableName" : "invalidResourceFormatException",
"variableType" : "InvalidResourceFormatException",
"documentation" : null,
"simpleType" : "InvalidResourceFormatException",
"variableSetterType" : "InvalidResourceFormatException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListSignalingChannelsRequest" : {
"c2jName" : "ListSignalingChannelsInput",
"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" : "ListSignalingChannels",
"locationName" : null,
"requestUri" : "/listSignalingChannels",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "ListStreamsInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\n@return The maximum number of channels to return in the response. The default is 500.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\n@param maxResults The maximum number of channels to return in the response. The default is 500.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of channels to return in the response. The default is 500.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\n@param maxResults The maximum number of channels to return in the response. The default is 500.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\n@return The maximum number of channels to return in the response. The default is 500.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\n@param maxResults The maximum number of channels to return in the response. The default is 500.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of channels to return in the response. The default is 500.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\n@return If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\n@return If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.",
"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" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelNameCondition",
"beanStyleSetterMethodName" : "setChannelNameCondition",
"c2jName" : "ChannelNameCondition",
"c2jShape" : "ChannelNameCondition",
"defaultConsumerFluentSetterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\nThis is a convenience that creates an instance of the {@link ChannelNameCondition.Builder} avoiding the need to create one manually via {@link ChannelNameCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelNameCondition.Builder#build()} is called immediately and its result is passed to {@link #channelNameCondition(ChannelNameCondition)}.\n@param channelNameCondition a consumer that will call methods on {@link ChannelNameCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelNameCondition(ChannelNameCondition)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\n@return Optional: Returns only the channels that satisfy a specific condition.\n@deprecated Use {@link #channelNameCondition()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\n@param channelNameCondition Optional: Returns only the channels that satisfy a specific condition.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelNameCondition(ChannelNameCondition)}\n",
"documentation" : "Optional: Returns only the channels that satisfy a specific condition.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelNameCondition property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelNameCondition",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelNameCondition",
"fluentSetterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\n@param channelNameCondition Optional: Returns only the channels that satisfy a specific condition.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelNameCondition",
"getterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\n@return Optional: Returns only the channels that satisfy a specific condition.",
"getterModel" : {
"returnType" : "ChannelNameCondition",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChannelNameCondition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelNameCondition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ChannelNameCondition",
"sensitive" : false,
"setterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\n@param channelNameCondition Optional: Returns only the channels that satisfy a specific condition.",
"setterMethodName" : "setChannelNameCondition",
"setterModel" : {
"variableDeclarationType" : "ChannelNameCondition",
"variableName" : "channelNameCondition",
"variableType" : "ChannelNameCondition",
"documentation" : null,
"simpleType" : "ChannelNameCondition",
"variableSetterType" : "ChannelNameCondition"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelNameCondition",
"variableName" : "channelNameCondition",
"variableType" : "ChannelNameCondition",
"documentation" : "Optional: Returns only the channels that satisfy a specific condition.
",
"simpleType" : "ChannelNameCondition",
"variableSetterType" : "ChannelNameCondition"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelNameCondition" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelNameCondition",
"beanStyleSetterMethodName" : "setChannelNameCondition",
"c2jName" : "ChannelNameCondition",
"c2jShape" : "ChannelNameCondition",
"defaultConsumerFluentSetterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\nThis is a convenience that creates an instance of the {@link ChannelNameCondition.Builder} avoiding the need to create one manually via {@link ChannelNameCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelNameCondition.Builder#build()} is called immediately and its result is passed to {@link #channelNameCondition(ChannelNameCondition)}.\n@param channelNameCondition a consumer that will call methods on {@link ChannelNameCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelNameCondition(ChannelNameCondition)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\n@return Optional: Returns only the channels that satisfy a specific condition.\n@deprecated Use {@link #channelNameCondition()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\n@param channelNameCondition Optional: Returns only the channels that satisfy a specific condition.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelNameCondition(ChannelNameCondition)}\n",
"documentation" : "Optional: Returns only the channels that satisfy a specific condition.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelNameCondition property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelNameCondition",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelNameCondition",
"fluentSetterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\n@param channelNameCondition Optional: Returns only the channels that satisfy a specific condition.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelNameCondition",
"getterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\n@return Optional: Returns only the channels that satisfy a specific condition.",
"getterModel" : {
"returnType" : "ChannelNameCondition",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChannelNameCondition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelNameCondition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ChannelNameCondition",
"sensitive" : false,
"setterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\n@param channelNameCondition Optional: Returns only the channels that satisfy a specific condition.",
"setterMethodName" : "setChannelNameCondition",
"setterModel" : {
"variableDeclarationType" : "ChannelNameCondition",
"variableName" : "channelNameCondition",
"variableType" : "ChannelNameCondition",
"documentation" : null,
"simpleType" : "ChannelNameCondition",
"variableSetterType" : "ChannelNameCondition"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelNameCondition",
"variableName" : "channelNameCondition",
"variableType" : "ChannelNameCondition",
"documentation" : "Optional: Returns only the channels that satisfy a specific condition.
",
"simpleType" : "ChannelNameCondition",
"variableSetterType" : "ChannelNameCondition"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MaxResults" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "ListStreamsInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\n@return The maximum number of channels to return in the response. The default is 500.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\n@param maxResults The maximum number of channels to return in the response. The default is 500.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of channels to return in the response. The default is 500.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\n@param maxResults The maximum number of channels to return in the response. The default is 500.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\n@return The maximum number of channels to return in the response. The default is 500.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\n@param maxResults The maximum number of channels to return in the response. The default is 500.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of channels to return in the response. The default is 500.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\n@return If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\n@return If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.",
"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" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "ListStreamsInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\n@return The maximum number of channels to return in the response. The default is 500.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\n@param maxResults The maximum number of channels to return in the response. The default is 500.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of channels to return in the response. The default is 500.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\n@param maxResults The maximum number of channels to return in the response. The default is 500.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\n@return The maximum number of channels to return in the response. The default is 500.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of channels to return in the response. The default is 500.
\n@param maxResults The maximum number of channels to return in the response. The default is 500.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of channels to return in the response. The default is 500.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\n@return If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\n@return If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.",
"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" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If you specify this parameter, when the result of a ListSignalingChannels
operation is truncated, the call returns the NextToken
in the response. To get another batch of channels, provide this token in your next request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelNameCondition",
"beanStyleSetterMethodName" : "setChannelNameCondition",
"c2jName" : "ChannelNameCondition",
"c2jShape" : "ChannelNameCondition",
"defaultConsumerFluentSetterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\nThis is a convenience that creates an instance of the {@link ChannelNameCondition.Builder} avoiding the need to create one manually via {@link ChannelNameCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelNameCondition.Builder#build()} is called immediately and its result is passed to {@link #channelNameCondition(ChannelNameCondition)}.\n@param channelNameCondition a consumer that will call methods on {@link ChannelNameCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelNameCondition(ChannelNameCondition)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\n@return Optional: Returns only the channels that satisfy a specific condition.\n@deprecated Use {@link #channelNameCondition()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\n@param channelNameCondition Optional: Returns only the channels that satisfy a specific condition.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelNameCondition(ChannelNameCondition)}\n",
"documentation" : "Optional: Returns only the channels that satisfy a specific condition.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelNameCondition property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelNameCondition",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelNameCondition",
"fluentSetterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\n@param channelNameCondition Optional: Returns only the channels that satisfy a specific condition.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelNameCondition",
"getterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\n@return Optional: Returns only the channels that satisfy a specific condition.",
"getterModel" : {
"returnType" : "ChannelNameCondition",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChannelNameCondition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelNameCondition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ChannelNameCondition",
"sensitive" : false,
"setterDocumentation" : "Optional: Returns only the channels that satisfy a specific condition.
\n@param channelNameCondition Optional: Returns only the channels that satisfy a specific condition.",
"setterMethodName" : "setChannelNameCondition",
"setterModel" : {
"variableDeclarationType" : "ChannelNameCondition",
"variableName" : "channelNameCondition",
"variableType" : "ChannelNameCondition",
"documentation" : null,
"simpleType" : "ChannelNameCondition",
"variableSetterType" : "ChannelNameCondition"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelNameCondition",
"variableName" : "channelNameCondition",
"variableType" : "ChannelNameCondition",
"documentation" : "Optional: Returns only the channels that satisfy a specific condition.
",
"simpleType" : "ChannelNameCondition",
"variableSetterType" : "ChannelNameCondition"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListSignalingChannelsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListSignalingChannelsRequest",
"variableName" : "listSignalingChannelsRequest",
"variableType" : "ListSignalingChannelsRequest",
"documentation" : null,
"simpleType" : "ListSignalingChannelsRequest",
"variableSetterType" : "ListSignalingChannelsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListSignalingChannelsResponse" : {
"c2jName" : "ListSignalingChannelsOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getChannelInfoList",
"beanStyleSetterMethodName" : "setChannelInfoList",
"c2jName" : "ChannelInfoList",
"c2jShape" : "ChannelInfoList",
"defaultConsumerFluentSetterDocumentation" : "An array of ChannelInfo
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 #channelInfoList(List)}.\n@param channelInfoList 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 #channelInfoList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of ChannelInfo
objects.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasChannelInfoList()} to see if a value was sent in this field.\n
\n@return An array of ChannelInfo
objects.\n@deprecated Use {@link #channelInfoList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of ChannelInfo
objects.
\n@param channelInfoList An array of ChannelInfo
objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelInfoList(List)}\n",
"documentation" : "An array of ChannelInfo
objects.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelInfoList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelInfoList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelInfoList",
"fluentSetterDocumentation" : "An array of ChannelInfo
objects.
\n@param channelInfoList An array of ChannelInfo
objects.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelInfoList",
"getterDocumentation" : "An array of ChannelInfo
objects.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasChannelInfoList()} to see if a value was sent in this field.\n
\n@return An array of ChannelInfo
objects.",
"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" : "ChannelInfoList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelInfoList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ChannelInfo",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ChannelInfo.Builder} avoiding the need to create one manually via {@link ChannelInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelInfo.Builder#build()} is called immediately and its result is passed to {@link #member(ChannelInfo)}.\n@param member a consumer that will call methods on {@link ChannelInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ChannelInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ChannelInfo)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ChannelInfo",
"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" : "ChannelInfo",
"variableName" : "member",
"variableType" : "ChannelInfo",
"documentation" : null,
"simpleType" : "ChannelInfo",
"variableSetterType" : "ChannelInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelInfo",
"variableName" : "member",
"variableType" : "ChannelInfo",
"documentation" : "",
"simpleType" : "ChannelInfo",
"variableSetterType" : "ChannelInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ChannelInfo",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ChannelInfo",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ChannelInfoList",
"sensitive" : false,
"setterDocumentation" : "An array of ChannelInfo
objects.
\n@param channelInfoList An array of ChannelInfo
objects.",
"setterMethodName" : "setChannelInfoList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "channelInfoList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "channelInfoList",
"variableType" : "java.util.List",
"documentation" : "An array of ChannelInfo
objects.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@return If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@param nextToken If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@param nextToken If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@return If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.",
"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" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@param nextToken If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelInfoList" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getChannelInfoList",
"beanStyleSetterMethodName" : "setChannelInfoList",
"c2jName" : "ChannelInfoList",
"c2jShape" : "ChannelInfoList",
"defaultConsumerFluentSetterDocumentation" : "An array of ChannelInfo
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 #channelInfoList(List)}.\n@param channelInfoList 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 #channelInfoList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of ChannelInfo
objects.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasChannelInfoList()} to see if a value was sent in this field.\n
\n@return An array of ChannelInfo
objects.\n@deprecated Use {@link #channelInfoList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of ChannelInfo
objects.
\n@param channelInfoList An array of ChannelInfo
objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelInfoList(List)}\n",
"documentation" : "An array of ChannelInfo
objects.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelInfoList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelInfoList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelInfoList",
"fluentSetterDocumentation" : "An array of ChannelInfo
objects.
\n@param channelInfoList An array of ChannelInfo
objects.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelInfoList",
"getterDocumentation" : "An array of ChannelInfo
objects.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasChannelInfoList()} to see if a value was sent in this field.\n
\n@return An array of ChannelInfo
objects.",
"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" : "ChannelInfoList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelInfoList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ChannelInfo",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ChannelInfo.Builder} avoiding the need to create one manually via {@link ChannelInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelInfo.Builder#build()} is called immediately and its result is passed to {@link #member(ChannelInfo)}.\n@param member a consumer that will call methods on {@link ChannelInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ChannelInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ChannelInfo)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ChannelInfo",
"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" : "ChannelInfo",
"variableName" : "member",
"variableType" : "ChannelInfo",
"documentation" : null,
"simpleType" : "ChannelInfo",
"variableSetterType" : "ChannelInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelInfo",
"variableName" : "member",
"variableType" : "ChannelInfo",
"documentation" : "",
"simpleType" : "ChannelInfo",
"variableSetterType" : "ChannelInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ChannelInfo",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ChannelInfo",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ChannelInfoList",
"sensitive" : false,
"setterDocumentation" : "An array of ChannelInfo
objects.
\n@param channelInfoList An array of ChannelInfo
objects.",
"setterMethodName" : "setChannelInfoList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "channelInfoList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "channelInfoList",
"variableType" : "java.util.List",
"documentation" : "An array of ChannelInfo
objects.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@return If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@param nextToken If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@param nextToken If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@return If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.",
"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" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@param nextToken If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getChannelInfoList",
"beanStyleSetterMethodName" : "setChannelInfoList",
"c2jName" : "ChannelInfoList",
"c2jShape" : "ChannelInfoList",
"defaultConsumerFluentSetterDocumentation" : "An array of ChannelInfo
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 #channelInfoList(List)}.\n@param channelInfoList 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 #channelInfoList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of ChannelInfo
objects.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasChannelInfoList()} to see if a value was sent in this field.\n
\n@return An array of ChannelInfo
objects.\n@deprecated Use {@link #channelInfoList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of ChannelInfo
objects.
\n@param channelInfoList An array of ChannelInfo
objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelInfoList(List)}\n",
"documentation" : "An array of ChannelInfo
objects.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelInfoList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelInfoList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelInfoList",
"fluentSetterDocumentation" : "An array of ChannelInfo
objects.
\n@param channelInfoList An array of ChannelInfo
objects.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelInfoList",
"getterDocumentation" : "An array of ChannelInfo
objects.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasChannelInfoList()} to see if a value was sent in this field.\n
\n@return An array of ChannelInfo
objects.",
"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" : "ChannelInfoList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelInfoList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ChannelInfo",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ChannelInfo.Builder} avoiding the need to create one manually via {@link ChannelInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link ChannelInfo.Builder#build()} is called immediately and its result is passed to {@link #member(ChannelInfo)}.\n@param member a consumer that will call methods on {@link ChannelInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ChannelInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(ChannelInfo)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ChannelInfo",
"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" : "ChannelInfo",
"variableName" : "member",
"variableType" : "ChannelInfo",
"documentation" : null,
"simpleType" : "ChannelInfo",
"variableSetterType" : "ChannelInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ChannelInfo",
"variableName" : "member",
"variableType" : "ChannelInfo",
"documentation" : "",
"simpleType" : "ChannelInfo",
"variableSetterType" : "ChannelInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ChannelInfo",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ChannelInfo",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ChannelInfoList",
"sensitive" : false,
"setterDocumentation" : "An array of ChannelInfo
objects.
\n@param channelInfoList An array of ChannelInfo
objects.",
"setterMethodName" : "setChannelInfoList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "channelInfoList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "channelInfoList",
"variableType" : "java.util.List",
"documentation" : "An array of ChannelInfo
objects.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@return If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@param nextToken If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@param nextToken If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@return If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.",
"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" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@param nextToken If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListSignalingChannelsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListSignalingChannelsResponse",
"variableName" : "listSignalingChannelsResponse",
"variableType" : "ListSignalingChannelsResponse",
"documentation" : null,
"simpleType" : "ListSignalingChannelsResponse",
"variableSetterType" : "ListSignalingChannelsResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListStreamsRequest" : {
"c2jName" : "ListStreamsInput",
"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" : "ListStreams",
"locationName" : null,
"requestUri" : "/listStreams",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "ListStreamsInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\n@return The maximum number of streams to return in the response. The default is 10,000.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\n@param maxResults The maximum number of streams to return in the response. The default is 10,000.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of streams to return in the response. The default is 10,000.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\n@param maxResults The maximum number of streams to return in the response. The default is 10,000.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\n@return The maximum number of streams to return in the response. The default is 10,000.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\n@param maxResults The maximum number of streams to return in the response. The default is 10,000.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of streams to return in the response. The default is 10,000.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\n@return If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\n@return If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.",
"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" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamNameCondition",
"beanStyleSetterMethodName" : "setStreamNameCondition",
"c2jName" : "StreamNameCondition",
"c2jShape" : "StreamNameCondition",
"defaultConsumerFluentSetterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\nThis is a convenience that creates an instance of the {@link StreamNameCondition.Builder} avoiding the need to create one manually via {@link StreamNameCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamNameCondition.Builder#build()} is called immediately and its result is passed to {@link #streamNameCondition(StreamNameCondition)}.\n@param streamNameCondition a consumer that will call methods on {@link StreamNameCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamNameCondition(StreamNameCondition)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\n@return Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.\n@deprecated Use {@link #streamNameCondition()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\n@param streamNameCondition Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamNameCondition(StreamNameCondition)}\n",
"documentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamNameCondition property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamNameCondition",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamNameCondition",
"fluentSetterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\n@param streamNameCondition Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamNameCondition",
"getterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\n@return Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.",
"getterModel" : {
"returnType" : "StreamNameCondition",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamNameCondition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamNameCondition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "StreamNameCondition",
"sensitive" : false,
"setterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\n@param streamNameCondition Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.",
"setterMethodName" : "setStreamNameCondition",
"setterModel" : {
"variableDeclarationType" : "StreamNameCondition",
"variableName" : "streamNameCondition",
"variableType" : "StreamNameCondition",
"documentation" : null,
"simpleType" : "StreamNameCondition",
"variableSetterType" : "StreamNameCondition"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "StreamNameCondition",
"variableName" : "streamNameCondition",
"variableType" : "StreamNameCondition",
"documentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
",
"simpleType" : "StreamNameCondition",
"variableSetterType" : "StreamNameCondition"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "ListStreamsInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\n@return The maximum number of streams to return in the response. The default is 10,000.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\n@param maxResults The maximum number of streams to return in the response. The default is 10,000.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of streams to return in the response. The default is 10,000.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\n@param maxResults The maximum number of streams to return in the response. The default is 10,000.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\n@return The maximum number of streams to return in the response. The default is 10,000.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\n@param maxResults The maximum number of streams to return in the response. The default is 10,000.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of streams to return in the response. The default is 10,000.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\n@return If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\n@return If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.",
"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" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StreamNameCondition" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamNameCondition",
"beanStyleSetterMethodName" : "setStreamNameCondition",
"c2jName" : "StreamNameCondition",
"c2jShape" : "StreamNameCondition",
"defaultConsumerFluentSetterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\nThis is a convenience that creates an instance of the {@link StreamNameCondition.Builder} avoiding the need to create one manually via {@link StreamNameCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamNameCondition.Builder#build()} is called immediately and its result is passed to {@link #streamNameCondition(StreamNameCondition)}.\n@param streamNameCondition a consumer that will call methods on {@link StreamNameCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamNameCondition(StreamNameCondition)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\n@return Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.\n@deprecated Use {@link #streamNameCondition()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\n@param streamNameCondition Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamNameCondition(StreamNameCondition)}\n",
"documentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamNameCondition property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamNameCondition",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamNameCondition",
"fluentSetterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\n@param streamNameCondition Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamNameCondition",
"getterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\n@return Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.",
"getterModel" : {
"returnType" : "StreamNameCondition",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamNameCondition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamNameCondition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "StreamNameCondition",
"sensitive" : false,
"setterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\n@param streamNameCondition Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.",
"setterMethodName" : "setStreamNameCondition",
"setterModel" : {
"variableDeclarationType" : "StreamNameCondition",
"variableName" : "streamNameCondition",
"variableType" : "StreamNameCondition",
"documentation" : null,
"simpleType" : "StreamNameCondition",
"variableSetterType" : "StreamNameCondition"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "StreamNameCondition",
"variableName" : "streamNameCondition",
"variableType" : "StreamNameCondition",
"documentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
",
"simpleType" : "StreamNameCondition",
"variableSetterType" : "StreamNameCondition"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "ListStreamsInputLimit",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\n@return The maximum number of streams to return in the response. The default is 10,000.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\n@param maxResults The maximum number of streams to return in the response. The default is 10,000.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of streams to return in the response. The default is 10,000.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\n@param maxResults The maximum number of streams to return in the response. The default is 10,000.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\n@return The maximum number of streams to return in the response. The default is 10,000.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of streams to return in the response. The default is 10,000.
\n@param maxResults The maximum number of streams to return in the response. The default is 10,000.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of streams to return in the response. The default is 10,000.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\n@return If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\n@return If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.",
"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" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
\n@param nextToken If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If you specify this parameter, when the result of a ListStreams
operation is truncated, the call returns the NextToken
in the response. To get another batch of streams, provide this token in your next request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStreamNameCondition",
"beanStyleSetterMethodName" : "setStreamNameCondition",
"c2jName" : "StreamNameCondition",
"c2jShape" : "StreamNameCondition",
"defaultConsumerFluentSetterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\nThis is a convenience that creates an instance of the {@link StreamNameCondition.Builder} avoiding the need to create one manually via {@link StreamNameCondition#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamNameCondition.Builder#build()} is called immediately and its result is passed to {@link #streamNameCondition(StreamNameCondition)}.\n@param streamNameCondition a consumer that will call methods on {@link StreamNameCondition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #streamNameCondition(StreamNameCondition)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\n@return Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.\n@deprecated Use {@link #streamNameCondition()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\n@param streamNameCondition Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamNameCondition(StreamNameCondition)}\n",
"documentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamNameCondition property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamNameCondition",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamNameCondition",
"fluentSetterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\n@param streamNameCondition Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamNameCondition",
"getterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\n@return Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.",
"getterModel" : {
"returnType" : "StreamNameCondition",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StreamNameCondition",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamNameCondition",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "StreamNameCondition",
"sensitive" : false,
"setterDocumentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
\n@param streamNameCondition Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.",
"setterMethodName" : "setStreamNameCondition",
"setterModel" : {
"variableDeclarationType" : "StreamNameCondition",
"variableName" : "streamNameCondition",
"variableType" : "StreamNameCondition",
"documentation" : null,
"simpleType" : "StreamNameCondition",
"variableSetterType" : "StreamNameCondition"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "StreamNameCondition",
"variableName" : "streamNameCondition",
"variableType" : "StreamNameCondition",
"documentation" : "Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.
",
"simpleType" : "StreamNameCondition",
"variableSetterType" : "StreamNameCondition"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListStreamsRequest",
"simpleMethod" : true,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListStreamsRequest",
"variableName" : "listStreamsRequest",
"variableType" : "ListStreamsRequest",
"documentation" : null,
"simpleType" : "ListStreamsRequest",
"variableSetterType" : "ListStreamsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListStreamsResponse" : {
"c2jName" : "ListStreamsOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getStreamInfoList",
"beanStyleSetterMethodName" : "setStreamInfoList",
"c2jName" : "StreamInfoList",
"c2jShape" : "StreamInfoList",
"defaultConsumerFluentSetterDocumentation" : "An array of StreamInfo
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 #streamInfoList(List)}.\n@param streamInfoList 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 #streamInfoList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of StreamInfo
objects.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasStreamInfoList()} to see if a value was sent in this field.\n
\n@return An array of StreamInfo
objects.\n@deprecated Use {@link #streamInfoList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of StreamInfo
objects.
\n@param streamInfoList An array of StreamInfo
objects.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #streamInfoList(List)}\n",
"documentation" : "An array of StreamInfo
objects.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StreamInfoList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStreamInfoList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamInfoList",
"fluentSetterDocumentation" : "An array of StreamInfo
objects.
\n@param streamInfoList An array of StreamInfo
objects.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "streamInfoList",
"getterDocumentation" : "An array of StreamInfo
objects.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasStreamInfoList()} to see if a value was sent in this field.\n
\n@return An array of StreamInfo
objects.",
"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" : "StreamInfoList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StreamInfoList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "StreamInfo",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link StreamInfo.Builder} avoiding the need to create one manually via {@link StreamInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link StreamInfo.Builder#build()} is called immediately and its result is passed to {@link #member(StreamInfo)}.\n@param member a consumer that will call methods on {@link StreamInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(StreamInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(StreamInfo)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "StreamInfo",
"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" : "StreamInfo",
"variableName" : "member",
"variableType" : "StreamInfo",
"documentation" : null,
"simpleType" : "StreamInfo",
"variableSetterType" : "StreamInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "StreamInfo",
"variableName" : "member",
"variableType" : "StreamInfo",
"documentation" : "",
"simpleType" : "StreamInfo",
"variableSetterType" : "StreamInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "StreamInfo",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "StreamInfo",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "StreamInfoList",
"sensitive" : false,
"setterDocumentation" : "An array of StreamInfo
objects.
\n@param streamInfoList An array of StreamInfo
objects.",
"setterMethodName" : "setStreamInfoList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "streamInfoList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "streamInfoList",
"variableType" : "java.util.List",
"documentation" : "An array of StreamInfo
objects.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@return If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@param nextToken If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@param nextToken If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@return If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.",
"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" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@param nextToken If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@return If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@param nextToken If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@param nextToken If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@return If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.",
"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" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
\n@param nextToken If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StreamInfoList" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getStreamInfoList",
"beanStyleSetterMethodName" : "setStreamInfoList",
"c2jName" : "StreamInfoList",
"c2jShape" : "StreamInfoList",
"defaultConsumerFluentSetterDocumentation" : "An array of