models.kinesisanalytics-2015-08-14-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-kinesis Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"authPolicyActions" : {
"actionPrefix" : null,
"fileNamePrefix" : null,
"skip" : true
},
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : null,
"skipInterfaceAdditions" : false,
"skipSmokeTests" : true,
"transformDirectory" : "transform",
"useAutoConstructList" : false,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2015-08-14",
"asyncClient" : "AmazonKinesisAnalyticsAsyncClient",
"asyncClientBuilderClassName" : "AmazonKinesisAnalyticsAsyncClientBuilder",
"asyncInterface" : "AmazonKinesisAnalyticsAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AmazonKinesisAnalyticsModuleInjector",
"defaultEndpoint" : "https://kinesisanalytics.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "kinesisanalytics.us-east-1.amazonaws.com",
"defaultRegion" : null,
"documentation" : null,
"endpointPrefix" : "kinesisanalytics",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"packageName" : "com.amazonaws.services.kinesisanalytics",
"packagePath" : "com/amazonaws/services/kinesisanalytics",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"protocolFactory" : "com.amazonaws.protocol.json.SdkJsonProtocolFactory",
"requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"serviceAbbreviation" : "Kinesis Analytics",
"serviceFullName" : "Amazon Kinesis Analytics",
"serviceName" : "Kinesis Analytics",
"signingName" : "kinesisanalytics",
"smokeTestsPackageName" : "com.amazonaws.services.kinesisanalytics.smoketests",
"syncClient" : "AmazonKinesisAnalyticsClient",
"syncClientBuilderClassName" : "AmazonKinesisAnalyticsClientBuilder",
"syncInterface" : "AmazonKinesisAnalytics",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"AddApplicationInput" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "AddApplicationInputResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Adds a streaming source to your Amazon Kinesis application. For conceptual information, see Configuring Application Input.
You can add a streaming source either when you create an application or you can use this operation to add a streaming source after you create an application. For more information, see CreateApplication.
Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.
This operation requires permissions to perform the kinesisanalytics:AddApplicationInput
action.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Specified application can't be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "Application is not available for this operation.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "Specified input parameter value is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AddApplicationInputRequest",
"variableName" : "addApplicationInputRequest",
"variableType" : "AddApplicationInputRequest",
"documentation" : "",
"simpleType" : "AddApplicationInputRequest",
"variableSetterType" : "AddApplicationInputRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "addApplicationInput",
"operationName" : "AddApplicationInput",
"returnType" : {
"returnType" : "AddApplicationInputResult",
"documentation" : ""
},
"syncReturnType" : "AddApplicationInputResult"
},
"AddApplicationOutput" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "AddApplicationOutputResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds an external destination to your Amazon Kinesis Analytics application.
If you want Amazon Kinesis Analytics to deliver data from an in-application stream within your application to an external destination (such as an Amazon Kinesis stream or a Firehose delivery stream), you add the relevant configuration to your application using this operation. You can configure one or more outputs for your application. Each output configuration maps an in-application stream and an external destination.
You can use one of the output configurations to deliver data from your in-application error stream to an external destination so that you can analyze the errors. For conceptual information, see Understanding Application Output (Destination).
Note that any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.
For the limits on the number of application inputs and outputs you can configure, see Limits.
This operation requires permissions to perform the kinesisanalytics:AddApplicationOutput
action.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Specified application can't be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "Application is not available for this operation.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "Specified input parameter value is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AddApplicationOutputRequest",
"variableName" : "addApplicationOutputRequest",
"variableType" : "AddApplicationOutputRequest",
"documentation" : "",
"simpleType" : "AddApplicationOutputRequest",
"variableSetterType" : "AddApplicationOutputRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "addApplicationOutput",
"operationName" : "AddApplicationOutput",
"returnType" : {
"returnType" : "AddApplicationOutputResult",
"documentation" : ""
},
"syncReturnType" : "AddApplicationOutputResult"
},
"AddApplicationReferenceDataSource" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "AddApplicationReferenceDataSourceResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds a reference data source to an existing application.
Amazon Kinesis Analytics reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in Amazon S3 object maps to columns in the resulting in-application table.
For conceptual information, see Configuring Application Input. For the limits on data sources you can add to your application, see Limits.
This operation requires permissions to perform the kinesisanalytics:AddApplicationOutput
action.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Specified application can't be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "Application is not available for this operation.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "Specified input parameter value is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AddApplicationReferenceDataSourceRequest",
"variableName" : "addApplicationReferenceDataSourceRequest",
"variableType" : "AddApplicationReferenceDataSourceRequest",
"documentation" : "",
"simpleType" : "AddApplicationReferenceDataSourceRequest",
"variableSetterType" : "AddApplicationReferenceDataSourceRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "addApplicationReferenceDataSource",
"operationName" : "AddApplicationReferenceDataSource",
"returnType" : {
"returnType" : "AddApplicationReferenceDataSourceResult",
"documentation" : ""
},
"syncReturnType" : "AddApplicationReferenceDataSourceResult"
},
"CreateApplication" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateApplicationResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Creates an Amazon Kinesis Analytics application. You can configure each application with one streaming source as input, application code to process the input, and up to five streaming destinations where you want Amazon Kinesis Analytics to write the output data from your application. For an overview, see How it Works.
In the input configuration, you map the streaming source to an in-application stream, which you can think of as a constantly updating table. In the mapping, you must provide a schema for the in-application stream and map each data column in the in-application stream to a data element in the streaming source, with the option of renaming, casting and dropping columns as desired.
Your application code is one or more SQL statements that read input data, transform it, and generate output. Your application code can create one or more SQL artifacts like SQL streams or pumps.
In the output configuration, you can configure the application to write data from in-application streams created in your applications to up to five streaming destinations.
To read data from your source stream or write data to destination streams, Amazon Kinesis Analytics needs your permissions. You grant these permissions by creating IAM roles. This operation requires permissions to perform the kinesisanalytics:CreateApplication
action.
For introductory exercises to create an Amazon Kinesis Analytics application, see Getting Started.
",
"exceptions" : [ {
"exceptionName" : "CodeValidationException",
"documentation" : "User-provided application code (query) is invalid. This can be a simple syntax error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "Application is not available for this operation.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Exceeded the number of applications allowed.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "Specified input parameter value is invalid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateApplicationRequest",
"variableName" : "createApplicationRequest",
"variableType" : "CreateApplicationRequest",
"documentation" : "TBD
",
"simpleType" : "CreateApplicationRequest",
"variableSetterType" : "CreateApplicationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createApplication",
"operationName" : "CreateApplication",
"returnType" : {
"returnType" : "CreateApplicationResult",
"documentation" : "TBD
"
},
"syncReturnType" : "CreateApplicationResult"
},
"DeleteApplication" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteApplicationResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified application. Amazon Kinesis Analytics halts application execution and deletes the application, including any application artifacts (such as in-application streams, reference table, and application code).
This operation requires permissions to perform the kinesisanalytics:DeleteApplication
action.
",
"exceptions" : [ {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Specified application can't be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "Application is not available for this operation.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteApplicationRequest",
"variableName" : "deleteApplicationRequest",
"variableType" : "DeleteApplicationRequest",
"documentation" : "",
"simpleType" : "DeleteApplicationRequest",
"variableSetterType" : "DeleteApplicationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteApplication",
"operationName" : "DeleteApplication",
"returnType" : {
"returnType" : "DeleteApplicationResult",
"documentation" : ""
},
"syncReturnType" : "DeleteApplicationResult"
},
"DeleteApplicationOutput" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteApplicationOutputResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes output destination configuration from your application configuration. Amazon Kinesis Analytics will no longer write data from the corresponding in-application stream to the external output destination.
This operation requires permissions to perform the kinesisanalytics:DeleteApplicationOutput
action.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Specified application can't be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "Application is not available for this operation.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteApplicationOutputRequest",
"variableName" : "deleteApplicationOutputRequest",
"variableType" : "DeleteApplicationOutputRequest",
"documentation" : "",
"simpleType" : "DeleteApplicationOutputRequest",
"variableSetterType" : "DeleteApplicationOutputRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteApplicationOutput",
"operationName" : "DeleteApplicationOutput",
"returnType" : {
"returnType" : "DeleteApplicationOutputResult",
"documentation" : ""
},
"syncReturnType" : "DeleteApplicationOutputResult"
},
"DeleteApplicationReferenceDataSource" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteApplicationReferenceDataSourceResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a reference data source configuration from the specified application configuration.
If the application is running, Amazon Kinesis Analytics immediately removes the in-application table that you created using the AddApplicationReferenceDataSource operation.
This operation requires permissions to perform the kinesisanalytics.DeleteApplicationReferenceDataSource
action.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Specified application can't be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "Application is not available for this operation.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "Specified input parameter value is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteApplicationReferenceDataSourceRequest",
"variableName" : "deleteApplicationReferenceDataSourceRequest",
"variableType" : "DeleteApplicationReferenceDataSourceRequest",
"documentation" : "",
"simpleType" : "DeleteApplicationReferenceDataSourceRequest",
"variableSetterType" : "DeleteApplicationReferenceDataSourceRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteApplicationReferenceDataSource",
"operationName" : "DeleteApplicationReferenceDataSource",
"returnType" : {
"returnType" : "DeleteApplicationReferenceDataSourceResult",
"documentation" : null
},
"syncReturnType" : "DeleteApplicationReferenceDataSourceResult"
},
"DescribeApplication" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeApplicationResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about a specific Amazon Kinesis Analytics application.
If you want to retrieve a list of all applications in your account, use the ListApplications operation.
This operation requires permissions to perform the kinesisanalytics:DescribeApplication
action. You can use DescribeApplication
to get the current application versionId, which you need to call other operations such as Update
.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Specified application can't be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeApplicationRequest",
"variableName" : "describeApplicationRequest",
"variableType" : "DescribeApplicationRequest",
"documentation" : "",
"simpleType" : "DescribeApplicationRequest",
"variableSetterType" : "DescribeApplicationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeApplication",
"operationName" : "DescribeApplication",
"returnType" : {
"returnType" : "DescribeApplicationResult",
"documentation" : ""
},
"syncReturnType" : "DescribeApplicationResult"
},
"DiscoverInputSchema" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DiscoverInputSchemaResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Infers a schema by evaluating sample records on the specified streaming source (Amazon Kinesis stream or Amazon Kinesis Firehose delivery stream). In the response, the operation returns the inferred schema and also the sample records that the operation used to infer the schema.
You can use the inferred schema when configuring a streaming source for your application. For conceptual information, see Configuring Application Input. Note that when you create an application using the Amazon Kinesis Analytics console, the console uses this operation to infer a schema and show it in the console user interface.
This operation requires permissions to perform the kinesisanalytics:DiscoverInputSchema
action.
",
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "Specified input parameter value is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnableToDetectSchemaException",
"documentation" : "Data format is not valid, Kinesis Analytics is not able to detect schema for the given streaming source.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceProvisionedThroughputExceededException",
"documentation" : "Discovery failed to get a record from the streaming source because of the Kinesis Streams ProvisionedThroughputExceededException.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DiscoverInputSchemaRequest",
"variableName" : "discoverInputSchemaRequest",
"variableType" : "DiscoverInputSchemaRequest",
"documentation" : "",
"simpleType" : "DiscoverInputSchemaRequest",
"variableSetterType" : "DiscoverInputSchemaRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "discoverInputSchema",
"operationName" : "DiscoverInputSchema",
"returnType" : {
"returnType" : "DiscoverInputSchemaResult",
"documentation" : ""
},
"syncReturnType" : "DiscoverInputSchemaResult"
},
"ListApplications" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListApplicationsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of Amazon Kinesis Analytics applications in your account. For each application, the response includes the application name, Amazon Resource Name (ARN), and status. If the response returns the HasMoreApplications
value as true, you can send another request by adding the ExclusiveStartApplicationName
in the request body, and set the value of this to the last application name from the previous response.
If you want detailed information about a specific application, use DescribeApplication.
This operation requires permissions to perform the kinesisanalytics:ListApplications
action.
",
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListApplicationsRequest",
"variableName" : "listApplicationsRequest",
"variableType" : "ListApplicationsRequest",
"documentation" : "",
"simpleType" : "ListApplicationsRequest",
"variableSetterType" : "ListApplicationsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listApplications",
"operationName" : "ListApplications",
"returnType" : {
"returnType" : "ListApplicationsResult",
"documentation" : ""
},
"syncReturnType" : "ListApplicationsResult"
},
"StartApplication" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "StartApplicationResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts the specified Amazon Kinesis Analytics application. After creating an application, you must exclusively call this operation to start your application.
After the application starts, it begins consuming the input data, processes it, and writes the output to the configured destination.
The application status must be READY
for you to start an application. You can get the application status in the console or using the DescribeApplication operation.
After you start the application, you can stop the application from processing the input by calling the StopApplication operation.
This operation requires permissions to perform the kinesisanalytics:StartApplication
action.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Specified application can't be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "Application is not available for this operation.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "Specified input parameter value is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidApplicationConfigurationException",
"documentation" : "User-provided application configuration is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartApplicationRequest",
"variableName" : "startApplicationRequest",
"variableType" : "StartApplicationRequest",
"documentation" : "",
"simpleType" : "StartApplicationRequest",
"variableSetterType" : "StartApplicationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "startApplication",
"operationName" : "StartApplication",
"returnType" : {
"returnType" : "StartApplicationResult",
"documentation" : ""
},
"syncReturnType" : "StartApplicationResult"
},
"StopApplication" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "StopApplicationResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Stops the application from processing input data. You can stop an application only if it is in the running state. You can use the DescribeApplication operation to find the application state. After the application is stopped, Amazon Kinesis Analytics stops reading data from the input, the application stops processing data, and there is no output written to the destination.
This operation requires permissions to perform the kinesisanalytics:StopApplication
action.
",
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Specified application can't be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "Application is not available for this operation.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StopApplicationRequest",
"variableName" : "stopApplicationRequest",
"variableType" : "StopApplicationRequest",
"documentation" : "",
"simpleType" : "StopApplicationRequest",
"variableSetterType" : "StopApplicationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "stopApplication",
"operationName" : "StopApplication",
"returnType" : {
"returnType" : "StopApplicationResult",
"documentation" : ""
},
"syncReturnType" : "StopApplicationResult"
},
"UpdateApplication" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateApplicationResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates an existing Kinesis Analytics application. Using this API, you can update application code, input configuration, and output configuration.
Note that Kinesis Analytics updates the CurrentApplicationVersionId
each time you update your application.
This opeation requires permission for the kinesisanalytics:UpdateApplication
action.
",
"exceptions" : [ {
"exceptionName" : "CodeValidationException",
"documentation" : "User-provided application code (query) is invalid. This can be a simple syntax error.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Specified application can't be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "Application is not available for this operation.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "Specified input parameter value is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConcurrentModificationException",
"documentation" : "Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateApplicationRequest",
"variableName" : "updateApplicationRequest",
"variableType" : "UpdateApplicationRequest",
"documentation" : "",
"simpleType" : "UpdateApplicationRequest",
"variableSetterType" : "UpdateApplicationRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateApplication",
"operationName" : "UpdateApplication",
"returnType" : {
"returnType" : "UpdateApplicationResult",
"documentation" : null
},
"syncReturnType" : "UpdateApplicationResult"
}
},
"shapes" : {
"AddApplicationInputRequest" : {
"c2jName" : "AddApplicationInputRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AddApplicationInput",
"locationName" : null,
"requestUri" : "/",
"target" : "KinesisAnalytics_20150814.AddApplicationInput",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
\n@param applicationName Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
\n@return Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
\n@param applicationName Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
\n@param applicationName Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"deprecated" : false,
"documentation" : "Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
\n@param currentApplicationVersionId Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCurrentApplicationVersionId",
"getterDocumentation" : "/**Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
\n@return Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.*/",
"getterMethodName" : "getCurrentApplicationVersionId",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "/**Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
\n@param currentApplicationVersionId Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.*/",
"setterMethodName" : "setCurrentApplicationVersionId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
\n@param currentApplicationVersionId Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Input",
"c2jShape" : "Input",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param input \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInput",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getInput",
"getterModel" : {
"returnType" : "Input",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Input",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Input",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Input",
"setterDocumentation" : "/**\n@param input */",
"setterMethodName" : "setInput",
"setterModel" : {
"variableDeclarationType" : "Input",
"variableName" : "input",
"variableType" : "Input",
"documentation" : "",
"simpleType" : "Input",
"variableSetterType" : "Input"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param input \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Input",
"variableName" : "input",
"variableType" : "Input",
"documentation" : "",
"simpleType" : "Input",
"variableSetterType" : "Input"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationName" : {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
\n@param applicationName Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
\n@return Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
\n@param applicationName Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
\n@param applicationName Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CurrentApplicationVersionId" : {
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"deprecated" : false,
"documentation" : "Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
\n@param currentApplicationVersionId Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCurrentApplicationVersionId",
"getterDocumentation" : "/**Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
\n@return Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.*/",
"getterMethodName" : "getCurrentApplicationVersionId",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "/**Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
\n@param currentApplicationVersionId Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.*/",
"setterMethodName" : "setCurrentApplicationVersionId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
\n@param currentApplicationVersionId Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"Input" : {
"c2jName" : "Input",
"c2jShape" : "Input",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param input \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInput",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getInput",
"getterModel" : {
"returnType" : "Input",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Input",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Input",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Input",
"setterDocumentation" : "/**\n@param input */",
"setterMethodName" : "setInput",
"setterModel" : {
"variableDeclarationType" : "Input",
"variableName" : "input",
"variableType" : "Input",
"documentation" : "",
"simpleType" : "Input",
"variableSetterType" : "Input"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param input \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Input",
"variableName" : "input",
"variableType" : "Input",
"documentation" : "",
"simpleType" : "Input",
"variableSetterType" : "Input"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationName", "CurrentApplicationVersionId", "Input" ],
"shapeName" : "AddApplicationInputRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddApplicationInputRequest",
"variableName" : "addApplicationInputRequest",
"variableType" : "AddApplicationInputRequest",
"documentation" : null,
"simpleType" : "AddApplicationInputRequest",
"variableSetterType" : "AddApplicationInputRequest"
},
"wrapper" : false
},
"AddApplicationInputResult" : {
"c2jName" : "AddApplicationInputResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddApplicationInputResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddApplicationInputResult",
"variableName" : "addApplicationInputResult",
"variableType" : "AddApplicationInputResult",
"documentation" : null,
"simpleType" : "AddApplicationInputResult",
"variableSetterType" : "AddApplicationInputResult"
},
"wrapper" : false
},
"AddApplicationOutputRequest" : {
"c2jName" : "AddApplicationOutputRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AddApplicationOutput",
"locationName" : null,
"requestUri" : "/",
"target" : "KinesisAnalytics_20150814.AddApplicationOutput",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of the application to which you want to add the output configuration.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the application to which you want to add the output configuration.
\n@param applicationName Name of the application to which you want to add the output configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of the application to which you want to add the output configuration.
\n@return Name of the application to which you want to add the output configuration.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of the application to which you want to add the output configuration.
\n@param applicationName Name of the application to which you want to add the output configuration.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the application to which you want to add the output configuration.
\n@param applicationName Name of the application to which you want to add the output configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application to which you want to add the output configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"deprecated" : false,
"documentation" : "Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCurrentApplicationVersionId",
"getterDocumentation" : "/**Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@return Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"getterMethodName" : "getCurrentApplicationVersionId",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "/**Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"setterMethodName" : "setCurrentApplicationVersionId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Output",
"c2jShape" : "Output",
"deprecated" : false,
"documentation" : "An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.
\n@param output An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOutput",
"getterDocumentation" : "/**An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.
\n@return An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.*/",
"getterMethodName" : "getOutput",
"getterModel" : {
"returnType" : "Output",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Output",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Output",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Output",
"setterDocumentation" : "/**An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.
\n@param output An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.*/",
"setterMethodName" : "setOutput",
"setterModel" : {
"variableDeclarationType" : "Output",
"variableName" : "output",
"variableType" : "Output",
"documentation" : "",
"simpleType" : "Output",
"variableSetterType" : "Output"
},
"simple" : false,
"varargSetterDocumentation" : "/**An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.
\n@param output An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Output",
"variableName" : "output",
"variableType" : "Output",
"documentation" : "An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.
",
"simpleType" : "Output",
"variableSetterType" : "Output"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationName" : {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of the application to which you want to add the output configuration.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the application to which you want to add the output configuration.
\n@param applicationName Name of the application to which you want to add the output configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of the application to which you want to add the output configuration.
\n@return Name of the application to which you want to add the output configuration.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of the application to which you want to add the output configuration.
\n@param applicationName Name of the application to which you want to add the output configuration.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the application to which you want to add the output configuration.
\n@param applicationName Name of the application to which you want to add the output configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application to which you want to add the output configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CurrentApplicationVersionId" : {
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"deprecated" : false,
"documentation" : "Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCurrentApplicationVersionId",
"getterDocumentation" : "/**Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@return Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"getterMethodName" : "getCurrentApplicationVersionId",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "/**Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"setterMethodName" : "setCurrentApplicationVersionId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "Version of the application to which you want add the output configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"Output" : {
"c2jName" : "Output",
"c2jShape" : "Output",
"deprecated" : false,
"documentation" : "An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.
\n@param output An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOutput",
"getterDocumentation" : "/**An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.
\n@return An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.*/",
"getterMethodName" : "getOutput",
"getterModel" : {
"returnType" : "Output",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Output",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Output",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Output",
"setterDocumentation" : "/**An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.
\n@param output An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.*/",
"setterMethodName" : "setOutput",
"setterModel" : {
"variableDeclarationType" : "Output",
"variableName" : "output",
"variableType" : "Output",
"documentation" : "",
"simpleType" : "Output",
"variableSetterType" : "Output"
},
"simple" : false,
"varargSetterDocumentation" : "/**An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.
\n@param output An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Output",
"variableName" : "output",
"variableType" : "Output",
"documentation" : "An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream), and record the formation to use when writing to the destination.
",
"simpleType" : "Output",
"variableSetterType" : "Output"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationName", "CurrentApplicationVersionId", "Output" ],
"shapeName" : "AddApplicationOutputRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddApplicationOutputRequest",
"variableName" : "addApplicationOutputRequest",
"variableType" : "AddApplicationOutputRequest",
"documentation" : null,
"simpleType" : "AddApplicationOutputRequest",
"variableSetterType" : "AddApplicationOutputRequest"
},
"wrapper" : false
},
"AddApplicationOutputResult" : {
"c2jName" : "AddApplicationOutputResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddApplicationOutputResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddApplicationOutputResult",
"variableName" : "addApplicationOutputResult",
"variableType" : "AddApplicationOutputResult",
"documentation" : null,
"simpleType" : "AddApplicationOutputResult",
"variableSetterType" : "AddApplicationOutputResult"
},
"wrapper" : false
},
"AddApplicationReferenceDataSourceRequest" : {
"c2jName" : "AddApplicationReferenceDataSourceRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AddApplicationReferenceDataSource",
"locationName" : null,
"requestUri" : "/",
"target" : "KinesisAnalytics_20150814.AddApplicationReferenceDataSource",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of an existing application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of an existing application.
\n@param applicationName Name of an existing application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of an existing application.
\n@return Name of an existing application.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of an existing application.
\n@param applicationName Name of an existing application.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of an existing application.
\n@param applicationName Name of an existing application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of an existing application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"deprecated" : false,
"documentation" : "Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCurrentApplicationVersionId",
"getterDocumentation" : "/**Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@return Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"getterMethodName" : "getCurrentApplicationVersionId",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "/**Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"setterMethodName" : "setCurrentApplicationVersionId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ReferenceDataSource",
"c2jShape" : "ReferenceDataSource",
"deprecated" : false,
"documentation" : "The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
\n@param referenceDataSource The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceDataSource",
"getterDocumentation" : "/**The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
\n@return The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.*/",
"getterMethodName" : "getReferenceDataSource",
"getterModel" : {
"returnType" : "ReferenceDataSource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceDataSource",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceDataSource",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceDataSource",
"setterDocumentation" : "/**The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
\n@param referenceDataSource The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.*/",
"setterMethodName" : "setReferenceDataSource",
"setterModel" : {
"variableDeclarationType" : "ReferenceDataSource",
"variableName" : "referenceDataSource",
"variableType" : "ReferenceDataSource",
"documentation" : "",
"simpleType" : "ReferenceDataSource",
"variableSetterType" : "ReferenceDataSource"
},
"simple" : false,
"varargSetterDocumentation" : "/**The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
\n@param referenceDataSource The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReferenceDataSource",
"variableName" : "referenceDataSource",
"variableType" : "ReferenceDataSource",
"documentation" : "The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
",
"simpleType" : "ReferenceDataSource",
"variableSetterType" : "ReferenceDataSource"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationName" : {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of an existing application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of an existing application.
\n@param applicationName Name of an existing application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of an existing application.
\n@return Name of an existing application.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of an existing application.
\n@param applicationName Name of an existing application.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of an existing application.
\n@param applicationName Name of an existing application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of an existing application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CurrentApplicationVersionId" : {
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"deprecated" : false,
"documentation" : "Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCurrentApplicationVersionId",
"getterDocumentation" : "/**Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@return Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"getterMethodName" : "getCurrentApplicationVersionId",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "/**Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"setterMethodName" : "setCurrentApplicationVersionId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "Version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"ReferenceDataSource" : {
"c2jName" : "ReferenceDataSource",
"c2jShape" : "ReferenceDataSource",
"deprecated" : false,
"documentation" : "The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
\n@param referenceDataSource The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceDataSource",
"getterDocumentation" : "/**The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
\n@return The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.*/",
"getterMethodName" : "getReferenceDataSource",
"getterModel" : {
"returnType" : "ReferenceDataSource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceDataSource",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceDataSource",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceDataSource",
"setterDocumentation" : "/**The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
\n@param referenceDataSource The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.*/",
"setterMethodName" : "setReferenceDataSource",
"setterModel" : {
"variableDeclarationType" : "ReferenceDataSource",
"variableName" : "referenceDataSource",
"variableType" : "ReferenceDataSource",
"documentation" : "",
"simpleType" : "ReferenceDataSource",
"variableSetterType" : "ReferenceDataSource"
},
"simple" : false,
"varargSetterDocumentation" : "/**The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
\n@param referenceDataSource The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReferenceDataSource",
"variableName" : "referenceDataSource",
"variableType" : "ReferenceDataSource",
"documentation" : "The reference data source can be an object in your Amazon S3 bucket. Amazon Kinesis Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created. You must also provide an IAM role with the necessary permissions that Amazon Kinesis Analytics can assume to read the object from your S3 bucket on your behalf.
",
"simpleType" : "ReferenceDataSource",
"variableSetterType" : "ReferenceDataSource"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationName", "CurrentApplicationVersionId", "ReferenceDataSource" ],
"shapeName" : "AddApplicationReferenceDataSourceRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddApplicationReferenceDataSourceRequest",
"variableName" : "addApplicationReferenceDataSourceRequest",
"variableType" : "AddApplicationReferenceDataSourceRequest",
"documentation" : null,
"simpleType" : "AddApplicationReferenceDataSourceRequest",
"variableSetterType" : "AddApplicationReferenceDataSourceRequest"
},
"wrapper" : false
},
"AddApplicationReferenceDataSourceResult" : {
"c2jName" : "AddApplicationReferenceDataSourceResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddApplicationReferenceDataSourceResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddApplicationReferenceDataSourceResult",
"variableName" : "addApplicationReferenceDataSourceResult",
"variableType" : "AddApplicationReferenceDataSourceResult",
"documentation" : null,
"simpleType" : "AddApplicationReferenceDataSourceResult",
"variableSetterType" : "AddApplicationReferenceDataSourceResult"
},
"wrapper" : false
},
"ApplicationDetail" : {
"c2jName" : "ApplicationDetail",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides a description of the application, including the application Amazon Resource Name (ARN), status, latest version, and input and output configuration.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of the application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of the application.
\n@return Name of the application.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ApplicationDescription",
"c2jShape" : "ApplicationDescription",
"deprecated" : false,
"documentation" : "Description of the application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Description of the application.
\n@param applicationDescription Description of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationDescription",
"getterDocumentation" : "/**Description of the application.
\n@return Description of the application.*/",
"getterMethodName" : "getApplicationDescription",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationDescription",
"setterDocumentation" : "/**Description of the application.
\n@param applicationDescription Description of the application.*/",
"setterMethodName" : "setApplicationDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationDescription",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Description of the application.
\n@param applicationDescription Description of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationDescription",
"variableType" : "String",
"documentation" : "Description of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ApplicationARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "ARN of the application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the application.
\n@param applicationARN ARN of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationARN",
"getterDocumentation" : "/**ARN of the application.
\n@return ARN of the application.*/",
"getterMethodName" : "getApplicationARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationARN",
"setterDocumentation" : "/**ARN of the application.
\n@param applicationARN ARN of the application.*/",
"setterMethodName" : "setApplicationARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the application.
\n@param applicationARN ARN of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : "ARN of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"deprecated" : false,
"documentation" : "Status of the application.
",
"enumType" : "ApplicationStatus",
"fluentSetterDocumentation" : "/**Status of the application.
\n@param applicationStatus Status of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus*/",
"fluentSetterMethodName" : "withApplicationStatus",
"getterDocumentation" : "/**Status of the application.
\n@return Status of the application.\n@see ApplicationStatus*/",
"getterMethodName" : "getApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationStatus",
"setterDocumentation" : "/**Status of the application.
\n@param applicationStatus Status of the application.\n@see ApplicationStatus*/",
"setterMethodName" : "setApplicationStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Status of the application.
\n@param applicationStatus Status of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "Status of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CreateTimestamp",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "Timestamp when the application version was created.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Timestamp when the application version was created.
\n@param createTimestamp Timestamp when the application version was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCreateTimestamp",
"getterDocumentation" : "/**Timestamp when the application version was created.
\n@return Timestamp when the application version was created.*/",
"getterMethodName" : "getCreateTimestamp",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CreateTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreateTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreateTimestamp",
"setterDocumentation" : "/**Timestamp when the application version was created.
\n@param createTimestamp Timestamp when the application version was created.*/",
"setterMethodName" : "setCreateTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "createTimestamp",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**Timestamp when the application version was created.
\n@param createTimestamp Timestamp when the application version was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "createTimestamp",
"variableType" : "java.util.Date",
"documentation" : "Timestamp when the application version was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "LastUpdateTimestamp",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "Timestamp when the application was last updated.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Timestamp when the application was last updated.
\n@param lastUpdateTimestamp Timestamp when the application was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withLastUpdateTimestamp",
"getterDocumentation" : "/**Timestamp when the application was last updated.
\n@return Timestamp when the application was last updated.*/",
"getterMethodName" : "getLastUpdateTimestamp",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LastUpdateTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdateTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LastUpdateTimestamp",
"setterDocumentation" : "/**Timestamp when the application was last updated.
\n@param lastUpdateTimestamp Timestamp when the application was last updated.*/",
"setterMethodName" : "setLastUpdateTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastUpdateTimestamp",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**Timestamp when the application was last updated.
\n@param lastUpdateTimestamp Timestamp when the application was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastUpdateTimestamp",
"variableType" : "java.util.Date",
"documentation" : "Timestamp when the application was last updated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "InputDescriptions",
"c2jShape" : "InputDescriptions",
"deprecated" : false,
"documentation" : "Describes the application input configuration. For more information, see Configuring Application Input.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the application input configuration. For more information, see Configuring Application Input.
\n@param inputDescriptions Describes the application input configuration. For more information, see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputDescriptions",
"getterDocumentation" : "/**Describes the application input configuration. For more information, see Configuring Application Input.
\n@return Describes the application input configuration. For more information, see Configuring Application Input.*/",
"getterMethodName" : "getInputDescriptions",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "InputDescription",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "InputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "InputDescription",
"variableName" : "member",
"variableType" : "InputDescription",
"documentation" : "",
"simpleType" : "InputDescription",
"variableSetterType" : "InputDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputDescription",
"variableName" : "member",
"variableType" : "InputDescription",
"documentation" : "",
"simpleType" : "InputDescription",
"variableSetterType" : "InputDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "InputDescription",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "InputDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "InputDescriptions",
"setterDocumentation" : "/**Describes the application input configuration. For more information, see Configuring Application Input.
\n@param inputDescriptions Describes the application input configuration. For more information, see Configuring Application Input.*/",
"setterMethodName" : "setInputDescriptions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inputDescriptions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes the application input configuration. For more information, see Configuring Application Input.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInputDescriptions(java.util.Collection)} or {@link #withInputDescriptions(java.util.Collection)} if you want to override the existing values.
\n@param inputDescriptions Describes the application input configuration. For more information, see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inputDescriptions",
"variableType" : "java.util.List",
"documentation" : "Describes the application input configuration. For more information, see Configuring Application Input.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "OutputDescriptions",
"c2jShape" : "OutputDescriptions",
"deprecated" : false,
"documentation" : "Describes the application output configuration. For more information, see Configuring Application Output.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the application output configuration. For more information, see Configuring Application Output.
\n@param outputDescriptions Describes the application output configuration. For more information, see Configuring Application Output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOutputDescriptions",
"getterDocumentation" : "/**Describes the application output configuration. For more information, see Configuring Application Output.
\n@return Describes the application output configuration. For more information, see Configuring Application Output.*/",
"getterMethodName" : "getOutputDescriptions",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OutputDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "OutputDescription",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "OutputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "OutputDescription",
"variableName" : "member",
"variableType" : "OutputDescription",
"documentation" : "",
"simpleType" : "OutputDescription",
"variableSetterType" : "OutputDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "OutputDescription",
"variableName" : "member",
"variableType" : "OutputDescription",
"documentation" : "",
"simpleType" : "OutputDescription",
"variableSetterType" : "OutputDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "OutputDescription",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "OutputDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "OutputDescriptions",
"setterDocumentation" : "/**Describes the application output configuration. For more information, see Configuring Application Output.
\n@param outputDescriptions Describes the application output configuration. For more information, see Configuring Application Output.*/",
"setterMethodName" : "setOutputDescriptions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "outputDescriptions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes the application output configuration. For more information, see Configuring Application Output.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOutputDescriptions(java.util.Collection)} or {@link #withOutputDescriptions(java.util.Collection)} if you want to override the existing values.
\n@param outputDescriptions Describes the application output configuration. For more information, see Configuring Application Output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "outputDescriptions",
"variableType" : "java.util.List",
"documentation" : "Describes the application output configuration. For more information, see Configuring Application Output.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ReferenceDataSourceDescriptions",
"c2jShape" : "ReferenceDataSourceDescriptions",
"deprecated" : false,
"documentation" : "Describes reference data sources configured for the application. For more information, see Configuring Application Input.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes reference data sources configured for the application. For more information, see Configuring Application Input.
\n@param referenceDataSourceDescriptions Describes reference data sources configured for the application. For more information, see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceDataSourceDescriptions",
"getterDocumentation" : "/**Describes reference data sources configured for the application. For more information, see Configuring Application Input.
\n@return Describes reference data sources configured for the application. For more information, see Configuring Application Input.*/",
"getterMethodName" : "getReferenceDataSourceDescriptions",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceDataSourceDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceDataSourceDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ReferenceDataSourceDescription",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "ReferenceDataSourceDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReferenceDataSourceDescription",
"variableName" : "member",
"variableType" : "ReferenceDataSourceDescription",
"documentation" : "",
"simpleType" : "ReferenceDataSourceDescription",
"variableSetterType" : "ReferenceDataSourceDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReferenceDataSourceDescription",
"variableName" : "member",
"variableType" : "ReferenceDataSourceDescription",
"documentation" : "",
"simpleType" : "ReferenceDataSourceDescription",
"variableSetterType" : "ReferenceDataSourceDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReferenceDataSourceDescription",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ReferenceDataSourceDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ReferenceDataSourceDescriptions",
"setterDocumentation" : "/**Describes reference data sources configured for the application. For more information, see Configuring Application Input.
\n@param referenceDataSourceDescriptions Describes reference data sources configured for the application. For more information, see Configuring Application Input.*/",
"setterMethodName" : "setReferenceDataSourceDescriptions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "referenceDataSourceDescriptions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes reference data sources configured for the application. For more information, see Configuring Application Input.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setReferenceDataSourceDescriptions(java.util.Collection)} or {@link #withReferenceDataSourceDescriptions(java.util.Collection)} if you want to override the existing values.
\n@param referenceDataSourceDescriptions Describes reference data sources configured for the application. For more information, see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "referenceDataSourceDescriptions",
"variableType" : "java.util.List",
"documentation" : "Describes reference data sources configured for the application. For more information, see Configuring Application Input.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ApplicationCode",
"c2jShape" : "ApplicationCode",
"deprecated" : false,
"documentation" : "Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
\n@param applicationCode Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationCode",
"getterDocumentation" : "/**Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
\n@return Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.*/",
"getterMethodName" : "getApplicationCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationCode",
"setterDocumentation" : "/**Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
\n@param applicationCode Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.*/",
"setterMethodName" : "setApplicationCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
\n@param applicationCode Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationCode",
"variableType" : "String",
"documentation" : "Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"deprecated" : false,
"documentation" : "Provides the current application version.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Provides the current application version.
\n@param applicationVersionId Provides the current application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationVersionId",
"getterDocumentation" : "/**Provides the current application version.
\n@return Provides the current application version.*/",
"getterMethodName" : "getApplicationVersionId",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationVersionId",
"setterDocumentation" : "/**Provides the current application version.
\n@param applicationVersionId Provides the current application version.*/",
"setterMethodName" : "setApplicationVersionId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "applicationVersionId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**Provides the current application version.
\n@param applicationVersionId Provides the current application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "applicationVersionId",
"variableType" : "Long",
"documentation" : "Provides the current application version.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationARN" : {
"c2jName" : "ApplicationARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "ARN of the application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the application.
\n@param applicationARN ARN of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationARN",
"getterDocumentation" : "/**ARN of the application.
\n@return ARN of the application.*/",
"getterMethodName" : "getApplicationARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationARN",
"setterDocumentation" : "/**ARN of the application.
\n@param applicationARN ARN of the application.*/",
"setterMethodName" : "setApplicationARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the application.
\n@param applicationARN ARN of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : "ARN of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ApplicationCode" : {
"c2jName" : "ApplicationCode",
"c2jShape" : "ApplicationCode",
"deprecated" : false,
"documentation" : "Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
\n@param applicationCode Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationCode",
"getterDocumentation" : "/**Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
\n@return Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.*/",
"getterMethodName" : "getApplicationCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationCode",
"setterDocumentation" : "/**Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
\n@param applicationCode Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.*/",
"setterMethodName" : "setApplicationCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
\n@param applicationCode Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationCode",
"variableType" : "String",
"documentation" : "Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ApplicationDescription" : {
"c2jName" : "ApplicationDescription",
"c2jShape" : "ApplicationDescription",
"deprecated" : false,
"documentation" : "Description of the application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Description of the application.
\n@param applicationDescription Description of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationDescription",
"getterDocumentation" : "/**Description of the application.
\n@return Description of the application.*/",
"getterMethodName" : "getApplicationDescription",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationDescription",
"setterDocumentation" : "/**Description of the application.
\n@param applicationDescription Description of the application.*/",
"setterMethodName" : "setApplicationDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationDescription",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Description of the application.
\n@param applicationDescription Description of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationDescription",
"variableType" : "String",
"documentation" : "Description of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ApplicationName" : {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of the application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of the application.
\n@return Name of the application.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ApplicationStatus" : {
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"deprecated" : false,
"documentation" : "Status of the application.
",
"enumType" : "ApplicationStatus",
"fluentSetterDocumentation" : "/**Status of the application.
\n@param applicationStatus Status of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus*/",
"fluentSetterMethodName" : "withApplicationStatus",
"getterDocumentation" : "/**Status of the application.
\n@return Status of the application.\n@see ApplicationStatus*/",
"getterMethodName" : "getApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationStatus",
"setterDocumentation" : "/**Status of the application.
\n@param applicationStatus Status of the application.\n@see ApplicationStatus*/",
"setterMethodName" : "setApplicationStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Status of the application.
\n@param applicationStatus Status of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "Status of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ApplicationVersionId" : {
"c2jName" : "ApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"deprecated" : false,
"documentation" : "Provides the current application version.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Provides the current application version.
\n@param applicationVersionId Provides the current application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationVersionId",
"getterDocumentation" : "/**Provides the current application version.
\n@return Provides the current application version.*/",
"getterMethodName" : "getApplicationVersionId",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationVersionId",
"setterDocumentation" : "/**Provides the current application version.
\n@param applicationVersionId Provides the current application version.*/",
"setterMethodName" : "setApplicationVersionId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "applicationVersionId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**Provides the current application version.
\n@param applicationVersionId Provides the current application version.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "applicationVersionId",
"variableType" : "Long",
"documentation" : "Provides the current application version.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"CreateTimestamp" : {
"c2jName" : "CreateTimestamp",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "Timestamp when the application version was created.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Timestamp when the application version was created.
\n@param createTimestamp Timestamp when the application version was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCreateTimestamp",
"getterDocumentation" : "/**Timestamp when the application version was created.
\n@return Timestamp when the application version was created.*/",
"getterMethodName" : "getCreateTimestamp",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CreateTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreateTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreateTimestamp",
"setterDocumentation" : "/**Timestamp when the application version was created.
\n@param createTimestamp Timestamp when the application version was created.*/",
"setterMethodName" : "setCreateTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "createTimestamp",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**Timestamp when the application version was created.
\n@param createTimestamp Timestamp when the application version was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "createTimestamp",
"variableType" : "java.util.Date",
"documentation" : "Timestamp when the application version was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"InputDescriptions" : {
"c2jName" : "InputDescriptions",
"c2jShape" : "InputDescriptions",
"deprecated" : false,
"documentation" : "Describes the application input configuration. For more information, see Configuring Application Input.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the application input configuration. For more information, see Configuring Application Input.
\n@param inputDescriptions Describes the application input configuration. For more information, see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputDescriptions",
"getterDocumentation" : "/**Describes the application input configuration. For more information, see Configuring Application Input.
\n@return Describes the application input configuration. For more information, see Configuring Application Input.*/",
"getterMethodName" : "getInputDescriptions",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "InputDescription",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "InputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "InputDescription",
"variableName" : "member",
"variableType" : "InputDescription",
"documentation" : "",
"simpleType" : "InputDescription",
"variableSetterType" : "InputDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputDescription",
"variableName" : "member",
"variableType" : "InputDescription",
"documentation" : "",
"simpleType" : "InputDescription",
"variableSetterType" : "InputDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "InputDescription",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "InputDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "InputDescriptions",
"setterDocumentation" : "/**Describes the application input configuration. For more information, see Configuring Application Input.
\n@param inputDescriptions Describes the application input configuration. For more information, see Configuring Application Input.*/",
"setterMethodName" : "setInputDescriptions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inputDescriptions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes the application input configuration. For more information, see Configuring Application Input.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInputDescriptions(java.util.Collection)} or {@link #withInputDescriptions(java.util.Collection)} if you want to override the existing values.
\n@param inputDescriptions Describes the application input configuration. For more information, see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inputDescriptions",
"variableType" : "java.util.List",
"documentation" : "Describes the application input configuration. For more information, see Configuring Application Input.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"LastUpdateTimestamp" : {
"c2jName" : "LastUpdateTimestamp",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : "Timestamp when the application was last updated.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Timestamp when the application was last updated.
\n@param lastUpdateTimestamp Timestamp when the application was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withLastUpdateTimestamp",
"getterDocumentation" : "/**Timestamp when the application was last updated.
\n@return Timestamp when the application was last updated.*/",
"getterMethodName" : "getLastUpdateTimestamp",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LastUpdateTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdateTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LastUpdateTimestamp",
"setterDocumentation" : "/**Timestamp when the application was last updated.
\n@param lastUpdateTimestamp Timestamp when the application was last updated.*/",
"setterMethodName" : "setLastUpdateTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastUpdateTimestamp",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/**Timestamp when the application was last updated.
\n@param lastUpdateTimestamp Timestamp when the application was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "lastUpdateTimestamp",
"variableType" : "java.util.Date",
"documentation" : "Timestamp when the application was last updated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
},
"OutputDescriptions" : {
"c2jName" : "OutputDescriptions",
"c2jShape" : "OutputDescriptions",
"deprecated" : false,
"documentation" : "Describes the application output configuration. For more information, see Configuring Application Output.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the application output configuration. For more information, see Configuring Application Output.
\n@param outputDescriptions Describes the application output configuration. For more information, see Configuring Application Output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOutputDescriptions",
"getterDocumentation" : "/**Describes the application output configuration. For more information, see Configuring Application Output.
\n@return Describes the application output configuration. For more information, see Configuring Application Output.*/",
"getterMethodName" : "getOutputDescriptions",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OutputDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "OutputDescription",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "OutputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "OutputDescription",
"variableName" : "member",
"variableType" : "OutputDescription",
"documentation" : "",
"simpleType" : "OutputDescription",
"variableSetterType" : "OutputDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "OutputDescription",
"variableName" : "member",
"variableType" : "OutputDescription",
"documentation" : "",
"simpleType" : "OutputDescription",
"variableSetterType" : "OutputDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "OutputDescription",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "OutputDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "OutputDescriptions",
"setterDocumentation" : "/**Describes the application output configuration. For more information, see Configuring Application Output.
\n@param outputDescriptions Describes the application output configuration. For more information, see Configuring Application Output.*/",
"setterMethodName" : "setOutputDescriptions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "outputDescriptions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes the application output configuration. For more information, see Configuring Application Output.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOutputDescriptions(java.util.Collection)} or {@link #withOutputDescriptions(java.util.Collection)} if you want to override the existing values.
\n@param outputDescriptions Describes the application output configuration. For more information, see Configuring Application Output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "outputDescriptions",
"variableType" : "java.util.List",
"documentation" : "Describes the application output configuration. For more information, see Configuring Application Output.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"ReferenceDataSourceDescriptions" : {
"c2jName" : "ReferenceDataSourceDescriptions",
"c2jShape" : "ReferenceDataSourceDescriptions",
"deprecated" : false,
"documentation" : "Describes reference data sources configured for the application. For more information, see Configuring Application Input.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes reference data sources configured for the application. For more information, see Configuring Application Input.
\n@param referenceDataSourceDescriptions Describes reference data sources configured for the application. For more information, see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceDataSourceDescriptions",
"getterDocumentation" : "/**Describes reference data sources configured for the application. For more information, see Configuring Application Input.
\n@return Describes reference data sources configured for the application. For more information, see Configuring Application Input.*/",
"getterMethodName" : "getReferenceDataSourceDescriptions",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceDataSourceDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceDataSourceDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ReferenceDataSourceDescription",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "ReferenceDataSourceDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReferenceDataSourceDescription",
"variableName" : "member",
"variableType" : "ReferenceDataSourceDescription",
"documentation" : "",
"simpleType" : "ReferenceDataSourceDescription",
"variableSetterType" : "ReferenceDataSourceDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReferenceDataSourceDescription",
"variableName" : "member",
"variableType" : "ReferenceDataSourceDescription",
"documentation" : "",
"simpleType" : "ReferenceDataSourceDescription",
"variableSetterType" : "ReferenceDataSourceDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReferenceDataSourceDescription",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ReferenceDataSourceDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ReferenceDataSourceDescriptions",
"setterDocumentation" : "/**Describes reference data sources configured for the application. For more information, see Configuring Application Input.
\n@param referenceDataSourceDescriptions Describes reference data sources configured for the application. For more information, see Configuring Application Input.*/",
"setterMethodName" : "setReferenceDataSourceDescriptions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "referenceDataSourceDescriptions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes reference data sources configured for the application. For more information, see Configuring Application Input.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setReferenceDataSourceDescriptions(java.util.Collection)} or {@link #withReferenceDataSourceDescriptions(java.util.Collection)} if you want to override the existing values.
\n@param referenceDataSourceDescriptions Describes reference data sources configured for the application. For more information, see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "referenceDataSourceDescriptions",
"variableType" : "java.util.List",
"documentation" : "Describes reference data sources configured for the application. For more information, see Configuring Application Input.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationName", "ApplicationARN", "ApplicationStatus", "ApplicationVersionId" ],
"shapeName" : "ApplicationDetail",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ApplicationDetail",
"variableName" : "applicationDetail",
"variableType" : "ApplicationDetail",
"documentation" : null,
"simpleType" : "ApplicationDetail",
"variableSetterType" : "ApplicationDetail"
},
"wrapper" : false
},
"ApplicationStatus" : {
"c2jName" : "ApplicationStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "DELETING",
"value" : "DELETING"
}, {
"name" : "STARTING",
"value" : "STARTING"
}, {
"name" : "STOPPING",
"value" : "STOPPING"
}, {
"name" : "READY",
"value" : "READY"
}, {
"name" : "RUNNING",
"value" : "RUNNING"
}, {
"name" : "UPDATING",
"value" : "UPDATING"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ApplicationStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ApplicationStatus",
"variableName" : "applicationStatus",
"variableType" : "ApplicationStatus",
"documentation" : null,
"simpleType" : "ApplicationStatus",
"variableSetterType" : "ApplicationStatus"
},
"wrapper" : false
},
"ApplicationSummary" : {
"c2jName" : "ApplicationSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides application summary information, including the application Amazon Resource Name (ARN), name, and status.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of the application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of the application.
\n@return Name of the application.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ApplicationARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "ARN of the application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the application.
\n@param applicationARN ARN of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationARN",
"getterDocumentation" : "/**ARN of the application.
\n@return ARN of the application.*/",
"getterMethodName" : "getApplicationARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationARN",
"setterDocumentation" : "/**ARN of the application.
\n@param applicationARN ARN of the application.*/",
"setterMethodName" : "setApplicationARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the application.
\n@param applicationARN ARN of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : "ARN of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"deprecated" : false,
"documentation" : "Status of the application.
",
"enumType" : "ApplicationStatus",
"fluentSetterDocumentation" : "/**Status of the application.
\n@param applicationStatus Status of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus*/",
"fluentSetterMethodName" : "withApplicationStatus",
"getterDocumentation" : "/**Status of the application.
\n@return Status of the application.\n@see ApplicationStatus*/",
"getterMethodName" : "getApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationStatus",
"setterDocumentation" : "/**Status of the application.
\n@param applicationStatus Status of the application.\n@see ApplicationStatus*/",
"setterMethodName" : "setApplicationStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Status of the application.
\n@param applicationStatus Status of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "Status of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationARN" : {
"c2jName" : "ApplicationARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "ARN of the application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the application.
\n@param applicationARN ARN of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationARN",
"getterDocumentation" : "/**ARN of the application.
\n@return ARN of the application.*/",
"getterMethodName" : "getApplicationARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationARN",
"setterDocumentation" : "/**ARN of the application.
\n@param applicationARN ARN of the application.*/",
"setterMethodName" : "setApplicationARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the application.
\n@param applicationARN ARN of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : "ARN of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ApplicationName" : {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of the application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of the application.
\n@return Name of the application.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ApplicationStatus" : {
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"deprecated" : false,
"documentation" : "Status of the application.
",
"enumType" : "ApplicationStatus",
"fluentSetterDocumentation" : "/**Status of the application.
\n@param applicationStatus Status of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus*/",
"fluentSetterMethodName" : "withApplicationStatus",
"getterDocumentation" : "/**Status of the application.
\n@return Status of the application.\n@see ApplicationStatus*/",
"getterMethodName" : "getApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationStatus",
"setterDocumentation" : "/**Status of the application.
\n@param applicationStatus Status of the application.\n@see ApplicationStatus*/",
"setterMethodName" : "setApplicationStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Status of the application.
\n@param applicationStatus Status of the application.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "Status of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationName", "ApplicationARN", "ApplicationStatus" ],
"shapeName" : "ApplicationSummary",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ApplicationSummary",
"variableName" : "applicationSummary",
"variableType" : "ApplicationSummary",
"documentation" : null,
"simpleType" : "ApplicationSummary",
"variableSetterType" : "ApplicationSummary"
},
"wrapper" : false
},
"ApplicationUpdate" : {
"c2jName" : "ApplicationUpdate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes updates to apply to an existing Kinesis Analytics application.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "InputUpdates",
"c2jShape" : "InputUpdates",
"deprecated" : false,
"documentation" : "Describes application input configuration updates.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes application input configuration updates.
\n@param inputUpdates Describes application input configuration updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputUpdates",
"getterDocumentation" : "/**Describes application input configuration updates.
\n@return Describes application input configuration updates.*/",
"getterMethodName" : "getInputUpdates",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputUpdates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputUpdates",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "InputUpdate",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "InputUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "InputUpdate",
"variableName" : "member",
"variableType" : "InputUpdate",
"documentation" : "",
"simpleType" : "InputUpdate",
"variableSetterType" : "InputUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputUpdate",
"variableName" : "member",
"variableType" : "InputUpdate",
"documentation" : "",
"simpleType" : "InputUpdate",
"variableSetterType" : "InputUpdate"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "InputUpdate",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "InputUpdate",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "InputUpdates",
"setterDocumentation" : "/**Describes application input configuration updates.
\n@param inputUpdates Describes application input configuration updates.*/",
"setterMethodName" : "setInputUpdates",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inputUpdates",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes application input configuration updates.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInputUpdates(java.util.Collection)} or {@link #withInputUpdates(java.util.Collection)} if you want to override the existing values.
\n@param inputUpdates Describes application input configuration updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inputUpdates",
"variableType" : "java.util.List",
"documentation" : "Describes application input configuration updates.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ApplicationCodeUpdate",
"c2jShape" : "ApplicationCode",
"deprecated" : false,
"documentation" : "Describes application code updates.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes application code updates.
\n@param applicationCodeUpdate Describes application code updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationCodeUpdate",
"getterDocumentation" : "/**Describes application code updates.
\n@return Describes application code updates.*/",
"getterMethodName" : "getApplicationCodeUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationCodeUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationCodeUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationCodeUpdate",
"setterDocumentation" : "/**Describes application code updates.
\n@param applicationCodeUpdate Describes application code updates.*/",
"setterMethodName" : "setApplicationCodeUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationCodeUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Describes application code updates.
\n@param applicationCodeUpdate Describes application code updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationCodeUpdate",
"variableType" : "String",
"documentation" : "Describes application code updates.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "OutputUpdates",
"c2jShape" : "OutputUpdates",
"deprecated" : false,
"documentation" : "Describes application output configuration updates.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes application output configuration updates.
\n@param outputUpdates Describes application output configuration updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOutputUpdates",
"getterDocumentation" : "/**Describes application output configuration updates.
\n@return Describes application output configuration updates.*/",
"getterMethodName" : "getOutputUpdates",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OutputUpdates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputUpdates",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "OutputUpdate",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "OutputUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "OutputUpdate",
"variableName" : "member",
"variableType" : "OutputUpdate",
"documentation" : "",
"simpleType" : "OutputUpdate",
"variableSetterType" : "OutputUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "OutputUpdate",
"variableName" : "member",
"variableType" : "OutputUpdate",
"documentation" : "",
"simpleType" : "OutputUpdate",
"variableSetterType" : "OutputUpdate"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "OutputUpdate",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "OutputUpdate",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "OutputUpdates",
"setterDocumentation" : "/**Describes application output configuration updates.
\n@param outputUpdates Describes application output configuration updates.*/",
"setterMethodName" : "setOutputUpdates",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "outputUpdates",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes application output configuration updates.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOutputUpdates(java.util.Collection)} or {@link #withOutputUpdates(java.util.Collection)} if you want to override the existing values.
\n@param outputUpdates Describes application output configuration updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "outputUpdates",
"variableType" : "java.util.List",
"documentation" : "Describes application output configuration updates.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ReferenceDataSourceUpdates",
"c2jShape" : "ReferenceDataSourceUpdates",
"deprecated" : false,
"documentation" : "Describes application reference data source updates.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes application reference data source updates.
\n@param referenceDataSourceUpdates Describes application reference data source updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceDataSourceUpdates",
"getterDocumentation" : "/**Describes application reference data source updates.
\n@return Describes application reference data source updates.*/",
"getterMethodName" : "getReferenceDataSourceUpdates",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceDataSourceUpdates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceDataSourceUpdates",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ReferenceDataSourceUpdate",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "ReferenceDataSourceUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReferenceDataSourceUpdate",
"variableName" : "member",
"variableType" : "ReferenceDataSourceUpdate",
"documentation" : "",
"simpleType" : "ReferenceDataSourceUpdate",
"variableSetterType" : "ReferenceDataSourceUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReferenceDataSourceUpdate",
"variableName" : "member",
"variableType" : "ReferenceDataSourceUpdate",
"documentation" : "",
"simpleType" : "ReferenceDataSourceUpdate",
"variableSetterType" : "ReferenceDataSourceUpdate"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReferenceDataSourceUpdate",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ReferenceDataSourceUpdate",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ReferenceDataSourceUpdates",
"setterDocumentation" : "/**Describes application reference data source updates.
\n@param referenceDataSourceUpdates Describes application reference data source updates.*/",
"setterMethodName" : "setReferenceDataSourceUpdates",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "referenceDataSourceUpdates",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes application reference data source updates.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setReferenceDataSourceUpdates(java.util.Collection)} or {@link #withReferenceDataSourceUpdates(java.util.Collection)} if you want to override the existing values.
\n@param referenceDataSourceUpdates Describes application reference data source updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "referenceDataSourceUpdates",
"variableType" : "java.util.List",
"documentation" : "Describes application reference data source updates.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationCodeUpdate" : {
"c2jName" : "ApplicationCodeUpdate",
"c2jShape" : "ApplicationCode",
"deprecated" : false,
"documentation" : "Describes application code updates.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes application code updates.
\n@param applicationCodeUpdate Describes application code updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationCodeUpdate",
"getterDocumentation" : "/**Describes application code updates.
\n@return Describes application code updates.*/",
"getterMethodName" : "getApplicationCodeUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationCodeUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationCodeUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationCodeUpdate",
"setterDocumentation" : "/**Describes application code updates.
\n@param applicationCodeUpdate Describes application code updates.*/",
"setterMethodName" : "setApplicationCodeUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationCodeUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Describes application code updates.
\n@param applicationCodeUpdate Describes application code updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationCodeUpdate",
"variableType" : "String",
"documentation" : "Describes application code updates.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"InputUpdates" : {
"c2jName" : "InputUpdates",
"c2jShape" : "InputUpdates",
"deprecated" : false,
"documentation" : "Describes application input configuration updates.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes application input configuration updates.
\n@param inputUpdates Describes application input configuration updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputUpdates",
"getterDocumentation" : "/**Describes application input configuration updates.
\n@return Describes application input configuration updates.*/",
"getterMethodName" : "getInputUpdates",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputUpdates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputUpdates",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "InputUpdate",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "InputUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "InputUpdate",
"variableName" : "member",
"variableType" : "InputUpdate",
"documentation" : "",
"simpleType" : "InputUpdate",
"variableSetterType" : "InputUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputUpdate",
"variableName" : "member",
"variableType" : "InputUpdate",
"documentation" : "",
"simpleType" : "InputUpdate",
"variableSetterType" : "InputUpdate"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "InputUpdate",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "InputUpdate",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "InputUpdates",
"setterDocumentation" : "/**Describes application input configuration updates.
\n@param inputUpdates Describes application input configuration updates.*/",
"setterMethodName" : "setInputUpdates",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inputUpdates",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes application input configuration updates.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInputUpdates(java.util.Collection)} or {@link #withInputUpdates(java.util.Collection)} if you want to override the existing values.
\n@param inputUpdates Describes application input configuration updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inputUpdates",
"variableType" : "java.util.List",
"documentation" : "Describes application input configuration updates.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"OutputUpdates" : {
"c2jName" : "OutputUpdates",
"c2jShape" : "OutputUpdates",
"deprecated" : false,
"documentation" : "Describes application output configuration updates.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes application output configuration updates.
\n@param outputUpdates Describes application output configuration updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOutputUpdates",
"getterDocumentation" : "/**Describes application output configuration updates.
\n@return Describes application output configuration updates.*/",
"getterMethodName" : "getOutputUpdates",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OutputUpdates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputUpdates",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "OutputUpdate",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "OutputUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "OutputUpdate",
"variableName" : "member",
"variableType" : "OutputUpdate",
"documentation" : "",
"simpleType" : "OutputUpdate",
"variableSetterType" : "OutputUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "OutputUpdate",
"variableName" : "member",
"variableType" : "OutputUpdate",
"documentation" : "",
"simpleType" : "OutputUpdate",
"variableSetterType" : "OutputUpdate"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "OutputUpdate",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "OutputUpdate",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "OutputUpdates",
"setterDocumentation" : "/**Describes application output configuration updates.
\n@param outputUpdates Describes application output configuration updates.*/",
"setterMethodName" : "setOutputUpdates",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "outputUpdates",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes application output configuration updates.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOutputUpdates(java.util.Collection)} or {@link #withOutputUpdates(java.util.Collection)} if you want to override the existing values.
\n@param outputUpdates Describes application output configuration updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "outputUpdates",
"variableType" : "java.util.List",
"documentation" : "Describes application output configuration updates.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"ReferenceDataSourceUpdates" : {
"c2jName" : "ReferenceDataSourceUpdates",
"c2jShape" : "ReferenceDataSourceUpdates",
"deprecated" : false,
"documentation" : "Describes application reference data source updates.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes application reference data source updates.
\n@param referenceDataSourceUpdates Describes application reference data source updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceDataSourceUpdates",
"getterDocumentation" : "/**Describes application reference data source updates.
\n@return Describes application reference data source updates.*/",
"getterMethodName" : "getReferenceDataSourceUpdates",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceDataSourceUpdates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceDataSourceUpdates",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ReferenceDataSourceUpdate",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "ReferenceDataSourceUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReferenceDataSourceUpdate",
"variableName" : "member",
"variableType" : "ReferenceDataSourceUpdate",
"documentation" : "",
"simpleType" : "ReferenceDataSourceUpdate",
"variableSetterType" : "ReferenceDataSourceUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ReferenceDataSourceUpdate",
"variableName" : "member",
"variableType" : "ReferenceDataSourceUpdate",
"documentation" : "",
"simpleType" : "ReferenceDataSourceUpdate",
"variableSetterType" : "ReferenceDataSourceUpdate"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReferenceDataSourceUpdate",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ReferenceDataSourceUpdate",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ReferenceDataSourceUpdates",
"setterDocumentation" : "/**Describes application reference data source updates.
\n@param referenceDataSourceUpdates Describes application reference data source updates.*/",
"setterMethodName" : "setReferenceDataSourceUpdates",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "referenceDataSourceUpdates",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes application reference data source updates.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setReferenceDataSourceUpdates(java.util.Collection)} or {@link #withReferenceDataSourceUpdates(java.util.Collection)} if you want to override the existing values.
\n@param referenceDataSourceUpdates Describes application reference data source updates.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "referenceDataSourceUpdates",
"variableType" : "java.util.List",
"documentation" : "Describes application reference data source updates.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ApplicationUpdate",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ApplicationUpdate",
"variableName" : "applicationUpdate",
"variableType" : "ApplicationUpdate",
"documentation" : null,
"simpleType" : "ApplicationUpdate",
"variableSetterType" : "ApplicationUpdate"
},
"wrapper" : false
},
"CSVMappingParameters" : {
"c2jName" : "CSVMappingParameters",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides additional mapping information when the record format uses delimiters, such as CSV. For example, the following sample records use CSV format, where the records use the '\\n' as the row delimiter and a comma (\",\") as the column delimiter:
\"name1\", \"address1\"
\"name2, \"address2\"
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "RecordRowDelimiter",
"c2jShape" : "RecordRowDelimiter",
"deprecated" : false,
"documentation" : "Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.
\n@param recordRowDelimiter Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecordRowDelimiter",
"getterDocumentation" : "/**Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.
\n@return Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.*/",
"getterMethodName" : "getRecordRowDelimiter",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordRowDelimiter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordRowDelimiter",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordRowDelimiter",
"setterDocumentation" : "/**Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.
\n@param recordRowDelimiter Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.*/",
"setterMethodName" : "setRecordRowDelimiter",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recordRowDelimiter",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.
\n@param recordRowDelimiter Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recordRowDelimiter",
"variableType" : "String",
"documentation" : "Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RecordColumnDelimiter",
"c2jShape" : "RecordColumnDelimiter",
"deprecated" : false,
"documentation" : "Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.
\n@param recordColumnDelimiter Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecordColumnDelimiter",
"getterDocumentation" : "/**Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.
\n@return Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.*/",
"getterMethodName" : "getRecordColumnDelimiter",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordColumnDelimiter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordColumnDelimiter",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordColumnDelimiter",
"setterDocumentation" : "/**Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.
\n@param recordColumnDelimiter Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.*/",
"setterMethodName" : "setRecordColumnDelimiter",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recordColumnDelimiter",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.
\n@param recordColumnDelimiter Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recordColumnDelimiter",
"variableType" : "String",
"documentation" : "Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RecordColumnDelimiter" : {
"c2jName" : "RecordColumnDelimiter",
"c2jShape" : "RecordColumnDelimiter",
"deprecated" : false,
"documentation" : "Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.
\n@param recordColumnDelimiter Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecordColumnDelimiter",
"getterDocumentation" : "/**Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.
\n@return Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.*/",
"getterMethodName" : "getRecordColumnDelimiter",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordColumnDelimiter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordColumnDelimiter",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordColumnDelimiter",
"setterDocumentation" : "/**Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.
\n@param recordColumnDelimiter Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.*/",
"setterMethodName" : "setRecordColumnDelimiter",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recordColumnDelimiter",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.
\n@param recordColumnDelimiter Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recordColumnDelimiter",
"variableType" : "String",
"documentation" : "Column delimiter. For example, in a CSV format, a comma (\",\") is the typical column delimiter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RecordRowDelimiter" : {
"c2jName" : "RecordRowDelimiter",
"c2jShape" : "RecordRowDelimiter",
"deprecated" : false,
"documentation" : "Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.
\n@param recordRowDelimiter Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecordRowDelimiter",
"getterDocumentation" : "/**Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.
\n@return Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.*/",
"getterMethodName" : "getRecordRowDelimiter",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordRowDelimiter",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordRowDelimiter",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordRowDelimiter",
"setterDocumentation" : "/**Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.
\n@param recordRowDelimiter Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.*/",
"setterMethodName" : "setRecordRowDelimiter",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recordRowDelimiter",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.
\n@param recordRowDelimiter Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recordRowDelimiter",
"variableType" : "String",
"documentation" : "Row delimiter. For example, in a CSV format, '\\n' is the typical row delimiter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RecordRowDelimiter", "RecordColumnDelimiter" ],
"shapeName" : "CSVMappingParameters",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CSVMappingParameters",
"variableName" : "cSVMappingParameters",
"variableType" : "CSVMappingParameters",
"documentation" : null,
"simpleType" : "CSVMappingParameters",
"variableSetterType" : "CSVMappingParameters"
},
"wrapper" : false
},
"CodeValidationException" : {
"c2jName" : "CodeValidationException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "User-provided application code (query) is invalid. This can be a simple syntax error.
",
"enums" : null,
"errorCode" : "CodeValidationException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CodeValidationException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CodeValidationException",
"variableName" : "codeValidationException",
"variableType" : "CodeValidationException",
"documentation" : null,
"simpleType" : "CodeValidationException",
"variableSetterType" : "CodeValidationException"
},
"wrapper" : false
},
"ConcurrentModificationException" : {
"c2jName" : "ConcurrentModificationException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.
",
"enums" : null,
"errorCode" : "ConcurrentModificationException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConcurrentModificationException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConcurrentModificationException",
"variableName" : "concurrentModificationException",
"variableType" : "ConcurrentModificationException",
"documentation" : null,
"simpleType" : "ConcurrentModificationException",
"variableSetterType" : "ConcurrentModificationException"
},
"wrapper" : false
},
"CreateApplicationRequest" : {
"c2jName" : "CreateApplicationRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "TBD
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateApplication",
"locationName" : null,
"requestUri" : "/",
"target" : "KinesisAnalytics_20150814.CreateApplication",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of your Amazon Kinesis Analytics application (for example, sample-app
).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of your Amazon Kinesis Analytics application (for example, sample-app
).
\n@param applicationName Name of your Amazon Kinesis Analytics application (for example, sample-app
).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of your Amazon Kinesis Analytics application (for example, sample-app
).
\n@return Name of your Amazon Kinesis Analytics application (for example, sample-app
).*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of your Amazon Kinesis Analytics application (for example, sample-app
).
\n@param applicationName Name of your Amazon Kinesis Analytics application (for example, sample-app
).*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of your Amazon Kinesis Analytics application (for example, sample-app
).
\n@param applicationName Name of your Amazon Kinesis Analytics application (for example, sample-app
).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of your Amazon Kinesis Analytics application (for example, sample-app
).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ApplicationDescription",
"c2jShape" : "ApplicationDescription",
"deprecated" : false,
"documentation" : "Summary description of the application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Summary description of the application.
\n@param applicationDescription Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationDescription",
"getterDocumentation" : "/**Summary description of the application.
\n@return Summary description of the application.*/",
"getterMethodName" : "getApplicationDescription",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationDescription",
"setterDocumentation" : "/**Summary description of the application.
\n@param applicationDescription Summary description of the application.*/",
"setterMethodName" : "setApplicationDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationDescription",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Summary description of the application.
\n@param applicationDescription Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationDescription",
"variableType" : "String",
"documentation" : "Summary description of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Inputs",
"c2jShape" : "Inputs",
"deprecated" : false,
"documentation" : "Use this parameter to configure the application input.
You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Use this parameter to configure the application input.
You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.
\n@param inputs Use this parameter to configure the application input. You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputs",
"getterDocumentation" : "/**
Use this parameter to configure the application input.
You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.
\n@return Use this parameter to configure the application input. You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.*/",
"getterMethodName" : "getInputs",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Inputs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Inputs",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Input",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "Input",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Input",
"variableName" : "member",
"variableType" : "Input",
"documentation" : "",
"simpleType" : "Input",
"variableSetterType" : "Input"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Input",
"variableName" : "member",
"variableType" : "Input",
"documentation" : "",
"simpleType" : "Input",
"variableSetterType" : "Input"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Input",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Input",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Inputs",
"setterDocumentation" : "/**
Use this parameter to configure the application input.
You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.
\n@param inputs Use this parameter to configure the application input. You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.*/",
"setterMethodName" : "setInputs",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inputs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**
Use this parameter to configure the application input.
You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInputs(java.util.Collection)} or {@link #withInputs(java.util.Collection)} if you want to override the existing values.
\n@param inputs Use this parameter to configure the application input. You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inputs",
"variableType" : "java.util.List",
"documentation" : "
Use this parameter to configure the application input.
You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Outputs",
"c2jShape" : "Outputs",
"deprecated" : false,
"documentation" : "You can configure application output to write data from any of the in-application streams to up to five destinations.
These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**You can configure application output to write data from any of the in-application streams to up to five destinations.
These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.
\n@param outputs You can configure application output to write data from any of the in-application streams to up to five destinations. These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOutputs",
"getterDocumentation" : "/**
You can configure application output to write data from any of the in-application streams to up to five destinations.
These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.
\n@return You can configure application output to write data from any of the in-application streams to up to five destinations. These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.*/",
"getterMethodName" : "getOutputs",
"getterModel" : {
"returnType" : "java.util.List
These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.*/",
"setterMethodName" : "setOutputs",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "outputs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**You can configure application output to write data from any of the in-application streams to up to five destinations.
These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOutputs(java.util.Collection)} or {@link #withOutputs(java.util.Collection)} if you want to override the existing values.
\n@param outputs You can configure application output to write data from any of the in-application streams to up to five destinations.
These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "outputs",
"variableType" : "java.util.List",
"documentation" : "You can configure application output to write data from any of the in-application streams to up to five destinations.
These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ApplicationCode",
"c2jShape" : "ApplicationCode",
"deprecated" : false,
"documentation" : "One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor.
You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor.
You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.
\n@param applicationCode One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor.
You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationCode",
"getterDocumentation" : "/**
One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor.
You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.
\n@return One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor. You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.*/",
"getterMethodName" : "getApplicationCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationCode",
"setterDocumentation" : "/**
One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor.
You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.
\n@param applicationCode One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor. You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.*/",
"setterMethodName" : "setApplicationCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor.
You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.
\n@param applicationCode One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor. You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationCode",
"variableType" : "String",
"documentation" : "
One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor.
You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationCode" : {
"c2jName" : "ApplicationCode",
"c2jShape" : "ApplicationCode",
"deprecated" : false,
"documentation" : "One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor.
You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor.
You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.
\n@param applicationCode One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor. You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationCode",
"getterDocumentation" : "/**
One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor.
You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.
\n@return One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor. You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.*/",
"getterMethodName" : "getApplicationCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationCode",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationCode",
"setterDocumentation" : "/**
One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor.
You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.
\n@param applicationCode One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor. You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.*/",
"setterMethodName" : "setApplicationCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationCode",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor.
You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.
\n@param applicationCode One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor. You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationCode",
"variableType" : "String",
"documentation" : "
One or more SQL statements that read input data, transform it, and generate output. For example, you can write a SQL statement that reads input data and generates a running average of the number of advertisement clicks by vendor.
You can also provide a series of SQL statements, where output of one statement can be used as the input for the next statement.
Note that the application code must create the streams with names specified in the Outputs
. For example, if your Outputs
defines output streams named ExampleOutputStream1
and ExampleOutputStream2
, then your application code must create these streams.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ApplicationDescription" : {
"c2jName" : "ApplicationDescription",
"c2jShape" : "ApplicationDescription",
"deprecated" : false,
"documentation" : "Summary description of the application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Summary description of the application.
\n@param applicationDescription Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationDescription",
"getterDocumentation" : "/**Summary description of the application.
\n@return Summary description of the application.*/",
"getterMethodName" : "getApplicationDescription",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationDescription",
"setterDocumentation" : "/**Summary description of the application.
\n@param applicationDescription Summary description of the application.*/",
"setterMethodName" : "setApplicationDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationDescription",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Summary description of the application.
\n@param applicationDescription Summary description of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationDescription",
"variableType" : "String",
"documentation" : "Summary description of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ApplicationName" : {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of your Amazon Kinesis Analytics application (for example, sample-app
).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of your Amazon Kinesis Analytics application (for example, sample-app
).
\n@param applicationName Name of your Amazon Kinesis Analytics application (for example, sample-app
).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of your Amazon Kinesis Analytics application (for example, sample-app
).
\n@return Name of your Amazon Kinesis Analytics application (for example, sample-app
).*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of your Amazon Kinesis Analytics application (for example, sample-app
).
\n@param applicationName Name of your Amazon Kinesis Analytics application (for example, sample-app
).*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of your Amazon Kinesis Analytics application (for example, sample-app
).
\n@param applicationName Name of your Amazon Kinesis Analytics application (for example, sample-app
).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of your Amazon Kinesis Analytics application (for example, sample-app
).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Inputs" : {
"c2jName" : "Inputs",
"c2jShape" : "Inputs",
"deprecated" : false,
"documentation" : "Use this parameter to configure the application input.
You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Use this parameter to configure the application input.
You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.
\n@param inputs Use this parameter to configure the application input. You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputs",
"getterDocumentation" : "/**
Use this parameter to configure the application input.
You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.
\n@return Use this parameter to configure the application input. You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.*/",
"getterMethodName" : "getInputs",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Inputs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Inputs",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Input",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "Input",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Input",
"variableName" : "member",
"variableType" : "Input",
"documentation" : "",
"simpleType" : "Input",
"variableSetterType" : "Input"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Input",
"variableName" : "member",
"variableType" : "Input",
"documentation" : "",
"simpleType" : "Input",
"variableSetterType" : "Input"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Input",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Input",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Inputs",
"setterDocumentation" : "/**
Use this parameter to configure the application input.
You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.
\n@param inputs Use this parameter to configure the application input. You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.*/",
"setterMethodName" : "setInputs",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inputs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**
Use this parameter to configure the application input.
You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInputs(java.util.Collection)} or {@link #withInputs(java.util.Collection)} if you want to override the existing values.
\n@param inputs Use this parameter to configure the application input. You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inputs",
"variableType" : "java.util.List",
"documentation" : "
Use this parameter to configure the application input.
You can configure your application to receive input from a single streaming source. In this configuration, you map this streaming source to an in-application stream that is created. Your application code can then query the in-application stream like a table (you can think of it as a constantly updating table).
For the streaming source, you provide its Amazon Resource Name (ARN) and format of data on the stream (for example, JSON, CSV, etc). You also must provide an IAM role that Amazon Kinesis Analytics can assume to read this stream on your behalf.
To create the in-application stream, you need to specify a schema to transform your data into a schematized version used in SQL. In the schema, you provide the necessary mapping of the data elements in the streaming source to record columns in the in-app stream.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Outputs" : {
"c2jName" : "Outputs",
"c2jShape" : "Outputs",
"deprecated" : false,
"documentation" : "You can configure application output to write data from any of the in-application streams to up to five destinations.
These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**You can configure application output to write data from any of the in-application streams to up to five destinations.
These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.
\n@param outputs You can configure application output to write data from any of the in-application streams to up to five destinations. These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOutputs",
"getterDocumentation" : "/**
You can configure application output to write data from any of the in-application streams to up to five destinations.
These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.
\n@return You can configure application output to write data from any of the in-application streams to up to five destinations. These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.*/",
"getterMethodName" : "getOutputs",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Outputs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Outputs",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Output",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "Output",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Output",
"variableName" : "member",
"variableType" : "Output",
"documentation" : "",
"simpleType" : "Output",
"variableSetterType" : "Output"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Output",
"variableName" : "member",
"variableType" : "Output",
"documentation" : "",
"simpleType" : "Output",
"variableSetterType" : "Output"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Output",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Output",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Outputs",
"setterDocumentation" : "/**You can configure application output to write data from any of the in-application streams to up to five destinations.
These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.
\n@param outputs You can configure application output to write data from any of the in-application streams to up to five destinations.
These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.*/",
"setterMethodName" : "setOutputs",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "outputs",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**You can configure application output to write data from any of the in-application streams to up to five destinations.
These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOutputs(java.util.Collection)} or {@link #withOutputs(java.util.Collection)} if you want to override the existing values.
\n@param outputs You can configure application output to write data from any of the in-application streams to up to five destinations.
These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "outputs",
"variableType" : "java.util.List",
"documentation" : "You can configure application output to write data from any of the in-application streams to up to five destinations.
These destinations can be Amazon Kinesis streams, Amazon Kinesis Firehose delivery streams, or both.
In the configuration, you specify the in-application stream name, the destination stream Amazon Resource Name (ARN), and the format to use when writing data. You must also provide an IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
In the output configuration, you also provide the output stream Amazon Resource Name (ARN) and the format of data in the stream (for example, JSON, CSV). You also must provide an IAM role that Amazon Kinesis Analytics can assume to write to this stream on your behalf.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationName" ],
"shapeName" : "CreateApplicationRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateApplicationRequest",
"variableName" : "createApplicationRequest",
"variableType" : "CreateApplicationRequest",
"documentation" : null,
"simpleType" : "CreateApplicationRequest",
"variableSetterType" : "CreateApplicationRequest"
},
"wrapper" : false
},
"CreateApplicationResult" : {
"c2jName" : "CreateApplicationResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "TBD
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ApplicationSummary",
"c2jShape" : "ApplicationSummary",
"deprecated" : false,
"documentation" : "In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
\n@param applicationSummary In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationSummary",
"getterDocumentation" : "/**In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
\n@return In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.*/",
"getterMethodName" : "getApplicationSummary",
"getterModel" : {
"returnType" : "ApplicationSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationSummary",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationSummary",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationSummary",
"setterDocumentation" : "/**In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
\n@param applicationSummary In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.*/",
"setterMethodName" : "setApplicationSummary",
"setterModel" : {
"variableDeclarationType" : "ApplicationSummary",
"variableName" : "applicationSummary",
"variableType" : "ApplicationSummary",
"documentation" : "",
"simpleType" : "ApplicationSummary",
"variableSetterType" : "ApplicationSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
\n@param applicationSummary In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ApplicationSummary",
"variableName" : "applicationSummary",
"variableType" : "ApplicationSummary",
"documentation" : "In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
",
"simpleType" : "ApplicationSummary",
"variableSetterType" : "ApplicationSummary"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationSummary" : {
"c2jName" : "ApplicationSummary",
"c2jShape" : "ApplicationSummary",
"deprecated" : false,
"documentation" : "In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
\n@param applicationSummary In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationSummary",
"getterDocumentation" : "/**In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
\n@return In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.*/",
"getterMethodName" : "getApplicationSummary",
"getterModel" : {
"returnType" : "ApplicationSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationSummary",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationSummary",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationSummary",
"setterDocumentation" : "/**In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
\n@param applicationSummary In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.*/",
"setterMethodName" : "setApplicationSummary",
"setterModel" : {
"variableDeclarationType" : "ApplicationSummary",
"variableName" : "applicationSummary",
"variableType" : "ApplicationSummary",
"documentation" : "",
"simpleType" : "ApplicationSummary",
"variableSetterType" : "ApplicationSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
\n@param applicationSummary In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ApplicationSummary",
"variableName" : "applicationSummary",
"variableType" : "ApplicationSummary",
"documentation" : "In response to your CreateApplication
request, Amazon Kinesis Analytics returns a response with a summary of the application it created, including the application Amazon Resource Name (ARN), name, and status.
",
"simpleType" : "ApplicationSummary",
"variableSetterType" : "ApplicationSummary"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationSummary" ],
"shapeName" : "CreateApplicationResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateApplicationResult",
"variableName" : "createApplicationResult",
"variableType" : "CreateApplicationResult",
"documentation" : null,
"simpleType" : "CreateApplicationResult",
"variableSetterType" : "CreateApplicationResult"
},
"wrapper" : false
},
"DeleteApplicationOutputRequest" : {
"c2jName" : "DeleteApplicationOutputRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteApplicationOutput",
"locationName" : null,
"requestUri" : "/",
"target" : "KinesisAnalytics_20150814.DeleteApplicationOutput",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Amazon Kinesis Analytics application name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Kinesis Analytics application name.
\n@param applicationName Amazon Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Amazon Kinesis Analytics application name.
\n@return Amazon Kinesis Analytics application name.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Amazon Kinesis Analytics application name.
\n@param applicationName Amazon Kinesis Analytics application name.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Kinesis Analytics application name.
\n@param applicationName Amazon Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Amazon Kinesis Analytics application name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"deprecated" : false,
"documentation" : "Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCurrentApplicationVersionId",
"getterDocumentation" : "/**Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@return Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"getterMethodName" : "getCurrentApplicationVersionId",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "/**Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"setterMethodName" : "setCurrentApplicationVersionId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "OutputId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.
\n@param outputId The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOutputId",
"getterDocumentation" : "/**The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.
\n@return The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.*/",
"getterMethodName" : "getOutputId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OutputId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OutputId",
"setterDocumentation" : "/**The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.
\n@param outputId The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.*/",
"setterMethodName" : "setOutputId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "outputId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.
\n@param outputId The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "outputId",
"variableType" : "String",
"documentation" : "The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationName" : {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Amazon Kinesis Analytics application name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Kinesis Analytics application name.
\n@param applicationName Amazon Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Amazon Kinesis Analytics application name.
\n@return Amazon Kinesis Analytics application name.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Amazon Kinesis Analytics application name.
\n@param applicationName Amazon Kinesis Analytics application name.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Kinesis Analytics application name.
\n@param applicationName Amazon Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Amazon Kinesis Analytics application name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CurrentApplicationVersionId" : {
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"deprecated" : false,
"documentation" : "Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCurrentApplicationVersionId",
"getterDocumentation" : "/**Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@return Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"getterMethodName" : "getCurrentApplicationVersionId",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "/**Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"setterMethodName" : "setCurrentApplicationVersionId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "Amazon Kinesis Analytics application version. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"OutputId" : {
"c2jName" : "OutputId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.
\n@param outputId The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOutputId",
"getterDocumentation" : "/**The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.
\n@return The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.*/",
"getterMethodName" : "getOutputId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OutputId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OutputId",
"setterDocumentation" : "/**The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.
\n@param outputId The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.*/",
"setterMethodName" : "setOutputId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "outputId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.
\n@param outputId The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "outputId",
"variableType" : "String",
"documentation" : "The ID of the configuration to delete. Each output configuration that is added to the application, either when the application is created or later using the AddApplicationOutput operation, has a unique ID. You need to provide the ID to uniquely identify the output configuration that you want to delete from the application configuration. You can use the DescribeApplication operation to get the specific OutputId
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationName", "CurrentApplicationVersionId", "OutputId" ],
"shapeName" : "DeleteApplicationOutputRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteApplicationOutputRequest",
"variableName" : "deleteApplicationOutputRequest",
"variableType" : "DeleteApplicationOutputRequest",
"documentation" : null,
"simpleType" : "DeleteApplicationOutputRequest",
"variableSetterType" : "DeleteApplicationOutputRequest"
},
"wrapper" : false
},
"DeleteApplicationOutputResult" : {
"c2jName" : "DeleteApplicationOutputResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteApplicationOutputResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteApplicationOutputResult",
"variableName" : "deleteApplicationOutputResult",
"variableType" : "DeleteApplicationOutputResult",
"documentation" : null,
"simpleType" : "DeleteApplicationOutputResult",
"variableSetterType" : "DeleteApplicationOutputResult"
},
"wrapper" : false
},
"DeleteApplicationReferenceDataSourceRequest" : {
"c2jName" : "DeleteApplicationReferenceDataSourceRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteApplicationReferenceDataSource",
"locationName" : null,
"requestUri" : "/",
"target" : "KinesisAnalytics_20150814.DeleteApplicationReferenceDataSource",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of an existing application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of an existing application.
\n@param applicationName Name of an existing application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of an existing application.
\n@return Name of an existing application.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of an existing application.
\n@param applicationName Name of an existing application.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of an existing application.
\n@param applicationName Name of an existing application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of an existing application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"deprecated" : false,
"documentation" : "Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCurrentApplicationVersionId",
"getterDocumentation" : "/**Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@return Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"getterMethodName" : "getCurrentApplicationVersionId",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "/**Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"setterMethodName" : "setCurrentApplicationVersionId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ReferenceId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
\n@param referenceId ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceId",
"getterDocumentation" : "/**ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
\n@return ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.*/",
"getterMethodName" : "getReferenceId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceId",
"setterDocumentation" : "/**ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
\n@param referenceId ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.*/",
"setterMethodName" : "setReferenceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "referenceId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
\n@param referenceId ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "referenceId",
"variableType" : "String",
"documentation" : "ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationName" : {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of an existing application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of an existing application.
\n@param applicationName Name of an existing application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of an existing application.
\n@return Name of an existing application.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of an existing application.
\n@param applicationName Name of an existing application.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of an existing application.
\n@param applicationName Name of an existing application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of an existing application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CurrentApplicationVersionId" : {
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"deprecated" : false,
"documentation" : "Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCurrentApplicationVersionId",
"getterDocumentation" : "/**Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@return Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"getterMethodName" : "getCurrentApplicationVersionId",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "/**Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.*/",
"setterMethodName" : "setCurrentApplicationVersionId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
\n@param currentApplicationVersionId Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "Version of the application. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException
is returned.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"ReferenceId" : {
"c2jName" : "ReferenceId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
\n@param referenceId ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceId",
"getterDocumentation" : "/**ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
\n@return ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.*/",
"getterMethodName" : "getReferenceId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceId",
"setterDocumentation" : "/**ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
\n@param referenceId ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.*/",
"setterMethodName" : "setReferenceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "referenceId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
\n@param referenceId ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "referenceId",
"variableType" : "String",
"documentation" : "ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Amazon Kinesis Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationName", "CurrentApplicationVersionId", "ReferenceId" ],
"shapeName" : "DeleteApplicationReferenceDataSourceRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteApplicationReferenceDataSourceRequest",
"variableName" : "deleteApplicationReferenceDataSourceRequest",
"variableType" : "DeleteApplicationReferenceDataSourceRequest",
"documentation" : null,
"simpleType" : "DeleteApplicationReferenceDataSourceRequest",
"variableSetterType" : "DeleteApplicationReferenceDataSourceRequest"
},
"wrapper" : false
},
"DeleteApplicationReferenceDataSourceResult" : {
"c2jName" : "DeleteApplicationReferenceDataSourceResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteApplicationReferenceDataSourceResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteApplicationReferenceDataSourceResult",
"variableName" : "deleteApplicationReferenceDataSourceResult",
"variableType" : "DeleteApplicationReferenceDataSourceResult",
"documentation" : null,
"simpleType" : "DeleteApplicationReferenceDataSourceResult",
"variableSetterType" : "DeleteApplicationReferenceDataSourceResult"
},
"wrapper" : false
},
"DeleteApplicationRequest" : {
"c2jName" : "DeleteApplicationRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteApplication",
"locationName" : null,
"requestUri" : "/",
"target" : "KinesisAnalytics_20150814.DeleteApplication",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of the Amazon Kinesis Analytics application to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the Amazon Kinesis Analytics application to delete.
\n@param applicationName Name of the Amazon Kinesis Analytics application to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of the Amazon Kinesis Analytics application to delete.
\n@return Name of the Amazon Kinesis Analytics application to delete.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of the Amazon Kinesis Analytics application to delete.
\n@param applicationName Name of the Amazon Kinesis Analytics application to delete.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the Amazon Kinesis Analytics application to delete.
\n@param applicationName Name of the Amazon Kinesis Analytics application to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the Amazon Kinesis Analytics application to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CreateTimestamp",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : " You can use the DescribeApplication
operation to get this value.
",
"enumType" : null,
"fluentSetterDocumentation" : "/** You can use the DescribeApplication
operation to get this value.
\n@param createTimestamp You can use the DescribeApplication
operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCreateTimestamp",
"getterDocumentation" : "/** You can use the DescribeApplication
operation to get this value.
\n@return You can use the DescribeApplication
operation to get this value.*/",
"getterMethodName" : "getCreateTimestamp",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CreateTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreateTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreateTimestamp",
"setterDocumentation" : "/** You can use the DescribeApplication
operation to get this value.
\n@param createTimestamp You can use the DescribeApplication
operation to get this value.*/",
"setterMethodName" : "setCreateTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "createTimestamp",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/** You can use the DescribeApplication
operation to get this value.
\n@param createTimestamp You can use the DescribeApplication
operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "createTimestamp",
"variableType" : "java.util.Date",
"documentation" : " You can use the DescribeApplication
operation to get this value.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationName" : {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of the Amazon Kinesis Analytics application to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the Amazon Kinesis Analytics application to delete.
\n@param applicationName Name of the Amazon Kinesis Analytics application to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of the Amazon Kinesis Analytics application to delete.
\n@return Name of the Amazon Kinesis Analytics application to delete.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of the Amazon Kinesis Analytics application to delete.
\n@param applicationName Name of the Amazon Kinesis Analytics application to delete.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the Amazon Kinesis Analytics application to delete.
\n@param applicationName Name of the Amazon Kinesis Analytics application to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the Amazon Kinesis Analytics application to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CreateTimestamp" : {
"c2jName" : "CreateTimestamp",
"c2jShape" : "Timestamp",
"deprecated" : false,
"documentation" : " You can use the DescribeApplication
operation to get this value.
",
"enumType" : null,
"fluentSetterDocumentation" : "/** You can use the DescribeApplication
operation to get this value.
\n@param createTimestamp You can use the DescribeApplication
operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCreateTimestamp",
"getterDocumentation" : "/** You can use the DescribeApplication
operation to get this value.
\n@return You can use the DescribeApplication
operation to get this value.*/",
"getterMethodName" : "getCreateTimestamp",
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CreateTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreateTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CreateTimestamp",
"setterDocumentation" : "/** You can use the DescribeApplication
operation to get this value.
\n@param createTimestamp You can use the DescribeApplication
operation to get this value.*/",
"setterMethodName" : "setCreateTimestamp",
"setterModel" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "createTimestamp",
"variableType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"simple" : true,
"varargSetterDocumentation" : "/** You can use the DescribeApplication
operation to get this value.
\n@param createTimestamp You can use the DescribeApplication
operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.Date",
"variableName" : "createTimestamp",
"variableType" : "java.util.Date",
"documentation" : " You can use the DescribeApplication
operation to get this value.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationName", "CreateTimestamp" ],
"shapeName" : "DeleteApplicationRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteApplicationRequest",
"variableName" : "deleteApplicationRequest",
"variableType" : "DeleteApplicationRequest",
"documentation" : null,
"simpleType" : "DeleteApplicationRequest",
"variableSetterType" : "DeleteApplicationRequest"
},
"wrapper" : false
},
"DeleteApplicationResult" : {
"c2jName" : "DeleteApplicationResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteApplicationResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteApplicationResult",
"variableName" : "deleteApplicationResult",
"variableType" : "DeleteApplicationResult",
"documentation" : null,
"simpleType" : "DeleteApplicationResult",
"variableSetterType" : "DeleteApplicationResult"
},
"wrapper" : false
},
"DescribeApplicationRequest" : {
"c2jName" : "DescribeApplicationRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeApplication",
"locationName" : null,
"requestUri" : "/",
"target" : "KinesisAnalytics_20150814.DescribeApplication",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of the application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of the application.
\n@return Name of the application.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationName" : {
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of the application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationName",
"getterDocumentation" : "/**Name of the application.
\n@return Name of the application.*/",
"getterMethodName" : "getApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationName",
"setterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.*/",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the application.
\n@param applicationName Name of the application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationName" ],
"shapeName" : "DescribeApplicationRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeApplicationRequest",
"variableName" : "describeApplicationRequest",
"variableType" : "DescribeApplicationRequest",
"documentation" : null,
"simpleType" : "DescribeApplicationRequest",
"variableSetterType" : "DescribeApplicationRequest"
},
"wrapper" : false
},
"DescribeApplicationResult" : {
"c2jName" : "DescribeApplicationResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ApplicationDetail",
"c2jShape" : "ApplicationDetail",
"deprecated" : false,
"documentation" : "Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.
\n@param applicationDetail Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationDetail",
"getterDocumentation" : "/**Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.
\n@return Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.*/",
"getterMethodName" : "getApplicationDetail",
"getterModel" : {
"returnType" : "ApplicationDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationDetail",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationDetail",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationDetail",
"setterDocumentation" : "/**Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.
\n@param applicationDetail Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.*/",
"setterMethodName" : "setApplicationDetail",
"setterModel" : {
"variableDeclarationType" : "ApplicationDetail",
"variableName" : "applicationDetail",
"variableType" : "ApplicationDetail",
"documentation" : "",
"simpleType" : "ApplicationDetail",
"variableSetterType" : "ApplicationDetail"
},
"simple" : false,
"varargSetterDocumentation" : "/**Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.
\n@param applicationDetail Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ApplicationDetail",
"variableName" : "applicationDetail",
"variableType" : "ApplicationDetail",
"documentation" : "Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.
",
"simpleType" : "ApplicationDetail",
"variableSetterType" : "ApplicationDetail"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationDetail" : {
"c2jName" : "ApplicationDetail",
"c2jShape" : "ApplicationDetail",
"deprecated" : false,
"documentation" : "Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.
\n@param applicationDetail Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationDetail",
"getterDocumentation" : "/**Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.
\n@return Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.*/",
"getterMethodName" : "getApplicationDetail",
"getterModel" : {
"returnType" : "ApplicationDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationDetail",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationDetail",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ApplicationDetail",
"setterDocumentation" : "/**Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.
\n@param applicationDetail Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.*/",
"setterMethodName" : "setApplicationDetail",
"setterModel" : {
"variableDeclarationType" : "ApplicationDetail",
"variableName" : "applicationDetail",
"variableType" : "ApplicationDetail",
"documentation" : "",
"simpleType" : "ApplicationDetail",
"variableSetterType" : "ApplicationDetail"
},
"simple" : false,
"varargSetterDocumentation" : "/**Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.
\n@param applicationDetail Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ApplicationDetail",
"variableName" : "applicationDetail",
"variableType" : "ApplicationDetail",
"documentation" : "Provides a description of the application, such as the application Amazon Resource Name (ARN), status, latest version, and input and output configuration details.
",
"simpleType" : "ApplicationDetail",
"variableSetterType" : "ApplicationDetail"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationDetail" ],
"shapeName" : "DescribeApplicationResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeApplicationResult",
"variableName" : "describeApplicationResult",
"variableType" : "DescribeApplicationResult",
"documentation" : null,
"simpleType" : "DescribeApplicationResult",
"variableSetterType" : "DescribeApplicationResult"
},
"wrapper" : false
},
"DestinationSchema" : {
"c2jName" : "DestinationSchema",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes the data format when records are written to the destination. For more information, see Configuring Application Output.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "RecordFormatType",
"c2jShape" : "RecordFormatType",
"deprecated" : false,
"documentation" : "Specifies the format of the records on the output stream.
",
"enumType" : "RecordFormatType",
"fluentSetterDocumentation" : "/**Specifies the format of the records on the output stream.
\n@param recordFormatType Specifies the format of the records on the output stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordFormatType*/",
"fluentSetterMethodName" : "withRecordFormatType",
"getterDocumentation" : "/**Specifies the format of the records on the output stream.
\n@return Specifies the format of the records on the output stream.\n@see RecordFormatType*/",
"getterMethodName" : "getRecordFormatType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordFormatType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordFormatType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordFormatType",
"setterDocumentation" : "/**Specifies the format of the records on the output stream.
\n@param recordFormatType Specifies the format of the records on the output stream.\n@see RecordFormatType*/",
"setterMethodName" : "setRecordFormatType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recordFormatType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies the format of the records on the output stream.
\n@param recordFormatType Specifies the format of the records on the output stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordFormatType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recordFormatType",
"variableType" : "String",
"documentation" : "Specifies the format of the records on the output stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RecordFormatType" : {
"c2jName" : "RecordFormatType",
"c2jShape" : "RecordFormatType",
"deprecated" : false,
"documentation" : "Specifies the format of the records on the output stream.
",
"enumType" : "RecordFormatType",
"fluentSetterDocumentation" : "/**Specifies the format of the records on the output stream.
\n@param recordFormatType Specifies the format of the records on the output stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordFormatType*/",
"fluentSetterMethodName" : "withRecordFormatType",
"getterDocumentation" : "/**Specifies the format of the records on the output stream.
\n@return Specifies the format of the records on the output stream.\n@see RecordFormatType*/",
"getterMethodName" : "getRecordFormatType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordFormatType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordFormatType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordFormatType",
"setterDocumentation" : "/**Specifies the format of the records on the output stream.
\n@param recordFormatType Specifies the format of the records on the output stream.\n@see RecordFormatType*/",
"setterMethodName" : "setRecordFormatType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recordFormatType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies the format of the records on the output stream.
\n@param recordFormatType Specifies the format of the records on the output stream.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordFormatType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recordFormatType",
"variableType" : "String",
"documentation" : "Specifies the format of the records on the output stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DestinationSchema",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DestinationSchema",
"variableName" : "destinationSchema",
"variableType" : "DestinationSchema",
"documentation" : null,
"simpleType" : "DestinationSchema",
"variableSetterType" : "DestinationSchema"
},
"wrapper" : false
},
"DiscoverInputSchemaRequest" : {
"c2jName" : "DiscoverInputSchemaRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DiscoverInputSchema",
"locationName" : null,
"requestUri" : "/",
"target" : "KinesisAnalytics_20150814.DiscoverInputSchema",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the streaming source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the streaming source.
\n@param resourceARN Amazon Resource Name (ARN) of the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the streaming source.
\n@return Amazon Resource Name (ARN) of the streaming source.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the streaming source.
\n@param resourceARN Amazon Resource Name (ARN) of the streaming source.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the streaming source.
\n@param resourceARN Amazon Resource Name (ARN) of the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the streaming source.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "InputStartingPositionConfiguration",
"c2jShape" : "InputStartingPositionConfiguration",
"deprecated" : false,
"documentation" : "Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
\n@param inputStartingPositionConfiguration Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputStartingPositionConfiguration",
"getterDocumentation" : "/**Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
\n@return Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.*/",
"getterMethodName" : "getInputStartingPositionConfiguration",
"getterModel" : {
"returnType" : "InputStartingPositionConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputStartingPositionConfiguration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputStartingPositionConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputStartingPositionConfiguration",
"setterDocumentation" : "/**Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
\n@param inputStartingPositionConfiguration Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.*/",
"setterMethodName" : "setInputStartingPositionConfiguration",
"setterModel" : {
"variableDeclarationType" : "InputStartingPositionConfiguration",
"variableName" : "inputStartingPositionConfiguration",
"variableType" : "InputStartingPositionConfiguration",
"documentation" : "",
"simpleType" : "InputStartingPositionConfiguration",
"variableSetterType" : "InputStartingPositionConfiguration"
},
"simple" : false,
"varargSetterDocumentation" : "/**Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
\n@param inputStartingPositionConfiguration Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputStartingPositionConfiguration",
"variableName" : "inputStartingPositionConfiguration",
"variableType" : "InputStartingPositionConfiguration",
"documentation" : "Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
",
"simpleType" : "InputStartingPositionConfiguration",
"variableSetterType" : "InputStartingPositionConfiguration"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"InputStartingPositionConfiguration" : {
"c2jName" : "InputStartingPositionConfiguration",
"c2jShape" : "InputStartingPositionConfiguration",
"deprecated" : false,
"documentation" : "Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
\n@param inputStartingPositionConfiguration Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputStartingPositionConfiguration",
"getterDocumentation" : "/**Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
\n@return Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.*/",
"getterMethodName" : "getInputStartingPositionConfiguration",
"getterModel" : {
"returnType" : "InputStartingPositionConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputStartingPositionConfiguration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputStartingPositionConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputStartingPositionConfiguration",
"setterDocumentation" : "/**Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
\n@param inputStartingPositionConfiguration Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.*/",
"setterMethodName" : "setInputStartingPositionConfiguration",
"setterModel" : {
"variableDeclarationType" : "InputStartingPositionConfiguration",
"variableName" : "inputStartingPositionConfiguration",
"variableType" : "InputStartingPositionConfiguration",
"documentation" : "",
"simpleType" : "InputStartingPositionConfiguration",
"variableSetterType" : "InputStartingPositionConfiguration"
},
"simple" : false,
"varargSetterDocumentation" : "/**Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
\n@param inputStartingPositionConfiguration Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputStartingPositionConfiguration",
"variableName" : "inputStartingPositionConfiguration",
"variableType" : "InputStartingPositionConfiguration",
"documentation" : "Point at which you want Amazon Kinesis Analytics to start reading records from the specified streaming source discovery purposes.
",
"simpleType" : "InputStartingPositionConfiguration",
"variableSetterType" : "InputStartingPositionConfiguration"
},
"xmlNameSpaceUri" : null
},
"ResourceARN" : {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the streaming source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the streaming source.
\n@param resourceARN Amazon Resource Name (ARN) of the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the streaming source.
\n@return Amazon Resource Name (ARN) of the streaming source.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the streaming source.
\n@param resourceARN Amazon Resource Name (ARN) of the streaming source.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the streaming source.
\n@param resourceARN Amazon Resource Name (ARN) of the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the streaming source.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleARN" : {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ResourceARN", "RoleARN", "InputStartingPositionConfiguration" ],
"shapeName" : "DiscoverInputSchemaRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DiscoverInputSchemaRequest",
"variableName" : "discoverInputSchemaRequest",
"variableType" : "DiscoverInputSchemaRequest",
"documentation" : null,
"simpleType" : "DiscoverInputSchemaRequest",
"variableSetterType" : "DiscoverInputSchemaRequest"
},
"wrapper" : false
},
"DiscoverInputSchemaResult" : {
"c2jName" : "DiscoverInputSchemaResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "InputSchema",
"c2jShape" : "SourceSchema",
"deprecated" : false,
"documentation" : "Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.
\n@param inputSchema Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputSchema",
"getterDocumentation" : "/**Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.
\n@return Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.*/",
"getterMethodName" : "getInputSchema",
"getterModel" : {
"returnType" : "SourceSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputSchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputSchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputSchema",
"setterDocumentation" : "/**Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.
\n@param inputSchema Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.*/",
"setterMethodName" : "setInputSchema",
"setterModel" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "inputSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.
\n@param inputSchema Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "inputSchema",
"variableType" : "SourceSchema",
"documentation" : "Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.
",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ParsedInputRecords",
"c2jShape" : "ParsedInputRecords",
"deprecated" : false,
"documentation" : "An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
\n@param parsedInputRecords An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withParsedInputRecords",
"getterDocumentation" : "/**An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
\n@return An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).*/",
"getterMethodName" : "getParsedInputRecords",
"getterModel" : {
"returnType" : "java.util.List>",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ParsedInputRecords",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ParsedInputRecords",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ParsedInputRecord",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ParsedInputRecordField",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "member",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setMember(java.util.Collection)} or {@link #withMember(java.util.Collection)} if you want to override the existing values.
\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "member",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "java.util.List",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "List",
"templateImplType" : "java.util.ArrayList>",
"templateType" : "java.util.List>"
},
"map" : false,
"mapModel" : null,
"name" : "ParsedInputRecords",
"setterDocumentation" : "/**An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
\n@param parsedInputRecords An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).*/",
"setterMethodName" : "setParsedInputRecords",
"setterModel" : {
"variableDeclarationType" : "java.util.List>",
"variableName" : "parsedInputRecords",
"variableType" : "java.util.List>",
"documentation" : "",
"simpleType" : "List>",
"variableSetterType" : "java.util.Collection>"
},
"simple" : false,
"varargSetterDocumentation" : "/**An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setParsedInputRecords(java.util.Collection)} or {@link #withParsedInputRecords(java.util.Collection)} if you want to override the existing values.
\n@param parsedInputRecords An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List>",
"variableName" : "parsedInputRecords",
"variableType" : "java.util.List>",
"documentation" : "An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
",
"simpleType" : "List>",
"variableSetterType" : "java.util.Collection>"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RawInputRecords",
"c2jShape" : "RawInputRecords",
"deprecated" : false,
"documentation" : "Raw stream data that was sampled to infer the schema.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Raw stream data that was sampled to infer the schema.
\n@param rawInputRecords Raw stream data that was sampled to infer the schema.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRawInputRecords",
"getterDocumentation" : "/**Raw stream data that was sampled to infer the schema.
\n@return Raw stream data that was sampled to infer the schema.*/",
"getterMethodName" : "getRawInputRecords",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RawInputRecords",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RawInputRecords",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "RawInputRecord",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "RawInputRecords",
"setterDocumentation" : "/**Raw stream data that was sampled to infer the schema.
\n@param rawInputRecords Raw stream data that was sampled to infer the schema.*/",
"setterMethodName" : "setRawInputRecords",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rawInputRecords",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Raw stream data that was sampled to infer the schema.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRawInputRecords(java.util.Collection)} or {@link #withRawInputRecords(java.util.Collection)} if you want to override the existing values.
\n@param rawInputRecords Raw stream data that was sampled to infer the schema.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rawInputRecords",
"variableType" : "java.util.List",
"documentation" : "Raw stream data that was sampled to infer the schema.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"InputSchema" : {
"c2jName" : "InputSchema",
"c2jShape" : "SourceSchema",
"deprecated" : false,
"documentation" : "Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.
\n@param inputSchema Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputSchema",
"getterDocumentation" : "/**Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.
\n@return Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.*/",
"getterMethodName" : "getInputSchema",
"getterModel" : {
"returnType" : "SourceSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputSchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputSchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputSchema",
"setterDocumentation" : "/**Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.
\n@param inputSchema Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.*/",
"setterMethodName" : "setInputSchema",
"setterModel" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "inputSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.
\n@param inputSchema Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "inputSchema",
"variableType" : "SourceSchema",
"documentation" : "Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.
",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"xmlNameSpaceUri" : null
},
"ParsedInputRecords" : {
"c2jName" : "ParsedInputRecords",
"c2jShape" : "ParsedInputRecords",
"deprecated" : false,
"documentation" : "An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
\n@param parsedInputRecords An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withParsedInputRecords",
"getterDocumentation" : "/**An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
\n@return An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).*/",
"getterMethodName" : "getParsedInputRecords",
"getterModel" : {
"returnType" : "java.util.List>",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ParsedInputRecords",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ParsedInputRecords",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ParsedInputRecord",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ParsedInputRecordField",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "member",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setMember(java.util.Collection)} or {@link #withMember(java.util.Collection)} if you want to override the existing values.
\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "member",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "java.util.List",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "List",
"templateImplType" : "java.util.ArrayList>",
"templateType" : "java.util.List>"
},
"map" : false,
"mapModel" : null,
"name" : "ParsedInputRecords",
"setterDocumentation" : "/**An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
\n@param parsedInputRecords An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).*/",
"setterMethodName" : "setParsedInputRecords",
"setterModel" : {
"variableDeclarationType" : "java.util.List>",
"variableName" : "parsedInputRecords",
"variableType" : "java.util.List>",
"documentation" : "",
"simpleType" : "List>",
"variableSetterType" : "java.util.Collection>"
},
"simple" : false,
"varargSetterDocumentation" : "/**An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setParsedInputRecords(java.util.Collection)} or {@link #withParsedInputRecords(java.util.Collection)} if you want to override the existing values.
\n@param parsedInputRecords An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List>",
"variableName" : "parsedInputRecords",
"variableType" : "java.util.List>",
"documentation" : "An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
",
"simpleType" : "List>",
"variableSetterType" : "java.util.Collection>"
},
"xmlNameSpaceUri" : null
},
"RawInputRecords" : {
"c2jName" : "RawInputRecords",
"c2jShape" : "RawInputRecords",
"deprecated" : false,
"documentation" : "Raw stream data that was sampled to infer the schema.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Raw stream data that was sampled to infer the schema.
\n@param rawInputRecords Raw stream data that was sampled to infer the schema.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRawInputRecords",
"getterDocumentation" : "/**Raw stream data that was sampled to infer the schema.
\n@return Raw stream data that was sampled to infer the schema.*/",
"getterMethodName" : "getRawInputRecords",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RawInputRecords",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RawInputRecords",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "RawInputRecord",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "RawInputRecords",
"setterDocumentation" : "/**Raw stream data that was sampled to infer the schema.
\n@param rawInputRecords Raw stream data that was sampled to infer the schema.*/",
"setterMethodName" : "setRawInputRecords",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rawInputRecords",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Raw stream data that was sampled to infer the schema.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRawInputRecords(java.util.Collection)} or {@link #withRawInputRecords(java.util.Collection)} if you want to override the existing values.
\n@param rawInputRecords Raw stream data that was sampled to infer the schema.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rawInputRecords",
"variableType" : "java.util.List",
"documentation" : "Raw stream data that was sampled to infer the schema.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DiscoverInputSchemaResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DiscoverInputSchemaResult",
"variableName" : "discoverInputSchemaResult",
"variableType" : "DiscoverInputSchemaResult",
"documentation" : null,
"simpleType" : "DiscoverInputSchemaResult",
"variableSetterType" : "DiscoverInputSchemaResult"
},
"wrapper" : false
},
"Input" : {
"c2jName" : "Input",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "When you configure the application input, you specify the streaming source, the in-application stream name that is created, and the mapping between the two. For more information, see Configuring Application Input.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "NamePrefix",
"c2jShape" : "InAppStreamName",
"deprecated" : false,
"documentation" : "Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.
\n@param namePrefix Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNamePrefix",
"getterDocumentation" : "/**Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.
\n@return Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.*/",
"getterMethodName" : "getNamePrefix",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NamePrefix",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NamePrefix",
"setterDocumentation" : "/**Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.
\n@param namePrefix Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.*/",
"setterMethodName" : "setNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namePrefix",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.
\n@param namePrefix Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namePrefix",
"variableType" : "String",
"documentation" : "Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "KinesisStreamsInput",
"c2jShape" : "KinesisStreamsInput",
"deprecated" : false,
"documentation" : "If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisStreamsInput If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisStreamsInput",
"getterDocumentation" : "/**If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@return If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"getterMethodName" : "getKinesisStreamsInput",
"getterModel" : {
"returnType" : "KinesisStreamsInput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisStreamsInput",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisStreamsInput",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisStreamsInput",
"setterDocumentation" : "/**If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisStreamsInput If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"setterMethodName" : "setKinesisStreamsInput",
"setterModel" : {
"variableDeclarationType" : "KinesisStreamsInput",
"variableName" : "kinesisStreamsInput",
"variableType" : "KinesisStreamsInput",
"documentation" : "",
"simpleType" : "KinesisStreamsInput",
"variableSetterType" : "KinesisStreamsInput"
},
"simple" : false,
"varargSetterDocumentation" : "/**If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisStreamsInput If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisStreamsInput",
"variableName" : "kinesisStreamsInput",
"variableType" : "KinesisStreamsInput",
"documentation" : "If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"simpleType" : "KinesisStreamsInput",
"variableSetterType" : "KinesisStreamsInput"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "KinesisFirehoseInput",
"c2jShape" : "KinesisFirehoseInput",
"deprecated" : false,
"documentation" : "If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisFirehoseInput If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisFirehoseInput",
"getterDocumentation" : "/**If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@return If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"getterMethodName" : "getKinesisFirehoseInput",
"getterModel" : {
"returnType" : "KinesisFirehoseInput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisFirehoseInput",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisFirehoseInput",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisFirehoseInput",
"setterDocumentation" : "/**If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisFirehoseInput If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"setterMethodName" : "setKinesisFirehoseInput",
"setterModel" : {
"variableDeclarationType" : "KinesisFirehoseInput",
"variableName" : "kinesisFirehoseInput",
"variableType" : "KinesisFirehoseInput",
"documentation" : "",
"simpleType" : "KinesisFirehoseInput",
"variableSetterType" : "KinesisFirehoseInput"
},
"simple" : false,
"varargSetterDocumentation" : "/**If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisFirehoseInput If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisFirehoseInput",
"variableName" : "kinesisFirehoseInput",
"variableType" : "KinesisFirehoseInput",
"documentation" : "If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"simpleType" : "KinesisFirehoseInput",
"variableSetterType" : "KinesisFirehoseInput"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "InputParallelism",
"c2jShape" : "InputParallelism",
"deprecated" : false,
"documentation" : "Describes the number of in-application streams to create.
Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the number of in-application streams to create.
Data from your source will be routed to these in-application input streams.
\n@param inputParallelism Describes the number of in-application streams to create.
Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputParallelism",
"getterDocumentation" : "/**
Describes the number of in-application streams to create.
Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.
\n@return Describes the number of in-application streams to create. Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.*/",
"getterMethodName" : "getInputParallelism",
"getterModel" : {
"returnType" : "InputParallelism",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputParallelism",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputParallelism",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputParallelism",
"setterDocumentation" : "/**
Describes the number of in-application streams to create.
Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.
\n@param inputParallelism Describes the number of in-application streams to create. Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.*/",
"setterMethodName" : "setInputParallelism",
"setterModel" : {
"variableDeclarationType" : "InputParallelism",
"variableName" : "inputParallelism",
"variableType" : "InputParallelism",
"documentation" : "",
"simpleType" : "InputParallelism",
"variableSetterType" : "InputParallelism"
},
"simple" : false,
"varargSetterDocumentation" : "/**
Describes the number of in-application streams to create.
Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.
\n@param inputParallelism Describes the number of in-application streams to create. Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputParallelism",
"variableName" : "inputParallelism",
"variableType" : "InputParallelism",
"documentation" : "
Describes the number of in-application streams to create.
Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.
",
"simpleType" : "InputParallelism",
"variableSetterType" : "InputParallelism"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "InputSchema",
"c2jShape" : "SourceSchema",
"deprecated" : false,
"documentation" : "Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.
Also used to describe the format of the reference data source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.
Also used to describe the format of the reference data source.
\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created. Also used to describe the format of the reference data source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputSchema",
"getterDocumentation" : "/**
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.
Also used to describe the format of the reference data source.
\n@return Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created. Also used to describe the format of the reference data source.*/",
"getterMethodName" : "getInputSchema",
"getterModel" : {
"returnType" : "SourceSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputSchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputSchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputSchema",
"setterDocumentation" : "/**
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.
Also used to describe the format of the reference data source.
\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created. Also used to describe the format of the reference data source.*/",
"setterMethodName" : "setInputSchema",
"setterModel" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "inputSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.
Also used to describe the format of the reference data source.
\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created. Also used to describe the format of the reference data source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "inputSchema",
"variableType" : "SourceSchema",
"documentation" : "
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.
Also used to describe the format of the reference data source.
",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"InputParallelism" : {
"c2jName" : "InputParallelism",
"c2jShape" : "InputParallelism",
"deprecated" : false,
"documentation" : "Describes the number of in-application streams to create.
Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the number of in-application streams to create.
Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.
\n@param inputParallelism Describes the number of in-application streams to create. Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputParallelism",
"getterDocumentation" : "/**
Describes the number of in-application streams to create.
Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.
\n@return Describes the number of in-application streams to create. Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.*/",
"getterMethodName" : "getInputParallelism",
"getterModel" : {
"returnType" : "InputParallelism",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputParallelism",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputParallelism",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputParallelism",
"setterDocumentation" : "/**
Describes the number of in-application streams to create.
Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.
\n@param inputParallelism Describes the number of in-application streams to create. Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.*/",
"setterMethodName" : "setInputParallelism",
"setterModel" : {
"variableDeclarationType" : "InputParallelism",
"variableName" : "inputParallelism",
"variableType" : "InputParallelism",
"documentation" : "",
"simpleType" : "InputParallelism",
"variableSetterType" : "InputParallelism"
},
"simple" : false,
"varargSetterDocumentation" : "/**
Describes the number of in-application streams to create.
Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.
\n@param inputParallelism Describes the number of in-application streams to create. Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputParallelism",
"variableName" : "inputParallelism",
"variableType" : "InputParallelism",
"documentation" : "
Describes the number of in-application streams to create.
Data from your source will be routed to these in-application input streams.
(see Configuring Application Input.
",
"simpleType" : "InputParallelism",
"variableSetterType" : "InputParallelism"
},
"xmlNameSpaceUri" : null
},
"InputSchema" : {
"c2jName" : "InputSchema",
"c2jShape" : "SourceSchema",
"deprecated" : false,
"documentation" : "Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.
Also used to describe the format of the reference data source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.
Also used to describe the format of the reference data source.
\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created. Also used to describe the format of the reference data source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputSchema",
"getterDocumentation" : "/**
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.
Also used to describe the format of the reference data source.
\n@return Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created. Also used to describe the format of the reference data source.*/",
"getterMethodName" : "getInputSchema",
"getterModel" : {
"returnType" : "SourceSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputSchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputSchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputSchema",
"setterDocumentation" : "/**
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.
Also used to describe the format of the reference data source.
\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created. Also used to describe the format of the reference data source.*/",
"setterMethodName" : "setInputSchema",
"setterModel" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "inputSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.
Also used to describe the format of the reference data source.
\n@param inputSchema Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created. Also used to describe the format of the reference data source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "inputSchema",
"variableType" : "SourceSchema",
"documentation" : "
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.
Also used to describe the format of the reference data source.
",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"xmlNameSpaceUri" : null
},
"KinesisFirehoseInput" : {
"c2jName" : "KinesisFirehoseInput",
"c2jShape" : "KinesisFirehoseInput",
"deprecated" : false,
"documentation" : "If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisFirehoseInput If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisFirehoseInput",
"getterDocumentation" : "/**If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@return If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"getterMethodName" : "getKinesisFirehoseInput",
"getterModel" : {
"returnType" : "KinesisFirehoseInput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisFirehoseInput",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisFirehoseInput",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisFirehoseInput",
"setterDocumentation" : "/**If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisFirehoseInput If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"setterMethodName" : "setKinesisFirehoseInput",
"setterModel" : {
"variableDeclarationType" : "KinesisFirehoseInput",
"variableName" : "kinesisFirehoseInput",
"variableType" : "KinesisFirehoseInput",
"documentation" : "",
"simpleType" : "KinesisFirehoseInput",
"variableSetterType" : "KinesisFirehoseInput"
},
"simple" : false,
"varargSetterDocumentation" : "/**If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisFirehoseInput If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisFirehoseInput",
"variableName" : "kinesisFirehoseInput",
"variableType" : "KinesisFirehoseInput",
"documentation" : "If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"simpleType" : "KinesisFirehoseInput",
"variableSetterType" : "KinesisFirehoseInput"
},
"xmlNameSpaceUri" : null
},
"KinesisStreamsInput" : {
"c2jName" : "KinesisStreamsInput",
"c2jShape" : "KinesisStreamsInput",
"deprecated" : false,
"documentation" : "If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisStreamsInput If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisStreamsInput",
"getterDocumentation" : "/**If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@return If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"getterMethodName" : "getKinesisStreamsInput",
"getterModel" : {
"returnType" : "KinesisStreamsInput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisStreamsInput",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisStreamsInput",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisStreamsInput",
"setterDocumentation" : "/**If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisStreamsInput If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"setterMethodName" : "setKinesisStreamsInput",
"setterModel" : {
"variableDeclarationType" : "KinesisStreamsInput",
"variableName" : "kinesisStreamsInput",
"variableType" : "KinesisStreamsInput",
"documentation" : "",
"simpleType" : "KinesisStreamsInput",
"variableSetterType" : "KinesisStreamsInput"
},
"simple" : false,
"varargSetterDocumentation" : "/**If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisStreamsInput If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisStreamsInput",
"variableName" : "kinesisStreamsInput",
"variableType" : "KinesisStreamsInput",
"documentation" : "If the streaming source is an Amazon Kinesis stream, identifies the stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"simpleType" : "KinesisStreamsInput",
"variableSetterType" : "KinesisStreamsInput"
},
"xmlNameSpaceUri" : null
},
"NamePrefix" : {
"c2jName" : "NamePrefix",
"c2jShape" : "InAppStreamName",
"deprecated" : false,
"documentation" : "Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.
\n@param namePrefix Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNamePrefix",
"getterDocumentation" : "/**Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.
\n@return Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.*/",
"getterMethodName" : "getNamePrefix",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NamePrefix",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NamePrefix",
"setterDocumentation" : "/**Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.
\n@param namePrefix Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.*/",
"setterMethodName" : "setNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namePrefix",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.
\n@param namePrefix Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namePrefix",
"variableType" : "String",
"documentation" : "Name prefix to use when creating in-application stream. Suppose you specify a prefix \"MyInApplicationStream\". Kinesis Analytics will then create one or more (as per the InputParallelism
count you specified) in-application streams with names \"MyInApplicationStream_001\", \"MyInApplicationStream_002\" and so on.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "NamePrefix", "InputSchema" ],
"shapeName" : "Input",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Input",
"variableName" : "input",
"variableType" : "Input",
"documentation" : null,
"simpleType" : "Input",
"variableSetterType" : "Input"
},
"wrapper" : false
},
"InputConfiguration" : {
"c2jName" : "InputConfiguration",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "When you start your application, you provide this configuration, which identifies the input source and the point in the input source at which you want the application to start processing records.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Id",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "Input source ID. You can get this ID by calling the DescribeApplication operation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Input source ID. You can get this ID by calling the DescribeApplication operation.
\n@param id Input source ID. You can get this ID by calling the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withId",
"getterDocumentation" : "/**Input source ID. You can get this ID by calling the DescribeApplication operation.
\n@return Input source ID. You can get this ID by calling the DescribeApplication operation.*/",
"getterMethodName" : "getId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"setterDocumentation" : "/**Input source ID. You can get this ID by calling the DescribeApplication operation.
\n@param id Input source ID. You can get this ID by calling the DescribeApplication operation.*/",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Input source ID. You can get this ID by calling the DescribeApplication operation.
\n@param id Input source ID. You can get this ID by calling the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "Input source ID. You can get this ID by calling the DescribeApplication operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "InputStartingPositionConfiguration",
"c2jShape" : "InputStartingPositionConfiguration",
"deprecated" : false,
"documentation" : "Point at which you want the application to start processing records from the streaming source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Point at which you want the application to start processing records from the streaming source.
\n@param inputStartingPositionConfiguration Point at which you want the application to start processing records from the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputStartingPositionConfiguration",
"getterDocumentation" : "/**Point at which you want the application to start processing records from the streaming source.
\n@return Point at which you want the application to start processing records from the streaming source.*/",
"getterMethodName" : "getInputStartingPositionConfiguration",
"getterModel" : {
"returnType" : "InputStartingPositionConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputStartingPositionConfiguration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputStartingPositionConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputStartingPositionConfiguration",
"setterDocumentation" : "/**Point at which you want the application to start processing records from the streaming source.
\n@param inputStartingPositionConfiguration Point at which you want the application to start processing records from the streaming source.*/",
"setterMethodName" : "setInputStartingPositionConfiguration",
"setterModel" : {
"variableDeclarationType" : "InputStartingPositionConfiguration",
"variableName" : "inputStartingPositionConfiguration",
"variableType" : "InputStartingPositionConfiguration",
"documentation" : "",
"simpleType" : "InputStartingPositionConfiguration",
"variableSetterType" : "InputStartingPositionConfiguration"
},
"simple" : false,
"varargSetterDocumentation" : "/**Point at which you want the application to start processing records from the streaming source.
\n@param inputStartingPositionConfiguration Point at which you want the application to start processing records from the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputStartingPositionConfiguration",
"variableName" : "inputStartingPositionConfiguration",
"variableType" : "InputStartingPositionConfiguration",
"documentation" : "Point at which you want the application to start processing records from the streaming source.
",
"simpleType" : "InputStartingPositionConfiguration",
"variableSetterType" : "InputStartingPositionConfiguration"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Id" : {
"c2jName" : "Id",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "Input source ID. You can get this ID by calling the DescribeApplication operation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Input source ID. You can get this ID by calling the DescribeApplication operation.
\n@param id Input source ID. You can get this ID by calling the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withId",
"getterDocumentation" : "/**Input source ID. You can get this ID by calling the DescribeApplication operation.
\n@return Input source ID. You can get this ID by calling the DescribeApplication operation.*/",
"getterMethodName" : "getId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Id",
"setterDocumentation" : "/**Input source ID. You can get this ID by calling the DescribeApplication operation.
\n@param id Input source ID. You can get this ID by calling the DescribeApplication operation.*/",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Input source ID. You can get this ID by calling the DescribeApplication operation.
\n@param id Input source ID. You can get this ID by calling the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "Input source ID. You can get this ID by calling the DescribeApplication operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"InputStartingPositionConfiguration" : {
"c2jName" : "InputStartingPositionConfiguration",
"c2jShape" : "InputStartingPositionConfiguration",
"deprecated" : false,
"documentation" : "Point at which you want the application to start processing records from the streaming source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Point at which you want the application to start processing records from the streaming source.
\n@param inputStartingPositionConfiguration Point at which you want the application to start processing records from the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputStartingPositionConfiguration",
"getterDocumentation" : "/**Point at which you want the application to start processing records from the streaming source.
\n@return Point at which you want the application to start processing records from the streaming source.*/",
"getterMethodName" : "getInputStartingPositionConfiguration",
"getterModel" : {
"returnType" : "InputStartingPositionConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputStartingPositionConfiguration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputStartingPositionConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputStartingPositionConfiguration",
"setterDocumentation" : "/**Point at which you want the application to start processing records from the streaming source.
\n@param inputStartingPositionConfiguration Point at which you want the application to start processing records from the streaming source.*/",
"setterMethodName" : "setInputStartingPositionConfiguration",
"setterModel" : {
"variableDeclarationType" : "InputStartingPositionConfiguration",
"variableName" : "inputStartingPositionConfiguration",
"variableType" : "InputStartingPositionConfiguration",
"documentation" : "",
"simpleType" : "InputStartingPositionConfiguration",
"variableSetterType" : "InputStartingPositionConfiguration"
},
"simple" : false,
"varargSetterDocumentation" : "/**Point at which you want the application to start processing records from the streaming source.
\n@param inputStartingPositionConfiguration Point at which you want the application to start processing records from the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputStartingPositionConfiguration",
"variableName" : "inputStartingPositionConfiguration",
"variableType" : "InputStartingPositionConfiguration",
"documentation" : "Point at which you want the application to start processing records from the streaming source.
",
"simpleType" : "InputStartingPositionConfiguration",
"variableSetterType" : "InputStartingPositionConfiguration"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Id", "InputStartingPositionConfiguration" ],
"shapeName" : "InputConfiguration",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "InputConfiguration",
"variableName" : "inputConfiguration",
"variableType" : "InputConfiguration",
"documentation" : null,
"simpleType" : "InputConfiguration",
"variableSetterType" : "InputConfiguration"
},
"wrapper" : false
},
"InputDescription" : {
"c2jName" : "InputDescription",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes the application input configuration. For more information, see Configuring Application Input.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "InputId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
\n@param inputId Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputId",
"getterDocumentation" : "/**Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
\n@return Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.*/",
"getterMethodName" : "getInputId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputId",
"setterDocumentation" : "/**Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
\n@param inputId Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.*/",
"setterMethodName" : "setInputId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "inputId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
\n@param inputId Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "inputId",
"variableType" : "String",
"documentation" : "Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NamePrefix",
"c2jShape" : "InAppStreamName",
"deprecated" : false,
"documentation" : "In-application name prefix.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**In-application name prefix.
\n@param namePrefix In-application name prefix.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNamePrefix",
"getterDocumentation" : "/**In-application name prefix.
\n@return In-application name prefix.*/",
"getterMethodName" : "getNamePrefix",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NamePrefix",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NamePrefix",
"setterDocumentation" : "/**In-application name prefix.
\n@param namePrefix In-application name prefix.*/",
"setterMethodName" : "setNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namePrefix",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**In-application name prefix.
\n@param namePrefix In-application name prefix.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namePrefix",
"variableType" : "String",
"documentation" : "In-application name prefix.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "InAppStreamNames",
"c2jShape" : "InAppStreamNames",
"deprecated" : false,
"documentation" : "Returns the in-application stream names that are mapped to the stream source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Returns the in-application stream names that are mapped to the stream source.
\n@param inAppStreamNames Returns the in-application stream names that are mapped to the stream source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInAppStreamNames",
"getterDocumentation" : "/**Returns the in-application stream names that are mapped to the stream source.
\n@return Returns the in-application stream names that are mapped to the stream source.*/",
"getterMethodName" : "getInAppStreamNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InAppStreamNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InAppStreamNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "InAppStreamName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "InAppStreamNames",
"setterDocumentation" : "/**Returns the in-application stream names that are mapped to the stream source.
\n@param inAppStreamNames Returns the in-application stream names that are mapped to the stream source.*/",
"setterMethodName" : "setInAppStreamNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inAppStreamNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Returns the in-application stream names that are mapped to the stream source.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInAppStreamNames(java.util.Collection)} or {@link #withInAppStreamNames(java.util.Collection)} if you want to override the existing values.
\n@param inAppStreamNames Returns the in-application stream names that are mapped to the stream source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inAppStreamNames",
"variableType" : "java.util.List",
"documentation" : "Returns the in-application stream names that are mapped to the stream source.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "KinesisStreamsInputDescription",
"c2jShape" : "KinesisStreamsInputDescription",
"deprecated" : false,
"documentation" : "If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisStreamsInputDescription If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisStreamsInputDescription",
"getterDocumentation" : "/**If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@return If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"getterMethodName" : "getKinesisStreamsInputDescription",
"getterModel" : {
"returnType" : "KinesisStreamsInputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisStreamsInputDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisStreamsInputDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisStreamsInputDescription",
"setterDocumentation" : "/**If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisStreamsInputDescription If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"setterMethodName" : "setKinesisStreamsInputDescription",
"setterModel" : {
"variableDeclarationType" : "KinesisStreamsInputDescription",
"variableName" : "kinesisStreamsInputDescription",
"variableType" : "KinesisStreamsInputDescription",
"documentation" : "",
"simpleType" : "KinesisStreamsInputDescription",
"variableSetterType" : "KinesisStreamsInputDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisStreamsInputDescription If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisStreamsInputDescription",
"variableName" : "kinesisStreamsInputDescription",
"variableType" : "KinesisStreamsInputDescription",
"documentation" : "If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"simpleType" : "KinesisStreamsInputDescription",
"variableSetterType" : "KinesisStreamsInputDescription"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "KinesisFirehoseInputDescription",
"c2jShape" : "KinesisFirehoseInputDescription",
"deprecated" : false,
"documentation" : "If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisFirehoseInputDescription If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisFirehoseInputDescription",
"getterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@return If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"getterMethodName" : "getKinesisFirehoseInputDescription",
"getterModel" : {
"returnType" : "KinesisFirehoseInputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisFirehoseInputDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisFirehoseInputDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisFirehoseInputDescription",
"setterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisFirehoseInputDescription If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"setterMethodName" : "setKinesisFirehoseInputDescription",
"setterModel" : {
"variableDeclarationType" : "KinesisFirehoseInputDescription",
"variableName" : "kinesisFirehoseInputDescription",
"variableType" : "KinesisFirehoseInputDescription",
"documentation" : "",
"simpleType" : "KinesisFirehoseInputDescription",
"variableSetterType" : "KinesisFirehoseInputDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisFirehoseInputDescription If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisFirehoseInputDescription",
"variableName" : "kinesisFirehoseInputDescription",
"variableType" : "KinesisFirehoseInputDescription",
"documentation" : "If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"simpleType" : "KinesisFirehoseInputDescription",
"variableSetterType" : "KinesisFirehoseInputDescription"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "InputSchema",
"c2jShape" : "SourceSchema",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param inputSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputSchema",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getInputSchema",
"getterModel" : {
"returnType" : "SourceSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputSchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputSchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputSchema",
"setterDocumentation" : "/**\n@param inputSchema */",
"setterMethodName" : "setInputSchema",
"setterModel" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "inputSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param inputSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "inputSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "InputParallelism",
"c2jShape" : "InputParallelism",
"deprecated" : false,
"documentation" : "Describes the configured parallelism (number of in-application streams mapped to the streaming source).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the configured parallelism (number of in-application streams mapped to the streaming source).
\n@param inputParallelism Describes the configured parallelism (number of in-application streams mapped to the streaming source).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputParallelism",
"getterDocumentation" : "/**Describes the configured parallelism (number of in-application streams mapped to the streaming source).
\n@return Describes the configured parallelism (number of in-application streams mapped to the streaming source).*/",
"getterMethodName" : "getInputParallelism",
"getterModel" : {
"returnType" : "InputParallelism",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputParallelism",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputParallelism",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputParallelism",
"setterDocumentation" : "/**Describes the configured parallelism (number of in-application streams mapped to the streaming source).
\n@param inputParallelism Describes the configured parallelism (number of in-application streams mapped to the streaming source).*/",
"setterMethodName" : "setInputParallelism",
"setterModel" : {
"variableDeclarationType" : "InputParallelism",
"variableName" : "inputParallelism",
"variableType" : "InputParallelism",
"documentation" : "",
"simpleType" : "InputParallelism",
"variableSetterType" : "InputParallelism"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes the configured parallelism (number of in-application streams mapped to the streaming source).
\n@param inputParallelism Describes the configured parallelism (number of in-application streams mapped to the streaming source).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputParallelism",
"variableName" : "inputParallelism",
"variableType" : "InputParallelism",
"documentation" : "Describes the configured parallelism (number of in-application streams mapped to the streaming source).
",
"simpleType" : "InputParallelism",
"variableSetterType" : "InputParallelism"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "InputStartingPositionConfiguration",
"c2jShape" : "InputStartingPositionConfiguration",
"deprecated" : false,
"documentation" : "Point at which the application is configured to read from the input stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Point at which the application is configured to read from the input stream.
\n@param inputStartingPositionConfiguration Point at which the application is configured to read from the input stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputStartingPositionConfiguration",
"getterDocumentation" : "/**Point at which the application is configured to read from the input stream.
\n@return Point at which the application is configured to read from the input stream.*/",
"getterMethodName" : "getInputStartingPositionConfiguration",
"getterModel" : {
"returnType" : "InputStartingPositionConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputStartingPositionConfiguration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputStartingPositionConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputStartingPositionConfiguration",
"setterDocumentation" : "/**Point at which the application is configured to read from the input stream.
\n@param inputStartingPositionConfiguration Point at which the application is configured to read from the input stream.*/",
"setterMethodName" : "setInputStartingPositionConfiguration",
"setterModel" : {
"variableDeclarationType" : "InputStartingPositionConfiguration",
"variableName" : "inputStartingPositionConfiguration",
"variableType" : "InputStartingPositionConfiguration",
"documentation" : "",
"simpleType" : "InputStartingPositionConfiguration",
"variableSetterType" : "InputStartingPositionConfiguration"
},
"simple" : false,
"varargSetterDocumentation" : "/**Point at which the application is configured to read from the input stream.
\n@param inputStartingPositionConfiguration Point at which the application is configured to read from the input stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputStartingPositionConfiguration",
"variableName" : "inputStartingPositionConfiguration",
"variableType" : "InputStartingPositionConfiguration",
"documentation" : "Point at which the application is configured to read from the input stream.
",
"simpleType" : "InputStartingPositionConfiguration",
"variableSetterType" : "InputStartingPositionConfiguration"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"InAppStreamNames" : {
"c2jName" : "InAppStreamNames",
"c2jShape" : "InAppStreamNames",
"deprecated" : false,
"documentation" : "Returns the in-application stream names that are mapped to the stream source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Returns the in-application stream names that are mapped to the stream source.
\n@param inAppStreamNames Returns the in-application stream names that are mapped to the stream source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInAppStreamNames",
"getterDocumentation" : "/**Returns the in-application stream names that are mapped to the stream source.
\n@return Returns the in-application stream names that are mapped to the stream source.*/",
"getterMethodName" : "getInAppStreamNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InAppStreamNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InAppStreamNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "InAppStreamName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "InAppStreamNames",
"setterDocumentation" : "/**Returns the in-application stream names that are mapped to the stream source.
\n@param inAppStreamNames Returns the in-application stream names that are mapped to the stream source.*/",
"setterMethodName" : "setInAppStreamNames",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inAppStreamNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Returns the in-application stream names that are mapped to the stream source.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInAppStreamNames(java.util.Collection)} or {@link #withInAppStreamNames(java.util.Collection)} if you want to override the existing values.
\n@param inAppStreamNames Returns the in-application stream names that are mapped to the stream source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "inAppStreamNames",
"variableType" : "java.util.List",
"documentation" : "Returns the in-application stream names that are mapped to the stream source.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"InputId" : {
"c2jName" : "InputId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
\n@param inputId Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputId",
"getterDocumentation" : "/**Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
\n@return Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.*/",
"getterMethodName" : "getInputId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputId",
"setterDocumentation" : "/**Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
\n@param inputId Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.*/",
"setterMethodName" : "setInputId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "inputId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
\n@param inputId Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "inputId",
"variableType" : "String",
"documentation" : "Input ID associated with the application input. This is the ID that Amazon Kinesis Analytics assigns to each input configuration you add to your application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"InputParallelism" : {
"c2jName" : "InputParallelism",
"c2jShape" : "InputParallelism",
"deprecated" : false,
"documentation" : "Describes the configured parallelism (number of in-application streams mapped to the streaming source).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the configured parallelism (number of in-application streams mapped to the streaming source).
\n@param inputParallelism Describes the configured parallelism (number of in-application streams mapped to the streaming source).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputParallelism",
"getterDocumentation" : "/**Describes the configured parallelism (number of in-application streams mapped to the streaming source).
\n@return Describes the configured parallelism (number of in-application streams mapped to the streaming source).*/",
"getterMethodName" : "getInputParallelism",
"getterModel" : {
"returnType" : "InputParallelism",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputParallelism",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputParallelism",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputParallelism",
"setterDocumentation" : "/**Describes the configured parallelism (number of in-application streams mapped to the streaming source).
\n@param inputParallelism Describes the configured parallelism (number of in-application streams mapped to the streaming source).*/",
"setterMethodName" : "setInputParallelism",
"setterModel" : {
"variableDeclarationType" : "InputParallelism",
"variableName" : "inputParallelism",
"variableType" : "InputParallelism",
"documentation" : "",
"simpleType" : "InputParallelism",
"variableSetterType" : "InputParallelism"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes the configured parallelism (number of in-application streams mapped to the streaming source).
\n@param inputParallelism Describes the configured parallelism (number of in-application streams mapped to the streaming source).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputParallelism",
"variableName" : "inputParallelism",
"variableType" : "InputParallelism",
"documentation" : "Describes the configured parallelism (number of in-application streams mapped to the streaming source).
",
"simpleType" : "InputParallelism",
"variableSetterType" : "InputParallelism"
},
"xmlNameSpaceUri" : null
},
"InputSchema" : {
"c2jName" : "InputSchema",
"c2jShape" : "SourceSchema",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param inputSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputSchema",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getInputSchema",
"getterModel" : {
"returnType" : "SourceSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputSchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputSchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputSchema",
"setterDocumentation" : "/**\n@param inputSchema */",
"setterMethodName" : "setInputSchema",
"setterModel" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "inputSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param inputSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "inputSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"xmlNameSpaceUri" : null
},
"InputStartingPositionConfiguration" : {
"c2jName" : "InputStartingPositionConfiguration",
"c2jShape" : "InputStartingPositionConfiguration",
"deprecated" : false,
"documentation" : "Point at which the application is configured to read from the input stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Point at which the application is configured to read from the input stream.
\n@param inputStartingPositionConfiguration Point at which the application is configured to read from the input stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputStartingPositionConfiguration",
"getterDocumentation" : "/**Point at which the application is configured to read from the input stream.
\n@return Point at which the application is configured to read from the input stream.*/",
"getterMethodName" : "getInputStartingPositionConfiguration",
"getterModel" : {
"returnType" : "InputStartingPositionConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputStartingPositionConfiguration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputStartingPositionConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputStartingPositionConfiguration",
"setterDocumentation" : "/**Point at which the application is configured to read from the input stream.
\n@param inputStartingPositionConfiguration Point at which the application is configured to read from the input stream.*/",
"setterMethodName" : "setInputStartingPositionConfiguration",
"setterModel" : {
"variableDeclarationType" : "InputStartingPositionConfiguration",
"variableName" : "inputStartingPositionConfiguration",
"variableType" : "InputStartingPositionConfiguration",
"documentation" : "",
"simpleType" : "InputStartingPositionConfiguration",
"variableSetterType" : "InputStartingPositionConfiguration"
},
"simple" : false,
"varargSetterDocumentation" : "/**Point at which the application is configured to read from the input stream.
\n@param inputStartingPositionConfiguration Point at which the application is configured to read from the input stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputStartingPositionConfiguration",
"variableName" : "inputStartingPositionConfiguration",
"variableType" : "InputStartingPositionConfiguration",
"documentation" : "Point at which the application is configured to read from the input stream.
",
"simpleType" : "InputStartingPositionConfiguration",
"variableSetterType" : "InputStartingPositionConfiguration"
},
"xmlNameSpaceUri" : null
},
"KinesisFirehoseInputDescription" : {
"c2jName" : "KinesisFirehoseInputDescription",
"c2jShape" : "KinesisFirehoseInputDescription",
"deprecated" : false,
"documentation" : "If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisFirehoseInputDescription If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisFirehoseInputDescription",
"getterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@return If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"getterMethodName" : "getKinesisFirehoseInputDescription",
"getterModel" : {
"returnType" : "KinesisFirehoseInputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisFirehoseInputDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisFirehoseInputDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisFirehoseInputDescription",
"setterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisFirehoseInputDescription If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"setterMethodName" : "setKinesisFirehoseInputDescription",
"setterModel" : {
"variableDeclarationType" : "KinesisFirehoseInputDescription",
"variableName" : "kinesisFirehoseInputDescription",
"variableType" : "KinesisFirehoseInputDescription",
"documentation" : "",
"simpleType" : "KinesisFirehoseInputDescription",
"variableSetterType" : "KinesisFirehoseInputDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisFirehoseInputDescription If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisFirehoseInputDescription",
"variableName" : "kinesisFirehoseInputDescription",
"variableType" : "KinesisFirehoseInputDescription",
"documentation" : "If an Amazon Kinesis Firehose delivery stream is configured as a streaming source, provides the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"simpleType" : "KinesisFirehoseInputDescription",
"variableSetterType" : "KinesisFirehoseInputDescription"
},
"xmlNameSpaceUri" : null
},
"KinesisStreamsInputDescription" : {
"c2jName" : "KinesisStreamsInputDescription",
"c2jShape" : "KinesisStreamsInputDescription",
"deprecated" : false,
"documentation" : "If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisStreamsInputDescription If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisStreamsInputDescription",
"getterDocumentation" : "/**If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@return If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"getterMethodName" : "getKinesisStreamsInputDescription",
"getterModel" : {
"returnType" : "KinesisStreamsInputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisStreamsInputDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisStreamsInputDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisStreamsInputDescription",
"setterDocumentation" : "/**If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisStreamsInputDescription If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.*/",
"setterMethodName" : "setKinesisStreamsInputDescription",
"setterModel" : {
"variableDeclarationType" : "KinesisStreamsInputDescription",
"variableName" : "kinesisStreamsInputDescription",
"variableType" : "KinesisStreamsInputDescription",
"documentation" : "",
"simpleType" : "KinesisStreamsInputDescription",
"variableSetterType" : "KinesisStreamsInputDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
\n@param kinesisStreamsInputDescription If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisStreamsInputDescription",
"variableName" : "kinesisStreamsInputDescription",
"variableType" : "KinesisStreamsInputDescription",
"documentation" : "If an Amazon Kinesis stream is configured as streaming source, provides Amazon Kinesis stream's ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"simpleType" : "KinesisStreamsInputDescription",
"variableSetterType" : "KinesisStreamsInputDescription"
},
"xmlNameSpaceUri" : null
},
"NamePrefix" : {
"c2jName" : "NamePrefix",
"c2jShape" : "InAppStreamName",
"deprecated" : false,
"documentation" : "In-application name prefix.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**In-application name prefix.
\n@param namePrefix In-application name prefix.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNamePrefix",
"getterDocumentation" : "/**In-application name prefix.
\n@return In-application name prefix.*/",
"getterMethodName" : "getNamePrefix",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NamePrefix",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NamePrefix",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NamePrefix",
"setterDocumentation" : "/**In-application name prefix.
\n@param namePrefix In-application name prefix.*/",
"setterMethodName" : "setNamePrefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namePrefix",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**In-application name prefix.
\n@param namePrefix In-application name prefix.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namePrefix",
"variableType" : "String",
"documentation" : "In-application name prefix.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InputDescription",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "InputDescription",
"variableName" : "inputDescription",
"variableType" : "InputDescription",
"documentation" : null,
"simpleType" : "InputDescription",
"variableSetterType" : "InputDescription"
},
"wrapper" : false
},
"InputParallelism" : {
"c2jName" : "InputParallelism",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes the number of in-application streams to create for a given streaming source. For information about parallellism, see Configuring Application Input.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Count",
"c2jShape" : "InputParallelismCount",
"deprecated" : false,
"documentation" : "Number of in-application streams to create. For more information, see Limits.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Number of in-application streams to create. For more information, see Limits.
\n@param count Number of in-application streams to create. For more information, see Limits.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCount",
"getterDocumentation" : "/**Number of in-application streams to create. For more information, see Limits.
\n@return Number of in-application streams to create. For more information, see Limits.*/",
"getterMethodName" : "getCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Count",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Count",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Count",
"setterDocumentation" : "/**Number of in-application streams to create. For more information, see Limits.
\n@param count Number of in-application streams to create. For more information, see Limits.*/",
"setterMethodName" : "setCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "count",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**Number of in-application streams to create. For more information, see Limits.
\n@param count Number of in-application streams to create. For more information, see Limits.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "count",
"variableType" : "Integer",
"documentation" : "Number of in-application streams to create. For more information, see Limits.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Count" : {
"c2jName" : "Count",
"c2jShape" : "InputParallelismCount",
"deprecated" : false,
"documentation" : "Number of in-application streams to create. For more information, see Limits.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Number of in-application streams to create. For more information, see Limits.
\n@param count Number of in-application streams to create. For more information, see Limits.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCount",
"getterDocumentation" : "/**Number of in-application streams to create. For more information, see Limits.
\n@return Number of in-application streams to create. For more information, see Limits.*/",
"getterMethodName" : "getCount",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Count",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Count",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Count",
"setterDocumentation" : "/**Number of in-application streams to create. For more information, see Limits.
\n@param count Number of in-application streams to create. For more information, see Limits.*/",
"setterMethodName" : "setCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "count",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**Number of in-application streams to create. For more information, see Limits.
\n@param count Number of in-application streams to create. For more information, see Limits.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "count",
"variableType" : "Integer",
"documentation" : "Number of in-application streams to create. For more information, see Limits.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InputParallelism",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "InputParallelism",
"variableName" : "inputParallelism",
"variableType" : "InputParallelism",
"documentation" : null,
"simpleType" : "InputParallelism",
"variableSetterType" : "InputParallelism"
},
"wrapper" : false
},
"InputParallelismUpdate" : {
"c2jName" : "InputParallelismUpdate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides updates to the parallelism count.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "CountUpdate",
"c2jShape" : "InputParallelismCount",
"deprecated" : false,
"documentation" : "Number of in-application streams to create for the specified streaming source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Number of in-application streams to create for the specified streaming source.
\n@param countUpdate Number of in-application streams to create for the specified streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCountUpdate",
"getterDocumentation" : "/**Number of in-application streams to create for the specified streaming source.
\n@return Number of in-application streams to create for the specified streaming source.*/",
"getterMethodName" : "getCountUpdate",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CountUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CountUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CountUpdate",
"setterDocumentation" : "/**Number of in-application streams to create for the specified streaming source.
\n@param countUpdate Number of in-application streams to create for the specified streaming source.*/",
"setterMethodName" : "setCountUpdate",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "countUpdate",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**Number of in-application streams to create for the specified streaming source.
\n@param countUpdate Number of in-application streams to create for the specified streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "countUpdate",
"variableType" : "Integer",
"documentation" : "Number of in-application streams to create for the specified streaming source.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CountUpdate" : {
"c2jName" : "CountUpdate",
"c2jShape" : "InputParallelismCount",
"deprecated" : false,
"documentation" : "Number of in-application streams to create for the specified streaming source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Number of in-application streams to create for the specified streaming source.
\n@param countUpdate Number of in-application streams to create for the specified streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCountUpdate",
"getterDocumentation" : "/**Number of in-application streams to create for the specified streaming source.
\n@return Number of in-application streams to create for the specified streaming source.*/",
"getterMethodName" : "getCountUpdate",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CountUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CountUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CountUpdate",
"setterDocumentation" : "/**Number of in-application streams to create for the specified streaming source.
\n@param countUpdate Number of in-application streams to create for the specified streaming source.*/",
"setterMethodName" : "setCountUpdate",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "countUpdate",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**Number of in-application streams to create for the specified streaming source.
\n@param countUpdate Number of in-application streams to create for the specified streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "countUpdate",
"variableType" : "Integer",
"documentation" : "Number of in-application streams to create for the specified streaming source.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InputParallelismUpdate",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "InputParallelismUpdate",
"variableName" : "inputParallelismUpdate",
"variableType" : "InputParallelismUpdate",
"documentation" : null,
"simpleType" : "InputParallelismUpdate",
"variableSetterType" : "InputParallelismUpdate"
},
"wrapper" : false
},
"InputSchemaUpdate" : {
"c2jName" : "InputSchemaUpdate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : " Describes updates for the application's input schema.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "RecordFormatUpdate",
"c2jShape" : "RecordFormat",
"deprecated" : false,
"documentation" : "Specifies the format of the records on the streaming source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies the format of the records on the streaming source.
\n@param recordFormatUpdate Specifies the format of the records on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecordFormatUpdate",
"getterDocumentation" : "/**Specifies the format of the records on the streaming source.
\n@return Specifies the format of the records on the streaming source.*/",
"getterMethodName" : "getRecordFormatUpdate",
"getterModel" : {
"returnType" : "RecordFormat",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordFormatUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordFormatUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordFormatUpdate",
"setterDocumentation" : "/**Specifies the format of the records on the streaming source.
\n@param recordFormatUpdate Specifies the format of the records on the streaming source.*/",
"setterMethodName" : "setRecordFormatUpdate",
"setterModel" : {
"variableDeclarationType" : "RecordFormat",
"variableName" : "recordFormatUpdate",
"variableType" : "RecordFormat",
"documentation" : "",
"simpleType" : "RecordFormat",
"variableSetterType" : "RecordFormat"
},
"simple" : false,
"varargSetterDocumentation" : "/**Specifies the format of the records on the streaming source.
\n@param recordFormatUpdate Specifies the format of the records on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RecordFormat",
"variableName" : "recordFormatUpdate",
"variableType" : "RecordFormat",
"documentation" : "Specifies the format of the records on the streaming source.
",
"simpleType" : "RecordFormat",
"variableSetterType" : "RecordFormat"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RecordEncodingUpdate",
"c2jShape" : "RecordEncoding",
"deprecated" : false,
"documentation" : "Specifies the encoding of the records in the streaming source. For example, UTF-8.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies the encoding of the records in the streaming source. For example, UTF-8.
\n@param recordEncodingUpdate Specifies the encoding of the records in the streaming source. For example, UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecordEncodingUpdate",
"getterDocumentation" : "/**Specifies the encoding of the records in the streaming source. For example, UTF-8.
\n@return Specifies the encoding of the records in the streaming source. For example, UTF-8.*/",
"getterMethodName" : "getRecordEncodingUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordEncodingUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordEncodingUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordEncodingUpdate",
"setterDocumentation" : "/**Specifies the encoding of the records in the streaming source. For example, UTF-8.
\n@param recordEncodingUpdate Specifies the encoding of the records in the streaming source. For example, UTF-8.*/",
"setterMethodName" : "setRecordEncodingUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recordEncodingUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies the encoding of the records in the streaming source. For example, UTF-8.
\n@param recordEncodingUpdate Specifies the encoding of the records in the streaming source. For example, UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recordEncodingUpdate",
"variableType" : "String",
"documentation" : "Specifies the encoding of the records in the streaming source. For example, UTF-8.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RecordColumnUpdates",
"c2jShape" : "RecordColumns",
"deprecated" : false,
"documentation" : "A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.
\n@param recordColumnUpdates A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecordColumnUpdates",
"getterDocumentation" : "/**A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.
\n@return A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.*/",
"getterMethodName" : "getRecordColumnUpdates",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordColumnUpdates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordColumnUpdates",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "RecordColumn",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "RecordColumn",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "RecordColumn",
"variableName" : "member",
"variableType" : "RecordColumn",
"documentation" : "",
"simpleType" : "RecordColumn",
"variableSetterType" : "RecordColumn"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RecordColumn",
"variableName" : "member",
"variableType" : "RecordColumn",
"documentation" : "",
"simpleType" : "RecordColumn",
"variableSetterType" : "RecordColumn"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "RecordColumn",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "RecordColumn",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "RecordColumnUpdates",
"setterDocumentation" : "/**A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.
\n@param recordColumnUpdates A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.*/",
"setterMethodName" : "setRecordColumnUpdates",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recordColumnUpdates",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRecordColumnUpdates(java.util.Collection)} or {@link #withRecordColumnUpdates(java.util.Collection)} if you want to override the existing values.
\n@param recordColumnUpdates A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recordColumnUpdates",
"variableType" : "java.util.List",
"documentation" : "A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RecordColumnUpdates" : {
"c2jName" : "RecordColumnUpdates",
"c2jShape" : "RecordColumns",
"deprecated" : false,
"documentation" : "A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.
\n@param recordColumnUpdates A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecordColumnUpdates",
"getterDocumentation" : "/**A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.
\n@return A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.*/",
"getterMethodName" : "getRecordColumnUpdates",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordColumnUpdates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordColumnUpdates",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "RecordColumn",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "RecordColumn",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "RecordColumn",
"variableName" : "member",
"variableType" : "RecordColumn",
"documentation" : "",
"simpleType" : "RecordColumn",
"variableSetterType" : "RecordColumn"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RecordColumn",
"variableName" : "member",
"variableType" : "RecordColumn",
"documentation" : "",
"simpleType" : "RecordColumn",
"variableSetterType" : "RecordColumn"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "RecordColumn",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "RecordColumn",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "RecordColumnUpdates",
"setterDocumentation" : "/**A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.
\n@param recordColumnUpdates A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.*/",
"setterMethodName" : "setRecordColumnUpdates",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recordColumnUpdates",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRecordColumnUpdates(java.util.Collection)} or {@link #withRecordColumnUpdates(java.util.Collection)} if you want to override the existing values.
\n@param recordColumnUpdates A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recordColumnUpdates",
"variableType" : "java.util.List",
"documentation" : "A list of RecordColumn
objects. Each object describes the mapping of the streaming source element to the corresponding column in the in-application stream.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"RecordEncodingUpdate" : {
"c2jName" : "RecordEncodingUpdate",
"c2jShape" : "RecordEncoding",
"deprecated" : false,
"documentation" : "Specifies the encoding of the records in the streaming source. For example, UTF-8.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies the encoding of the records in the streaming source. For example, UTF-8.
\n@param recordEncodingUpdate Specifies the encoding of the records in the streaming source. For example, UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecordEncodingUpdate",
"getterDocumentation" : "/**Specifies the encoding of the records in the streaming source. For example, UTF-8.
\n@return Specifies the encoding of the records in the streaming source. For example, UTF-8.*/",
"getterMethodName" : "getRecordEncodingUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordEncodingUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordEncodingUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordEncodingUpdate",
"setterDocumentation" : "/**Specifies the encoding of the records in the streaming source. For example, UTF-8.
\n@param recordEncodingUpdate Specifies the encoding of the records in the streaming source. For example, UTF-8.*/",
"setterMethodName" : "setRecordEncodingUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recordEncodingUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies the encoding of the records in the streaming source. For example, UTF-8.
\n@param recordEncodingUpdate Specifies the encoding of the records in the streaming source. For example, UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recordEncodingUpdate",
"variableType" : "String",
"documentation" : "Specifies the encoding of the records in the streaming source. For example, UTF-8.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RecordFormatUpdate" : {
"c2jName" : "RecordFormatUpdate",
"c2jShape" : "RecordFormat",
"deprecated" : false,
"documentation" : "Specifies the format of the records on the streaming source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies the format of the records on the streaming source.
\n@param recordFormatUpdate Specifies the format of the records on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecordFormatUpdate",
"getterDocumentation" : "/**Specifies the format of the records on the streaming source.
\n@return Specifies the format of the records on the streaming source.*/",
"getterMethodName" : "getRecordFormatUpdate",
"getterModel" : {
"returnType" : "RecordFormat",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordFormatUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordFormatUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordFormatUpdate",
"setterDocumentation" : "/**Specifies the format of the records on the streaming source.
\n@param recordFormatUpdate Specifies the format of the records on the streaming source.*/",
"setterMethodName" : "setRecordFormatUpdate",
"setterModel" : {
"variableDeclarationType" : "RecordFormat",
"variableName" : "recordFormatUpdate",
"variableType" : "RecordFormat",
"documentation" : "",
"simpleType" : "RecordFormat",
"variableSetterType" : "RecordFormat"
},
"simple" : false,
"varargSetterDocumentation" : "/**Specifies the format of the records on the streaming source.
\n@param recordFormatUpdate Specifies the format of the records on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RecordFormat",
"variableName" : "recordFormatUpdate",
"variableType" : "RecordFormat",
"documentation" : "Specifies the format of the records on the streaming source.
",
"simpleType" : "RecordFormat",
"variableSetterType" : "RecordFormat"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InputSchemaUpdate",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "InputSchemaUpdate",
"variableName" : "inputSchemaUpdate",
"variableType" : "InputSchemaUpdate",
"documentation" : null,
"simpleType" : "InputSchemaUpdate",
"variableSetterType" : "InputSchemaUpdate"
},
"wrapper" : false
},
"InputStartingPosition" : {
"c2jName" : "InputStartingPosition",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "NOW",
"value" : "NOW"
}, {
"name" : "TRIM_HORIZON",
"value" : "TRIM_HORIZON"
}, {
"name" : "LAST_STOPPED_POINT",
"value" : "LAST_STOPPED_POINT"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InputStartingPosition",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "InputStartingPosition",
"variableName" : "inputStartingPosition",
"variableType" : "InputStartingPosition",
"documentation" : null,
"simpleType" : "InputStartingPosition",
"variableSetterType" : "InputStartingPosition"
},
"wrapper" : false
},
"InputStartingPositionConfiguration" : {
"c2jName" : "InputStartingPositionConfiguration",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes the point at which the application reads from the streaming source.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "InputStartingPosition",
"c2jShape" : "InputStartingPosition",
"deprecated" : false,
"documentation" : "The starting position on the stream.
-
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
",
"enumType" : "InputStartingPosition",
"fluentSetterDocumentation" : "/**The starting position on the stream.
-
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@param inputStartingPosition The starting position on the stream. -
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see InputStartingPosition*/",
"fluentSetterMethodName" : "withInputStartingPosition",
"getterDocumentation" : "/**The starting position on the stream.
-
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@return The starting position on the stream. -
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@see InputStartingPosition*/",
"getterMethodName" : "getInputStartingPosition",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputStartingPosition",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputStartingPosition",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputStartingPosition",
"setterDocumentation" : "/**The starting position on the stream.
-
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@param inputStartingPosition The starting position on the stream. -
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@see InputStartingPosition*/",
"setterMethodName" : "setInputStartingPosition",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "inputStartingPosition",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The starting position on the stream.
-
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@param inputStartingPosition The starting position on the stream. -
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see InputStartingPosition*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "inputStartingPosition",
"variableType" : "String",
"documentation" : "The starting position on the stream.
-
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"InputStartingPosition" : {
"c2jName" : "InputStartingPosition",
"c2jShape" : "InputStartingPosition",
"deprecated" : false,
"documentation" : "The starting position on the stream.
-
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
",
"enumType" : "InputStartingPosition",
"fluentSetterDocumentation" : "/**The starting position on the stream.
-
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@param inputStartingPosition The starting position on the stream. -
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see InputStartingPosition*/",
"fluentSetterMethodName" : "withInputStartingPosition",
"getterDocumentation" : "/**The starting position on the stream.
-
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@return The starting position on the stream. -
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@see InputStartingPosition*/",
"getterMethodName" : "getInputStartingPosition",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputStartingPosition",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputStartingPosition",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputStartingPosition",
"setterDocumentation" : "/**The starting position on the stream.
-
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@param inputStartingPosition The starting position on the stream. -
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@see InputStartingPosition*/",
"setterMethodName" : "setInputStartingPosition",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "inputStartingPosition",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The starting position on the stream.
-
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@param inputStartingPosition The starting position on the stream. -
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see InputStartingPosition*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "inputStartingPosition",
"variableType" : "String",
"documentation" : "The starting position on the stream.
-
LATEST
- Start reading just after the most recent record in the stream.
-
TRIM_HORIZON
- Start reading at the last untrimmed record in the stream, which is the oldest record available in the stream. This option is not available for an Amazon Kinesis Firehose delivery stream.
-
LAST_STOPPED_POINT
- Resume reading from where the application last stopped reading.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InputStartingPositionConfiguration",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "InputStartingPositionConfiguration",
"variableName" : "inputStartingPositionConfiguration",
"variableType" : "InputStartingPositionConfiguration",
"documentation" : null,
"simpleType" : "InputStartingPositionConfiguration",
"variableSetterType" : "InputStartingPositionConfiguration"
},
"wrapper" : false
},
"InputUpdate" : {
"c2jName" : "InputUpdate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes updates to a specific input configuration (identified by the InputId
of an application).
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "InputId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "Input ID of the application input to be updated.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Input ID of the application input to be updated.
\n@param inputId Input ID of the application input to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputId",
"getterDocumentation" : "/**Input ID of the application input to be updated.
\n@return Input ID of the application input to be updated.*/",
"getterMethodName" : "getInputId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputId",
"setterDocumentation" : "/**Input ID of the application input to be updated.
\n@param inputId Input ID of the application input to be updated.*/",
"setterMethodName" : "setInputId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "inputId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Input ID of the application input to be updated.
\n@param inputId Input ID of the application input to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "inputId",
"variableType" : "String",
"documentation" : "Input ID of the application input to be updated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NamePrefixUpdate",
"c2jShape" : "InAppStreamName",
"deprecated" : false,
"documentation" : "Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.
\n@param namePrefixUpdate Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNamePrefixUpdate",
"getterDocumentation" : "/**Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.
\n@return Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.*/",
"getterMethodName" : "getNamePrefixUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NamePrefixUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NamePrefixUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NamePrefixUpdate",
"setterDocumentation" : "/**Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.
\n@param namePrefixUpdate Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.*/",
"setterMethodName" : "setNamePrefixUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namePrefixUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.
\n@param namePrefixUpdate Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namePrefixUpdate",
"variableType" : "String",
"documentation" : "Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "KinesisStreamsInputUpdate",
"c2jShape" : "KinesisStreamsInputUpdate",
"deprecated" : false,
"documentation" : "If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.
\n@param kinesisStreamsInputUpdate If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisStreamsInputUpdate",
"getterDocumentation" : "/**If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.
\n@return If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.*/",
"getterMethodName" : "getKinesisStreamsInputUpdate",
"getterModel" : {
"returnType" : "KinesisStreamsInputUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisStreamsInputUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisStreamsInputUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisStreamsInputUpdate",
"setterDocumentation" : "/**If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.
\n@param kinesisStreamsInputUpdate If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.*/",
"setterMethodName" : "setKinesisStreamsInputUpdate",
"setterModel" : {
"variableDeclarationType" : "KinesisStreamsInputUpdate",
"variableName" : "kinesisStreamsInputUpdate",
"variableType" : "KinesisStreamsInputUpdate",
"documentation" : "",
"simpleType" : "KinesisStreamsInputUpdate",
"variableSetterType" : "KinesisStreamsInputUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.
\n@param kinesisStreamsInputUpdate If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisStreamsInputUpdate",
"variableName" : "kinesisStreamsInputUpdate",
"variableType" : "KinesisStreamsInputUpdate",
"documentation" : "If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.
",
"simpleType" : "KinesisStreamsInputUpdate",
"variableSetterType" : "KinesisStreamsInputUpdate"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "KinesisFirehoseInputUpdate",
"c2jShape" : "KinesisFirehoseInputUpdate",
"deprecated" : false,
"documentation" : "If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.
\n@param kinesisFirehoseInputUpdate If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisFirehoseInputUpdate",
"getterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.
\n@return If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.*/",
"getterMethodName" : "getKinesisFirehoseInputUpdate",
"getterModel" : {
"returnType" : "KinesisFirehoseInputUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisFirehoseInputUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisFirehoseInputUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisFirehoseInputUpdate",
"setterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.
\n@param kinesisFirehoseInputUpdate If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.*/",
"setterMethodName" : "setKinesisFirehoseInputUpdate",
"setterModel" : {
"variableDeclarationType" : "KinesisFirehoseInputUpdate",
"variableName" : "kinesisFirehoseInputUpdate",
"variableType" : "KinesisFirehoseInputUpdate",
"documentation" : "",
"simpleType" : "KinesisFirehoseInputUpdate",
"variableSetterType" : "KinesisFirehoseInputUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.
\n@param kinesisFirehoseInputUpdate If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisFirehoseInputUpdate",
"variableName" : "kinesisFirehoseInputUpdate",
"variableType" : "KinesisFirehoseInputUpdate",
"documentation" : "If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.
",
"simpleType" : "KinesisFirehoseInputUpdate",
"variableSetterType" : "KinesisFirehoseInputUpdate"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "InputSchemaUpdate",
"c2jShape" : "InputSchemaUpdate",
"deprecated" : false,
"documentation" : "Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
\n@param inputSchemaUpdate Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputSchemaUpdate",
"getterDocumentation" : "/**Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
\n@return Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.*/",
"getterMethodName" : "getInputSchemaUpdate",
"getterModel" : {
"returnType" : "InputSchemaUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputSchemaUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputSchemaUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputSchemaUpdate",
"setterDocumentation" : "/**Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
\n@param inputSchemaUpdate Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.*/",
"setterMethodName" : "setInputSchemaUpdate",
"setterModel" : {
"variableDeclarationType" : "InputSchemaUpdate",
"variableName" : "inputSchemaUpdate",
"variableType" : "InputSchemaUpdate",
"documentation" : "",
"simpleType" : "InputSchemaUpdate",
"variableSetterType" : "InputSchemaUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
\n@param inputSchemaUpdate Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputSchemaUpdate",
"variableName" : "inputSchemaUpdate",
"variableType" : "InputSchemaUpdate",
"documentation" : "Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
",
"simpleType" : "InputSchemaUpdate",
"variableSetterType" : "InputSchemaUpdate"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "InputParallelismUpdate",
"c2jShape" : "InputParallelismUpdate",
"deprecated" : false,
"documentation" : "Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).
\n@param inputParallelismUpdate Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputParallelismUpdate",
"getterDocumentation" : "/**Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).
\n@return Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).*/",
"getterMethodName" : "getInputParallelismUpdate",
"getterModel" : {
"returnType" : "InputParallelismUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputParallelismUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputParallelismUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputParallelismUpdate",
"setterDocumentation" : "/**Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).
\n@param inputParallelismUpdate Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).*/",
"setterMethodName" : "setInputParallelismUpdate",
"setterModel" : {
"variableDeclarationType" : "InputParallelismUpdate",
"variableName" : "inputParallelismUpdate",
"variableType" : "InputParallelismUpdate",
"documentation" : "",
"simpleType" : "InputParallelismUpdate",
"variableSetterType" : "InputParallelismUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).
\n@param inputParallelismUpdate Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputParallelismUpdate",
"variableName" : "inputParallelismUpdate",
"variableType" : "InputParallelismUpdate",
"documentation" : "Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).
",
"simpleType" : "InputParallelismUpdate",
"variableSetterType" : "InputParallelismUpdate"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"InputId" : {
"c2jName" : "InputId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "Input ID of the application input to be updated.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Input ID of the application input to be updated.
\n@param inputId Input ID of the application input to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputId",
"getterDocumentation" : "/**Input ID of the application input to be updated.
\n@return Input ID of the application input to be updated.*/",
"getterMethodName" : "getInputId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputId",
"setterDocumentation" : "/**Input ID of the application input to be updated.
\n@param inputId Input ID of the application input to be updated.*/",
"setterMethodName" : "setInputId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "inputId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Input ID of the application input to be updated.
\n@param inputId Input ID of the application input to be updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "inputId",
"variableType" : "String",
"documentation" : "Input ID of the application input to be updated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"InputParallelismUpdate" : {
"c2jName" : "InputParallelismUpdate",
"c2jShape" : "InputParallelismUpdate",
"deprecated" : false,
"documentation" : "Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).
\n@param inputParallelismUpdate Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputParallelismUpdate",
"getterDocumentation" : "/**Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).
\n@return Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).*/",
"getterMethodName" : "getInputParallelismUpdate",
"getterModel" : {
"returnType" : "InputParallelismUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputParallelismUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputParallelismUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputParallelismUpdate",
"setterDocumentation" : "/**Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).
\n@param inputParallelismUpdate Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).*/",
"setterMethodName" : "setInputParallelismUpdate",
"setterModel" : {
"variableDeclarationType" : "InputParallelismUpdate",
"variableName" : "inputParallelismUpdate",
"variableType" : "InputParallelismUpdate",
"documentation" : "",
"simpleType" : "InputParallelismUpdate",
"variableSetterType" : "InputParallelismUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).
\n@param inputParallelismUpdate Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputParallelismUpdate",
"variableName" : "inputParallelismUpdate",
"variableType" : "InputParallelismUpdate",
"documentation" : "Describes the parallelism updates (the number in-application streams Kinesis Analytics creates for the specific streaming source).
",
"simpleType" : "InputParallelismUpdate",
"variableSetterType" : "InputParallelismUpdate"
},
"xmlNameSpaceUri" : null
},
"InputSchemaUpdate" : {
"c2jName" : "InputSchemaUpdate",
"c2jShape" : "InputSchemaUpdate",
"deprecated" : false,
"documentation" : "Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
\n@param inputSchemaUpdate Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withInputSchemaUpdate",
"getterDocumentation" : "/**Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
\n@return Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.*/",
"getterMethodName" : "getInputSchemaUpdate",
"getterModel" : {
"returnType" : "InputSchemaUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InputSchemaUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputSchemaUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InputSchemaUpdate",
"setterDocumentation" : "/**Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
\n@param inputSchemaUpdate Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.*/",
"setterMethodName" : "setInputSchemaUpdate",
"setterModel" : {
"variableDeclarationType" : "InputSchemaUpdate",
"variableName" : "inputSchemaUpdate",
"variableType" : "InputSchemaUpdate",
"documentation" : "",
"simpleType" : "InputSchemaUpdate",
"variableSetterType" : "InputSchemaUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
\n@param inputSchemaUpdate Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "InputSchemaUpdate",
"variableName" : "inputSchemaUpdate",
"variableType" : "InputSchemaUpdate",
"documentation" : "Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
",
"simpleType" : "InputSchemaUpdate",
"variableSetterType" : "InputSchemaUpdate"
},
"xmlNameSpaceUri" : null
},
"KinesisFirehoseInputUpdate" : {
"c2jName" : "KinesisFirehoseInputUpdate",
"c2jShape" : "KinesisFirehoseInputUpdate",
"deprecated" : false,
"documentation" : "If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.
\n@param kinesisFirehoseInputUpdate If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisFirehoseInputUpdate",
"getterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.
\n@return If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.*/",
"getterMethodName" : "getKinesisFirehoseInputUpdate",
"getterModel" : {
"returnType" : "KinesisFirehoseInputUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisFirehoseInputUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisFirehoseInputUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisFirehoseInputUpdate",
"setterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.
\n@param kinesisFirehoseInputUpdate If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.*/",
"setterMethodName" : "setKinesisFirehoseInputUpdate",
"setterModel" : {
"variableDeclarationType" : "KinesisFirehoseInputUpdate",
"variableName" : "kinesisFirehoseInputUpdate",
"variableType" : "KinesisFirehoseInputUpdate",
"documentation" : "",
"simpleType" : "KinesisFirehoseInputUpdate",
"variableSetterType" : "KinesisFirehoseInputUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.
\n@param kinesisFirehoseInputUpdate If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisFirehoseInputUpdate",
"variableName" : "kinesisFirehoseInputUpdate",
"variableType" : "KinesisFirehoseInputUpdate",
"documentation" : "If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.
",
"simpleType" : "KinesisFirehoseInputUpdate",
"variableSetterType" : "KinesisFirehoseInputUpdate"
},
"xmlNameSpaceUri" : null
},
"KinesisStreamsInputUpdate" : {
"c2jName" : "KinesisStreamsInputUpdate",
"c2jShape" : "KinesisStreamsInputUpdate",
"deprecated" : false,
"documentation" : "If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.
\n@param kinesisStreamsInputUpdate If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisStreamsInputUpdate",
"getterDocumentation" : "/**If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.
\n@return If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.*/",
"getterMethodName" : "getKinesisStreamsInputUpdate",
"getterModel" : {
"returnType" : "KinesisStreamsInputUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisStreamsInputUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisStreamsInputUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisStreamsInputUpdate",
"setterDocumentation" : "/**If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.
\n@param kinesisStreamsInputUpdate If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.*/",
"setterMethodName" : "setKinesisStreamsInputUpdate",
"setterModel" : {
"variableDeclarationType" : "KinesisStreamsInputUpdate",
"variableName" : "kinesisStreamsInputUpdate",
"variableType" : "KinesisStreamsInputUpdate",
"documentation" : "",
"simpleType" : "KinesisStreamsInputUpdate",
"variableSetterType" : "KinesisStreamsInputUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.
\n@param kinesisStreamsInputUpdate If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisStreamsInputUpdate",
"variableName" : "kinesisStreamsInputUpdate",
"variableType" : "KinesisStreamsInputUpdate",
"documentation" : "If a Amazon Kinesis stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.
",
"simpleType" : "KinesisStreamsInputUpdate",
"variableSetterType" : "KinesisStreamsInputUpdate"
},
"xmlNameSpaceUri" : null
},
"NamePrefixUpdate" : {
"c2jName" : "NamePrefixUpdate",
"c2jShape" : "InAppStreamName",
"deprecated" : false,
"documentation" : "Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.
\n@param namePrefixUpdate Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNamePrefixUpdate",
"getterDocumentation" : "/**Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.
\n@return Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.*/",
"getterMethodName" : "getNamePrefixUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NamePrefixUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NamePrefixUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NamePrefixUpdate",
"setterDocumentation" : "/**Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.
\n@param namePrefixUpdate Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.*/",
"setterMethodName" : "setNamePrefixUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "namePrefixUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.
\n@param namePrefixUpdate Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "namePrefixUpdate",
"variableType" : "String",
"documentation" : "Name prefix for in-application stream(s) that Kinesis Analytics creates for the specific streaming source.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "InputId" ],
"shapeName" : "InputUpdate",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "InputUpdate",
"variableName" : "inputUpdate",
"variableType" : "InputUpdate",
"documentation" : null,
"simpleType" : "InputUpdate",
"variableSetterType" : "InputUpdate"
},
"wrapper" : false
},
"InvalidApplicationConfigurationException" : {
"c2jName" : "InvalidApplicationConfigurationException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "User-provided application configuration is not valid.
",
"enums" : null,
"errorCode" : "InvalidApplicationConfigurationException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidApplicationConfigurationException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidApplicationConfigurationException",
"variableName" : "invalidApplicationConfigurationException",
"variableType" : "InvalidApplicationConfigurationException",
"documentation" : null,
"simpleType" : "InvalidApplicationConfigurationException",
"variableSetterType" : "InvalidApplicationConfigurationException"
},
"wrapper" : false
},
"InvalidArgumentException" : {
"c2jName" : "InvalidArgumentException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Specified input parameter value is invalid.
",
"enums" : null,
"errorCode" : "InvalidArgumentException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidArgumentException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidArgumentException",
"variableName" : "invalidArgumentException",
"variableType" : "InvalidArgumentException",
"documentation" : null,
"simpleType" : "InvalidArgumentException",
"variableSetterType" : "InvalidArgumentException"
},
"wrapper" : false
},
"JSONMappingParameters" : {
"c2jName" : "JSONMappingParameters",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides additional mapping information when JSON is the record format on the streaming source.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "RecordRowPath",
"c2jShape" : "RecordRowPath",
"deprecated" : false,
"documentation" : "Path to the top-level parent that contains the records.
For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Path to the top-level parent that contains the records.
For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.
\n@param recordRowPath Path to the top-level parent that contains the records. For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecordRowPath",
"getterDocumentation" : "/**
Path to the top-level parent that contains the records.
For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.
\n@return Path to the top-level parent that contains the records. For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.*/",
"getterMethodName" : "getRecordRowPath",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordRowPath",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordRowPath",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordRowPath",
"setterDocumentation" : "/**
Path to the top-level parent that contains the records.
For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.
\n@param recordRowPath Path to the top-level parent that contains the records. For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.*/",
"setterMethodName" : "setRecordRowPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recordRowPath",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Path to the top-level parent that contains the records.
For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.
\n@param recordRowPath Path to the top-level parent that contains the records. For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recordRowPath",
"variableType" : "String",
"documentation" : "
Path to the top-level parent that contains the records.
For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RecordRowPath" : {
"c2jName" : "RecordRowPath",
"c2jShape" : "RecordRowPath",
"deprecated" : false,
"documentation" : "Path to the top-level parent that contains the records.
For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Path to the top-level parent that contains the records.
For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.
\n@param recordRowPath Path to the top-level parent that contains the records. For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecordRowPath",
"getterDocumentation" : "/**
Path to the top-level parent that contains the records.
For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.
\n@return Path to the top-level parent that contains the records. For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.*/",
"getterMethodName" : "getRecordRowPath",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordRowPath",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordRowPath",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordRowPath",
"setterDocumentation" : "/**
Path to the top-level parent that contains the records.
For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.
\n@param recordRowPath Path to the top-level parent that contains the records. For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.*/",
"setterMethodName" : "setRecordRowPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recordRowPath",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
Path to the top-level parent that contains the records.
For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.
\n@param recordRowPath Path to the top-level parent that contains the records. For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recordRowPath",
"variableType" : "String",
"documentation" : "
Path to the top-level parent that contains the records.
For example, consider the following JSON record:
In the RecordRowPath
, \"$\"
refers to the root and path \"$.vehicle.Model\"
refers to the specific \"Model\"
key in the JSON.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RecordRowPath" ],
"shapeName" : "JSONMappingParameters",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "JSONMappingParameters",
"variableName" : "jSONMappingParameters",
"variableType" : "JSONMappingParameters",
"documentation" : null,
"simpleType" : "JSONMappingParameters",
"variableSetterType" : "JSONMappingParameters"
},
"wrapper" : false
},
"KinesisFirehoseInput" : {
"c2jName" : "KinesisFirehoseInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : " Identifies an Amazon Kinesis Firehose delivery stream as the streaming source. You provide the Firehose delivery stream's Amazon Resource Name (ARN) and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "ARN of the input Firehose delivery stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the input Firehose delivery stream.
\n@param resourceARN ARN of the input Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**ARN of the input Firehose delivery stream.
\n@return ARN of the input Firehose delivery stream.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**ARN of the input Firehose delivery stream.
\n@param resourceARN ARN of the input Firehose delivery stream.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the input Firehose delivery stream.
\n@param resourceARN ARN of the input Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "ARN of the input Firehose delivery stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceARN" : {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "ARN of the input Firehose delivery stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the input Firehose delivery stream.
\n@param resourceARN ARN of the input Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**ARN of the input Firehose delivery stream.
\n@return ARN of the input Firehose delivery stream.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**ARN of the input Firehose delivery stream.
\n@param resourceARN ARN of the input Firehose delivery stream.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the input Firehose delivery stream.
\n@param resourceARN ARN of the input Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "ARN of the input Firehose delivery stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleARN" : {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to make sure the role has necessary permissions to access the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ResourceARN", "RoleARN" ],
"shapeName" : "KinesisFirehoseInput",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KinesisFirehoseInput",
"variableName" : "kinesisFirehoseInput",
"variableType" : "KinesisFirehoseInput",
"documentation" : null,
"simpleType" : "KinesisFirehoseInput",
"variableSetterType" : "KinesisFirehoseInput"
},
"wrapper" : false
},
"KinesisFirehoseInputDescription" : {
"c2jName" : "KinesisFirehoseInputDescription",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : " Describes the Amazon Kinesis Firehose delivery stream that is configured as the streaming source in the application input configuration.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@return Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
\n@return ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceARN" : {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@return Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleARN" : {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
\n@return ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "KinesisFirehoseInputDescription",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KinesisFirehoseInputDescription",
"variableName" : "kinesisFirehoseInputDescription",
"variableType" : "KinesisFirehoseInputDescription",
"documentation" : null,
"simpleType" : "KinesisFirehoseInputDescription",
"variableSetterType" : "KinesisFirehoseInputDescription"
},
"wrapper" : false
},
"KinesisFirehoseInputUpdate" : {
"c2jName" : "KinesisFirehoseInputUpdate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "When updating application input configuration, provides information about an Amazon Kinesis Firehose delivery stream as the streaming source.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ResourceARNUpdate",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "ARN of the input Amazon Kinesis Firehose delivery stream to read.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the input Amazon Kinesis Firehose delivery stream to read.
\n@param resourceARNUpdate ARN of the input Amazon Kinesis Firehose delivery stream to read.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARNUpdate",
"getterDocumentation" : "/**ARN of the input Amazon Kinesis Firehose delivery stream to read.
\n@return ARN of the input Amazon Kinesis Firehose delivery stream to read.*/",
"getterMethodName" : "getResourceARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARNUpdate",
"setterDocumentation" : "/**ARN of the input Amazon Kinesis Firehose delivery stream to read.
\n@param resourceARNUpdate ARN of the input Amazon Kinesis Firehose delivery stream to read.*/",
"setterMethodName" : "setResourceARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the input Amazon Kinesis Firehose delivery stream to read.
\n@param resourceARNUpdate ARN of the input Amazon Kinesis Firehose delivery stream to read.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "ARN of the input Amazon Kinesis Firehose delivery stream to read.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RoleARNUpdate",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@param roleARNUpdate Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARNUpdate",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@return Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.*/",
"getterMethodName" : "getRoleARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARNUpdate",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@param roleARNUpdate Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.*/",
"setterMethodName" : "setRoleARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@param roleARNUpdate Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceARNUpdate" : {
"c2jName" : "ResourceARNUpdate",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "ARN of the input Amazon Kinesis Firehose delivery stream to read.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the input Amazon Kinesis Firehose delivery stream to read.
\n@param resourceARNUpdate ARN of the input Amazon Kinesis Firehose delivery stream to read.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARNUpdate",
"getterDocumentation" : "/**ARN of the input Amazon Kinesis Firehose delivery stream to read.
\n@return ARN of the input Amazon Kinesis Firehose delivery stream to read.*/",
"getterMethodName" : "getResourceARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARNUpdate",
"setterDocumentation" : "/**ARN of the input Amazon Kinesis Firehose delivery stream to read.
\n@param resourceARNUpdate ARN of the input Amazon Kinesis Firehose delivery stream to read.*/",
"setterMethodName" : "setResourceARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the input Amazon Kinesis Firehose delivery stream to read.
\n@param resourceARNUpdate ARN of the input Amazon Kinesis Firehose delivery stream to read.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "ARN of the input Amazon Kinesis Firehose delivery stream to read.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleARNUpdate" : {
"c2jName" : "RoleARNUpdate",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@param roleARNUpdate Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARNUpdate",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@return Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.*/",
"getterMethodName" : "getRoleARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARNUpdate",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@param roleARNUpdate Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.*/",
"setterMethodName" : "setRoleARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@param roleARNUpdate Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "KinesisFirehoseInputUpdate",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KinesisFirehoseInputUpdate",
"variableName" : "kinesisFirehoseInputUpdate",
"variableType" : "KinesisFirehoseInputUpdate",
"documentation" : null,
"simpleType" : "KinesisFirehoseInputUpdate",
"variableSetterType" : "KinesisFirehoseInputUpdate"
},
"wrapper" : false
},
"KinesisFirehoseOutput" : {
"c2jName" : "KinesisFirehoseOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "When configuring application output, identifies an Amazon Kinesis Firehose delivery stream as the destination. You provide the stream Amazon Resource Name (ARN) and an IAM role that enables Amazon Kinesis Analytics to write to the stream on your behalf.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
\n@param resourceARN ARN of the destination Amazon Kinesis Firehose delivery stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
\n@return ARN of the destination Amazon Kinesis Firehose delivery stream to write to.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
\n@param resourceARN ARN of the destination Amazon Kinesis Firehose delivery stream to write to.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
\n@param resourceARN ARN of the destination Amazon Kinesis Firehose delivery stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceARN" : {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
\n@param resourceARN ARN of the destination Amazon Kinesis Firehose delivery stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
\n@return ARN of the destination Amazon Kinesis Firehose delivery stream to write to.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
\n@param resourceARN ARN of the destination Amazon Kinesis Firehose delivery stream to write to.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
\n@param resourceARN ARN of the destination Amazon Kinesis Firehose delivery stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "ARN of the destination Amazon Kinesis Firehose delivery stream to write to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleARN" : {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ResourceARN", "RoleARN" ],
"shapeName" : "KinesisFirehoseOutput",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KinesisFirehoseOutput",
"variableName" : "kinesisFirehoseOutput",
"variableType" : "KinesisFirehoseOutput",
"documentation" : null,
"simpleType" : "KinesisFirehoseOutput",
"variableSetterType" : "KinesisFirehoseOutput"
},
"wrapper" : false
},
"KinesisFirehoseOutputDescription" : {
"c2jName" : "KinesisFirehoseOutputDescription",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : " For an application output, describes the Amazon Kinesis Firehose delivery stream configured as its destination.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@return Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceARN" : {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@return Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleARN" : {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "KinesisFirehoseOutputDescription",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KinesisFirehoseOutputDescription",
"variableName" : "kinesisFirehoseOutputDescription",
"variableType" : "KinesisFirehoseOutputDescription",
"documentation" : null,
"simpleType" : "KinesisFirehoseOutputDescription",
"variableSetterType" : "KinesisFirehoseOutputDescription"
},
"wrapper" : false
},
"KinesisFirehoseOutputUpdate" : {
"c2jName" : "KinesisFirehoseOutputUpdate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : " When updating an output configuration using the UpdateApplication operation, provides information about an Amazon Kinesis Firehose delivery stream configured as the destination.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ResourceARNUpdate",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARNUpdate",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.
\n@return Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.*/",
"getterMethodName" : "getResourceARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARNUpdate",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.*/",
"setterMethodName" : "setResourceARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RoleARNUpdate",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARNUpdate",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.*/",
"getterMethodName" : "getRoleARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARNUpdate",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.*/",
"setterMethodName" : "setRoleARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceARNUpdate" : {
"c2jName" : "ResourceARNUpdate",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARNUpdate",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.
\n@return Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.*/",
"getterMethodName" : "getResourceARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARNUpdate",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.*/",
"setterMethodName" : "setResourceARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleARNUpdate" : {
"c2jName" : "RoleARNUpdate",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARNUpdate",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.*/",
"getterMethodName" : "getRoleARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARNUpdate",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.*/",
"setterMethodName" : "setRoleARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant necessary permissions to this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "KinesisFirehoseOutputUpdate",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KinesisFirehoseOutputUpdate",
"variableName" : "kinesisFirehoseOutputUpdate",
"variableType" : "KinesisFirehoseOutputUpdate",
"documentation" : null,
"simpleType" : "KinesisFirehoseOutputUpdate",
"variableSetterType" : "KinesisFirehoseOutputUpdate"
},
"wrapper" : false
},
"KinesisStreamsInput" : {
"c2jName" : "KinesisStreamsInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : " Identifies an Amazon Kinesis stream as the streaming source. You provide the stream's ARN and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "ARN of the input Amazon Kinesis stream to read.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the input Amazon Kinesis stream to read.
\n@param resourceARN ARN of the input Amazon Kinesis stream to read.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**ARN of the input Amazon Kinesis stream to read.
\n@return ARN of the input Amazon Kinesis stream to read.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**ARN of the input Amazon Kinesis stream to read.
\n@param resourceARN ARN of the input Amazon Kinesis stream to read.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the input Amazon Kinesis stream to read.
\n@param resourceARN ARN of the input Amazon Kinesis stream to read.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "ARN of the input Amazon Kinesis stream to read.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceARN" : {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "ARN of the input Amazon Kinesis stream to read.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the input Amazon Kinesis stream to read.
\n@param resourceARN ARN of the input Amazon Kinesis stream to read.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**ARN of the input Amazon Kinesis stream to read.
\n@return ARN of the input Amazon Kinesis stream to read.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**ARN of the input Amazon Kinesis stream to read.
\n@param resourceARN ARN of the input Amazon Kinesis stream to read.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the input Amazon Kinesis stream to read.
\n@param resourceARN ARN of the input Amazon Kinesis stream to read.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "ARN of the input Amazon Kinesis stream to read.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleARN" : {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ResourceARN", "RoleARN" ],
"shapeName" : "KinesisStreamsInput",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KinesisStreamsInput",
"variableName" : "kinesisStreamsInput",
"variableType" : "KinesisStreamsInput",
"documentation" : null,
"simpleType" : "KinesisStreamsInput",
"variableSetterType" : "KinesisStreamsInput"
},
"wrapper" : false
},
"KinesisStreamsInputDescription" : {
"c2jName" : "KinesisStreamsInputDescription",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : " Describes the Amazon Kinesis stream that is configured as the streaming source in the application input configuration.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@return Amazon Resource Name (ARN) of the Amazon Kinesis stream.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceARN" : {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@return Amazon Resource Name (ARN) of the Amazon Kinesis stream.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleARN" : {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "KinesisStreamsInputDescription",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KinesisStreamsInputDescription",
"variableName" : "kinesisStreamsInputDescription",
"variableType" : "KinesisStreamsInputDescription",
"documentation" : null,
"simpleType" : "KinesisStreamsInputDescription",
"variableSetterType" : "KinesisStreamsInputDescription"
},
"wrapper" : false
},
"KinesisStreamsInputUpdate" : {
"c2jName" : "KinesisStreamsInputUpdate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "When updating application input configuration, provides information about an Amazon Kinesis stream as the streaming source.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ResourceARNUpdate",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARNUpdate",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.
\n@return Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.*/",
"getterMethodName" : "getResourceARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARNUpdate",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.*/",
"setterMethodName" : "setResourceARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RoleARNUpdate",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARNUpdate",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.*/",
"getterMethodName" : "getRoleARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARNUpdate",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.*/",
"setterMethodName" : "setRoleARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceARNUpdate" : {
"c2jName" : "ResourceARNUpdate",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARNUpdate",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.
\n@return Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.*/",
"getterMethodName" : "getResourceARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARNUpdate",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.*/",
"setterMethodName" : "setResourceARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleARNUpdate" : {
"c2jName" : "RoleARNUpdate",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARNUpdate",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.*/",
"getterMethodName" : "getRoleARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARNUpdate",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.*/",
"setterMethodName" : "setRoleARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "KinesisStreamsInputUpdate",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KinesisStreamsInputUpdate",
"variableName" : "kinesisStreamsInputUpdate",
"variableType" : "KinesisStreamsInputUpdate",
"documentation" : null,
"simpleType" : "KinesisStreamsInputUpdate",
"variableSetterType" : "KinesisStreamsInputUpdate"
},
"wrapper" : false
},
"KinesisStreamsOutput" : {
"c2jName" : "KinesisStreamsOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "When configuring application output, identifies a Amazon Kinesis stream as the destination. You provide the stream Amazon Resource Name (ARN) and also an IAM role ARN that Amazon Kinesis Analytics can use to write to the stream on your behalf.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "ARN of the destination Amazon Kinesis stream to write to.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the destination Amazon Kinesis stream to write to.
\n@param resourceARN ARN of the destination Amazon Kinesis stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**ARN of the destination Amazon Kinesis stream to write to.
\n@return ARN of the destination Amazon Kinesis stream to write to.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**ARN of the destination Amazon Kinesis stream to write to.
\n@param resourceARN ARN of the destination Amazon Kinesis stream to write to.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the destination Amazon Kinesis stream to write to.
\n@param resourceARN ARN of the destination Amazon Kinesis stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "ARN of the destination Amazon Kinesis stream to write to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceARN" : {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "ARN of the destination Amazon Kinesis stream to write to.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the destination Amazon Kinesis stream to write to.
\n@param resourceARN ARN of the destination Amazon Kinesis stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**ARN of the destination Amazon Kinesis stream to write to.
\n@return ARN of the destination Amazon Kinesis stream to write to.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**ARN of the destination Amazon Kinesis stream to write to.
\n@param resourceARN ARN of the destination Amazon Kinesis stream to write to.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the destination Amazon Kinesis stream to write to.
\n@param resourceARN ARN of the destination Amazon Kinesis stream to write to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "ARN of the destination Amazon Kinesis stream to write to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleARN" : {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ResourceARN", "RoleARN" ],
"shapeName" : "KinesisStreamsOutput",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KinesisStreamsOutput",
"variableName" : "kinesisStreamsOutput",
"variableType" : "KinesisStreamsOutput",
"documentation" : null,
"simpleType" : "KinesisStreamsOutput",
"variableSetterType" : "KinesisStreamsOutput"
},
"wrapper" : false
},
"KinesisStreamsOutputDescription" : {
"c2jName" : "KinesisStreamsOutputDescription",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : " For an application output, describes the Amazon Kinesis stream configured as its destination.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@return Amazon Resource Name (ARN) of the Amazon Kinesis stream.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceARN" : {
"c2jName" : "ResourceARN",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARN",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@return Amazon Resource Name (ARN) of the Amazon Kinesis stream.*/",
"getterMethodName" : "getResourceARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARN",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.*/",
"setterMethodName" : "setResourceARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream.
\n@param resourceARN Amazon Resource Name (ARN) of the Amazon Kinesis stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARN",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleARN" : {
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.*/",
"getterMethodName" : "getRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.*/",
"setterMethodName" : "setRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
\n@param roleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "KinesisStreamsOutputDescription",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KinesisStreamsOutputDescription",
"variableName" : "kinesisStreamsOutputDescription",
"variableType" : "KinesisStreamsOutputDescription",
"documentation" : null,
"simpleType" : "KinesisStreamsOutputDescription",
"variableSetterType" : "KinesisStreamsOutputDescription"
},
"wrapper" : false
},
"KinesisStreamsOutputUpdate" : {
"c2jName" : "KinesisStreamsOutputUpdate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : " When updating an output configuration using the UpdateApplication operation, provides information about an Amazon Kinesis stream configured as the destination.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ResourceARNUpdate",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARNUpdate",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
\n@return Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.*/",
"getterMethodName" : "getResourceARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARNUpdate",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.*/",
"setterMethodName" : "setResourceARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RoleARNUpdate",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARNUpdate",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.*/",
"getterMethodName" : "getRoleARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARNUpdate",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.*/",
"setterMethodName" : "setRoleARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceARNUpdate" : {
"c2jName" : "ResourceARNUpdate",
"c2jShape" : "ResourceARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withResourceARNUpdate",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
\n@return Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.*/",
"getterMethodName" : "getResourceARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ResourceARNUpdate",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.*/",
"setterMethodName" : "setResourceARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
\n@param resourceARNUpdate Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceARNUpdate",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RoleARNUpdate" : {
"c2jName" : "RoleARNUpdate",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRoleARNUpdate",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.*/",
"getterMethodName" : "getRoleARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RoleARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RoleARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RoleARNUpdate",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.*/",
"setterMethodName" : "setRoleARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
\n@param roleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleARNUpdate",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "KinesisStreamsOutputUpdate",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "KinesisStreamsOutputUpdate",
"variableName" : "kinesisStreamsOutputUpdate",
"variableType" : "KinesisStreamsOutputUpdate",
"documentation" : null,
"simpleType" : "KinesisStreamsOutputUpdate",
"variableSetterType" : "KinesisStreamsOutputUpdate"
},
"wrapper" : false
},
"LimitExceededException" : {
"c2jName" : "LimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Exceeded the number of applications allowed.
",
"enums" : null,
"errorCode" : "LimitExceededException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "LimitExceededException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "LimitExceededException",
"variableName" : "limitExceededException",
"variableType" : "LimitExceededException",
"documentation" : null,
"simpleType" : "LimitExceededException",
"variableSetterType" : "LimitExceededException"
},
"wrapper" : false
},
"ListApplicationsRequest" : {
"c2jName" : "ListApplicationsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "ListApplications",
"locationName" : null,
"requestUri" : "/",
"target" : "KinesisAnalytics_20150814.ListApplications",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Limit",
"c2jShape" : "ListApplicationsInputLimit",
"deprecated" : false,
"documentation" : "Maximum number of applications to list.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Maximum number of applications to list.
\n@param limit Maximum number of applications to list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withLimit",
"getterDocumentation" : "/**Maximum number of applications to list.
\n@return Maximum number of applications to list.*/",
"getterMethodName" : "getLimit",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Limit",
"setterDocumentation" : "/**Maximum number of applications to list.
\n@param limit Maximum number of applications to list.*/",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**Maximum number of applications to list.
\n@param limit Maximum number of applications to list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "Maximum number of applications to list.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ExclusiveStartApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
\n@param exclusiveStartApplicationName Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExclusiveStartApplicationName",
"getterDocumentation" : "/**Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
\n@return Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.*/",
"getterMethodName" : "getExclusiveStartApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ExclusiveStartApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExclusiveStartApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExclusiveStartApplicationName",
"setterDocumentation" : "/**Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
\n@param exclusiveStartApplicationName Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.*/",
"setterMethodName" : "setExclusiveStartApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartApplicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
\n@param exclusiveStartApplicationName Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartApplicationName",
"variableType" : "String",
"documentation" : "Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ExclusiveStartApplicationName" : {
"c2jName" : "ExclusiveStartApplicationName",
"c2jShape" : "ApplicationName",
"deprecated" : false,
"documentation" : "Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
\n@param exclusiveStartApplicationName Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExclusiveStartApplicationName",
"getterDocumentation" : "/**Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
\n@return Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.*/",
"getterMethodName" : "getExclusiveStartApplicationName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ExclusiveStartApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExclusiveStartApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExclusiveStartApplicationName",
"setterDocumentation" : "/**Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
\n@param exclusiveStartApplicationName Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.*/",
"setterMethodName" : "setExclusiveStartApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartApplicationName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
\n@param exclusiveStartApplicationName Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "exclusiveStartApplicationName",
"variableType" : "String",
"documentation" : "Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Limit" : {
"c2jName" : "Limit",
"c2jShape" : "ListApplicationsInputLimit",
"deprecated" : false,
"documentation" : "Maximum number of applications to list.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Maximum number of applications to list.
\n@param limit Maximum number of applications to list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withLimit",
"getterDocumentation" : "/**Maximum number of applications to list.
\n@return Maximum number of applications to list.*/",
"getterMethodName" : "getLimit",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Limit",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Limit",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Limit",
"setterDocumentation" : "/**Maximum number of applications to list.
\n@param limit Maximum number of applications to list.*/",
"setterMethodName" : "setLimit",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**Maximum number of applications to list.
\n@param limit Maximum number of applications to list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "limit",
"variableType" : "Integer",
"documentation" : "Maximum number of applications to list.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListApplicationsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListApplicationsRequest",
"variableName" : "listApplicationsRequest",
"variableType" : "ListApplicationsRequest",
"documentation" : null,
"simpleType" : "ListApplicationsRequest",
"variableSetterType" : "ListApplicationsRequest"
},
"wrapper" : false
},
"ListApplicationsResult" : {
"c2jName" : "ListApplicationsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ApplicationSummaries",
"c2jShape" : "ApplicationSummaries",
"deprecated" : false,
"documentation" : "List of ApplicationSummary
objects.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**List of ApplicationSummary
objects.
\n@param applicationSummaries List of ApplicationSummary
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationSummaries",
"getterDocumentation" : "/**List of ApplicationSummary
objects.
\n@return List of ApplicationSummary
objects.*/",
"getterMethodName" : "getApplicationSummaries",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationSummaries",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationSummaries",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ApplicationSummary",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "ApplicationSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ApplicationSummary",
"variableName" : "member",
"variableType" : "ApplicationSummary",
"documentation" : "",
"simpleType" : "ApplicationSummary",
"variableSetterType" : "ApplicationSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ApplicationSummary",
"variableName" : "member",
"variableType" : "ApplicationSummary",
"documentation" : "",
"simpleType" : "ApplicationSummary",
"variableSetterType" : "ApplicationSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ApplicationSummary",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ApplicationSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ApplicationSummaries",
"setterDocumentation" : "/**List of ApplicationSummary
objects.
\n@param applicationSummaries List of ApplicationSummary
objects.*/",
"setterMethodName" : "setApplicationSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationSummaries",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**List of ApplicationSummary
objects.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setApplicationSummaries(java.util.Collection)} or {@link #withApplicationSummaries(java.util.Collection)} if you want to override the existing values.
\n@param applicationSummaries List of ApplicationSummary
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationSummaries",
"variableType" : "java.util.List",
"documentation" : "List of ApplicationSummary
objects.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "HasMoreApplications",
"c2jShape" : "BooleanObject",
"deprecated" : false,
"documentation" : "Returns true if there are more applications to retrieve.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Returns true if there are more applications to retrieve.
\n@param hasMoreApplications Returns true if there are more applications to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHasMoreApplications",
"getterDocumentation" : "/**Returns true if there are more applications to retrieve.
\n@return Returns true if there are more applications to retrieve.*/",
"getterMethodName" : "getHasMoreApplications",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HasMoreApplications",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HasMoreApplications",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HasMoreApplications",
"setterDocumentation" : "/**Returns true if there are more applications to retrieve.
\n@param hasMoreApplications Returns true if there are more applications to retrieve.*/",
"setterMethodName" : "setHasMoreApplications",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "hasMoreApplications",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Returns true if there are more applications to retrieve.
\n@param hasMoreApplications Returns true if there are more applications to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "hasMoreApplications",
"variableType" : "Boolean",
"documentation" : "Returns true if there are more applications to retrieve.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationSummaries" : {
"c2jName" : "ApplicationSummaries",
"c2jShape" : "ApplicationSummaries",
"deprecated" : false,
"documentation" : "List of ApplicationSummary
objects.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**List of ApplicationSummary
objects.
\n@param applicationSummaries List of ApplicationSummary
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withApplicationSummaries",
"getterDocumentation" : "/**List of ApplicationSummary
objects.
\n@return List of ApplicationSummary
objects.*/",
"getterMethodName" : "getApplicationSummaries",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ApplicationSummaries",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationSummaries",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ApplicationSummary",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "ApplicationSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ApplicationSummary",
"variableName" : "member",
"variableType" : "ApplicationSummary",
"documentation" : "",
"simpleType" : "ApplicationSummary",
"variableSetterType" : "ApplicationSummary"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ApplicationSummary",
"variableName" : "member",
"variableType" : "ApplicationSummary",
"documentation" : "",
"simpleType" : "ApplicationSummary",
"variableSetterType" : "ApplicationSummary"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ApplicationSummary",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ApplicationSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ApplicationSummaries",
"setterDocumentation" : "/**List of ApplicationSummary
objects.
\n@param applicationSummaries List of ApplicationSummary
objects.*/",
"setterMethodName" : "setApplicationSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationSummaries",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**List of ApplicationSummary
objects.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setApplicationSummaries(java.util.Collection)} or {@link #withApplicationSummaries(java.util.Collection)} if you want to override the existing values.
\n@param applicationSummaries List of ApplicationSummary
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "applicationSummaries",
"variableType" : "java.util.List",
"documentation" : "List of ApplicationSummary
objects.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"HasMoreApplications" : {
"c2jName" : "HasMoreApplications",
"c2jShape" : "BooleanObject",
"deprecated" : false,
"documentation" : "Returns true if there are more applications to retrieve.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Returns true if there are more applications to retrieve.
\n@param hasMoreApplications Returns true if there are more applications to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withHasMoreApplications",
"getterDocumentation" : "/**Returns true if there are more applications to retrieve.
\n@return Returns true if there are more applications to retrieve.*/",
"getterMethodName" : "getHasMoreApplications",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HasMoreApplications",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HasMoreApplications",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HasMoreApplications",
"setterDocumentation" : "/**Returns true if there are more applications to retrieve.
\n@param hasMoreApplications Returns true if there are more applications to retrieve.*/",
"setterMethodName" : "setHasMoreApplications",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "hasMoreApplications",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Returns true if there are more applications to retrieve.
\n@param hasMoreApplications Returns true if there are more applications to retrieve.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "hasMoreApplications",
"variableType" : "Boolean",
"documentation" : "Returns true if there are more applications to retrieve.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationSummaries", "HasMoreApplications" ],
"shapeName" : "ListApplicationsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListApplicationsResult",
"variableName" : "listApplicationsResult",
"variableType" : "ListApplicationsResult",
"documentation" : null,
"simpleType" : "ListApplicationsResult",
"variableSetterType" : "ListApplicationsResult"
},
"wrapper" : false
},
"MappingParameters" : {
"c2jName" : "MappingParameters",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "JSONMappingParameters",
"c2jShape" : "JSONMappingParameters",
"deprecated" : false,
"documentation" : "Provides additional mapping information when JSON is the record format on the streaming source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Provides additional mapping information when JSON is the record format on the streaming source.
\n@param jSONMappingParameters Provides additional mapping information when JSON is the record format on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withJSONMappingParameters",
"getterDocumentation" : "/**Provides additional mapping information when JSON is the record format on the streaming source.
\n@return Provides additional mapping information when JSON is the record format on the streaming source.*/",
"getterMethodName" : "getJSONMappingParameters",
"getterModel" : {
"returnType" : "JSONMappingParameters",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "JSONMappingParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JSONMappingParameters",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "JSONMappingParameters",
"setterDocumentation" : "/**Provides additional mapping information when JSON is the record format on the streaming source.
\n@param jSONMappingParameters Provides additional mapping information when JSON is the record format on the streaming source.*/",
"setterMethodName" : "setJSONMappingParameters",
"setterModel" : {
"variableDeclarationType" : "JSONMappingParameters",
"variableName" : "jSONMappingParameters",
"variableType" : "JSONMappingParameters",
"documentation" : "",
"simpleType" : "JSONMappingParameters",
"variableSetterType" : "JSONMappingParameters"
},
"simple" : false,
"varargSetterDocumentation" : "/**Provides additional mapping information when JSON is the record format on the streaming source.
\n@param jSONMappingParameters Provides additional mapping information when JSON is the record format on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "JSONMappingParameters",
"variableName" : "jSONMappingParameters",
"variableType" : "JSONMappingParameters",
"documentation" : "Provides additional mapping information when JSON is the record format on the streaming source.
",
"simpleType" : "JSONMappingParameters",
"variableSetterType" : "JSONMappingParameters"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CSVMappingParameters",
"c2jShape" : "CSVMappingParameters",
"deprecated" : false,
"documentation" : "Provides additional mapping information when the record format uses delimiters (for example, CSV).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Provides additional mapping information when the record format uses delimiters (for example, CSV).
\n@param cSVMappingParameters Provides additional mapping information when the record format uses delimiters (for example, CSV).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCSVMappingParameters",
"getterDocumentation" : "/**Provides additional mapping information when the record format uses delimiters (for example, CSV).
\n@return Provides additional mapping information when the record format uses delimiters (for example, CSV).*/",
"getterMethodName" : "getCSVMappingParameters",
"getterModel" : {
"returnType" : "CSVMappingParameters",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CSVMappingParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CSVMappingParameters",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CSVMappingParameters",
"setterDocumentation" : "/**Provides additional mapping information when the record format uses delimiters (for example, CSV).
\n@param cSVMappingParameters Provides additional mapping information when the record format uses delimiters (for example, CSV).*/",
"setterMethodName" : "setCSVMappingParameters",
"setterModel" : {
"variableDeclarationType" : "CSVMappingParameters",
"variableName" : "cSVMappingParameters",
"variableType" : "CSVMappingParameters",
"documentation" : "",
"simpleType" : "CSVMappingParameters",
"variableSetterType" : "CSVMappingParameters"
},
"simple" : false,
"varargSetterDocumentation" : "/**Provides additional mapping information when the record format uses delimiters (for example, CSV).
\n@param cSVMappingParameters Provides additional mapping information when the record format uses delimiters (for example, CSV).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CSVMappingParameters",
"variableName" : "cSVMappingParameters",
"variableType" : "CSVMappingParameters",
"documentation" : "Provides additional mapping information when the record format uses delimiters (for example, CSV).
",
"simpleType" : "CSVMappingParameters",
"variableSetterType" : "CSVMappingParameters"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CSVMappingParameters" : {
"c2jName" : "CSVMappingParameters",
"c2jShape" : "CSVMappingParameters",
"deprecated" : false,
"documentation" : "Provides additional mapping information when the record format uses delimiters (for example, CSV).
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Provides additional mapping information when the record format uses delimiters (for example, CSV).
\n@param cSVMappingParameters Provides additional mapping information when the record format uses delimiters (for example, CSV).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCSVMappingParameters",
"getterDocumentation" : "/**Provides additional mapping information when the record format uses delimiters (for example, CSV).
\n@return Provides additional mapping information when the record format uses delimiters (for example, CSV).*/",
"getterMethodName" : "getCSVMappingParameters",
"getterModel" : {
"returnType" : "CSVMappingParameters",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CSVMappingParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CSVMappingParameters",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CSVMappingParameters",
"setterDocumentation" : "/**Provides additional mapping information when the record format uses delimiters (for example, CSV).
\n@param cSVMappingParameters Provides additional mapping information when the record format uses delimiters (for example, CSV).*/",
"setterMethodName" : "setCSVMappingParameters",
"setterModel" : {
"variableDeclarationType" : "CSVMappingParameters",
"variableName" : "cSVMappingParameters",
"variableType" : "CSVMappingParameters",
"documentation" : "",
"simpleType" : "CSVMappingParameters",
"variableSetterType" : "CSVMappingParameters"
},
"simple" : false,
"varargSetterDocumentation" : "/**Provides additional mapping information when the record format uses delimiters (for example, CSV).
\n@param cSVMappingParameters Provides additional mapping information when the record format uses delimiters (for example, CSV).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "CSVMappingParameters",
"variableName" : "cSVMappingParameters",
"variableType" : "CSVMappingParameters",
"documentation" : "Provides additional mapping information when the record format uses delimiters (for example, CSV).
",
"simpleType" : "CSVMappingParameters",
"variableSetterType" : "CSVMappingParameters"
},
"xmlNameSpaceUri" : null
},
"JSONMappingParameters" : {
"c2jName" : "JSONMappingParameters",
"c2jShape" : "JSONMappingParameters",
"deprecated" : false,
"documentation" : "Provides additional mapping information when JSON is the record format on the streaming source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Provides additional mapping information when JSON is the record format on the streaming source.
\n@param jSONMappingParameters Provides additional mapping information when JSON is the record format on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withJSONMappingParameters",
"getterDocumentation" : "/**Provides additional mapping information when JSON is the record format on the streaming source.
\n@return Provides additional mapping information when JSON is the record format on the streaming source.*/",
"getterMethodName" : "getJSONMappingParameters",
"getterModel" : {
"returnType" : "JSONMappingParameters",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "JSONMappingParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JSONMappingParameters",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "JSONMappingParameters",
"setterDocumentation" : "/**Provides additional mapping information when JSON is the record format on the streaming source.
\n@param jSONMappingParameters Provides additional mapping information when JSON is the record format on the streaming source.*/",
"setterMethodName" : "setJSONMappingParameters",
"setterModel" : {
"variableDeclarationType" : "JSONMappingParameters",
"variableName" : "jSONMappingParameters",
"variableType" : "JSONMappingParameters",
"documentation" : "",
"simpleType" : "JSONMappingParameters",
"variableSetterType" : "JSONMappingParameters"
},
"simple" : false,
"varargSetterDocumentation" : "/**Provides additional mapping information when JSON is the record format on the streaming source.
\n@param jSONMappingParameters Provides additional mapping information when JSON is the record format on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "JSONMappingParameters",
"variableName" : "jSONMappingParameters",
"variableType" : "JSONMappingParameters",
"documentation" : "Provides additional mapping information when JSON is the record format on the streaming source.
",
"simpleType" : "JSONMappingParameters",
"variableSetterType" : "JSONMappingParameters"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "MappingParameters",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "MappingParameters",
"variableName" : "mappingParameters",
"variableType" : "MappingParameters",
"documentation" : null,
"simpleType" : "MappingParameters",
"variableSetterType" : "MappingParameters"
},
"wrapper" : false
},
"Output" : {
"c2jName" : "Output",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : " Describes application output configuration in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream.
You can configure your application to write output to up to five destinations.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "InAppStreamName",
"deprecated" : false,
"documentation" : "Name of the in-application stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the in-application stream.
\n@param name Name of the in-application stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withName",
"getterDocumentation" : "/**Name of the in-application stream.
\n@return Name of the in-application stream.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Name of the in-application stream.
\n@param name Name of the in-application stream.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the in-application stream.
\n@param name Name of the in-application stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Name of the in-application stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "KinesisStreamsOutput",
"c2jShape" : "KinesisStreamsOutput",
"deprecated" : false,
"documentation" : "Identifies an Amazon Kinesis stream as the destination.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Identifies an Amazon Kinesis stream as the destination.
\n@param kinesisStreamsOutput Identifies an Amazon Kinesis stream as the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisStreamsOutput",
"getterDocumentation" : "/**Identifies an Amazon Kinesis stream as the destination.
\n@return Identifies an Amazon Kinesis stream as the destination.*/",
"getterMethodName" : "getKinesisStreamsOutput",
"getterModel" : {
"returnType" : "KinesisStreamsOutput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisStreamsOutput",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisStreamsOutput",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisStreamsOutput",
"setterDocumentation" : "/**Identifies an Amazon Kinesis stream as the destination.
\n@param kinesisStreamsOutput Identifies an Amazon Kinesis stream as the destination.*/",
"setterMethodName" : "setKinesisStreamsOutput",
"setterModel" : {
"variableDeclarationType" : "KinesisStreamsOutput",
"variableName" : "kinesisStreamsOutput",
"variableType" : "KinesisStreamsOutput",
"documentation" : "",
"simpleType" : "KinesisStreamsOutput",
"variableSetterType" : "KinesisStreamsOutput"
},
"simple" : false,
"varargSetterDocumentation" : "/**Identifies an Amazon Kinesis stream as the destination.
\n@param kinesisStreamsOutput Identifies an Amazon Kinesis stream as the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisStreamsOutput",
"variableName" : "kinesisStreamsOutput",
"variableType" : "KinesisStreamsOutput",
"documentation" : "Identifies an Amazon Kinesis stream as the destination.
",
"simpleType" : "KinesisStreamsOutput",
"variableSetterType" : "KinesisStreamsOutput"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "KinesisFirehoseOutput",
"c2jShape" : "KinesisFirehoseOutput",
"deprecated" : false,
"documentation" : "Identifies an Amazon Kinesis Firehose delivery stream as the destination.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Identifies an Amazon Kinesis Firehose delivery stream as the destination.
\n@param kinesisFirehoseOutput Identifies an Amazon Kinesis Firehose delivery stream as the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisFirehoseOutput",
"getterDocumentation" : "/**Identifies an Amazon Kinesis Firehose delivery stream as the destination.
\n@return Identifies an Amazon Kinesis Firehose delivery stream as the destination.*/",
"getterMethodName" : "getKinesisFirehoseOutput",
"getterModel" : {
"returnType" : "KinesisFirehoseOutput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisFirehoseOutput",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisFirehoseOutput",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisFirehoseOutput",
"setterDocumentation" : "/**Identifies an Amazon Kinesis Firehose delivery stream as the destination.
\n@param kinesisFirehoseOutput Identifies an Amazon Kinesis Firehose delivery stream as the destination.*/",
"setterMethodName" : "setKinesisFirehoseOutput",
"setterModel" : {
"variableDeclarationType" : "KinesisFirehoseOutput",
"variableName" : "kinesisFirehoseOutput",
"variableType" : "KinesisFirehoseOutput",
"documentation" : "",
"simpleType" : "KinesisFirehoseOutput",
"variableSetterType" : "KinesisFirehoseOutput"
},
"simple" : false,
"varargSetterDocumentation" : "/**Identifies an Amazon Kinesis Firehose delivery stream as the destination.
\n@param kinesisFirehoseOutput Identifies an Amazon Kinesis Firehose delivery stream as the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisFirehoseOutput",
"variableName" : "kinesisFirehoseOutput",
"variableType" : "KinesisFirehoseOutput",
"documentation" : "Identifies an Amazon Kinesis Firehose delivery stream as the destination.
",
"simpleType" : "KinesisFirehoseOutput",
"variableSetterType" : "KinesisFirehoseOutput"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DestinationSchema",
"c2jShape" : "DestinationSchema",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param destinationSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDestinationSchema",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDestinationSchema",
"getterModel" : {
"returnType" : "DestinationSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DestinationSchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationSchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DestinationSchema",
"setterDocumentation" : "/**\n@param destinationSchema */",
"setterMethodName" : "setDestinationSchema",
"setterModel" : {
"variableDeclarationType" : "DestinationSchema",
"variableName" : "destinationSchema",
"variableType" : "DestinationSchema",
"documentation" : "",
"simpleType" : "DestinationSchema",
"variableSetterType" : "DestinationSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param destinationSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DestinationSchema",
"variableName" : "destinationSchema",
"variableType" : "DestinationSchema",
"documentation" : "",
"simpleType" : "DestinationSchema",
"variableSetterType" : "DestinationSchema"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DestinationSchema" : {
"c2jName" : "DestinationSchema",
"c2jShape" : "DestinationSchema",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param destinationSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDestinationSchema",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDestinationSchema",
"getterModel" : {
"returnType" : "DestinationSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DestinationSchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationSchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DestinationSchema",
"setterDocumentation" : "/**\n@param destinationSchema */",
"setterMethodName" : "setDestinationSchema",
"setterModel" : {
"variableDeclarationType" : "DestinationSchema",
"variableName" : "destinationSchema",
"variableType" : "DestinationSchema",
"documentation" : "",
"simpleType" : "DestinationSchema",
"variableSetterType" : "DestinationSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param destinationSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DestinationSchema",
"variableName" : "destinationSchema",
"variableType" : "DestinationSchema",
"documentation" : "",
"simpleType" : "DestinationSchema",
"variableSetterType" : "DestinationSchema"
},
"xmlNameSpaceUri" : null
},
"KinesisFirehoseOutput" : {
"c2jName" : "KinesisFirehoseOutput",
"c2jShape" : "KinesisFirehoseOutput",
"deprecated" : false,
"documentation" : "Identifies an Amazon Kinesis Firehose delivery stream as the destination.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Identifies an Amazon Kinesis Firehose delivery stream as the destination.
\n@param kinesisFirehoseOutput Identifies an Amazon Kinesis Firehose delivery stream as the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisFirehoseOutput",
"getterDocumentation" : "/**Identifies an Amazon Kinesis Firehose delivery stream as the destination.
\n@return Identifies an Amazon Kinesis Firehose delivery stream as the destination.*/",
"getterMethodName" : "getKinesisFirehoseOutput",
"getterModel" : {
"returnType" : "KinesisFirehoseOutput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisFirehoseOutput",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisFirehoseOutput",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisFirehoseOutput",
"setterDocumentation" : "/**Identifies an Amazon Kinesis Firehose delivery stream as the destination.
\n@param kinesisFirehoseOutput Identifies an Amazon Kinesis Firehose delivery stream as the destination.*/",
"setterMethodName" : "setKinesisFirehoseOutput",
"setterModel" : {
"variableDeclarationType" : "KinesisFirehoseOutput",
"variableName" : "kinesisFirehoseOutput",
"variableType" : "KinesisFirehoseOutput",
"documentation" : "",
"simpleType" : "KinesisFirehoseOutput",
"variableSetterType" : "KinesisFirehoseOutput"
},
"simple" : false,
"varargSetterDocumentation" : "/**Identifies an Amazon Kinesis Firehose delivery stream as the destination.
\n@param kinesisFirehoseOutput Identifies an Amazon Kinesis Firehose delivery stream as the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisFirehoseOutput",
"variableName" : "kinesisFirehoseOutput",
"variableType" : "KinesisFirehoseOutput",
"documentation" : "Identifies an Amazon Kinesis Firehose delivery stream as the destination.
",
"simpleType" : "KinesisFirehoseOutput",
"variableSetterType" : "KinesisFirehoseOutput"
},
"xmlNameSpaceUri" : null
},
"KinesisStreamsOutput" : {
"c2jName" : "KinesisStreamsOutput",
"c2jShape" : "KinesisStreamsOutput",
"deprecated" : false,
"documentation" : "Identifies an Amazon Kinesis stream as the destination.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Identifies an Amazon Kinesis stream as the destination.
\n@param kinesisStreamsOutput Identifies an Amazon Kinesis stream as the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisStreamsOutput",
"getterDocumentation" : "/**Identifies an Amazon Kinesis stream as the destination.
\n@return Identifies an Amazon Kinesis stream as the destination.*/",
"getterMethodName" : "getKinesisStreamsOutput",
"getterModel" : {
"returnType" : "KinesisStreamsOutput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisStreamsOutput",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisStreamsOutput",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisStreamsOutput",
"setterDocumentation" : "/**Identifies an Amazon Kinesis stream as the destination.
\n@param kinesisStreamsOutput Identifies an Amazon Kinesis stream as the destination.*/",
"setterMethodName" : "setKinesisStreamsOutput",
"setterModel" : {
"variableDeclarationType" : "KinesisStreamsOutput",
"variableName" : "kinesisStreamsOutput",
"variableType" : "KinesisStreamsOutput",
"documentation" : "",
"simpleType" : "KinesisStreamsOutput",
"variableSetterType" : "KinesisStreamsOutput"
},
"simple" : false,
"varargSetterDocumentation" : "/**Identifies an Amazon Kinesis stream as the destination.
\n@param kinesisStreamsOutput Identifies an Amazon Kinesis stream as the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisStreamsOutput",
"variableName" : "kinesisStreamsOutput",
"variableType" : "KinesisStreamsOutput",
"documentation" : "Identifies an Amazon Kinesis stream as the destination.
",
"simpleType" : "KinesisStreamsOutput",
"variableSetterType" : "KinesisStreamsOutput"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "InAppStreamName",
"deprecated" : false,
"documentation" : "Name of the in-application stream.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the in-application stream.
\n@param name Name of the in-application stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withName",
"getterDocumentation" : "/**Name of the in-application stream.
\n@return Name of the in-application stream.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Name of the in-application stream.
\n@param name Name of the in-application stream.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the in-application stream.
\n@param name Name of the in-application stream.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Name of the in-application stream.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name", "DestinationSchema" ],
"shapeName" : "Output",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Output",
"variableName" : "output",
"variableType" : "Output",
"documentation" : null,
"simpleType" : "Output",
"variableSetterType" : "Output"
},
"wrapper" : false
},
"OutputDescription" : {
"c2jName" : "OutputDescription",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes the application output configuration, which includes the in-application stream name and the destination where the stream data is written. The destination can be an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "OutputId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "A unique identifier for the output configuration.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A unique identifier for the output configuration.
\n@param outputId A unique identifier for the output configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOutputId",
"getterDocumentation" : "/**A unique identifier for the output configuration.
\n@return A unique identifier for the output configuration.*/",
"getterMethodName" : "getOutputId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OutputId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OutputId",
"setterDocumentation" : "/**A unique identifier for the output configuration.
\n@param outputId A unique identifier for the output configuration.*/",
"setterMethodName" : "setOutputId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "outputId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A unique identifier for the output configuration.
\n@param outputId A unique identifier for the output configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "outputId",
"variableType" : "String",
"documentation" : "A unique identifier for the output configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Name",
"c2jShape" : "InAppStreamName",
"deprecated" : false,
"documentation" : "Name of the in-application stream configured as output.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the in-application stream configured as output.
\n@param name Name of the in-application stream configured as output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withName",
"getterDocumentation" : "/**Name of the in-application stream configured as output.
\n@return Name of the in-application stream configured as output.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Name of the in-application stream configured as output.
\n@param name Name of the in-application stream configured as output.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the in-application stream configured as output.
\n@param name Name of the in-application stream configured as output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Name of the in-application stream configured as output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "KinesisStreamsOutputDescription",
"c2jShape" : "KinesisStreamsOutputDescription",
"deprecated" : false,
"documentation" : "Describes Amazon Kinesis stream configured as the destination where output is written.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes Amazon Kinesis stream configured as the destination where output is written.
\n@param kinesisStreamsOutputDescription Describes Amazon Kinesis stream configured as the destination where output is written.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisStreamsOutputDescription",
"getterDocumentation" : "/**Describes Amazon Kinesis stream configured as the destination where output is written.
\n@return Describes Amazon Kinesis stream configured as the destination where output is written.*/",
"getterMethodName" : "getKinesisStreamsOutputDescription",
"getterModel" : {
"returnType" : "KinesisStreamsOutputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisStreamsOutputDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisStreamsOutputDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisStreamsOutputDescription",
"setterDocumentation" : "/**Describes Amazon Kinesis stream configured as the destination where output is written.
\n@param kinesisStreamsOutputDescription Describes Amazon Kinesis stream configured as the destination where output is written.*/",
"setterMethodName" : "setKinesisStreamsOutputDescription",
"setterModel" : {
"variableDeclarationType" : "KinesisStreamsOutputDescription",
"variableName" : "kinesisStreamsOutputDescription",
"variableType" : "KinesisStreamsOutputDescription",
"documentation" : "",
"simpleType" : "KinesisStreamsOutputDescription",
"variableSetterType" : "KinesisStreamsOutputDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes Amazon Kinesis stream configured as the destination where output is written.
\n@param kinesisStreamsOutputDescription Describes Amazon Kinesis stream configured as the destination where output is written.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisStreamsOutputDescription",
"variableName" : "kinesisStreamsOutputDescription",
"variableType" : "KinesisStreamsOutputDescription",
"documentation" : "Describes Amazon Kinesis stream configured as the destination where output is written.
",
"simpleType" : "KinesisStreamsOutputDescription",
"variableSetterType" : "KinesisStreamsOutputDescription"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "KinesisFirehoseOutputDescription",
"c2jShape" : "KinesisFirehoseOutputDescription",
"deprecated" : false,
"documentation" : "Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
\n@param kinesisFirehoseOutputDescription Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisFirehoseOutputDescription",
"getterDocumentation" : "/**Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
\n@return Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.*/",
"getterMethodName" : "getKinesisFirehoseOutputDescription",
"getterModel" : {
"returnType" : "KinesisFirehoseOutputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisFirehoseOutputDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisFirehoseOutputDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisFirehoseOutputDescription",
"setterDocumentation" : "/**Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
\n@param kinesisFirehoseOutputDescription Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.*/",
"setterMethodName" : "setKinesisFirehoseOutputDescription",
"setterModel" : {
"variableDeclarationType" : "KinesisFirehoseOutputDescription",
"variableName" : "kinesisFirehoseOutputDescription",
"variableType" : "KinesisFirehoseOutputDescription",
"documentation" : "",
"simpleType" : "KinesisFirehoseOutputDescription",
"variableSetterType" : "KinesisFirehoseOutputDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
\n@param kinesisFirehoseOutputDescription Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisFirehoseOutputDescription",
"variableName" : "kinesisFirehoseOutputDescription",
"variableType" : "KinesisFirehoseOutputDescription",
"documentation" : "Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
",
"simpleType" : "KinesisFirehoseOutputDescription",
"variableSetterType" : "KinesisFirehoseOutputDescription"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DestinationSchema",
"c2jShape" : "DestinationSchema",
"deprecated" : false,
"documentation" : "Data format used for writing data to the destination.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Data format used for writing data to the destination.
\n@param destinationSchema Data format used for writing data to the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDestinationSchema",
"getterDocumentation" : "/**Data format used for writing data to the destination.
\n@return Data format used for writing data to the destination.*/",
"getterMethodName" : "getDestinationSchema",
"getterModel" : {
"returnType" : "DestinationSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DestinationSchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationSchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DestinationSchema",
"setterDocumentation" : "/**Data format used for writing data to the destination.
\n@param destinationSchema Data format used for writing data to the destination.*/",
"setterMethodName" : "setDestinationSchema",
"setterModel" : {
"variableDeclarationType" : "DestinationSchema",
"variableName" : "destinationSchema",
"variableType" : "DestinationSchema",
"documentation" : "",
"simpleType" : "DestinationSchema",
"variableSetterType" : "DestinationSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**Data format used for writing data to the destination.
\n@param destinationSchema Data format used for writing data to the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DestinationSchema",
"variableName" : "destinationSchema",
"variableType" : "DestinationSchema",
"documentation" : "Data format used for writing data to the destination.
",
"simpleType" : "DestinationSchema",
"variableSetterType" : "DestinationSchema"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DestinationSchema" : {
"c2jName" : "DestinationSchema",
"c2jShape" : "DestinationSchema",
"deprecated" : false,
"documentation" : "Data format used for writing data to the destination.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Data format used for writing data to the destination.
\n@param destinationSchema Data format used for writing data to the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDestinationSchema",
"getterDocumentation" : "/**Data format used for writing data to the destination.
\n@return Data format used for writing data to the destination.*/",
"getterMethodName" : "getDestinationSchema",
"getterModel" : {
"returnType" : "DestinationSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DestinationSchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationSchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DestinationSchema",
"setterDocumentation" : "/**Data format used for writing data to the destination.
\n@param destinationSchema Data format used for writing data to the destination.*/",
"setterMethodName" : "setDestinationSchema",
"setterModel" : {
"variableDeclarationType" : "DestinationSchema",
"variableName" : "destinationSchema",
"variableType" : "DestinationSchema",
"documentation" : "",
"simpleType" : "DestinationSchema",
"variableSetterType" : "DestinationSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**Data format used for writing data to the destination.
\n@param destinationSchema Data format used for writing data to the destination.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DestinationSchema",
"variableName" : "destinationSchema",
"variableType" : "DestinationSchema",
"documentation" : "Data format used for writing data to the destination.
",
"simpleType" : "DestinationSchema",
"variableSetterType" : "DestinationSchema"
},
"xmlNameSpaceUri" : null
},
"KinesisFirehoseOutputDescription" : {
"c2jName" : "KinesisFirehoseOutputDescription",
"c2jShape" : "KinesisFirehoseOutputDescription",
"deprecated" : false,
"documentation" : "Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
\n@param kinesisFirehoseOutputDescription Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisFirehoseOutputDescription",
"getterDocumentation" : "/**Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
\n@return Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.*/",
"getterMethodName" : "getKinesisFirehoseOutputDescription",
"getterModel" : {
"returnType" : "KinesisFirehoseOutputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisFirehoseOutputDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisFirehoseOutputDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisFirehoseOutputDescription",
"setterDocumentation" : "/**Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
\n@param kinesisFirehoseOutputDescription Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.*/",
"setterMethodName" : "setKinesisFirehoseOutputDescription",
"setterModel" : {
"variableDeclarationType" : "KinesisFirehoseOutputDescription",
"variableName" : "kinesisFirehoseOutputDescription",
"variableType" : "KinesisFirehoseOutputDescription",
"documentation" : "",
"simpleType" : "KinesisFirehoseOutputDescription",
"variableSetterType" : "KinesisFirehoseOutputDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
\n@param kinesisFirehoseOutputDescription Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisFirehoseOutputDescription",
"variableName" : "kinesisFirehoseOutputDescription",
"variableType" : "KinesisFirehoseOutputDescription",
"documentation" : "Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.
",
"simpleType" : "KinesisFirehoseOutputDescription",
"variableSetterType" : "KinesisFirehoseOutputDescription"
},
"xmlNameSpaceUri" : null
},
"KinesisStreamsOutputDescription" : {
"c2jName" : "KinesisStreamsOutputDescription",
"c2jShape" : "KinesisStreamsOutputDescription",
"deprecated" : false,
"documentation" : "Describes Amazon Kinesis stream configured as the destination where output is written.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes Amazon Kinesis stream configured as the destination where output is written.
\n@param kinesisStreamsOutputDescription Describes Amazon Kinesis stream configured as the destination where output is written.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisStreamsOutputDescription",
"getterDocumentation" : "/**Describes Amazon Kinesis stream configured as the destination where output is written.
\n@return Describes Amazon Kinesis stream configured as the destination where output is written.*/",
"getterMethodName" : "getKinesisStreamsOutputDescription",
"getterModel" : {
"returnType" : "KinesisStreamsOutputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisStreamsOutputDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisStreamsOutputDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisStreamsOutputDescription",
"setterDocumentation" : "/**Describes Amazon Kinesis stream configured as the destination where output is written.
\n@param kinesisStreamsOutputDescription Describes Amazon Kinesis stream configured as the destination where output is written.*/",
"setterMethodName" : "setKinesisStreamsOutputDescription",
"setterModel" : {
"variableDeclarationType" : "KinesisStreamsOutputDescription",
"variableName" : "kinesisStreamsOutputDescription",
"variableType" : "KinesisStreamsOutputDescription",
"documentation" : "",
"simpleType" : "KinesisStreamsOutputDescription",
"variableSetterType" : "KinesisStreamsOutputDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes Amazon Kinesis stream configured as the destination where output is written.
\n@param kinesisStreamsOutputDescription Describes Amazon Kinesis stream configured as the destination where output is written.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisStreamsOutputDescription",
"variableName" : "kinesisStreamsOutputDescription",
"variableType" : "KinesisStreamsOutputDescription",
"documentation" : "Describes Amazon Kinesis stream configured as the destination where output is written.
",
"simpleType" : "KinesisStreamsOutputDescription",
"variableSetterType" : "KinesisStreamsOutputDescription"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "InAppStreamName",
"deprecated" : false,
"documentation" : "Name of the in-application stream configured as output.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the in-application stream configured as output.
\n@param name Name of the in-application stream configured as output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withName",
"getterDocumentation" : "/**Name of the in-application stream configured as output.
\n@return Name of the in-application stream configured as output.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Name of the in-application stream configured as output.
\n@param name Name of the in-application stream configured as output.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the in-application stream configured as output.
\n@param name Name of the in-application stream configured as output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Name of the in-application stream configured as output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"OutputId" : {
"c2jName" : "OutputId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "A unique identifier for the output configuration.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A unique identifier for the output configuration.
\n@param outputId A unique identifier for the output configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOutputId",
"getterDocumentation" : "/**A unique identifier for the output configuration.
\n@return A unique identifier for the output configuration.*/",
"getterMethodName" : "getOutputId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OutputId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OutputId",
"setterDocumentation" : "/**A unique identifier for the output configuration.
\n@param outputId A unique identifier for the output configuration.*/",
"setterMethodName" : "setOutputId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "outputId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A unique identifier for the output configuration.
\n@param outputId A unique identifier for the output configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "outputId",
"variableType" : "String",
"documentation" : "A unique identifier for the output configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "OutputDescription",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "OutputDescription",
"variableName" : "outputDescription",
"variableType" : "OutputDescription",
"documentation" : null,
"simpleType" : "OutputDescription",
"variableSetterType" : "OutputDescription"
},
"wrapper" : false
},
"OutputUpdate" : {
"c2jName" : "OutputUpdate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : " Describes updates to the output configuration identified by the OutputId
.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "OutputId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "Identifies the specific output configuration that you want to update.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Identifies the specific output configuration that you want to update.
\n@param outputId Identifies the specific output configuration that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOutputId",
"getterDocumentation" : "/**Identifies the specific output configuration that you want to update.
\n@return Identifies the specific output configuration that you want to update.*/",
"getterMethodName" : "getOutputId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OutputId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OutputId",
"setterDocumentation" : "/**Identifies the specific output configuration that you want to update.
\n@param outputId Identifies the specific output configuration that you want to update.*/",
"setterMethodName" : "setOutputId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "outputId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Identifies the specific output configuration that you want to update.
\n@param outputId Identifies the specific output configuration that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "outputId",
"variableType" : "String",
"documentation" : "Identifies the specific output configuration that you want to update.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "NameUpdate",
"c2jShape" : "InAppStreamName",
"deprecated" : false,
"documentation" : "If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
\n@param nameUpdate If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNameUpdate",
"getterDocumentation" : "/**If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
\n@return If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.*/",
"getterMethodName" : "getNameUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NameUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NameUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NameUpdate",
"setterDocumentation" : "/**If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
\n@param nameUpdate If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.*/",
"setterMethodName" : "setNameUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nameUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
\n@param nameUpdate If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nameUpdate",
"variableType" : "String",
"documentation" : "If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "KinesisStreamsOutputUpdate",
"c2jShape" : "KinesisStreamsOutputUpdate",
"deprecated" : false,
"documentation" : "Describes an Amazon Kinesis stream as the destination for the output.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes an Amazon Kinesis stream as the destination for the output.
\n@param kinesisStreamsOutputUpdate Describes an Amazon Kinesis stream as the destination for the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisStreamsOutputUpdate",
"getterDocumentation" : "/**Describes an Amazon Kinesis stream as the destination for the output.
\n@return Describes an Amazon Kinesis stream as the destination for the output.*/",
"getterMethodName" : "getKinesisStreamsOutputUpdate",
"getterModel" : {
"returnType" : "KinesisStreamsOutputUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisStreamsOutputUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisStreamsOutputUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisStreamsOutputUpdate",
"setterDocumentation" : "/**Describes an Amazon Kinesis stream as the destination for the output.
\n@param kinesisStreamsOutputUpdate Describes an Amazon Kinesis stream as the destination for the output.*/",
"setterMethodName" : "setKinesisStreamsOutputUpdate",
"setterModel" : {
"variableDeclarationType" : "KinesisStreamsOutputUpdate",
"variableName" : "kinesisStreamsOutputUpdate",
"variableType" : "KinesisStreamsOutputUpdate",
"documentation" : "",
"simpleType" : "KinesisStreamsOutputUpdate",
"variableSetterType" : "KinesisStreamsOutputUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes an Amazon Kinesis stream as the destination for the output.
\n@param kinesisStreamsOutputUpdate Describes an Amazon Kinesis stream as the destination for the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisStreamsOutputUpdate",
"variableName" : "kinesisStreamsOutputUpdate",
"variableType" : "KinesisStreamsOutputUpdate",
"documentation" : "Describes an Amazon Kinesis stream as the destination for the output.
",
"simpleType" : "KinesisStreamsOutputUpdate",
"variableSetterType" : "KinesisStreamsOutputUpdate"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "KinesisFirehoseOutputUpdate",
"c2jShape" : "KinesisFirehoseOutputUpdate",
"deprecated" : false,
"documentation" : "Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
\n@param kinesisFirehoseOutputUpdate Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisFirehoseOutputUpdate",
"getterDocumentation" : "/**Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
\n@return Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.*/",
"getterMethodName" : "getKinesisFirehoseOutputUpdate",
"getterModel" : {
"returnType" : "KinesisFirehoseOutputUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisFirehoseOutputUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisFirehoseOutputUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisFirehoseOutputUpdate",
"setterDocumentation" : "/**Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
\n@param kinesisFirehoseOutputUpdate Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.*/",
"setterMethodName" : "setKinesisFirehoseOutputUpdate",
"setterModel" : {
"variableDeclarationType" : "KinesisFirehoseOutputUpdate",
"variableName" : "kinesisFirehoseOutputUpdate",
"variableType" : "KinesisFirehoseOutputUpdate",
"documentation" : "",
"simpleType" : "KinesisFirehoseOutputUpdate",
"variableSetterType" : "KinesisFirehoseOutputUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
\n@param kinesisFirehoseOutputUpdate Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisFirehoseOutputUpdate",
"variableName" : "kinesisFirehoseOutputUpdate",
"variableType" : "KinesisFirehoseOutputUpdate",
"documentation" : "Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
",
"simpleType" : "KinesisFirehoseOutputUpdate",
"variableSetterType" : "KinesisFirehoseOutputUpdate"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DestinationSchemaUpdate",
"c2jShape" : "DestinationSchema",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param destinationSchemaUpdate \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDestinationSchemaUpdate",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDestinationSchemaUpdate",
"getterModel" : {
"returnType" : "DestinationSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DestinationSchemaUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationSchemaUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DestinationSchemaUpdate",
"setterDocumentation" : "/**\n@param destinationSchemaUpdate */",
"setterMethodName" : "setDestinationSchemaUpdate",
"setterModel" : {
"variableDeclarationType" : "DestinationSchema",
"variableName" : "destinationSchemaUpdate",
"variableType" : "DestinationSchema",
"documentation" : "",
"simpleType" : "DestinationSchema",
"variableSetterType" : "DestinationSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param destinationSchemaUpdate \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DestinationSchema",
"variableName" : "destinationSchemaUpdate",
"variableType" : "DestinationSchema",
"documentation" : "",
"simpleType" : "DestinationSchema",
"variableSetterType" : "DestinationSchema"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DestinationSchemaUpdate" : {
"c2jName" : "DestinationSchemaUpdate",
"c2jShape" : "DestinationSchema",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param destinationSchemaUpdate \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDestinationSchemaUpdate",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDestinationSchemaUpdate",
"getterModel" : {
"returnType" : "DestinationSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DestinationSchemaUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DestinationSchemaUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DestinationSchemaUpdate",
"setterDocumentation" : "/**\n@param destinationSchemaUpdate */",
"setterMethodName" : "setDestinationSchemaUpdate",
"setterModel" : {
"variableDeclarationType" : "DestinationSchema",
"variableName" : "destinationSchemaUpdate",
"variableType" : "DestinationSchema",
"documentation" : "",
"simpleType" : "DestinationSchema",
"variableSetterType" : "DestinationSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param destinationSchemaUpdate \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DestinationSchema",
"variableName" : "destinationSchemaUpdate",
"variableType" : "DestinationSchema",
"documentation" : "",
"simpleType" : "DestinationSchema",
"variableSetterType" : "DestinationSchema"
},
"xmlNameSpaceUri" : null
},
"KinesisFirehoseOutputUpdate" : {
"c2jName" : "KinesisFirehoseOutputUpdate",
"c2jShape" : "KinesisFirehoseOutputUpdate",
"deprecated" : false,
"documentation" : "Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
\n@param kinesisFirehoseOutputUpdate Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisFirehoseOutputUpdate",
"getterDocumentation" : "/**Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
\n@return Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.*/",
"getterMethodName" : "getKinesisFirehoseOutputUpdate",
"getterModel" : {
"returnType" : "KinesisFirehoseOutputUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisFirehoseOutputUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisFirehoseOutputUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisFirehoseOutputUpdate",
"setterDocumentation" : "/**Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
\n@param kinesisFirehoseOutputUpdate Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.*/",
"setterMethodName" : "setKinesisFirehoseOutputUpdate",
"setterModel" : {
"variableDeclarationType" : "KinesisFirehoseOutputUpdate",
"variableName" : "kinesisFirehoseOutputUpdate",
"variableType" : "KinesisFirehoseOutputUpdate",
"documentation" : "",
"simpleType" : "KinesisFirehoseOutputUpdate",
"variableSetterType" : "KinesisFirehoseOutputUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
\n@param kinesisFirehoseOutputUpdate Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisFirehoseOutputUpdate",
"variableName" : "kinesisFirehoseOutputUpdate",
"variableType" : "KinesisFirehoseOutputUpdate",
"documentation" : "Describes a Amazon Kinesis Firehose delivery stream as the destination for the output.
",
"simpleType" : "KinesisFirehoseOutputUpdate",
"variableSetterType" : "KinesisFirehoseOutputUpdate"
},
"xmlNameSpaceUri" : null
},
"KinesisStreamsOutputUpdate" : {
"c2jName" : "KinesisStreamsOutputUpdate",
"c2jShape" : "KinesisStreamsOutputUpdate",
"deprecated" : false,
"documentation" : "Describes an Amazon Kinesis stream as the destination for the output.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes an Amazon Kinesis stream as the destination for the output.
\n@param kinesisStreamsOutputUpdate Describes an Amazon Kinesis stream as the destination for the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withKinesisStreamsOutputUpdate",
"getterDocumentation" : "/**Describes an Amazon Kinesis stream as the destination for the output.
\n@return Describes an Amazon Kinesis stream as the destination for the output.*/",
"getterMethodName" : "getKinesisStreamsOutputUpdate",
"getterModel" : {
"returnType" : "KinesisStreamsOutputUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "KinesisStreamsOutputUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "KinesisStreamsOutputUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "KinesisStreamsOutputUpdate",
"setterDocumentation" : "/**Describes an Amazon Kinesis stream as the destination for the output.
\n@param kinesisStreamsOutputUpdate Describes an Amazon Kinesis stream as the destination for the output.*/",
"setterMethodName" : "setKinesisStreamsOutputUpdate",
"setterModel" : {
"variableDeclarationType" : "KinesisStreamsOutputUpdate",
"variableName" : "kinesisStreamsOutputUpdate",
"variableType" : "KinesisStreamsOutputUpdate",
"documentation" : "",
"simpleType" : "KinesisStreamsOutputUpdate",
"variableSetterType" : "KinesisStreamsOutputUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes an Amazon Kinesis stream as the destination for the output.
\n@param kinesisStreamsOutputUpdate Describes an Amazon Kinesis stream as the destination for the output.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "KinesisStreamsOutputUpdate",
"variableName" : "kinesisStreamsOutputUpdate",
"variableType" : "KinesisStreamsOutputUpdate",
"documentation" : "Describes an Amazon Kinesis stream as the destination for the output.
",
"simpleType" : "KinesisStreamsOutputUpdate",
"variableSetterType" : "KinesisStreamsOutputUpdate"
},
"xmlNameSpaceUri" : null
},
"NameUpdate" : {
"c2jName" : "NameUpdate",
"c2jShape" : "InAppStreamName",
"deprecated" : false,
"documentation" : "If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
\n@param nameUpdate If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withNameUpdate",
"getterDocumentation" : "/**If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
\n@return If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.*/",
"getterMethodName" : "getNameUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "NameUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "NameUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "NameUpdate",
"setterDocumentation" : "/**If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
\n@param nameUpdate If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.*/",
"setterMethodName" : "setNameUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nameUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
\n@param nameUpdate If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nameUpdate",
"variableType" : "String",
"documentation" : "If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"OutputId" : {
"c2jName" : "OutputId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "Identifies the specific output configuration that you want to update.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Identifies the specific output configuration that you want to update.
\n@param outputId Identifies the specific output configuration that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOutputId",
"getterDocumentation" : "/**Identifies the specific output configuration that you want to update.
\n@return Identifies the specific output configuration that you want to update.*/",
"getterMethodName" : "getOutputId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "OutputId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "OutputId",
"setterDocumentation" : "/**Identifies the specific output configuration that you want to update.
\n@param outputId Identifies the specific output configuration that you want to update.*/",
"setterMethodName" : "setOutputId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "outputId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Identifies the specific output configuration that you want to update.
\n@param outputId Identifies the specific output configuration that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "outputId",
"variableType" : "String",
"documentation" : "Identifies the specific output configuration that you want to update.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "OutputId" ],
"shapeName" : "OutputUpdate",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "OutputUpdate",
"variableName" : "outputUpdate",
"variableType" : "OutputUpdate",
"documentation" : null,
"simpleType" : "OutputUpdate",
"variableSetterType" : "OutputUpdate"
},
"wrapper" : false
},
"RecordColumn" : {
"c2jName" : "RecordColumn",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.
Also used to describe the format of the reference data source.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "RecordColumnName",
"deprecated" : false,
"documentation" : "Name of the column created in the in-application input stream or reference table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the column created in the in-application input stream or reference table.
\n@param name Name of the column created in the in-application input stream or reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withName",
"getterDocumentation" : "/**Name of the column created in the in-application input stream or reference table.
\n@return Name of the column created in the in-application input stream or reference table.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Name of the column created in the in-application input stream or reference table.
\n@param name Name of the column created in the in-application input stream or reference table.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the column created in the in-application input stream or reference table.
\n@param name Name of the column created in the in-application input stream or reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Name of the column created in the in-application input stream or reference table.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Mapping",
"c2jShape" : "RecordColumnMapping",
"deprecated" : false,
"documentation" : "Reference to the data element in the streaming input of the reference data source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Reference to the data element in the streaming input of the reference data source.
\n@param mapping Reference to the data element in the streaming input of the reference data source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMapping",
"getterDocumentation" : "/**Reference to the data element in the streaming input of the reference data source.
\n@return Reference to the data element in the streaming input of the reference data source.*/",
"getterMethodName" : "getMapping",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Mapping",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Mapping",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Mapping",
"setterDocumentation" : "/**Reference to the data element in the streaming input of the reference data source.
\n@param mapping Reference to the data element in the streaming input of the reference data source.*/",
"setterMethodName" : "setMapping",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "mapping",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Reference to the data element in the streaming input of the reference data source.
\n@param mapping Reference to the data element in the streaming input of the reference data source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "mapping",
"variableType" : "String",
"documentation" : "Reference to the data element in the streaming input of the reference data source.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SqlType",
"c2jShape" : "RecordColumnSqlType",
"deprecated" : false,
"documentation" : "Type of column created in the in-application input stream or reference table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Type of column created in the in-application input stream or reference table.
\n@param sqlType Type of column created in the in-application input stream or reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSqlType",
"getterDocumentation" : "/**Type of column created in the in-application input stream or reference table.
\n@return Type of column created in the in-application input stream or reference table.*/",
"getterMethodName" : "getSqlType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SqlType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SqlType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SqlType",
"setterDocumentation" : "/**Type of column created in the in-application input stream or reference table.
\n@param sqlType Type of column created in the in-application input stream or reference table.*/",
"setterMethodName" : "setSqlType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sqlType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Type of column created in the in-application input stream or reference table.
\n@param sqlType Type of column created in the in-application input stream or reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sqlType",
"variableType" : "String",
"documentation" : "Type of column created in the in-application input stream or reference table.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Mapping" : {
"c2jName" : "Mapping",
"c2jShape" : "RecordColumnMapping",
"deprecated" : false,
"documentation" : "Reference to the data element in the streaming input of the reference data source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Reference to the data element in the streaming input of the reference data source.
\n@param mapping Reference to the data element in the streaming input of the reference data source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMapping",
"getterDocumentation" : "/**Reference to the data element in the streaming input of the reference data source.
\n@return Reference to the data element in the streaming input of the reference data source.*/",
"getterMethodName" : "getMapping",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Mapping",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Mapping",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Mapping",
"setterDocumentation" : "/**Reference to the data element in the streaming input of the reference data source.
\n@param mapping Reference to the data element in the streaming input of the reference data source.*/",
"setterMethodName" : "setMapping",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "mapping",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Reference to the data element in the streaming input of the reference data source.
\n@param mapping Reference to the data element in the streaming input of the reference data source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "mapping",
"variableType" : "String",
"documentation" : "Reference to the data element in the streaming input of the reference data source.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"c2jName" : "Name",
"c2jShape" : "RecordColumnName",
"deprecated" : false,
"documentation" : "Name of the column created in the in-application input stream or reference table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the column created in the in-application input stream or reference table.
\n@param name Name of the column created in the in-application input stream or reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withName",
"getterDocumentation" : "/**Name of the column created in the in-application input stream or reference table.
\n@return Name of the column created in the in-application input stream or reference table.*/",
"getterMethodName" : "getName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**Name of the column created in the in-application input stream or reference table.
\n@param name Name of the column created in the in-application input stream or reference table.*/",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the column created in the in-application input stream or reference table.
\n@param name Name of the column created in the in-application input stream or reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "Name of the column created in the in-application input stream or reference table.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SqlType" : {
"c2jName" : "SqlType",
"c2jShape" : "RecordColumnSqlType",
"deprecated" : false,
"documentation" : "Type of column created in the in-application input stream or reference table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Type of column created in the in-application input stream or reference table.
\n@param sqlType Type of column created in the in-application input stream or reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSqlType",
"getterDocumentation" : "/**Type of column created in the in-application input stream or reference table.
\n@return Type of column created in the in-application input stream or reference table.*/",
"getterMethodName" : "getSqlType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SqlType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SqlType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SqlType",
"setterDocumentation" : "/**Type of column created in the in-application input stream or reference table.
\n@param sqlType Type of column created in the in-application input stream or reference table.*/",
"setterMethodName" : "setSqlType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sqlType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Type of column created in the in-application input stream or reference table.
\n@param sqlType Type of column created in the in-application input stream or reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sqlType",
"variableType" : "String",
"documentation" : "Type of column created in the in-application input stream or reference table.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name", "SqlType" ],
"shapeName" : "RecordColumn",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "RecordColumn",
"variableName" : "recordColumn",
"variableType" : "RecordColumn",
"documentation" : null,
"simpleType" : "RecordColumn",
"variableSetterType" : "RecordColumn"
},
"wrapper" : false
},
"RecordFormat" : {
"c2jName" : "RecordFormat",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : " Describes the record format and relevant mapping information that should be applied to schematize the records on the stream.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "RecordFormatType",
"c2jShape" : "RecordFormatType",
"deprecated" : false,
"documentation" : "The type of record format.
",
"enumType" : "RecordFormatType",
"fluentSetterDocumentation" : "/**The type of record format.
\n@param recordFormatType The type of record format.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordFormatType*/",
"fluentSetterMethodName" : "withRecordFormatType",
"getterDocumentation" : "/**The type of record format.
\n@return The type of record format.\n@see RecordFormatType*/",
"getterMethodName" : "getRecordFormatType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordFormatType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordFormatType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordFormatType",
"setterDocumentation" : "/**The type of record format.
\n@param recordFormatType The type of record format.\n@see RecordFormatType*/",
"setterMethodName" : "setRecordFormatType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recordFormatType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of record format.
\n@param recordFormatType The type of record format.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordFormatType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recordFormatType",
"variableType" : "String",
"documentation" : "The type of record format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "MappingParameters",
"c2jShape" : "MappingParameters",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param mappingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMappingParameters",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMappingParameters",
"getterModel" : {
"returnType" : "MappingParameters",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MappingParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MappingParameters",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MappingParameters",
"setterDocumentation" : "/**\n@param mappingParameters */",
"setterMethodName" : "setMappingParameters",
"setterModel" : {
"variableDeclarationType" : "MappingParameters",
"variableName" : "mappingParameters",
"variableType" : "MappingParameters",
"documentation" : "",
"simpleType" : "MappingParameters",
"variableSetterType" : "MappingParameters"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param mappingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "MappingParameters",
"variableName" : "mappingParameters",
"variableType" : "MappingParameters",
"documentation" : "",
"simpleType" : "MappingParameters",
"variableSetterType" : "MappingParameters"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MappingParameters" : {
"c2jName" : "MappingParameters",
"c2jShape" : "MappingParameters",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param mappingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMappingParameters",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMappingParameters",
"getterModel" : {
"returnType" : "MappingParameters",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "MappingParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "MappingParameters",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "MappingParameters",
"setterDocumentation" : "/**\n@param mappingParameters */",
"setterMethodName" : "setMappingParameters",
"setterModel" : {
"variableDeclarationType" : "MappingParameters",
"variableName" : "mappingParameters",
"variableType" : "MappingParameters",
"documentation" : "",
"simpleType" : "MappingParameters",
"variableSetterType" : "MappingParameters"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param mappingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "MappingParameters",
"variableName" : "mappingParameters",
"variableType" : "MappingParameters",
"documentation" : "",
"simpleType" : "MappingParameters",
"variableSetterType" : "MappingParameters"
},
"xmlNameSpaceUri" : null
},
"RecordFormatType" : {
"c2jName" : "RecordFormatType",
"c2jShape" : "RecordFormatType",
"deprecated" : false,
"documentation" : "The type of record format.
",
"enumType" : "RecordFormatType",
"fluentSetterDocumentation" : "/**The type of record format.
\n@param recordFormatType The type of record format.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordFormatType*/",
"fluentSetterMethodName" : "withRecordFormatType",
"getterDocumentation" : "/**The type of record format.
\n@return The type of record format.\n@see RecordFormatType*/",
"getterMethodName" : "getRecordFormatType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordFormatType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordFormatType",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordFormatType",
"setterDocumentation" : "/**The type of record format.
\n@param recordFormatType The type of record format.\n@see RecordFormatType*/",
"setterMethodName" : "setRecordFormatType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recordFormatType",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of record format.
\n@param recordFormatType The type of record format.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordFormatType*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recordFormatType",
"variableType" : "String",
"documentation" : "The type of record format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RecordFormatType" ],
"shapeName" : "RecordFormat",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "RecordFormat",
"variableName" : "recordFormat",
"variableType" : "RecordFormat",
"documentation" : null,
"simpleType" : "RecordFormat",
"variableSetterType" : "RecordFormat"
},
"wrapper" : false
},
"RecordFormatType" : {
"c2jName" : "RecordFormatType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "JSON",
"value" : "JSON"
}, {
"name" : "CSV",
"value" : "CSV"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "RecordFormatType",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "RecordFormatType",
"variableName" : "recordFormatType",
"variableType" : "RecordFormatType",
"documentation" : null,
"simpleType" : "RecordFormatType",
"variableSetterType" : "RecordFormatType"
},
"wrapper" : false
},
"ReferenceDataSource" : {
"c2jName" : "ReferenceDataSource",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes the reference data source by providing the source information (S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "TableName",
"c2jShape" : "InAppTableName",
"deprecated" : false,
"documentation" : "Name of the in-application table to create.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the in-application table to create.
\n@param tableName Name of the in-application table to create.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTableName",
"getterDocumentation" : "/**Name of the in-application table to create.
\n@return Name of the in-application table to create.*/",
"getterMethodName" : "getTableName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TableName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TableName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TableName",
"setterDocumentation" : "/**Name of the in-application table to create.
\n@param tableName Name of the in-application table to create.*/",
"setterMethodName" : "setTableName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the in-application table to create.
\n@param tableName Name of the in-application table to create.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "Name of the in-application table to create.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "S3ReferenceDataSource",
"c2jShape" : "S3ReferenceDataSource",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param s3ReferenceDataSource \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withS3ReferenceDataSource",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getS3ReferenceDataSource",
"getterModel" : {
"returnType" : "S3ReferenceDataSource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "S3ReferenceDataSource",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3ReferenceDataSource",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "S3ReferenceDataSource",
"setterDocumentation" : "/**\n@param s3ReferenceDataSource */",
"setterMethodName" : "setS3ReferenceDataSource",
"setterModel" : {
"variableDeclarationType" : "S3ReferenceDataSource",
"variableName" : "s3ReferenceDataSource",
"variableType" : "S3ReferenceDataSource",
"documentation" : "",
"simpleType" : "S3ReferenceDataSource",
"variableSetterType" : "S3ReferenceDataSource"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param s3ReferenceDataSource \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "S3ReferenceDataSource",
"variableName" : "s3ReferenceDataSource",
"variableType" : "S3ReferenceDataSource",
"documentation" : "",
"simpleType" : "S3ReferenceDataSource",
"variableSetterType" : "S3ReferenceDataSource"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ReferenceSchema",
"c2jShape" : "SourceSchema",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param referenceSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceSchema",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getReferenceSchema",
"getterModel" : {
"returnType" : "SourceSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceSchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceSchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceSchema",
"setterDocumentation" : "/**\n@param referenceSchema */",
"setterMethodName" : "setReferenceSchema",
"setterModel" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "referenceSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param referenceSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "referenceSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ReferenceSchema" : {
"c2jName" : "ReferenceSchema",
"c2jShape" : "SourceSchema",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param referenceSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceSchema",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getReferenceSchema",
"getterModel" : {
"returnType" : "SourceSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceSchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceSchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceSchema",
"setterDocumentation" : "/**\n@param referenceSchema */",
"setterMethodName" : "setReferenceSchema",
"setterModel" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "referenceSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param referenceSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "referenceSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"xmlNameSpaceUri" : null
},
"S3ReferenceDataSource" : {
"c2jName" : "S3ReferenceDataSource",
"c2jShape" : "S3ReferenceDataSource",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param s3ReferenceDataSource \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withS3ReferenceDataSource",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getS3ReferenceDataSource",
"getterModel" : {
"returnType" : "S3ReferenceDataSource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "S3ReferenceDataSource",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3ReferenceDataSource",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "S3ReferenceDataSource",
"setterDocumentation" : "/**\n@param s3ReferenceDataSource */",
"setterMethodName" : "setS3ReferenceDataSource",
"setterModel" : {
"variableDeclarationType" : "S3ReferenceDataSource",
"variableName" : "s3ReferenceDataSource",
"variableType" : "S3ReferenceDataSource",
"documentation" : "",
"simpleType" : "S3ReferenceDataSource",
"variableSetterType" : "S3ReferenceDataSource"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param s3ReferenceDataSource \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "S3ReferenceDataSource",
"variableName" : "s3ReferenceDataSource",
"variableType" : "S3ReferenceDataSource",
"documentation" : "",
"simpleType" : "S3ReferenceDataSource",
"variableSetterType" : "S3ReferenceDataSource"
},
"xmlNameSpaceUri" : null
},
"TableName" : {
"c2jName" : "TableName",
"c2jShape" : "InAppTableName",
"deprecated" : false,
"documentation" : "Name of the in-application table to create.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Name of the in-application table to create.
\n@param tableName Name of the in-application table to create.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTableName",
"getterDocumentation" : "/**Name of the in-application table to create.
\n@return Name of the in-application table to create.*/",
"getterMethodName" : "getTableName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TableName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TableName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TableName",
"setterDocumentation" : "/**Name of the in-application table to create.
\n@param tableName Name of the in-application table to create.*/",
"setterMethodName" : "setTableName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Name of the in-application table to create.
\n@param tableName Name of the in-application table to create.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "Name of the in-application table to create.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "TableName", "ReferenceSchema" ],
"shapeName" : "ReferenceDataSource",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ReferenceDataSource",
"variableName" : "referenceDataSource",
"variableType" : "ReferenceDataSource",
"documentation" : null,
"simpleType" : "ReferenceDataSource",
"variableSetterType" : "ReferenceDataSource"
},
"wrapper" : false
},
"ReferenceDataSourceDescription" : {
"c2jName" : "ReferenceDataSourceDescription",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes the reference data source configured for an application.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ReferenceId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
\n@param referenceId ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceId",
"getterDocumentation" : "/**ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
\n@return ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.*/",
"getterMethodName" : "getReferenceId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceId",
"setterDocumentation" : "/**ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
\n@param referenceId ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.*/",
"setterMethodName" : "setReferenceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "referenceId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
\n@param referenceId ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "referenceId",
"variableType" : "String",
"documentation" : "ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TableName",
"c2jShape" : "InAppTableName",
"deprecated" : false,
"documentation" : "The in-application table name created by the specific reference data source configuration.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The in-application table name created by the specific reference data source configuration.
\n@param tableName The in-application table name created by the specific reference data source configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTableName",
"getterDocumentation" : "/**The in-application table name created by the specific reference data source configuration.
\n@return The in-application table name created by the specific reference data source configuration.*/",
"getterMethodName" : "getTableName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TableName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TableName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TableName",
"setterDocumentation" : "/**The in-application table name created by the specific reference data source configuration.
\n@param tableName The in-application table name created by the specific reference data source configuration.*/",
"setterMethodName" : "setTableName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The in-application table name created by the specific reference data source configuration.
\n@param tableName The in-application table name created by the specific reference data source configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "The in-application table name created by the specific reference data source configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "S3ReferenceDataSourceDescription",
"c2jShape" : "S3ReferenceDataSourceDescription",
"deprecated" : false,
"documentation" : "Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
\n@param s3ReferenceDataSourceDescription Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withS3ReferenceDataSourceDescription",
"getterDocumentation" : "/**Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
\n@return Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.*/",
"getterMethodName" : "getS3ReferenceDataSourceDescription",
"getterModel" : {
"returnType" : "S3ReferenceDataSourceDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "S3ReferenceDataSourceDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3ReferenceDataSourceDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "S3ReferenceDataSourceDescription",
"setterDocumentation" : "/**Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
\n@param s3ReferenceDataSourceDescription Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.*/",
"setterMethodName" : "setS3ReferenceDataSourceDescription",
"setterModel" : {
"variableDeclarationType" : "S3ReferenceDataSourceDescription",
"variableName" : "s3ReferenceDataSourceDescription",
"variableType" : "S3ReferenceDataSourceDescription",
"documentation" : "",
"simpleType" : "S3ReferenceDataSourceDescription",
"variableSetterType" : "S3ReferenceDataSourceDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
\n@param s3ReferenceDataSourceDescription Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "S3ReferenceDataSourceDescription",
"variableName" : "s3ReferenceDataSourceDescription",
"variableType" : "S3ReferenceDataSourceDescription",
"documentation" : "Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
",
"simpleType" : "S3ReferenceDataSourceDescription",
"variableSetterType" : "S3ReferenceDataSourceDescription"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ReferenceSchema",
"c2jShape" : "SourceSchema",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param referenceSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceSchema",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getReferenceSchema",
"getterModel" : {
"returnType" : "SourceSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceSchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceSchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceSchema",
"setterDocumentation" : "/**\n@param referenceSchema */",
"setterMethodName" : "setReferenceSchema",
"setterModel" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "referenceSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param referenceSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "referenceSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ReferenceId" : {
"c2jName" : "ReferenceId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
\n@param referenceId ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceId",
"getterDocumentation" : "/**ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
\n@return ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.*/",
"getterMethodName" : "getReferenceId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceId",
"setterDocumentation" : "/**ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
\n@param referenceId ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.*/",
"setterMethodName" : "setReferenceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "referenceId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
\n@param referenceId ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "referenceId",
"variableType" : "String",
"documentation" : "ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReferenceSchema" : {
"c2jName" : "ReferenceSchema",
"c2jShape" : "SourceSchema",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param referenceSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceSchema",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getReferenceSchema",
"getterModel" : {
"returnType" : "SourceSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceSchema",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceSchema",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceSchema",
"setterDocumentation" : "/**\n@param referenceSchema */",
"setterMethodName" : "setReferenceSchema",
"setterModel" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "referenceSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param referenceSchema \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "referenceSchema",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"xmlNameSpaceUri" : null
},
"S3ReferenceDataSourceDescription" : {
"c2jName" : "S3ReferenceDataSourceDescription",
"c2jShape" : "S3ReferenceDataSourceDescription",
"deprecated" : false,
"documentation" : "Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
\n@param s3ReferenceDataSourceDescription Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withS3ReferenceDataSourceDescription",
"getterDocumentation" : "/**Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
\n@return Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.*/",
"getterMethodName" : "getS3ReferenceDataSourceDescription",
"getterModel" : {
"returnType" : "S3ReferenceDataSourceDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "S3ReferenceDataSourceDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3ReferenceDataSourceDescription",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "S3ReferenceDataSourceDescription",
"setterDocumentation" : "/**Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
\n@param s3ReferenceDataSourceDescription Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.*/",
"setterMethodName" : "setS3ReferenceDataSourceDescription",
"setterModel" : {
"variableDeclarationType" : "S3ReferenceDataSourceDescription",
"variableName" : "s3ReferenceDataSourceDescription",
"variableType" : "S3ReferenceDataSourceDescription",
"documentation" : "",
"simpleType" : "S3ReferenceDataSourceDescription",
"variableSetterType" : "S3ReferenceDataSourceDescription"
},
"simple" : false,
"varargSetterDocumentation" : "/**Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
\n@param s3ReferenceDataSourceDescription Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "S3ReferenceDataSourceDescription",
"variableName" : "s3ReferenceDataSourceDescription",
"variableType" : "S3ReferenceDataSourceDescription",
"documentation" : "Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
",
"simpleType" : "S3ReferenceDataSourceDescription",
"variableSetterType" : "S3ReferenceDataSourceDescription"
},
"xmlNameSpaceUri" : null
},
"TableName" : {
"c2jName" : "TableName",
"c2jShape" : "InAppTableName",
"deprecated" : false,
"documentation" : "The in-application table name created by the specific reference data source configuration.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The in-application table name created by the specific reference data source configuration.
\n@param tableName The in-application table name created by the specific reference data source configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTableName",
"getterDocumentation" : "/**The in-application table name created by the specific reference data source configuration.
\n@return The in-application table name created by the specific reference data source configuration.*/",
"getterMethodName" : "getTableName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TableName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TableName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TableName",
"setterDocumentation" : "/**The in-application table name created by the specific reference data source configuration.
\n@param tableName The in-application table name created by the specific reference data source configuration.*/",
"setterMethodName" : "setTableName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The in-application table name created by the specific reference data source configuration.
\n@param tableName The in-application table name created by the specific reference data source configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tableName",
"variableType" : "String",
"documentation" : "The in-application table name created by the specific reference data source configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ReferenceId", "TableName", "S3ReferenceDataSourceDescription" ],
"shapeName" : "ReferenceDataSourceDescription",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ReferenceDataSourceDescription",
"variableName" : "referenceDataSourceDescription",
"variableType" : "ReferenceDataSourceDescription",
"documentation" : null,
"simpleType" : "ReferenceDataSourceDescription",
"variableSetterType" : "ReferenceDataSourceDescription"
},
"wrapper" : false
},
"ReferenceDataSourceUpdate" : {
"c2jName" : "ReferenceDataSourceUpdate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "When you update a reference data source configuration for an application, this object provides all the updated values (such as the source bucket name and object key name), the in-application table name that is created, and updated mapping information that maps the data in the Amazon S3 object to the in-application reference table that is created.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ReferenceId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
\n@param referenceId ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceId",
"getterDocumentation" : "/**ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
\n@return ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.*/",
"getterMethodName" : "getReferenceId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceId",
"setterDocumentation" : "/**ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
\n@param referenceId ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.*/",
"setterMethodName" : "setReferenceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "referenceId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
\n@param referenceId ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "referenceId",
"variableType" : "String",
"documentation" : "ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TableNameUpdate",
"c2jShape" : "InAppTableName",
"deprecated" : false,
"documentation" : "In-application table name that is created by this update.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**In-application table name that is created by this update.
\n@param tableNameUpdate In-application table name that is created by this update.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTableNameUpdate",
"getterDocumentation" : "/**In-application table name that is created by this update.
\n@return In-application table name that is created by this update.*/",
"getterMethodName" : "getTableNameUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TableNameUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TableNameUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TableNameUpdate",
"setterDocumentation" : "/**In-application table name that is created by this update.
\n@param tableNameUpdate In-application table name that is created by this update.*/",
"setterMethodName" : "setTableNameUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tableNameUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**In-application table name that is created by this update.
\n@param tableNameUpdate In-application table name that is created by this update.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tableNameUpdate",
"variableType" : "String",
"documentation" : "In-application table name that is created by this update.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "S3ReferenceDataSourceUpdate",
"c2jShape" : "S3ReferenceDataSourceUpdate",
"deprecated" : false,
"documentation" : "Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
\n@param s3ReferenceDataSourceUpdate Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withS3ReferenceDataSourceUpdate",
"getterDocumentation" : "/**Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
\n@return Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.*/",
"getterMethodName" : "getS3ReferenceDataSourceUpdate",
"getterModel" : {
"returnType" : "S3ReferenceDataSourceUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "S3ReferenceDataSourceUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3ReferenceDataSourceUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "S3ReferenceDataSourceUpdate",
"setterDocumentation" : "/**Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
\n@param s3ReferenceDataSourceUpdate Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.*/",
"setterMethodName" : "setS3ReferenceDataSourceUpdate",
"setterModel" : {
"variableDeclarationType" : "S3ReferenceDataSourceUpdate",
"variableName" : "s3ReferenceDataSourceUpdate",
"variableType" : "S3ReferenceDataSourceUpdate",
"documentation" : "",
"simpleType" : "S3ReferenceDataSourceUpdate",
"variableSetterType" : "S3ReferenceDataSourceUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
\n@param s3ReferenceDataSourceUpdate Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "S3ReferenceDataSourceUpdate",
"variableName" : "s3ReferenceDataSourceUpdate",
"variableType" : "S3ReferenceDataSourceUpdate",
"documentation" : "Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
",
"simpleType" : "S3ReferenceDataSourceUpdate",
"variableSetterType" : "S3ReferenceDataSourceUpdate"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ReferenceSchemaUpdate",
"c2jShape" : "SourceSchema",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param referenceSchemaUpdate \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceSchemaUpdate",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getReferenceSchemaUpdate",
"getterModel" : {
"returnType" : "SourceSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceSchemaUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceSchemaUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceSchemaUpdate",
"setterDocumentation" : "/**\n@param referenceSchemaUpdate */",
"setterMethodName" : "setReferenceSchemaUpdate",
"setterModel" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "referenceSchemaUpdate",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param referenceSchemaUpdate \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "referenceSchemaUpdate",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ReferenceId" : {
"c2jName" : "ReferenceId",
"c2jShape" : "Id",
"deprecated" : false,
"documentation" : "ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
\n@param referenceId ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceId",
"getterDocumentation" : "/**ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
\n@return ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.*/",
"getterMethodName" : "getReferenceId",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceId",
"setterDocumentation" : "/**ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
\n@param referenceId ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.*/",
"setterMethodName" : "setReferenceId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "referenceId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
\n@param referenceId ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "referenceId",
"variableType" : "String",
"documentation" : "ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReferenceSchemaUpdate" : {
"c2jName" : "ReferenceSchemaUpdate",
"c2jShape" : "SourceSchema",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param referenceSchemaUpdate \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceSchemaUpdate",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getReferenceSchemaUpdate",
"getterModel" : {
"returnType" : "SourceSchema",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceSchemaUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceSchemaUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceSchemaUpdate",
"setterDocumentation" : "/**\n@param referenceSchemaUpdate */",
"setterMethodName" : "setReferenceSchemaUpdate",
"setterModel" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "referenceSchemaUpdate",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param referenceSchemaUpdate \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SourceSchema",
"variableName" : "referenceSchemaUpdate",
"variableType" : "SourceSchema",
"documentation" : "",
"simpleType" : "SourceSchema",
"variableSetterType" : "SourceSchema"
},
"xmlNameSpaceUri" : null
},
"S3ReferenceDataSourceUpdate" : {
"c2jName" : "S3ReferenceDataSourceUpdate",
"c2jShape" : "S3ReferenceDataSourceUpdate",
"deprecated" : false,
"documentation" : "Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
\n@param s3ReferenceDataSourceUpdate Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withS3ReferenceDataSourceUpdate",
"getterDocumentation" : "/**Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
\n@return Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.*/",
"getterMethodName" : "getS3ReferenceDataSourceUpdate",
"getterModel" : {
"returnType" : "S3ReferenceDataSourceUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "S3ReferenceDataSourceUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3ReferenceDataSourceUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "S3ReferenceDataSourceUpdate",
"setterDocumentation" : "/**Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
\n@param s3ReferenceDataSourceUpdate Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.*/",
"setterMethodName" : "setS3ReferenceDataSourceUpdate",
"setterModel" : {
"variableDeclarationType" : "S3ReferenceDataSourceUpdate",
"variableName" : "s3ReferenceDataSourceUpdate",
"variableType" : "S3ReferenceDataSourceUpdate",
"documentation" : "",
"simpleType" : "S3ReferenceDataSourceUpdate",
"variableSetterType" : "S3ReferenceDataSourceUpdate"
},
"simple" : false,
"varargSetterDocumentation" : "/**Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
\n@param s3ReferenceDataSourceUpdate Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "S3ReferenceDataSourceUpdate",
"variableName" : "s3ReferenceDataSourceUpdate",
"variableType" : "S3ReferenceDataSourceUpdate",
"documentation" : "Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
",
"simpleType" : "S3ReferenceDataSourceUpdate",
"variableSetterType" : "S3ReferenceDataSourceUpdate"
},
"xmlNameSpaceUri" : null
},
"TableNameUpdate" : {
"c2jName" : "TableNameUpdate",
"c2jShape" : "InAppTableName",
"deprecated" : false,
"documentation" : "In-application table name that is created by this update.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**In-application table name that is created by this update.
\n@param tableNameUpdate In-application table name that is created by this update.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withTableNameUpdate",
"getterDocumentation" : "/**In-application table name that is created by this update.
\n@return In-application table name that is created by this update.*/",
"getterMethodName" : "getTableNameUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TableNameUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TableNameUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TableNameUpdate",
"setterDocumentation" : "/**In-application table name that is created by this update.
\n@param tableNameUpdate In-application table name that is created by this update.*/",
"setterMethodName" : "setTableNameUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "tableNameUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**In-application table name that is created by this update.
\n@param tableNameUpdate In-application table name that is created by this update.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "tableNameUpdate",
"variableType" : "String",
"documentation" : "In-application table name that is created by this update.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ReferenceId" ],
"shapeName" : "ReferenceDataSourceUpdate",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ReferenceDataSourceUpdate",
"variableName" : "referenceDataSourceUpdate",
"variableType" : "ReferenceDataSourceUpdate",
"documentation" : null,
"simpleType" : "ReferenceDataSourceUpdate",
"variableSetterType" : "ReferenceDataSourceUpdate"
},
"wrapper" : false
},
"ResourceInUseException" : {
"c2jName" : "ResourceInUseException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Application is not available for this operation.
",
"enums" : null,
"errorCode" : "ResourceInUseException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ResourceInUseException",
"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
},
"deprecated" : false,
"documentation" : "Specified application can't be found.
",
"enums" : null,
"errorCode" : "ResourceNotFoundException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ResourceNotFoundException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ResourceNotFoundException",
"variableName" : "resourceNotFoundException",
"variableType" : "ResourceNotFoundException",
"documentation" : null,
"simpleType" : "ResourceNotFoundException",
"variableSetterType" : "ResourceNotFoundException"
},
"wrapper" : false
},
"ResourceProvisionedThroughputExceededException" : {
"c2jName" : "ResourceProvisionedThroughputExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Discovery failed to get a record from the streaming source because of the Kinesis Streams ProvisionedThroughputExceededException.
",
"enums" : null,
"errorCode" : "ResourceProvisionedThroughputExceededException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ResourceProvisionedThroughputExceededException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ResourceProvisionedThroughputExceededException",
"variableName" : "resourceProvisionedThroughputExceededException",
"variableType" : "ResourceProvisionedThroughputExceededException",
"documentation" : null,
"simpleType" : "ResourceProvisionedThroughputExceededException",
"variableSetterType" : "ResourceProvisionedThroughputExceededException"
},
"wrapper" : false
},
"S3ReferenceDataSource" : {
"c2jName" : "S3ReferenceDataSource",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Identifies the S3 bucket and object that contains the reference data. Also identifies the IAM role Amazon Kinesis Analytics can assume to read this object on your behalf.
An Amazon Kinesis Analytics application loads reference data only once. If the data changes, you call the UpdateApplication operation to trigger reloading of data into your application.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "BucketARN",
"c2jShape" : "BucketARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the S3 bucket.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withBucketARN",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@return Amazon Resource Name (ARN) of the S3 bucket.*/",
"getterMethodName" : "getBucketARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BucketARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BucketARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BucketARN",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.*/",
"setterMethodName" : "setBucketARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bucketARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bucketARN",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the S3 bucket.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "FileKey",
"c2jShape" : "FileKey",
"deprecated" : false,
"documentation" : "Object key name containing reference data.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Object key name containing reference data.
\n@param fileKey Object key name containing reference data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFileKey",
"getterDocumentation" : "/**Object key name containing reference data.
\n@return Object key name containing reference data.*/",
"getterMethodName" : "getFileKey",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FileKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FileKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FileKey",
"setterDocumentation" : "/**Object key name containing reference data.
\n@param fileKey Object key name containing reference data.*/",
"setterMethodName" : "setFileKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Object key name containing reference data.
\n@param fileKey Object key name containing reference data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileKey",
"variableType" : "String",
"documentation" : "Object key name containing reference data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ReferenceRoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.
\n@param referenceRoleARN ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.
\n@return ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.*/",
"getterMethodName" : "getReferenceRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceRoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceRoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceRoleARN",
"setterDocumentation" : "/**ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.
\n@param referenceRoleARN ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.*/",
"setterMethodName" : "setReferenceRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "referenceRoleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.
\n@param referenceRoleARN ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "referenceRoleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BucketARN" : {
"c2jName" : "BucketARN",
"c2jShape" : "BucketARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the S3 bucket.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withBucketARN",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@return Amazon Resource Name (ARN) of the S3 bucket.*/",
"getterMethodName" : "getBucketARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BucketARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BucketARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BucketARN",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.*/",
"setterMethodName" : "setBucketARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bucketARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bucketARN",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the S3 bucket.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FileKey" : {
"c2jName" : "FileKey",
"c2jShape" : "FileKey",
"deprecated" : false,
"documentation" : "Object key name containing reference data.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Object key name containing reference data.
\n@param fileKey Object key name containing reference data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFileKey",
"getterDocumentation" : "/**Object key name containing reference data.
\n@return Object key name containing reference data.*/",
"getterMethodName" : "getFileKey",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FileKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FileKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FileKey",
"setterDocumentation" : "/**Object key name containing reference data.
\n@param fileKey Object key name containing reference data.*/",
"setterMethodName" : "setFileKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Object key name containing reference data.
\n@param fileKey Object key name containing reference data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileKey",
"variableType" : "String",
"documentation" : "Object key name containing reference data.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReferenceRoleARN" : {
"c2jName" : "ReferenceRoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.
\n@param referenceRoleARN ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.
\n@return ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.*/",
"getterMethodName" : "getReferenceRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceRoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceRoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceRoleARN",
"setterDocumentation" : "/**ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.
\n@param referenceRoleARN ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.*/",
"setterMethodName" : "setReferenceRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "referenceRoleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.
\n@param referenceRoleARN ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "referenceRoleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that the service can assume to read data on your behalf. This role must have permission for the s3:GetObject
action on the object and trust policy that allows Amazon Kinesis Analytics service principal to assume this role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "BucketARN", "FileKey", "ReferenceRoleARN" ],
"shapeName" : "S3ReferenceDataSource",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "S3ReferenceDataSource",
"variableName" : "s3ReferenceDataSource",
"variableType" : "S3ReferenceDataSource",
"documentation" : null,
"simpleType" : "S3ReferenceDataSource",
"variableSetterType" : "S3ReferenceDataSource"
},
"wrapper" : false
},
"S3ReferenceDataSourceDescription" : {
"c2jName" : "S3ReferenceDataSourceDescription",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Provides the bucket name and object key name that stores the reference data.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "BucketARN",
"c2jShape" : "BucketARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the S3 bucket.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withBucketARN",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@return Amazon Resource Name (ARN) of the S3 bucket.*/",
"getterMethodName" : "getBucketARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BucketARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BucketARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BucketARN",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.*/",
"setterMethodName" : "setBucketARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bucketARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bucketARN",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the S3 bucket.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "FileKey",
"c2jShape" : "FileKey",
"deprecated" : false,
"documentation" : "Amazon S3 object key name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon S3 object key name.
\n@param fileKey Amazon S3 object key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFileKey",
"getterDocumentation" : "/**Amazon S3 object key name.
\n@return Amazon S3 object key name.*/",
"getterMethodName" : "getFileKey",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FileKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FileKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FileKey",
"setterDocumentation" : "/**Amazon S3 object key name.
\n@param fileKey Amazon S3 object key name.*/",
"setterMethodName" : "setFileKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon S3 object key name.
\n@param fileKey Amazon S3 object key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileKey",
"variableType" : "String",
"documentation" : "Amazon S3 object key name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ReferenceRoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
\n@param referenceRoleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.*/",
"getterMethodName" : "getReferenceRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceRoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceRoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceRoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
\n@param referenceRoleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.*/",
"setterMethodName" : "setReferenceRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "referenceRoleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
\n@param referenceRoleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "referenceRoleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BucketARN" : {
"c2jName" : "BucketARN",
"c2jShape" : "BucketARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the S3 bucket.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withBucketARN",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@return Amazon Resource Name (ARN) of the S3 bucket.*/",
"getterMethodName" : "getBucketARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BucketARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BucketARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BucketARN",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.*/",
"setterMethodName" : "setBucketARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bucketARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARN Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bucketARN",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the S3 bucket.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FileKey" : {
"c2jName" : "FileKey",
"c2jShape" : "FileKey",
"deprecated" : false,
"documentation" : "Amazon S3 object key name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon S3 object key name.
\n@param fileKey Amazon S3 object key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFileKey",
"getterDocumentation" : "/**Amazon S3 object key name.
\n@return Amazon S3 object key name.*/",
"getterMethodName" : "getFileKey",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FileKey",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FileKey",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FileKey",
"setterDocumentation" : "/**Amazon S3 object key name.
\n@param fileKey Amazon S3 object key name.*/",
"setterMethodName" : "setFileKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileKey",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon S3 object key name.
\n@param fileKey Amazon S3 object key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileKey",
"variableType" : "String",
"documentation" : "Amazon S3 object key name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReferenceRoleARN" : {
"c2jName" : "ReferenceRoleARN",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
\n@param referenceRoleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceRoleARN",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.*/",
"getterMethodName" : "getReferenceRoleARN",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceRoleARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceRoleARN",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceRoleARN",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
\n@param referenceRoleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.*/",
"setterMethodName" : "setReferenceRoleARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "referenceRoleARN",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
\n@param referenceRoleARN ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "referenceRoleARN",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "BucketARN", "FileKey", "ReferenceRoleARN" ],
"shapeName" : "S3ReferenceDataSourceDescription",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "S3ReferenceDataSourceDescription",
"variableName" : "s3ReferenceDataSourceDescription",
"variableType" : "S3ReferenceDataSourceDescription",
"documentation" : null,
"simpleType" : "S3ReferenceDataSourceDescription",
"variableSetterType" : "S3ReferenceDataSourceDescription"
},
"wrapper" : false
},
"S3ReferenceDataSourceUpdate" : {
"c2jName" : "S3ReferenceDataSourceUpdate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "BucketARNUpdate",
"c2jShape" : "BucketARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the S3 bucket.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARNUpdate Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withBucketARNUpdate",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@return Amazon Resource Name (ARN) of the S3 bucket.*/",
"getterMethodName" : "getBucketARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BucketARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BucketARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BucketARNUpdate",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARNUpdate Amazon Resource Name (ARN) of the S3 bucket.*/",
"setterMethodName" : "setBucketARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bucketARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARNUpdate Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bucketARNUpdate",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the S3 bucket.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "FileKeyUpdate",
"c2jShape" : "FileKey",
"deprecated" : false,
"documentation" : "Object key name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Object key name.
\n@param fileKeyUpdate Object key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFileKeyUpdate",
"getterDocumentation" : "/**Object key name.
\n@return Object key name.*/",
"getterMethodName" : "getFileKeyUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FileKeyUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FileKeyUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FileKeyUpdate",
"setterDocumentation" : "/**Object key name.
\n@param fileKeyUpdate Object key name.*/",
"setterMethodName" : "setFileKeyUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileKeyUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Object key name.
\n@param fileKeyUpdate Object key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileKeyUpdate",
"variableType" : "String",
"documentation" : "Object key name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ReferenceRoleARNUpdate",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
\n@param referenceRoleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceRoleARNUpdate",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.*/",
"getterMethodName" : "getReferenceRoleARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceRoleARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceRoleARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceRoleARNUpdate",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
\n@param referenceRoleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.*/",
"setterMethodName" : "setReferenceRoleARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "referenceRoleARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
\n@param referenceRoleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "referenceRoleARNUpdate",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BucketARNUpdate" : {
"c2jName" : "BucketARNUpdate",
"c2jShape" : "BucketARN",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of the S3 bucket.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARNUpdate Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withBucketARNUpdate",
"getterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@return Amazon Resource Name (ARN) of the S3 bucket.*/",
"getterMethodName" : "getBucketARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "BucketARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BucketARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "BucketARNUpdate",
"setterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARNUpdate Amazon Resource Name (ARN) of the S3 bucket.*/",
"setterMethodName" : "setBucketARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bucketARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Amazon Resource Name (ARN) of the S3 bucket.
\n@param bucketARNUpdate Amazon Resource Name (ARN) of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bucketARNUpdate",
"variableType" : "String",
"documentation" : "Amazon Resource Name (ARN) of the S3 bucket.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FileKeyUpdate" : {
"c2jName" : "FileKeyUpdate",
"c2jShape" : "FileKey",
"deprecated" : false,
"documentation" : "Object key name.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Object key name.
\n@param fileKeyUpdate Object key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFileKeyUpdate",
"getterDocumentation" : "/**Object key name.
\n@return Object key name.*/",
"getterMethodName" : "getFileKeyUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FileKeyUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FileKeyUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FileKeyUpdate",
"setterDocumentation" : "/**Object key name.
\n@param fileKeyUpdate Object key name.*/",
"setterMethodName" : "setFileKeyUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "fileKeyUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Object key name.
\n@param fileKeyUpdate Object key name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "fileKeyUpdate",
"variableType" : "String",
"documentation" : "Object key name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ReferenceRoleARNUpdate" : {
"c2jName" : "ReferenceRoleARNUpdate",
"c2jShape" : "RoleARN",
"deprecated" : false,
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
\n@param referenceRoleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReferenceRoleARNUpdate",
"getterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
\n@return ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.*/",
"getterMethodName" : "getReferenceRoleARNUpdate",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReferenceRoleARNUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceRoleARNUpdate",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReferenceRoleARNUpdate",
"setterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
\n@param referenceRoleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.*/",
"setterMethodName" : "setReferenceRoleARNUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "referenceRoleARNUpdate",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
\n@param referenceRoleARNUpdate ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "referenceRoleARNUpdate",
"variableType" : "String",
"documentation" : "ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "S3ReferenceDataSourceUpdate",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "S3ReferenceDataSourceUpdate",
"variableName" : "s3ReferenceDataSourceUpdate",
"variableType" : "S3ReferenceDataSourceUpdate",
"documentation" : null,
"simpleType" : "S3ReferenceDataSourceUpdate",
"variableSetterType" : "S3ReferenceDataSourceUpdate"
},
"wrapper" : false
},
"SourceSchema" : {
"c2jName" : "SourceSchema",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "RecordFormat",
"c2jShape" : "RecordFormat",
"deprecated" : false,
"documentation" : "Specifies the format of the records on the streaming source.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies the format of the records on the streaming source.
\n@param recordFormat Specifies the format of the records on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecordFormat",
"getterDocumentation" : "/**Specifies the format of the records on the streaming source.
\n@return Specifies the format of the records on the streaming source.*/",
"getterMethodName" : "getRecordFormat",
"getterModel" : {
"returnType" : "RecordFormat",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordFormat",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordFormat",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordFormat",
"setterDocumentation" : "/**Specifies the format of the records on the streaming source.
\n@param recordFormat Specifies the format of the records on the streaming source.*/",
"setterMethodName" : "setRecordFormat",
"setterModel" : {
"variableDeclarationType" : "RecordFormat",
"variableName" : "recordFormat",
"variableType" : "RecordFormat",
"documentation" : "",
"simpleType" : "RecordFormat",
"variableSetterType" : "RecordFormat"
},
"simple" : false,
"varargSetterDocumentation" : "/**Specifies the format of the records on the streaming source.
\n@param recordFormat Specifies the format of the records on the streaming source.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RecordFormat",
"variableName" : "recordFormat",
"variableType" : "RecordFormat",
"documentation" : "Specifies the format of the records on the streaming source.
",
"simpleType" : "RecordFormat",
"variableSetterType" : "RecordFormat"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RecordEncoding",
"c2jShape" : "RecordEncoding",
"deprecated" : false,
"documentation" : "Specifies the encoding of the records in the streaming source. For example, UTF-8.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies the encoding of the records in the streaming source. For example, UTF-8.
\n@param recordEncoding Specifies the encoding of the records in the streaming source. For example, UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecordEncoding",
"getterDocumentation" : "/**Specifies the encoding of the records in the streaming source. For example, UTF-8.
\n@return Specifies the encoding of the records in the streaming source. For example, UTF-8.*/",
"getterMethodName" : "getRecordEncoding",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordEncoding",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordEncoding",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "RecordEncoding",
"setterDocumentation" : "/**Specifies the encoding of the records in the streaming source. For example, UTF-8.
\n@param recordEncoding Specifies the encoding of the records in the streaming source. For example, UTF-8.*/",
"setterMethodName" : "setRecordEncoding",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recordEncoding",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies the encoding of the records in the streaming source. For example, UTF-8.
\n@param recordEncoding Specifies the encoding of the records in the streaming source. For example, UTF-8.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recordEncoding",
"variableType" : "String",
"documentation" : "Specifies the encoding of the records in the streaming source. For example, UTF-8.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "RecordColumns",
"c2jShape" : "RecordColumns",
"deprecated" : false,
"documentation" : "A list of RecordColumn
objects.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of RecordColumn
objects.
\n@param recordColumns A list of RecordColumn
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withRecordColumns",
"getterDocumentation" : "/**A list of RecordColumn
objects.
\n@return A list of RecordColumn
objects.*/",
"getterMethodName" : "getRecordColumns",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "RecordColumns",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecordColumns",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "RecordColumn",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "RecordColumn",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "RecordColumn",
"variableName" : "member",
"variableType" : "RecordColumn",
"documentation" : "",
"simpleType" : "RecordColumn",
"variableSetterType" : "RecordColumn"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "RecordColumn",
"variableName" : "member",
"variableType" : "RecordColumn",
"documentation" : "",
"simpleType" : "RecordColumn",
"variableSetterType" : "RecordColumn"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "RecordColumn",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "RecordColumn",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "RecordColumns",
"setterDocumentation" : "/**A list of RecordColumn
objects.
\n@param recordColumns A list of RecordColumn
objects.*/",
"setterMethodName" : "setRecordColumns",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recordColumns",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection