models.kinesisvideo-2017-09-30-intermediate.json Maven / Gradle / Ivy
Show all versions of kinesisvideo Show documentation
{
"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",
"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" : {
"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"
},
"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"
},
"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"
},
"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" : false,
"returnType" : {
"returnType" : "ListStreamsResponse",
"documentation" : null
},
"syncReturnType" : "ListStreamsResponse"
},
"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"
},
"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"
},
"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"
},
"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"
} ],
"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
},
"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
},
"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
},
"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
},
"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" : [ {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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.
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,
"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.
This parameter is optional; the default value is null
(or empty in JSON).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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.
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. 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.
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. 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.
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. 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.
This parameter is optional; the default value is null
(or empty in JSON).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DataRetentionInHours" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"DeviceName" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"KmsKeyId" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"MediaType" : {
"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.
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,
"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.
This parameter is optional; the default value is null
(or empty in JSON).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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.
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. 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.
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. 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.
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. 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.
This parameter is optional; the default value is null
(or empty in JSON).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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.
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,
"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.
This parameter is optional; the default value is null
(or empty in JSON).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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.
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. 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.
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. 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.
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. 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.
This parameter is optional; the default value is null
(or empty in JSON).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StreamARN" : {
"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,
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CurrentVersion" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"StreamARN" : {
"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,
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"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
},
"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
},
"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" : [ {
"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,
"documentation" : "The name of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StreamARN" : {
"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,
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"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,
"documentation" : "The name of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The name of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "An object that describes the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StreamInfo" : {
"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,
"documentation" : "An object that describes the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "An object that describes the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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
},
"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" : [ {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The name of the API action for which to get an endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : "APIName",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"APIName" : {
"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,
"documentation" : "The name of the API action for which to get an endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : "APIName",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"StreamARN" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The name of the API action for which to get an endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : "APIName",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DataEndpoint" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"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,
"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"
},
"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
},
"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
},
"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
},
"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
},
"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" : [ {
"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,
"documentation" : "The maximum number of streams to return in the response. The default is 10,000.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"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,
"documentation" : "The maximum number of streams to return in the response. The default is 10,000.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"StreamNameCondition" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The maximum number of streams to return in the response. The default is 10,000.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "An array of StreamInfo
objects.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "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"
},
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"StreamInfoList" : {
"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,
"documentation" : "An array of StreamInfo
objects.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "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"
},
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "An array of StreamInfo
objects.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "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"
},
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListStreamsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListStreamsResponse",
"variableName" : "listStreamsResponse",
"variableType" : "ListStreamsResponse",
"documentation" : null,
"simpleType" : "ListStreamsResponse",
"variableSetterType" : "ListStreamsResponse"
},
"wrapper" : false
},
"ListTagsForStreamRequest" : {
"c2jName" : "ListTagsForStreamInput",
"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" : "ListTagsForStream",
"locationName" : null,
"requestUri" : "/listTagsForStream",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
\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,
"documentation" : "If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
\n@param nextToken If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
\n@return If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.",
"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 and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
\n@param nextToken If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.",
"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 and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to list tags for.
\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,
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to list tags for.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to list tags for.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to list tags for.\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 list tags for.
\n@return The Amazon Resource Name (ARN) of the stream that you want to list tags for.",
"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 list tags for.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to list tags for.",
"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 list tags for.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream that you want to list tags for.
\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,
"documentation" : "The name of the stream that you want to list tags for.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream that you want to list tags for.
\n@param streamName The name of the stream that you want to list tags for.\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 list tags for.
\n@return The name of the stream that you want to list tags for.",
"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 list tags for.
\n@param streamName The name of the stream that you want to list tags for.",
"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 list tags for.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
\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,
"documentation" : "If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
\n@param nextToken If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
\n@return If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.",
"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 and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
\n@param nextToken If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.",
"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 and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamARN" : {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to list tags for.
\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,
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to list tags for.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to list tags for.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to list tags for.\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 list tags for.
\n@return The Amazon Resource Name (ARN) of the stream that you want to list tags for.",
"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 list tags for.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to list tags for.",
"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 list tags for.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream that you want to list tags for.
\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,
"documentation" : "The name of the stream that you want to list tags for.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream that you want to list tags for.
\n@param streamName The name of the stream that you want to list tags for.\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 list tags for.
\n@return The name of the stream that you want to list tags for.",
"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 list tags for.
\n@param streamName The name of the stream that you want to list tags for.",
"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 list tags for.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
\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,
"documentation" : "If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
\n@param nextToken If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
\n@return If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.",
"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 and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
\n@param nextToken If you specify this parameter and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.",
"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 and the result of a ListTagsForStream
call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to list tags for.
\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,
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to list tags for.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to list tags for.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to list tags for.\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 list tags for.
\n@return The Amazon Resource Name (ARN) of the stream that you want to list tags for.",
"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 list tags for.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to list tags for.",
"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 list tags for.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream that you want to list tags for.
\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,
"documentation" : "The name of the stream that you want to list tags for.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream that you want to list tags for.
\n@param streamName The name of the stream that you want to list tags for.\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 list tags for.
\n@return The name of the stream that you want to list tags for.",
"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 list tags for.
\n@param streamName The name of the stream that you want to list tags for.",
"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 list tags for.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListTagsForStreamRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListTagsForStreamRequest",
"variableName" : "listTagsForStreamRequest",
"variableType" : "ListTagsForStreamRequest",
"documentation" : null,
"simpleType" : "ListTagsForStreamRequest",
"variableSetterType" : "ListTagsForStreamRequest"
},
"wrapper" : false
},
"ListTagsForStreamResponse" : {
"c2jName" : "ListTagsForStreamOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
\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,
"documentation" : "If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
\n@param nextToken If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
\n@return If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.",
"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 and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
\n@param nextToken If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.",
"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 and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "ResourceTags",
"defaultConsumerFluentSetterDocumentation" : "A map of tag keys and values associated with the specified stream.
\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,
"documentation" : "A map of tag keys and values associated with the specified stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A map of tag keys and values associated with the specified stream.
\n@param tags A map of tag keys and values associated with the specified stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A map of tag keys and values associated with the specified stream.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A map of tag keys and values associated with the specified stream.",
"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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "A map of tag keys and values associated with the specified stream.
\n@param tags A map of tag keys and values associated with the specified stream.",
"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 map of tag keys and values associated with the specified stream.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
\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,
"documentation" : "If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
\n@param nextToken If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
\n@return If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.",
"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 and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
\n@param nextToken If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.",
"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 and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "ResourceTags",
"defaultConsumerFluentSetterDocumentation" : "A map of tag keys and values associated with the specified stream.
\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,
"documentation" : "A map of tag keys and values associated with the specified stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A map of tag keys and values associated with the specified stream.
\n@param tags A map of tag keys and values associated with the specified stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A map of tag keys and values associated with the specified stream.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A map of tag keys and values associated with the specified stream.",
"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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "A map of tag keys and values associated with the specified stream.
\n@param tags A map of tag keys and values associated with the specified stream.",
"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 map of tag keys and values associated with the specified stream.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
\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,
"documentation" : "If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
\n@param nextToken If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
\n@return If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.",
"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 and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
\n@param nextToken If you specify this parameter and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.",
"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 and the result of a ListTags
call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "Tags",
"c2jShape" : "ResourceTags",
"defaultConsumerFluentSetterDocumentation" : "A map of tag keys and values associated with the specified stream.
\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,
"documentation" : "A map of tag keys and values associated with the specified stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : "A map of tag keys and values associated with the specified stream.
\n@param tags A map of tag keys and values associated with the specified stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : "A map of tag keys and values associated with the specified stream.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A map of tag keys and values associated with the specified stream.",
"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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : "A map of tag keys and values associated with the specified stream.
\n@param tags A map of tag keys and values associated with the specified stream.",
"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 map of tag keys and values associated with the specified stream.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListTagsForStreamResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListTagsForStreamResponse",
"variableName" : "listTagsForStreamResponse",
"variableType" : "ListTagsForStreamResponse",
"documentation" : null,
"simpleType" : "ListTagsForStreamResponse",
"variableSetterType" : "ListTagsForStreamResponse"
},
"wrapper" : false
},
"NotAuthorizedException" : {
"c2jName" : "NotAuthorizedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The caller is not authorized to perform this operation.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "NotAuthorizedException",
"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" : "NotAuthorizedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "NotAuthorizedException",
"variableName" : "notAuthorizedException",
"variableType" : "NotAuthorizedException",
"documentation" : null,
"simpleType" : "NotAuthorizedException",
"variableSetterType" : "NotAuthorizedException"
},
"wrapper" : false
},
"ResourceInUseException" : {
"c2jName" : "ResourceInUseException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The stream is currently not available for this operation.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ResourceInUseException",
"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" : "ResourceInUseException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ResourceInUseException",
"variableName" : "resourceInUseException",
"variableType" : "ResourceInUseException",
"documentation" : null,
"simpleType" : "ResourceInUseException",
"variableSetterType" : "ResourceInUseException"
},
"wrapper" : false
},
"ResourceNotFoundException" : {
"c2jName" : "ResourceNotFoundException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Amazon Kinesis Video Streams can't find the stream that you specified.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ResourceNotFoundException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 404,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ResourceNotFoundException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ResourceNotFoundException",
"variableName" : "resourceNotFoundException",
"variableType" : "ResourceNotFoundException",
"documentation" : null,
"simpleType" : "ResourceNotFoundException",
"variableSetterType" : "ResourceNotFoundException"
},
"wrapper" : false
},
"Status" : {
"c2jName" : "Status",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "CREATING",
"value" : "CREATING"
}, {
"name" : "ACTIVE",
"value" : "ACTIVE"
}, {
"name" : "UPDATING",
"value" : "UPDATING"
}, {
"name" : "DELETING",
"value" : "DELETING"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Status",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Status",
"variableName" : "status",
"variableType" : "Status",
"documentation" : null,
"simpleType" : "Status",
"variableSetterType" : "Status"
},
"wrapper" : false
},
"StreamInfo" : {
"c2jName" : "StreamInfo",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An object describing a Kinesis video stream.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDeviceName",
"beanStyleSetterMethodName" : "setDeviceName",
"c2jName" : "DeviceName",
"c2jShape" : "DeviceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the device that is associated with 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 #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,
"documentation" : "The name of the device that is associated with the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceName",
"fluentSetterDocumentation" : "The name of the device that is associated with the stream.
\n@param deviceName The name of the device that is associated with the stream.\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 associated with the stream.
\n@return The name of the device that is associated with 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" : "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 associated with the stream.
\n@param deviceName The name of the device that is associated with the stream.",
"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 associated with the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The name of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMediaType",
"beanStyleSetterMethodName" : "setMediaType",
"c2jName" : "MediaType",
"c2jShape" : "MediaType",
"defaultConsumerFluentSetterDocumentation" : "The MediaType
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 #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,
"documentation" : "The MediaType
of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mediaType",
"fluentSetterDocumentation" : "The MediaType
of the stream.
\n@param mediaType The MediaType
of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mediaType",
"getterDocumentation" : "The MediaType
of the stream.
\n@return The MediaType
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" : "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 MediaType
of the stream.
\n@param mediaType The MediaType
of the stream.",
"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 MediaType
of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "KmsKeyId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on 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 #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,
"documentation" : "The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.
\n@param kmsKeyId The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.\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 Kinesis Video Streams uses to encrypt data on the stream.
\n@return The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on 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" : "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 Kinesis Video Streams uses to encrypt data on the stream.
\n@param kmsKeyId The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.",
"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 Kinesis Video Streams uses to encrypt data on the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVersion",
"beanStyleSetterMethodName" : "setVersion",
"c2jName" : "Version",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version 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 #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,
"documentation" : "The version of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "version",
"fluentSetterDocumentation" : "The version of the stream.
\n@param version The version of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "version",
"getterDocumentation" : "The version of the stream.
\n@return The version 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" : "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 version of the stream.
\n@param version The version of the stream.",
"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 version of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status 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 #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : "Status",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the stream.
\n@param status The status of the stream.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the stream.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the stream.\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" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the stream.
\n@param status The status of the stream.\n@see Status",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "A time stamp that indicates when the stream was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"documentation" : "A time stamp that indicates when the stream was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "A time stamp that indicates when the stream was created.
\n@param creationTime A time stamp that indicates when the stream was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "A time stamp that indicates when the stream was created.
\n@return A time stamp that indicates when the stream 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" : "A time stamp that indicates when the stream was created.
\n@param creationTime A time stamp that indicates when the stream 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" : "A time stamp that indicates when the stream was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDataRetentionInHours",
"beanStyleSetterMethodName" : "setDataRetentionInHours",
"c2jName" : "DataRetentionInHours",
"c2jShape" : "DataRetentionInHours",
"defaultConsumerFluentSetterDocumentation" : "How long the stream retains data, in hours.
\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,
"documentation" : "How long the stream retains data, in hours.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataRetentionInHours",
"fluentSetterDocumentation" : "How long the stream retains data, in hours.
\n@param dataRetentionInHours How long the stream retains data, in hours.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataRetentionInHours",
"getterDocumentation" : "How long the stream retains data, in hours.
\n@return How long the stream retains data, in hours.",
"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" : "How long the stream retains data, in hours.
\n@param dataRetentionInHours How long the stream retains data, in hours.",
"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" : "How long the stream retains data, in hours.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CreationTime" : {
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "A time stamp that indicates when the stream was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"documentation" : "A time stamp that indicates when the stream was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "A time stamp that indicates when the stream was created.
\n@param creationTime A time stamp that indicates when the stream was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "A time stamp that indicates when the stream was created.
\n@return A time stamp that indicates when the stream 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" : "A time stamp that indicates when the stream was created.
\n@param creationTime A time stamp that indicates when the stream 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" : "A time stamp that indicates when the stream was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"DataRetentionInHours" : {
"beanStyleGetterMethodName" : "getDataRetentionInHours",
"beanStyleSetterMethodName" : "setDataRetentionInHours",
"c2jName" : "DataRetentionInHours",
"c2jShape" : "DataRetentionInHours",
"defaultConsumerFluentSetterDocumentation" : "How long the stream retains data, in hours.
\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,
"documentation" : "How long the stream retains data, in hours.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataRetentionInHours",
"fluentSetterDocumentation" : "How long the stream retains data, in hours.
\n@param dataRetentionInHours How long the stream retains data, in hours.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataRetentionInHours",
"getterDocumentation" : "How long the stream retains data, in hours.
\n@return How long the stream retains data, in hours.",
"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" : "How long the stream retains data, in hours.
\n@param dataRetentionInHours How long the stream retains data, in hours.",
"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" : "How long the stream retains data, in hours.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"DeviceName" : {
"beanStyleGetterMethodName" : "getDeviceName",
"beanStyleSetterMethodName" : "setDeviceName",
"c2jName" : "DeviceName",
"c2jShape" : "DeviceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the device that is associated with 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 #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,
"documentation" : "The name of the device that is associated with the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceName",
"fluentSetterDocumentation" : "The name of the device that is associated with the stream.
\n@param deviceName The name of the device that is associated with the stream.\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 associated with the stream.
\n@return The name of the device that is associated with 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" : "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 associated with the stream.
\n@param deviceName The name of the device that is associated with the stream.",
"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 associated with the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"KmsKeyId" : {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "KmsKeyId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on 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 #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,
"documentation" : "The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.
\n@param kmsKeyId The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.\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 Kinesis Video Streams uses to encrypt data on the stream.
\n@return The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on 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" : "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 Kinesis Video Streams uses to encrypt data on the stream.
\n@param kmsKeyId The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.",
"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 Kinesis Video Streams uses to encrypt data on the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MediaType" : {
"beanStyleGetterMethodName" : "getMediaType",
"beanStyleSetterMethodName" : "setMediaType",
"c2jName" : "MediaType",
"c2jShape" : "MediaType",
"defaultConsumerFluentSetterDocumentation" : "The MediaType
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 #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,
"documentation" : "The MediaType
of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mediaType",
"fluentSetterDocumentation" : "The MediaType
of the stream.
\n@param mediaType The MediaType
of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mediaType",
"getterDocumentation" : "The MediaType
of the stream.
\n@return The MediaType
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" : "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 MediaType
of the stream.
\n@param mediaType The MediaType
of the stream.",
"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 MediaType
of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status 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 #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : "Status",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the stream.
\n@param status The status of the stream.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the stream.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the stream.\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" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the stream.
\n@param status The status of the stream.\n@see Status",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamARN" : {
"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,
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"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,
"documentation" : "The name of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Version" : {
"beanStyleGetterMethodName" : "getVersion",
"beanStyleSetterMethodName" : "setVersion",
"c2jName" : "Version",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version 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 #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,
"documentation" : "The version of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "version",
"fluentSetterDocumentation" : "The version of the stream.
\n@param version The version of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "version",
"getterDocumentation" : "The version of the stream.
\n@return The version 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" : "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 version of the stream.
\n@param version The version of the stream.",
"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 version of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDeviceName",
"beanStyleSetterMethodName" : "setDeviceName",
"c2jName" : "DeviceName",
"c2jShape" : "DeviceName",
"defaultConsumerFluentSetterDocumentation" : "The name of the device that is associated with 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 #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,
"documentation" : "The name of the device that is associated with the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deviceName",
"fluentSetterDocumentation" : "The name of the device that is associated with the stream.
\n@param deviceName The name of the device that is associated with the stream.\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 associated with the stream.
\n@return The name of the device that is associated with 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" : "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 associated with the stream.
\n@param deviceName The name of the device that is associated with the stream.",
"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 associated with the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The name of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The Amazon Resource Name (ARN) of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMediaType",
"beanStyleSetterMethodName" : "setMediaType",
"c2jName" : "MediaType",
"c2jShape" : "MediaType",
"defaultConsumerFluentSetterDocumentation" : "The MediaType
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 #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,
"documentation" : "The MediaType
of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mediaType",
"fluentSetterDocumentation" : "The MediaType
of the stream.
\n@param mediaType The MediaType
of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mediaType",
"getterDocumentation" : "The MediaType
of the stream.
\n@return The MediaType
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" : "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 MediaType
of the stream.
\n@param mediaType The MediaType
of the stream.",
"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 MediaType
of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getKmsKeyId",
"beanStyleSetterMethodName" : "setKmsKeyId",
"c2jName" : "KmsKeyId",
"c2jShape" : "KmsKeyId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on 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 #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,
"documentation" : "The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "kmsKeyId",
"fluentSetterDocumentation" : "The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.
\n@param kmsKeyId The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.\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 Kinesis Video Streams uses to encrypt data on the stream.
\n@return The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on 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" : "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 Kinesis Video Streams uses to encrypt data on the stream.
\n@param kmsKeyId The ID of the AWS Key Management Service (AWS KMS) key that Kinesis Video Streams uses to encrypt data on the stream.",
"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 Kinesis Video Streams uses to encrypt data on the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getVersion",
"beanStyleSetterMethodName" : "setVersion",
"c2jName" : "Version",
"c2jShape" : "Version",
"defaultConsumerFluentSetterDocumentation" : "The version 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 #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,
"documentation" : "The version of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "version",
"fluentSetterDocumentation" : "The version of the stream.
\n@param version The version of the stream.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "version",
"getterDocumentation" : "The version of the stream.
\n@return The version 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" : "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 version of the stream.
\n@param version The version of the stream.",
"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 version of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status 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 #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "The status of the stream.
",
"endpointDiscoveryId" : false,
"enumType" : "Status",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the stream.
\n@param status The status of the stream.\n@see Status\n@return Returns a reference to this object so that method calls can be chained together.\n@see Status",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the stream.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link Status#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the stream.\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" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the stream.
\n@param status The status of the stream.\n@see Status",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "A time stamp that indicates when the stream was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"documentation" : "A time stamp that indicates when the stream was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "A time stamp that indicates when the stream was created.
\n@param creationTime A time stamp that indicates when the stream was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "A time stamp that indicates when the stream was created.
\n@return A time stamp that indicates when the stream 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" : "A time stamp that indicates when the stream was created.
\n@param creationTime A time stamp that indicates when the stream 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" : "A time stamp that indicates when the stream was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDataRetentionInHours",
"beanStyleSetterMethodName" : "setDataRetentionInHours",
"c2jName" : "DataRetentionInHours",
"c2jShape" : "DataRetentionInHours",
"defaultConsumerFluentSetterDocumentation" : "How long the stream retains data, in hours.
\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,
"documentation" : "How long the stream retains data, in hours.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataRetentionInHours",
"fluentSetterDocumentation" : "How long the stream retains data, in hours.
\n@param dataRetentionInHours How long the stream retains data, in hours.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataRetentionInHours",
"getterDocumentation" : "How long the stream retains data, in hours.
\n@return How long the stream retains data, in hours.",
"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" : "How long the stream retains data, in hours.
\n@param dataRetentionInHours How long the stream retains data, in hours.",
"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" : "How long the stream retains data, in hours.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "StreamInfo",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "StreamInfo",
"variableName" : "streamInfo",
"variableType" : "StreamInfo",
"documentation" : null,
"simpleType" : "StreamInfo",
"variableSetterType" : "StreamInfo"
},
"wrapper" : false
},
"StreamNameCondition" : {
"c2jName" : "StreamNameCondition",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Specifies the condition that streams must satisfy to be returned when you list streams (see the ListStreams
API). A condition has a comparison operation and a value. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start with a given prefix.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getComparisonOperatorAsString",
"beanStyleSetterMethodName" : "setComparisonOperator",
"c2jName" : "ComparisonOperator",
"c2jShape" : "ComparisonOperator",
"defaultConsumerFluentSetterDocumentation" : "A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start 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,
"documentation" : "A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start with a given prefix.
",
"endpointDiscoveryId" : false,
"enumType" : "ComparisonOperator",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "comparisonOperator",
"fluentEnumSetterMethodName" : "comparisonOperator",
"fluentGetterMethodName" : "comparisonOperatorAsString",
"fluentSetterDocumentation" : "A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start with a given prefix.
\n@param comparisonOperator A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start 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 specify only the BEGINS_WITH
operator, which finds streams whose names start 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 specify only the BEGINS_WITH
operator, which finds streams whose names start 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 specify only the BEGINS_WITH
operator, which finds streams whose names start with a given prefix.
\n@param comparisonOperator A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start 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 specify only the BEGINS_WITH
operator, which finds streams whose names start with a given prefix.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getComparisonValue",
"beanStyleSetterMethodName" : "setComparisonValue",
"c2jName" : "ComparisonValue",
"c2jShape" : "StreamName",
"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,
"documentation" : "A value to compare.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ComparisonOperator" : {
"beanStyleGetterMethodName" : "getComparisonOperatorAsString",
"beanStyleSetterMethodName" : "setComparisonOperator",
"c2jName" : "ComparisonOperator",
"c2jShape" : "ComparisonOperator",
"defaultConsumerFluentSetterDocumentation" : "A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start 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,
"documentation" : "A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start with a given prefix.
",
"endpointDiscoveryId" : false,
"enumType" : "ComparisonOperator",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "comparisonOperator",
"fluentEnumSetterMethodName" : "comparisonOperator",
"fluentGetterMethodName" : "comparisonOperatorAsString",
"fluentSetterDocumentation" : "A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start with a given prefix.
\n@param comparisonOperator A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start 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 specify only the BEGINS_WITH
operator, which finds streams whose names start 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 specify only the BEGINS_WITH
operator, which finds streams whose names start 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 specify only the BEGINS_WITH
operator, which finds streams whose names start with a given prefix.
\n@param comparisonOperator A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start 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 specify only the BEGINS_WITH
operator, which finds streams whose names start with a given prefix.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ComparisonValue" : {
"beanStyleGetterMethodName" : "getComparisonValue",
"beanStyleSetterMethodName" : "setComparisonValue",
"c2jName" : "ComparisonValue",
"c2jShape" : "StreamName",
"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,
"documentation" : "A value to compare.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getComparisonOperatorAsString",
"beanStyleSetterMethodName" : "setComparisonOperator",
"c2jName" : "ComparisonOperator",
"c2jShape" : "ComparisonOperator",
"defaultConsumerFluentSetterDocumentation" : "A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start 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,
"documentation" : "A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start with a given prefix.
",
"endpointDiscoveryId" : false,
"enumType" : "ComparisonOperator",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "comparisonOperator",
"fluentEnumSetterMethodName" : "comparisonOperator",
"fluentGetterMethodName" : "comparisonOperatorAsString",
"fluentSetterDocumentation" : "A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start with a given prefix.
\n@param comparisonOperator A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start 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 specify only the BEGINS_WITH
operator, which finds streams whose names start 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 specify only the BEGINS_WITH
operator, which finds streams whose names start 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 specify only the BEGINS_WITH
operator, which finds streams whose names start with a given prefix.
\n@param comparisonOperator A comparison operator. Currently, you can specify only the BEGINS_WITH
operator, which finds streams whose names start 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 specify only the BEGINS_WITH
operator, which finds streams whose names start with a given prefix.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getComparisonValue",
"beanStyleSetterMethodName" : "setComparisonValue",
"c2jName" : "ComparisonValue",
"c2jShape" : "StreamName",
"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,
"documentation" : "A value to compare.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "StreamNameCondition",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "StreamNameCondition",
"variableName" : "streamNameCondition",
"variableType" : "StreamNameCondition",
"documentation" : null,
"simpleType" : "StreamNameCondition",
"variableSetterType" : "StreamNameCondition"
},
"wrapper" : false
},
"TagStreamRequest" : {
"c2jName" : "TagStreamInput",
"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" : "TagStream",
"locationName" : null,
"requestUri" : "/tagStream",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.
\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,
"documentation" : "The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.
\n@param streamARN The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.\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 resource that you want to add the tag or tags to.
\n@return The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.",
"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 resource that you want to add the tag or tags to.
\n@param streamARN The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.",
"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 resource that you want to add the tag or tags to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream that you want to add the tag or tags to.
\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,
"documentation" : "The name of the stream that you want to add the tag or tags to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream that you want to add the tag or tags to.
\n@param streamName The name of the stream that you want to add the tag or tags to.\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 add the tag or tags to.
\n@return The name of the stream that you want to add the tag or tags to.",
"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 add the tag or tags to.
\n@param streamName The name of the stream that you want to add the tag or tags to.",
"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 add the tag or tags to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StreamARN" : {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.
\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,
"documentation" : "The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.
\n@param streamARN The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.\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 resource that you want to add the tag or tags to.
\n@return The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.",
"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 resource that you want to add the tag or tags to.
\n@param streamARN The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.",
"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 resource that you want to add the tag or tags to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream that you want to add the tag or tags to.
\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,
"documentation" : "The name of the stream that you want to add the tag or tags to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream that you want to add the tag or tags to.
\n@param streamName The name of the stream that you want to add the tag or tags to.\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 add the tag or tags to.
\n@return The name of the stream that you want to add the tag or tags to.",
"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 add the tag or tags to.
\n@param streamName The name of the stream that you want to add the tag or tags to.",
"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 add the tag or tags to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.
\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,
"documentation" : "The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.
\n@param streamARN The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.\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 resource that you want to add the tag or tags to.
\n@return The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.",
"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 resource that you want to add the tag or tags to.
\n@param streamARN The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.",
"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 resource that you want to add the tag or tags to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream that you want to add the tag or tags to.
\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,
"documentation" : "The name of the stream that you want to add the tag or tags to.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream that you want to add the tag or tags to.
\n@param streamName The name of the stream that you want to add the tag or tags to.\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 add the tag or tags to.
\n@return The name of the stream that you want to add the tag or tags to.",
"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 add the tag or tags to.
\n@param streamName The name of the stream that you want to add the tag or tags to.",
"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 add the tag or tags to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "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"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Tags" ],
"shapeName" : "TagStreamRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "TagStreamRequest",
"variableName" : "tagStreamRequest",
"variableType" : "TagStreamRequest",
"documentation" : null,
"simpleType" : "TagStreamRequest",
"variableSetterType" : "TagStreamRequest"
},
"wrapper" : false
},
"TagStreamResponse" : {
"c2jName" : "TagStreamOutput",
"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" : "TagStreamResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "TagStreamResponse",
"variableName" : "tagStreamResponse",
"variableType" : "TagStreamResponse",
"documentation" : null,
"simpleType" : "TagStreamResponse",
"variableSetterType" : "TagStreamResponse"
},
"wrapper" : false
},
"TagsPerResourceExceededLimitException" : {
"c2jName" : "TagsPerResourceExceededLimitException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "You have exceeded the limit of tags that you can associate with the resource. Kinesis video streams support up to 50 tags.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "TagsPerResourceExceededLimitException",
"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" : "TagsPerResourceExceededLimitException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "TagsPerResourceExceededLimitException",
"variableName" : "tagsPerResourceExceededLimitException",
"variableType" : "TagsPerResourceExceededLimitException",
"documentation" : null,
"simpleType" : "TagsPerResourceExceededLimitException",
"variableSetterType" : "TagsPerResourceExceededLimitException"
},
"wrapper" : false
},
"UntagStreamRequest" : {
"c2jName" : "UntagStreamInput",
"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" : "UntagStream",
"locationName" : null,
"requestUri" : "/untagStream",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
\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,
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to remove tags from.\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 remove tags from.
\n@return The Amazon Resource Name (ARN) of the stream that you want to remove tags from.",
"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 remove tags from.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to remove tags from.",
"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 remove tags from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream that you want to remove tags from.
\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,
"documentation" : "The name of the stream that you want to remove tags from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream that you want to remove tags from.
\n@param streamName The name of the stream that you want to remove tags from.\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 remove tags from.
\n@return The name of the stream that you want to remove tags from.",
"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 remove tags from.
\n@param streamName The name of the stream that you want to remove tags from.",
"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 remove tags from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTagKeyList",
"beanStyleSetterMethodName" : "setTagKeyList",
"c2jName" : "TagKeyList",
"c2jShape" : "TagKeyList",
"defaultConsumerFluentSetterDocumentation" : "A list of the keys of the tags that you want to remove.
\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 #tagKeyList(List)}.\n@param tagKeyList 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 #tagKeyList(List)",
"deprecated" : false,
"documentation" : "A list of the keys of the tags that you want to remove.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tagKeyList",
"fluentSetterDocumentation" : "A list of the keys of the tags that you want to remove.
\n@param tagKeyList A list of the keys of the tags that you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tagKeyList",
"getterDocumentation" : "A list of the keys of the tags that you want to remove.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of the keys of the tags that you want to remove.",
"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" : "TagKeyList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TagKeyList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member 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 #member(String)}.\n@param member 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 #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"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" : "STRING",
"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" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "TagKeyList",
"sensitive" : false,
"setterDocumentation" : "A list of the keys of the tags that you want to remove.
\n@param tagKeyList A list of the keys of the tags that you want to remove.",
"setterMethodName" : "setTagKeyList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tagKeyList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tagKeyList",
"variableType" : "java.util.List",
"documentation" : "A list of the keys of the tags that you want to remove.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"StreamARN" : {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
\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,
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to remove tags from.\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 remove tags from.
\n@return The Amazon Resource Name (ARN) of the stream that you want to remove tags from.",
"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 remove tags from.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to remove tags from.",
"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 remove tags from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StreamName" : {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream that you want to remove tags from.
\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,
"documentation" : "The name of the stream that you want to remove tags from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream that you want to remove tags from.
\n@param streamName The name of the stream that you want to remove tags from.\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 remove tags from.
\n@return The name of the stream that you want to remove tags from.",
"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 remove tags from.
\n@param streamName The name of the stream that you want to remove tags from.",
"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 remove tags from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TagKeyList" : {
"beanStyleGetterMethodName" : "getTagKeyList",
"beanStyleSetterMethodName" : "setTagKeyList",
"c2jName" : "TagKeyList",
"c2jShape" : "TagKeyList",
"defaultConsumerFluentSetterDocumentation" : "A list of the keys of the tags that you want to remove.
\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 #tagKeyList(List)}.\n@param tagKeyList 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 #tagKeyList(List)",
"deprecated" : false,
"documentation" : "A list of the keys of the tags that you want to remove.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tagKeyList",
"fluentSetterDocumentation" : "A list of the keys of the tags that you want to remove.
\n@param tagKeyList A list of the keys of the tags that you want to remove.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tagKeyList",
"getterDocumentation" : "A list of the keys of the tags that you want to remove.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of the keys of the tags that you want to remove.",
"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" : "TagKeyList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TagKeyList",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member 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 #member(String)}.\n@param member 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 #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"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" : "STRING",
"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" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "TagKeyList",
"sensitive" : false,
"setterDocumentation" : "A list of the keys of the tags that you want to remove.
\n@param tagKeyList A list of the keys of the tags that you want to remove.",
"setterMethodName" : "setTagKeyList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tagKeyList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tagKeyList",
"variableType" : "java.util.List",
"documentation" : "A list of the keys of the tags that you want to remove.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStreamARN",
"beanStyleSetterMethodName" : "setStreamARN",
"c2jName" : "StreamARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
\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,
"documentation" : "The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamARN",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to remove tags from.\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 remove tags from.
\n@return The Amazon Resource Name (ARN) of the stream that you want to remove tags from.",
"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 remove tags from.
\n@param streamARN The Amazon Resource Name (ARN) of the stream that you want to remove tags from.",
"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 remove tags from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStreamName",
"beanStyleSetterMethodName" : "setStreamName",
"c2jName" : "StreamName",
"c2jShape" : "StreamName",
"defaultConsumerFluentSetterDocumentation" : "The name of the stream that you want to remove tags from.
\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,
"documentation" : "The name of the stream that you want to remove tags from.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "streamName",
"fluentSetterDocumentation" : "The name of the stream that you want to remove tags from.
\n@param streamName The name of the stream that you want to remove tags from.\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 remove tags from.
\n@return The name of the stream that you want to remove tags from.",
"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 remove tags from.
\n@param streamName The name of the stream that you want to remove tags from.",
"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 remove tags from.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTagKeyList",
"beanStyleSetterMethodName" : "setTagKeyList",
"c2jName" : "TagKeyList",
"c2jShape" : "TagKeyList",
"defaultConsumerFluentSetterDocumentation" : "A list of the keys of the tags that you want to remove.
\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 #tagKeyList(List