models.kinesisanalytics-2015-08-14-intermediate.json Maven / Gradle / Ivy
Show all versions of kinesis Show documentation
{
"customizationConfig" : {
"blacklistedSimpleMethods" : [ "discoverInputSchema" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"defaultExceptionUnmarshaller" : null,
"operationModifiers" : null,
"renameShapes" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelsWith" : null,
"skipSmokeTests" : true,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2015-08-14",
"asyncBuilder" : "DefaultKinesisAnalyticsAsyncClientBuilder",
"asyncBuilderInterface" : "KinesisAnalyticsAsyncClientBuilder",
"asyncClient" : "DefaultKinesisAnalyticsAsyncClient",
"asyncInterface" : "KinesisAnalyticsAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultKinesisAnalyticsBaseClientBuilder",
"baseBuilderInterface" : "KinesisAnalyticsBaseClientBuilder",
"baseExceptionName" : "KinesisAnalyticsException",
"baseRequestName" : "KinesisAnalyticsRequest",
"baseResponseName" : "KinesisAnalyticsResponse",
"cborProtocol" : false,
"checksumFormat" : null,
"clientPackageName" : "kinesisanalytics",
"contentType" : null,
"cucumberModuleInjectorClassName" : "KinesisAnalyticsClientModuleInjector",
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"documentation" : null,
"endpointPrefix" : "kinesisanalytics",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.kinesisanalytics",
"fullModelPackageName" : "software.amazon.awssdk.services.kinesisanalytics.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.kinesisanalytics.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.kinesisanalytics.transform",
"fullSmokeTestsPackageName" : "software.amazon.awssdk.services.kinesisanalytics.smoketests",
"fullTransformPackageName" : "software.amazon.awssdk.services.kinesisanalytics.transform",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "kinesisanalytics.model",
"paginatorsPackageName" : "kinesisanalytics.paginators",
"protocol" : "json",
"protocolDefaultExceptionUmarshallerImpl" : null,
"protocolFactory" : "software.amazon.awssdk.core.protocol.json.SdkJsonProtocolFactory",
"requestBaseFqcn" : "software.amazon.awssdk.core.AwsRequest",
"requestTransformPackageName" : "kinesisanalytics.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceAbbreviation" : "Kinesis Analytics",
"serviceFullName" : "Amazon Kinesis Analytics",
"serviceName" : "Kinesis Analytics",
"signingName" : "kinesisanalytics",
"smokeTestsPackageName" : "kinesisanalytics.smoketests",
"syncBuilder" : "DefaultKinesisAnalyticsClientBuilder",
"syncBuilderInterface" : "KinesisAnalyticsClientBuilder",
"syncClient" : "DefaultKinesisAnalyticsClient",
"syncInterface" : "KinesisAnalyticsClient",
"transformPackageName" : "kinesisanalytics.transform",
"uid" : "kinesisanalytics-2015-08-14",
"unmarshallerContextClassName" : "JsonMarshallerContext",
"xmlProtocol" : false
},
"operations" : {
"AddApplicationCloudWatchLoggingOption" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds a CloudWatch log stream to monitor application configuration errors. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
",
"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" : "AddApplicationCloudWatchLoggingOptionRequest",
"variableName" : "addApplicationCloudWatchLoggingOptionRequest",
"variableType" : "AddApplicationCloudWatchLoggingOptionRequest",
"documentation" : "",
"simpleType" : "AddApplicationCloudWatchLoggingOptionRequest",
"variableSetterType" : "AddApplicationCloudWatchLoggingOptionRequest"
},
"methodName" : "addApplicationCloudWatchLoggingOption",
"operationName" : "AddApplicationCloudWatchLoggingOption",
"paginated" : false,
"returnType" : {
"returnType" : "AddApplicationCloudWatchLoggingOptionResponse",
"documentation" : null
},
"syncReturnType" : "AddApplicationCloudWatchLoggingOptionResponse"
},
"AddApplicationInput" : {
"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
}, {
"exceptionName" : "CodeValidationException",
"documentation" : "User-provided application code (query) is invalid. This can be a simple syntax error.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AddApplicationInputRequest",
"variableName" : "addApplicationInputRequest",
"variableType" : "AddApplicationInputRequest",
"documentation" : "",
"simpleType" : "AddApplicationInputRequest",
"variableSetterType" : "AddApplicationInputRequest"
},
"methodName" : "addApplicationInput",
"operationName" : "AddApplicationInput",
"paginated" : false,
"returnType" : {
"returnType" : "AddApplicationInputResponse",
"documentation" : ""
},
"syncReturnType" : "AddApplicationInputResponse"
},
"AddApplicationInputProcessingConfiguration" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds an InputProcessingConfiguration to an application. An input processor preprocesses records on the input stream before the application's SQL code executes. Currently, the only input processor available is AWS Lambda.
",
"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" : "AddApplicationInputProcessingConfigurationRequest",
"variableName" : "addApplicationInputProcessingConfigurationRequest",
"variableType" : "AddApplicationInputProcessingConfigurationRequest",
"documentation" : "",
"simpleType" : "AddApplicationInputProcessingConfigurationRequest",
"variableSetterType" : "AddApplicationInputProcessingConfigurationRequest"
},
"methodName" : "addApplicationInputProcessingConfiguration",
"operationName" : "AddApplicationInputProcessingConfiguration",
"paginated" : false,
"returnType" : {
"returnType" : "AddApplicationInputProcessingConfigurationResponse",
"documentation" : null
},
"syncReturnType" : "AddApplicationInputProcessingConfigurationResponse"
},
"AddApplicationOutput" : {
"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"
},
"methodName" : "addApplicationOutput",
"operationName" : "AddApplicationOutput",
"paginated" : false,
"returnType" : {
"returnType" : "AddApplicationOutputResponse",
"documentation" : ""
},
"syncReturnType" : "AddApplicationOutputResponse"
},
"AddApplicationReferenceDataSource" : {
"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"
},
"methodName" : "addApplicationReferenceDataSource",
"operationName" : "AddApplicationReferenceDataSource",
"paginated" : false,
"returnType" : {
"returnType" : "AddApplicationReferenceDataSourceResponse",
"documentation" : ""
},
"syncReturnType" : "AddApplicationReferenceDataSourceResponse"
},
"CreateApplication" : {
"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.
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"
},
"methodName" : "createApplication",
"operationName" : "CreateApplication",
"paginated" : false,
"returnType" : {
"returnType" : "CreateApplicationResponse",
"documentation" : "TBD
"
},
"syncReturnType" : "CreateApplicationResponse"
},
"DeleteApplication" : {
"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"
},
"methodName" : "deleteApplication",
"operationName" : "DeleteApplication",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteApplicationResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteApplicationResponse"
},
"DeleteApplicationCloudWatchLoggingOption" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a CloudWatch log stream from an application. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
",
"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" : "DeleteApplicationCloudWatchLoggingOptionRequest",
"variableName" : "deleteApplicationCloudWatchLoggingOptionRequest",
"variableType" : "DeleteApplicationCloudWatchLoggingOptionRequest",
"documentation" : "",
"simpleType" : "DeleteApplicationCloudWatchLoggingOptionRequest",
"variableSetterType" : "DeleteApplicationCloudWatchLoggingOptionRequest"
},
"methodName" : "deleteApplicationCloudWatchLoggingOption",
"operationName" : "DeleteApplicationCloudWatchLoggingOption",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteApplicationCloudWatchLoggingOptionResponse",
"documentation" : null
},
"syncReturnType" : "DeleteApplicationCloudWatchLoggingOptionResponse"
},
"DeleteApplicationInputProcessingConfiguration" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an InputProcessingConfiguration from an input.
",
"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" : "DeleteApplicationInputProcessingConfigurationRequest",
"variableName" : "deleteApplicationInputProcessingConfigurationRequest",
"variableType" : "DeleteApplicationInputProcessingConfigurationRequest",
"documentation" : "",
"simpleType" : "DeleteApplicationInputProcessingConfigurationRequest",
"variableSetterType" : "DeleteApplicationInputProcessingConfigurationRequest"
},
"methodName" : "deleteApplicationInputProcessingConfiguration",
"operationName" : "DeleteApplicationInputProcessingConfiguration",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteApplicationInputProcessingConfigurationResponse",
"documentation" : null
},
"syncReturnType" : "DeleteApplicationInputProcessingConfigurationResponse"
},
"DeleteApplicationOutput" : {
"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" : "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" : "DeleteApplicationOutputRequest",
"variableName" : "deleteApplicationOutputRequest",
"variableType" : "DeleteApplicationOutputRequest",
"documentation" : "",
"simpleType" : "DeleteApplicationOutputRequest",
"variableSetterType" : "DeleteApplicationOutputRequest"
},
"methodName" : "deleteApplicationOutput",
"operationName" : "DeleteApplicationOutput",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteApplicationOutputResponse",
"documentation" : ""
},
"syncReturnType" : "DeleteApplicationOutputResponse"
},
"DeleteApplicationReferenceDataSource" : {
"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"
},
"methodName" : "deleteApplicationReferenceDataSource",
"operationName" : "DeleteApplicationReferenceDataSource",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteApplicationReferenceDataSourceResponse",
"documentation" : null
},
"syncReturnType" : "DeleteApplicationReferenceDataSourceResponse"
},
"DescribeApplication" : {
"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"
},
"methodName" : "describeApplication",
"operationName" : "DescribeApplication",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeApplicationResponse",
"documentation" : ""
},
"syncReturnType" : "DescribeApplicationResponse"
},
"DiscoverInputSchema" : {
"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, Amazon 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 Amazon Kinesis Streams ProvisionedThroughputExceededException. For more information, see GetRecords in the Amazon Kinesis Streams API Reference.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The service is unavailable, back off and retry the operation.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DiscoverInputSchemaRequest",
"variableName" : "discoverInputSchemaRequest",
"variableType" : "DiscoverInputSchemaRequest",
"documentation" : "",
"simpleType" : "DiscoverInputSchemaRequest",
"variableSetterType" : "DiscoverInputSchemaRequest"
},
"methodName" : "discoverInputSchema",
"operationName" : "DiscoverInputSchema",
"paginated" : false,
"returnType" : {
"returnType" : "DiscoverInputSchemaResponse",
"documentation" : ""
},
"syncReturnType" : "DiscoverInputSchemaResponse"
},
"ListApplications" : {
"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" : [ ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListApplicationsRequest",
"variableName" : "listApplicationsRequest",
"variableType" : "ListApplicationsRequest",
"documentation" : "",
"simpleType" : "ListApplicationsRequest",
"variableSetterType" : "ListApplicationsRequest"
},
"methodName" : "listApplications",
"operationName" : "ListApplications",
"paginated" : false,
"returnType" : {
"returnType" : "ListApplicationsResponse",
"documentation" : ""
},
"syncReturnType" : "ListApplicationsResponse"
},
"StartApplication" : {
"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"
},
"methodName" : "startApplication",
"operationName" : "StartApplication",
"paginated" : false,
"returnType" : {
"returnType" : "StartApplicationResponse",
"documentation" : ""
},
"syncReturnType" : "StartApplicationResponse"
},
"StopApplication" : {
"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"
},
"methodName" : "stopApplication",
"operationName" : "StopApplication",
"paginated" : false,
"returnType" : {
"returnType" : "StopApplicationResponse",
"documentation" : ""
},
"syncReturnType" : "StopApplicationResponse"
},
"UpdateApplication" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates an existing Amazon Kinesis Analytics application. Using this API, you can update application code, input configuration, and output configuration.
Note that Amazon Kinesis Analytics updates the CurrentApplicationVersionId
each time you update your application.
This operation 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"
},
"methodName" : "updateApplication",
"operationName" : "UpdateApplication",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateApplicationResponse",
"documentation" : null
},
"syncReturnType" : "UpdateApplicationResponse"
}
},
"shapes" : {
"AddApplicationCloudWatchLoggingOptionRequest" : {
"c2jName" : "AddApplicationCloudWatchLoggingOptionRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AddApplicationCloudWatchLoggingOption",
"locationName" : null,
"requestUri" : "/",
"target" : "KinesisAnalytics_20150814.AddApplicationCloudWatchLoggingOption",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "The Kinesis Analytics application name.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "The Kinesis Analytics application name.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"fluentSetterDocumentation" : "The Kinesis Analytics application name.
\n@param applicationName The Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationName",
"getterDocumentation" : "The Kinesis Analytics application name.
\n@return The Kinesis Analytics application name.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationName",
"setterDocumentation" : "The Kinesis Analytics application name.
\n@param applicationName The Kinesis Analytics application name.",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "The Kinesis Analytics application name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCurrentApplicationVersionId",
"beanStyleSetterMethodName" : "setCurrentApplicationVersionId",
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "The version ID of the Kinesis Analytics application.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)",
"deprecated" : false,
"documentation" : "The version ID of the Kinesis Analytics application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentApplicationVersionId",
"fluentSetterDocumentation" : "The version ID of the Kinesis Analytics application.
\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentApplicationVersionId",
"getterDocumentation" : "The version ID of the Kinesis Analytics application.
\n@return The version ID of the Kinesis Analytics application.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "The version ID of the Kinesis Analytics application.
\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.",
"setterMethodName" : "setCurrentApplicationVersionId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "The version ID of the Kinesis Analytics application.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCloudWatchLoggingOption",
"beanStyleSetterMethodName" : "setCloudWatchLoggingOption",
"c2jName" : "CloudWatchLoggingOption",
"c2jShape" : "CloudWatchLoggingOption",
"defaultConsumerFluentSetterDocumentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOption.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOption#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOption.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOption(CloudWatchLoggingOption)}.\n@param cloudWatchLoggingOption a consumer that will call methods on {@link CloudWatchLoggingOption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOption(CloudWatchLoggingOption)",
"deprecated" : false,
"documentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "cloudWatchLoggingOption",
"fluentSetterDocumentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
\n@param cloudWatchLoggingOption Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "cloudWatchLoggingOption",
"getterDocumentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
\n@return Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.",
"getterModel" : {
"returnType" : "CloudWatchLoggingOption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CloudWatchLoggingOption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CloudWatchLoggingOption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "CloudWatchLoggingOption",
"setterDocumentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
\n@param cloudWatchLoggingOption Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.",
"setterMethodName" : "setCloudWatchLoggingOption",
"setterModel" : {
"variableDeclarationType" : "CloudWatchLoggingOption",
"variableName" : "cloudWatchLoggingOption",
"variableType" : "CloudWatchLoggingOption",
"documentation" : null,
"simpleType" : "CloudWatchLoggingOption",
"variableSetterType" : "CloudWatchLoggingOption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "CloudWatchLoggingOption",
"variableName" : "cloudWatchLoggingOption",
"variableType" : "CloudWatchLoggingOption",
"documentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
",
"simpleType" : "CloudWatchLoggingOption",
"variableSetterType" : "CloudWatchLoggingOption"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationName" : {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "The Kinesis Analytics application name.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "The Kinesis Analytics application name.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"fluentSetterDocumentation" : "The Kinesis Analytics application name.
\n@param applicationName The Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationName",
"getterDocumentation" : "The Kinesis Analytics application name.
\n@return The Kinesis Analytics application name.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationName",
"setterDocumentation" : "The Kinesis Analytics application name.
\n@param applicationName The Kinesis Analytics application name.",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "The Kinesis Analytics application name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CloudWatchLoggingOption" : {
"beanStyleGetterMethodName" : "getCloudWatchLoggingOption",
"beanStyleSetterMethodName" : "setCloudWatchLoggingOption",
"c2jName" : "CloudWatchLoggingOption",
"c2jShape" : "CloudWatchLoggingOption",
"defaultConsumerFluentSetterDocumentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOption.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOption#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOption.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOption(CloudWatchLoggingOption)}.\n@param cloudWatchLoggingOption a consumer that will call methods on {@link CloudWatchLoggingOption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOption(CloudWatchLoggingOption)",
"deprecated" : false,
"documentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "cloudWatchLoggingOption",
"fluentSetterDocumentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
\n@param cloudWatchLoggingOption Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "cloudWatchLoggingOption",
"getterDocumentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
\n@return Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.",
"getterModel" : {
"returnType" : "CloudWatchLoggingOption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CloudWatchLoggingOption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CloudWatchLoggingOption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "CloudWatchLoggingOption",
"setterDocumentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
\n@param cloudWatchLoggingOption Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.",
"setterMethodName" : "setCloudWatchLoggingOption",
"setterModel" : {
"variableDeclarationType" : "CloudWatchLoggingOption",
"variableName" : "cloudWatchLoggingOption",
"variableType" : "CloudWatchLoggingOption",
"documentation" : null,
"simpleType" : "CloudWatchLoggingOption",
"variableSetterType" : "CloudWatchLoggingOption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "CloudWatchLoggingOption",
"variableName" : "cloudWatchLoggingOption",
"variableType" : "CloudWatchLoggingOption",
"documentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
",
"simpleType" : "CloudWatchLoggingOption",
"variableSetterType" : "CloudWatchLoggingOption"
},
"xmlNameSpaceUri" : null
},
"CurrentApplicationVersionId" : {
"beanStyleGetterMethodName" : "getCurrentApplicationVersionId",
"beanStyleSetterMethodName" : "setCurrentApplicationVersionId",
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "The version ID of the Kinesis Analytics application.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)",
"deprecated" : false,
"documentation" : "The version ID of the Kinesis Analytics application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentApplicationVersionId",
"fluentSetterDocumentation" : "The version ID of the Kinesis Analytics application.
\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentApplicationVersionId",
"getterDocumentation" : "The version ID of the Kinesis Analytics application.
\n@return The version ID of the Kinesis Analytics application.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "The version ID of the Kinesis Analytics application.
\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.",
"setterMethodName" : "setCurrentApplicationVersionId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "The version ID of the Kinesis Analytics application.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "The Kinesis Analytics application name.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "The Kinesis Analytics application name.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"fluentSetterDocumentation" : "The Kinesis Analytics application name.
\n@param applicationName The Kinesis Analytics application name.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationName",
"getterDocumentation" : "The Kinesis Analytics application name.
\n@return The Kinesis Analytics application name.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationName",
"setterDocumentation" : "The Kinesis Analytics application name.
\n@param applicationName The Kinesis Analytics application name.",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "The Kinesis Analytics application name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCurrentApplicationVersionId",
"beanStyleSetterMethodName" : "setCurrentApplicationVersionId",
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "The version ID of the Kinesis Analytics application.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)",
"deprecated" : false,
"documentation" : "The version ID of the Kinesis Analytics application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentApplicationVersionId",
"fluentSetterDocumentation" : "The version ID of the Kinesis Analytics application.
\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "currentApplicationVersionId",
"getterDocumentation" : "The version ID of the Kinesis Analytics application.
\n@return The version ID of the Kinesis Analytics application.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "The version ID of the Kinesis Analytics application.
\n@param currentApplicationVersionId The version ID of the Kinesis Analytics application.",
"setterMethodName" : "setCurrentApplicationVersionId",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "The version ID of the Kinesis Analytics application.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCloudWatchLoggingOption",
"beanStyleSetterMethodName" : "setCloudWatchLoggingOption",
"c2jName" : "CloudWatchLoggingOption",
"c2jShape" : "CloudWatchLoggingOption",
"defaultConsumerFluentSetterDocumentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOption.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOption#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOption.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOption(CloudWatchLoggingOption)}.\n@param cloudWatchLoggingOption a consumer that will call methods on {@link CloudWatchLoggingOption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOption(CloudWatchLoggingOption)",
"deprecated" : false,
"documentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "cloudWatchLoggingOption",
"fluentSetterDocumentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
\n@param cloudWatchLoggingOption Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "cloudWatchLoggingOption",
"getterDocumentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
\n@return Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.",
"getterModel" : {
"returnType" : "CloudWatchLoggingOption",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CloudWatchLoggingOption",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CloudWatchLoggingOption",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "CloudWatchLoggingOption",
"setterDocumentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
\n@param cloudWatchLoggingOption Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.",
"setterMethodName" : "setCloudWatchLoggingOption",
"setterModel" : {
"variableDeclarationType" : "CloudWatchLoggingOption",
"variableName" : "cloudWatchLoggingOption",
"variableType" : "CloudWatchLoggingOption",
"documentation" : null,
"simpleType" : "CloudWatchLoggingOption",
"variableSetterType" : "CloudWatchLoggingOption"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "CloudWatchLoggingOption",
"variableName" : "cloudWatchLoggingOption",
"variableType" : "CloudWatchLoggingOption",
"documentation" : "Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents
policy action enabled.
",
"simpleType" : "CloudWatchLoggingOption",
"variableSetterType" : "CloudWatchLoggingOption"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationName", "CurrentApplicationVersionId", "CloudWatchLoggingOption" ],
"shapeName" : "AddApplicationCloudWatchLoggingOptionRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddApplicationCloudWatchLoggingOptionRequest",
"variableName" : "addApplicationCloudWatchLoggingOptionRequest",
"variableType" : "AddApplicationCloudWatchLoggingOptionRequest",
"documentation" : null,
"simpleType" : "AddApplicationCloudWatchLoggingOptionRequest",
"variableSetterType" : "AddApplicationCloudWatchLoggingOptionRequest"
},
"wrapper" : false
},
"AddApplicationCloudWatchLoggingOptionResponse" : {
"c2jName" : "AddApplicationCloudWatchLoggingOptionResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddApplicationCloudWatchLoggingOptionResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddApplicationCloudWatchLoggingOptionResponse",
"variableName" : "addApplicationCloudWatchLoggingOptionResponse",
"variableType" : "AddApplicationCloudWatchLoggingOptionResponse",
"documentation" : null,
"simpleType" : "AddApplicationCloudWatchLoggingOptionResponse",
"variableSetterType" : "AddApplicationCloudWatchLoggingOptionResponse"
},
"wrapper" : false
},
"AddApplicationInputProcessingConfigurationRequest" : {
"c2jName" : "AddApplicationInputProcessingConfigurationRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "AddApplicationInputProcessingConfiguration",
"locationName" : null,
"requestUri" : "/",
"target" : "KinesisAnalytics_20150814.AddApplicationInputProcessingConfiguration",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of the application to which you want to add the input processing configuration.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of the application to which you want to add the input processing configuration.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"fluentSetterDocumentation" : "Name of the application to which you want to add the input processing configuration.
\n@param applicationName Name of the application to which you want to add the input processing configuration.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationName",
"getterDocumentation" : "Name of the application to which you want to add the input processing configuration.
\n@return Name of the application to which you want to add the input processing configuration.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationName",
"setterDocumentation" : "Name of the application to which you want to add the input processing configuration.
\n@param applicationName Name of the application to which you want to add the input processing configuration.",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application to which you want to add the input processing configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCurrentApplicationVersionId",
"beanStyleSetterMethodName" : "setCurrentApplicationVersionId",
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "Version of the application to which you want to add the input processing 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.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)",
"deprecated" : false,
"documentation" : "Version of the application to which you want to add the input processing 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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentApplicationVersionId",
"fluentSetterDocumentation" : "Version of the application to which you want to add the input processing 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 to add the input processing 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" : "currentApplicationVersionId",
"getterDocumentation" : "Version of the application to which you want to add the input processing 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 to add the input processing 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.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "Version of the application to which you want to add the input processing 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 to add the input processing 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" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "Version of the application to which you want to add the input processing 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
}, {
"beanStyleGetterMethodName" : "getInputId",
"beanStyleSetterMethodName" : "setInputId",
"c2jName" : "InputId",
"c2jShape" : "Id",
"defaultConsumerFluentSetterDocumentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputId(String)}.\n@param inputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputId(String)",
"deprecated" : false,
"documentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "inputId",
"fluentSetterDocumentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
\n@param inputId The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "inputId",
"getterDocumentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
\n@return The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InputId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "InputId",
"setterDocumentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
\n@param inputId The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.",
"setterMethodName" : "setInputId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "inputId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "inputId",
"variableType" : "String",
"documentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getInputProcessingConfiguration",
"beanStyleSetterMethodName" : "setInputProcessingConfiguration",
"c2jName" : "InputProcessingConfiguration",
"c2jShape" : "InputProcessingConfiguration",
"defaultConsumerFluentSetterDocumentation" : "The InputProcessingConfiguration to add to the application.
\nThis is a convenience that creates an instance of the {@link InputProcessingConfiguration.Builder} avoiding the need to create one manually via {@link InputProcessingConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfiguration(InputProcessingConfiguration)}.\n@param inputProcessingConfiguration a consumer that will call methods on {@link InputProcessingConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfiguration(InputProcessingConfiguration)",
"deprecated" : false,
"documentation" : "The InputProcessingConfiguration to add to the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "inputProcessingConfiguration",
"fluentSetterDocumentation" : "The InputProcessingConfiguration to add to the application.
\n@param inputProcessingConfiguration The InputProcessingConfiguration to add to the application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "inputProcessingConfiguration",
"getterDocumentation" : "The InputProcessingConfiguration to add to the application.
\n@return The InputProcessingConfiguration to add to the application.",
"getterModel" : {
"returnType" : "InputProcessingConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InputProcessingConfiguration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputProcessingConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "InputProcessingConfiguration",
"setterDocumentation" : "The InputProcessingConfiguration to add to the application.
\n@param inputProcessingConfiguration The InputProcessingConfiguration to add to the application.",
"setterMethodName" : "setInputProcessingConfiguration",
"setterModel" : {
"variableDeclarationType" : "InputProcessingConfiguration",
"variableName" : "inputProcessingConfiguration",
"variableType" : "InputProcessingConfiguration",
"documentation" : null,
"simpleType" : "InputProcessingConfiguration",
"variableSetterType" : "InputProcessingConfiguration"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "InputProcessingConfiguration",
"variableName" : "inputProcessingConfiguration",
"variableType" : "InputProcessingConfiguration",
"documentation" : "The InputProcessingConfiguration to add to the application.
",
"simpleType" : "InputProcessingConfiguration",
"variableSetterType" : "InputProcessingConfiguration"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationName" : {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of the application to which you want to add the input processing configuration.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of the application to which you want to add the input processing configuration.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"fluentSetterDocumentation" : "Name of the application to which you want to add the input processing configuration.
\n@param applicationName Name of the application to which you want to add the input processing configuration.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationName",
"getterDocumentation" : "Name of the application to which you want to add the input processing configuration.
\n@return Name of the application to which you want to add the input processing configuration.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationName",
"setterDocumentation" : "Name of the application to which you want to add the input processing configuration.
\n@param applicationName Name of the application to which you want to add the input processing configuration.",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application to which you want to add the input processing configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CurrentApplicationVersionId" : {
"beanStyleGetterMethodName" : "getCurrentApplicationVersionId",
"beanStyleSetterMethodName" : "setCurrentApplicationVersionId",
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "Version of the application to which you want to add the input processing 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.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)",
"deprecated" : false,
"documentation" : "Version of the application to which you want to add the input processing 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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentApplicationVersionId",
"fluentSetterDocumentation" : "Version of the application to which you want to add the input processing 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 to add the input processing 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" : "currentApplicationVersionId",
"getterDocumentation" : "Version of the application to which you want to add the input processing 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 to add the input processing 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.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "Version of the application to which you want to add the input processing 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 to add the input processing 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" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "Version of the application to which you want to add the input processing 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
},
"InputId" : {
"beanStyleGetterMethodName" : "getInputId",
"beanStyleSetterMethodName" : "setInputId",
"c2jName" : "InputId",
"c2jShape" : "Id",
"defaultConsumerFluentSetterDocumentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputId(String)}.\n@param inputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputId(String)",
"deprecated" : false,
"documentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "inputId",
"fluentSetterDocumentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
\n@param inputId The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "inputId",
"getterDocumentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
\n@return The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InputId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "InputId",
"setterDocumentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
\n@param inputId The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.",
"setterMethodName" : "setInputId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "inputId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "inputId",
"variableType" : "String",
"documentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"InputProcessingConfiguration" : {
"beanStyleGetterMethodName" : "getInputProcessingConfiguration",
"beanStyleSetterMethodName" : "setInputProcessingConfiguration",
"c2jName" : "InputProcessingConfiguration",
"c2jShape" : "InputProcessingConfiguration",
"defaultConsumerFluentSetterDocumentation" : "The InputProcessingConfiguration to add to the application.
\nThis is a convenience that creates an instance of the {@link InputProcessingConfiguration.Builder} avoiding the need to create one manually via {@link InputProcessingConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfiguration(InputProcessingConfiguration)}.\n@param inputProcessingConfiguration a consumer that will call methods on {@link InputProcessingConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfiguration(InputProcessingConfiguration)",
"deprecated" : false,
"documentation" : "The InputProcessingConfiguration to add to the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "inputProcessingConfiguration",
"fluentSetterDocumentation" : "The InputProcessingConfiguration to add to the application.
\n@param inputProcessingConfiguration The InputProcessingConfiguration to add to the application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "inputProcessingConfiguration",
"getterDocumentation" : "The InputProcessingConfiguration to add to the application.
\n@return The InputProcessingConfiguration to add to the application.",
"getterModel" : {
"returnType" : "InputProcessingConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InputProcessingConfiguration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputProcessingConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "InputProcessingConfiguration",
"setterDocumentation" : "The InputProcessingConfiguration to add to the application.
\n@param inputProcessingConfiguration The InputProcessingConfiguration to add to the application.",
"setterMethodName" : "setInputProcessingConfiguration",
"setterModel" : {
"variableDeclarationType" : "InputProcessingConfiguration",
"variableName" : "inputProcessingConfiguration",
"variableType" : "InputProcessingConfiguration",
"documentation" : null,
"simpleType" : "InputProcessingConfiguration",
"variableSetterType" : "InputProcessingConfiguration"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "InputProcessingConfiguration",
"variableName" : "inputProcessingConfiguration",
"variableType" : "InputProcessingConfiguration",
"documentation" : "The InputProcessingConfiguration to add to the application.
",
"simpleType" : "InputProcessingConfiguration",
"variableSetterType" : "InputProcessingConfiguration"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of the application to which you want to add the input processing configuration.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of the application to which you want to add the input processing configuration.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"fluentSetterDocumentation" : "Name of the application to which you want to add the input processing configuration.
\n@param applicationName Name of the application to which you want to add the input processing configuration.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "applicationName",
"getterDocumentation" : "Name of the application to which you want to add the input processing configuration.
\n@return Name of the application to which you want to add the input processing configuration.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationName",
"setterDocumentation" : "Name of the application to which you want to add the input processing configuration.
\n@param applicationName Name of the application to which you want to add the input processing configuration.",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application to which you want to add the input processing configuration.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCurrentApplicationVersionId",
"beanStyleSetterMethodName" : "setCurrentApplicationVersionId",
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "Version of the application to which you want to add the input processing 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.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)",
"deprecated" : false,
"documentation" : "Version of the application to which you want to add the input processing 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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentApplicationVersionId",
"fluentSetterDocumentation" : "Version of the application to which you want to add the input processing 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 to add the input processing 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" : "currentApplicationVersionId",
"getterDocumentation" : "Version of the application to which you want to add the input processing 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 to add the input processing 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.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"name" : "CurrentApplicationVersionId",
"setterDocumentation" : "Version of the application to which you want to add the input processing 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 to add the input processing 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" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "currentApplicationVersionId",
"variableType" : "Long",
"documentation" : "Version of the application to which you want to add the input processing 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
}, {
"beanStyleGetterMethodName" : "getInputId",
"beanStyleSetterMethodName" : "setInputId",
"c2jName" : "InputId",
"c2jShape" : "Id",
"defaultConsumerFluentSetterDocumentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #inputId(String)}.\n@param inputId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputId(String)",
"deprecated" : false,
"documentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "inputId",
"fluentSetterDocumentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
\n@param inputId The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "inputId",
"getterDocumentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
\n@return The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InputId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "InputId",
"setterDocumentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
\n@param inputId The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.",
"setterMethodName" : "setInputId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "inputId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "inputId",
"variableType" : "String",
"documentation" : "The ID of the input configuration to which to add the input configuration. You can get a list of the input IDs for an application using the DescribeApplication operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getInputProcessingConfiguration",
"beanStyleSetterMethodName" : "setInputProcessingConfiguration",
"c2jName" : "InputProcessingConfiguration",
"c2jShape" : "InputProcessingConfiguration",
"defaultConsumerFluentSetterDocumentation" : "The InputProcessingConfiguration to add to the application.
\nThis is a convenience that creates an instance of the {@link InputProcessingConfiguration.Builder} avoiding the need to create one manually via {@link InputProcessingConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputProcessingConfiguration.Builder#build()} is called immediately and its result is passed to {@link #inputProcessingConfiguration(InputProcessingConfiguration)}.\n@param inputProcessingConfiguration a consumer that will call methods on {@link InputProcessingConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputProcessingConfiguration(InputProcessingConfiguration)",
"deprecated" : false,
"documentation" : "The InputProcessingConfiguration to add to the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "inputProcessingConfiguration",
"fluentSetterDocumentation" : "The InputProcessingConfiguration to add to the application.
\n@param inputProcessingConfiguration The InputProcessingConfiguration to add to the application.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "inputProcessingConfiguration",
"getterDocumentation" : "The InputProcessingConfiguration to add to the application.
\n@return The InputProcessingConfiguration to add to the application.",
"getterModel" : {
"returnType" : "InputProcessingConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InputProcessingConfiguration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputProcessingConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "InputProcessingConfiguration",
"setterDocumentation" : "The InputProcessingConfiguration to add to the application.
\n@param inputProcessingConfiguration The InputProcessingConfiguration to add to the application.",
"setterMethodName" : "setInputProcessingConfiguration",
"setterModel" : {
"variableDeclarationType" : "InputProcessingConfiguration",
"variableName" : "inputProcessingConfiguration",
"variableType" : "InputProcessingConfiguration",
"documentation" : null,
"simpleType" : "InputProcessingConfiguration",
"variableSetterType" : "InputProcessingConfiguration"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "InputProcessingConfiguration",
"variableName" : "inputProcessingConfiguration",
"variableType" : "InputProcessingConfiguration",
"documentation" : "The InputProcessingConfiguration to add to the application.
",
"simpleType" : "InputProcessingConfiguration",
"variableSetterType" : "InputProcessingConfiguration"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationName", "CurrentApplicationVersionId", "InputId", "InputProcessingConfiguration" ],
"shapeName" : "AddApplicationInputProcessingConfigurationRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddApplicationInputProcessingConfigurationRequest",
"variableName" : "addApplicationInputProcessingConfigurationRequest",
"variableType" : "AddApplicationInputProcessingConfigurationRequest",
"documentation" : null,
"simpleType" : "AddApplicationInputProcessingConfigurationRequest",
"variableSetterType" : "AddApplicationInputProcessingConfigurationRequest"
},
"wrapper" : false
},
"AddApplicationInputProcessingConfigurationResponse" : {
"c2jName" : "AddApplicationInputProcessingConfigurationResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddApplicationInputProcessingConfigurationResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddApplicationInputProcessingConfigurationResponse",
"variableName" : "addApplicationInputProcessingConfigurationResponse",
"variableType" : "AddApplicationInputProcessingConfigurationResponse",
"documentation" : null,
"simpleType" : "AddApplicationInputProcessingConfigurationResponse",
"variableSetterType" : "AddApplicationInputProcessingConfigurationResponse"
},
"wrapper" : false
},
"AddApplicationInputRequest" : {
"c2jName" : "AddApplicationInputRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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" : [ {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"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" : "applicationName",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getCurrentApplicationVersionId",
"beanStyleSetterMethodName" : "setCurrentApplicationVersionId",
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentApplicationVersionId",
"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" : "currentApplicationVersionId",
"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.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"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" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getInput",
"beanStyleSetterMethodName" : "setInput",
"c2jName" : "Input",
"c2jShape" : "Input",
"defaultConsumerFluentSetterDocumentation" : "The Input to add.
\nThis is a convenience that creates an instance of the {@link Input.Builder} avoiding the need to create one manually via {@link Input#builder()}.\n\nWhen the {@link Consumer} completes, {@link Input.Builder#build()} is called immediately and its result is passed to {@link #input(Input)}.\n@param input a consumer that will call methods on {@link Input.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(Input)",
"deprecated" : false,
"documentation" : "The Input to add.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "input",
"fluentSetterDocumentation" : "The Input to add.
\n@param input The Input to add.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "input",
"getterDocumentation" : "The Input to add.
\n@return The Input to add.",
"getterModel" : {
"returnType" : "Input",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Input",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Input",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Input",
"setterDocumentation" : "The Input to add.
\n@param input The Input to add.",
"setterMethodName" : "setInput",
"setterModel" : {
"variableDeclarationType" : "Input",
"variableName" : "input",
"variableType" : "Input",
"documentation" : null,
"simpleType" : "Input",
"variableSetterType" : "Input"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Input",
"variableName" : "input",
"variableType" : "Input",
"documentation" : "The Input to add.
",
"simpleType" : "Input",
"variableSetterType" : "Input"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationName" : {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"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" : "applicationName",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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" : {
"beanStyleGetterMethodName" : "getCurrentApplicationVersionId",
"beanStyleSetterMethodName" : "setCurrentApplicationVersionId",
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentApplicationVersionId",
"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" : "currentApplicationVersionId",
"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.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"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" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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" : {
"beanStyleGetterMethodName" : "getInput",
"beanStyleSetterMethodName" : "setInput",
"c2jName" : "Input",
"c2jShape" : "Input",
"defaultConsumerFluentSetterDocumentation" : "The Input to add.
\nThis is a convenience that creates an instance of the {@link Input.Builder} avoiding the need to create one manually via {@link Input#builder()}.\n\nWhen the {@link Consumer} completes, {@link Input.Builder#build()} is called immediately and its result is passed to {@link #input(Input)}.\n@param input a consumer that will call methods on {@link Input.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(Input)",
"deprecated" : false,
"documentation" : "The Input to add.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "input",
"fluentSetterDocumentation" : "The Input to add.
\n@param input The Input to add.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "input",
"getterDocumentation" : "The Input to add.
\n@return The Input to add.",
"getterModel" : {
"returnType" : "Input",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Input",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Input",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Input",
"setterDocumentation" : "The Input to add.
\n@param input The Input to add.",
"setterMethodName" : "setInput",
"setterModel" : {
"variableDeclarationType" : "Input",
"variableName" : "input",
"variableType" : "Input",
"documentation" : null,
"simpleType" : "Input",
"variableSetterType" : "Input"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Input",
"variableName" : "input",
"variableType" : "Input",
"documentation" : "The Input to add.
",
"simpleType" : "Input",
"variableSetterType" : "Input"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"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" : "applicationName",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getCurrentApplicationVersionId",
"beanStyleSetterMethodName" : "setCurrentApplicationVersionId",
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentApplicationVersionId",
"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" : "currentApplicationVersionId",
"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.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"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" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getInput",
"beanStyleSetterMethodName" : "setInput",
"c2jName" : "Input",
"c2jShape" : "Input",
"defaultConsumerFluentSetterDocumentation" : "The Input to add.
\nThis is a convenience that creates an instance of the {@link Input.Builder} avoiding the need to create one manually via {@link Input#builder()}.\n\nWhen the {@link Consumer} completes, {@link Input.Builder#build()} is called immediately and its result is passed to {@link #input(Input)}.\n@param input a consumer that will call methods on {@link Input.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #input(Input)",
"deprecated" : false,
"documentation" : "The Input to add.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "input",
"fluentSetterDocumentation" : "The Input to add.
\n@param input The Input to add.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "input",
"getterDocumentation" : "The Input to add.
\n@return The Input to add.",
"getterModel" : {
"returnType" : "Input",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Input",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Input",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Input",
"setterDocumentation" : "The Input to add.
\n@param input The Input to add.",
"setterMethodName" : "setInput",
"setterModel" : {
"variableDeclarationType" : "Input",
"variableName" : "input",
"variableType" : "Input",
"documentation" : null,
"simpleType" : "Input",
"variableSetterType" : "Input"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "Input",
"variableName" : "input",
"variableType" : "Input",
"documentation" : "The Input to add.
",
"simpleType" : "Input",
"variableSetterType" : "Input"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationName", "CurrentApplicationVersionId", "Input" ],
"shapeName" : "AddApplicationInputRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddApplicationInputRequest",
"variableName" : "addApplicationInputRequest",
"variableType" : "AddApplicationInputRequest",
"documentation" : null,
"simpleType" : "AddApplicationInputRequest",
"variableSetterType" : "AddApplicationInputRequest"
},
"wrapper" : false
},
"AddApplicationInputResponse" : {
"c2jName" : "AddApplicationInputResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddApplicationInputResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddApplicationInputResponse",
"variableName" : "addApplicationInputResponse",
"variableType" : "AddApplicationInputResponse",
"documentation" : null,
"simpleType" : "AddApplicationInputResponse",
"variableSetterType" : "AddApplicationInputResponse"
},
"wrapper" : false
},
"AddApplicationOutputRequest" : {
"c2jName" : "AddApplicationOutputRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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" : [ {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of the application to which you want to add the output configuration.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of the application to which you want to add the output configuration.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"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" : "applicationName",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getCurrentApplicationVersionId",
"beanStyleSetterMethodName" : "setCurrentApplicationVersionId",
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentApplicationVersionId",
"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" : "currentApplicationVersionId",
"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.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"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" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getOutput",
"beanStyleSetterMethodName" : "setOutput",
"c2jName" : "Output",
"c2jShape" : "Output",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link Output.Builder} avoiding the need to create one manually via {@link Output#builder()}.\n\nWhen the {@link Consumer} completes, {@link Output.Builder#build()} is called immediately and its result is passed to {@link #output(Output)}.\n@param output a consumer that will call methods on {@link Output.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "output",
"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" : "output",
"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.",
"getterModel" : {
"returnType" : "Output",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Output",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Output",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"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" : null,
"simpleType" : "Output",
"variableSetterType" : "Output"
},
"simple" : false,
"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" : {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of the application to which you want to add the output configuration.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of the application to which you want to add the output configuration.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"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" : "applicationName",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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" : {
"beanStyleGetterMethodName" : "getCurrentApplicationVersionId",
"beanStyleSetterMethodName" : "setCurrentApplicationVersionId",
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentApplicationVersionId",
"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" : "currentApplicationVersionId",
"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.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"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" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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" : {
"beanStyleGetterMethodName" : "getOutput",
"beanStyleSetterMethodName" : "setOutput",
"c2jName" : "Output",
"c2jShape" : "Output",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link Output.Builder} avoiding the need to create one manually via {@link Output#builder()}.\n\nWhen the {@link Consumer} completes, {@link Output.Builder#build()} is called immediately and its result is passed to {@link #output(Output)}.\n@param output a consumer that will call methods on {@link Output.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "output",
"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" : "output",
"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.",
"getterModel" : {
"returnType" : "Output",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Output",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Output",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"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" : null,
"simpleType" : "Output",
"variableSetterType" : "Output"
},
"simple" : false,
"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
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of the application to which you want to add the output configuration.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of the application to which you want to add the output configuration.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"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" : "applicationName",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getCurrentApplicationVersionId",
"beanStyleSetterMethodName" : "setCurrentApplicationVersionId",
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentApplicationVersionId",
"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" : "currentApplicationVersionId",
"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.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"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" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getOutput",
"beanStyleSetterMethodName" : "setOutput",
"c2jName" : "Output",
"c2jShape" : "Output",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link Output.Builder} avoiding the need to create one manually via {@link Output#builder()}.\n\nWhen the {@link Consumer} completes, {@link Output.Builder#build()} is called immediately and its result is passed to {@link #output(Output)}.\n@param output a consumer that will call methods on {@link Output.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #output(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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "output",
"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" : "output",
"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.",
"getterModel" : {
"returnType" : "Output",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Output",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Output",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"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" : null,
"simpleType" : "Output",
"variableSetterType" : "Output"
},
"simple" : false,
"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",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddApplicationOutputRequest",
"variableName" : "addApplicationOutputRequest",
"variableType" : "AddApplicationOutputRequest",
"documentation" : null,
"simpleType" : "AddApplicationOutputRequest",
"variableSetterType" : "AddApplicationOutputRequest"
},
"wrapper" : false
},
"AddApplicationOutputResponse" : {
"c2jName" : "AddApplicationOutputResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddApplicationOutputResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddApplicationOutputResponse",
"variableName" : "addApplicationOutputResponse",
"variableType" : "AddApplicationOutputResponse",
"documentation" : null,
"simpleType" : "AddApplicationOutputResponse",
"variableSetterType" : "AddApplicationOutputResponse"
},
"wrapper" : false
},
"AddApplicationReferenceDataSourceRequest" : {
"c2jName" : "AddApplicationReferenceDataSourceRequest",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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" : [ {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of an existing application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of an existing application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"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" : "applicationName",
"getterDocumentation" : "Name of an existing application.
\n@return Name of an existing application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of an existing application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCurrentApplicationVersionId",
"beanStyleSetterMethodName" : "setCurrentApplicationVersionId",
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentApplicationVersionId",
"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" : "currentApplicationVersionId",
"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.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"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" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getReferenceDataSource",
"beanStyleSetterMethodName" : "setReferenceDataSource",
"c2jName" : "ReferenceDataSource",
"c2jShape" : "ReferenceDataSource",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link ReferenceDataSource.Builder} avoiding the need to create one manually via {@link ReferenceDataSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSource.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSource(ReferenceDataSource)}.\n@param referenceDataSource a consumer that will call methods on {@link ReferenceDataSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSource(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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "referenceDataSource",
"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" : "referenceDataSource",
"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.",
"getterModel" : {
"returnType" : "ReferenceDataSource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReferenceDataSource",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceDataSource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"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" : null,
"simpleType" : "ReferenceDataSource",
"variableSetterType" : "ReferenceDataSource"
},
"simple" : false,
"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" : {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of an existing application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of an existing application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"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" : "applicationName",
"getterDocumentation" : "Name of an existing application.
\n@return Name of an existing application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of an existing application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CurrentApplicationVersionId" : {
"beanStyleGetterMethodName" : "getCurrentApplicationVersionId",
"beanStyleSetterMethodName" : "setCurrentApplicationVersionId",
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentApplicationVersionId",
"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" : "currentApplicationVersionId",
"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.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"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" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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" : {
"beanStyleGetterMethodName" : "getReferenceDataSource",
"beanStyleSetterMethodName" : "setReferenceDataSource",
"c2jName" : "ReferenceDataSource",
"c2jShape" : "ReferenceDataSource",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link ReferenceDataSource.Builder} avoiding the need to create one manually via {@link ReferenceDataSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSource.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSource(ReferenceDataSource)}.\n@param referenceDataSource a consumer that will call methods on {@link ReferenceDataSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSource(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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "referenceDataSource",
"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" : "referenceDataSource",
"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.",
"getterModel" : {
"returnType" : "ReferenceDataSource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReferenceDataSource",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceDataSource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"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" : null,
"simpleType" : "ReferenceDataSource",
"variableSetterType" : "ReferenceDataSource"
},
"simple" : false,
"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
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of an existing application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of an existing application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"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" : "applicationName",
"getterDocumentation" : "Name of an existing application.
\n@return Name of an existing application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of an existing application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCurrentApplicationVersionId",
"beanStyleSetterMethodName" : "setCurrentApplicationVersionId",
"c2jName" : "CurrentApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #currentApplicationVersionId(Long)}.\n@param currentApplicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #currentApplicationVersionId(Long)",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "currentApplicationVersionId",
"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" : "currentApplicationVersionId",
"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.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CurrentApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CurrentApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"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" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getReferenceDataSource",
"beanStyleSetterMethodName" : "setReferenceDataSource",
"c2jName" : "ReferenceDataSource",
"c2jShape" : "ReferenceDataSource",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link ReferenceDataSource.Builder} avoiding the need to create one manually via {@link ReferenceDataSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSource.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSource(ReferenceDataSource)}.\n@param referenceDataSource a consumer that will call methods on {@link ReferenceDataSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSource(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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "referenceDataSource",
"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" : "referenceDataSource",
"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.",
"getterModel" : {
"returnType" : "ReferenceDataSource",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReferenceDataSource",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceDataSource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"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" : null,
"simpleType" : "ReferenceDataSource",
"variableSetterType" : "ReferenceDataSource"
},
"simple" : false,
"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",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddApplicationReferenceDataSourceRequest",
"variableName" : "addApplicationReferenceDataSourceRequest",
"variableType" : "AddApplicationReferenceDataSourceRequest",
"documentation" : null,
"simpleType" : "AddApplicationReferenceDataSourceRequest",
"variableSetterType" : "AddApplicationReferenceDataSourceRequest"
},
"wrapper" : false
},
"AddApplicationReferenceDataSourceResponse" : {
"c2jName" : "AddApplicationReferenceDataSourceResponse",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AddApplicationReferenceDataSourceResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AddApplicationReferenceDataSourceResponse",
"variableName" : "addApplicationReferenceDataSourceResponse",
"variableType" : "AddApplicationReferenceDataSourceResponse",
"documentation" : null,
"simpleType" : "AddApplicationReferenceDataSourceResponse",
"variableSetterType" : "AddApplicationReferenceDataSourceResponse"
},
"wrapper" : false
},
"ApplicationDetail" : {
"c2jName" : "ApplicationDetail",
"customization" : {
"artificialResultWrapper" : null,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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" : [ {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"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" : "applicationName",
"getterDocumentation" : "Name of the application.
\n@return Name of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationName",
"setterDocumentation" : "Name of the application.
\n@param applicationName Name of the application.",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationDescription",
"beanStyleSetterMethodName" : "setApplicationDescription",
"c2jName" : "ApplicationDescription",
"c2jShape" : "ApplicationDescription",
"defaultConsumerFluentSetterDocumentation" : "Description of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationDescription(String)}.\n@param applicationDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationDescription(String)",
"deprecated" : false,
"documentation" : "Description of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationDescription",
"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" : "applicationDescription",
"getterDocumentation" : "Description of the application.
\n@return Description of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationDescription",
"setterDocumentation" : "Description of the application.
\n@param applicationDescription Description of the application.",
"setterMethodName" : "setApplicationDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationDescription",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationDescription",
"variableType" : "String",
"documentation" : "Description of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationARN",
"beanStyleSetterMethodName" : "setApplicationARN",
"c2jName" : "ApplicationARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "ARN of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationARN(String)}.\n@param applicationARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationARN(String)",
"deprecated" : false,
"documentation" : "ARN of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationARN",
"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" : "applicationARN",
"getterDocumentation" : "ARN of the application.
\n@return ARN of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationARN",
"setterDocumentation" : "ARN of the application.
\n@param applicationARN ARN of the application.",
"setterMethodName" : "setApplicationARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : "ARN of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationStatus",
"beanStyleSetterMethodName" : "setApplicationStatus",
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)",
"deprecated" : false,
"documentation" : "Status of the application.
",
"enumType" : "ApplicationStatus",
"fluentEnumGetterMethodName" : "applicationStatus",
"fluentGetterMethodName" : "applicationStatusString",
"fluentSetterDocumentation" : "Status of the application.
\n@param applicationStatus Status of the application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus",
"fluentSetterMethodName" : "applicationStatus",
"getterDocumentation" : "Status of the application.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusString}.\n
\n@return Status of the application.\n@see ApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "Status of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreateTimestamp",
"beanStyleSetterMethodName" : "setCreateTimestamp",
"c2jName" : "CreateTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "Timestamp when the application version was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createTimestamp(Instant)}.\n@param createTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createTimestamp(Instant)",
"deprecated" : false,
"documentation" : "Timestamp when the application version was created.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "createTimestamp",
"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" : "createTimestamp",
"getterDocumentation" : "Timestamp when the application version was created.
\n@return Timestamp when the application version was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreateTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreateTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"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.time.Instant",
"variableName" : "createTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "Timestamp when the application version was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdateTimestamp",
"beanStyleSetterMethodName" : "setLastUpdateTimestamp",
"c2jName" : "LastUpdateTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "Timestamp when the application was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTimestamp(Instant)}.\n@param lastUpdateTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdateTimestamp(Instant)",
"deprecated" : false,
"documentation" : "Timestamp when the application was last updated.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdateTimestamp",
"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" : "lastUpdateTimestamp",
"getterDocumentation" : "Timestamp when the application was last updated.
\n@return Timestamp when the application was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastUpdateTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdateTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"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.time.Instant",
"variableName" : "lastUpdateTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdateTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "Timestamp when the application was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getInputDescriptions",
"beanStyleSetterMethodName" : "setInputDescriptions",
"c2jName" : "InputDescriptions",
"c2jShape" : "InputDescriptions",
"defaultConsumerFluentSetterDocumentation" : "Describes the application input configuration. For more information, see Configuring Application Input.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputDescriptions(List)}.\n@param inputDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputDescriptions(List)",
"deprecated" : false,
"documentation" : "Describes the application input configuration. For more information, see Configuring Application Input.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "inputDescriptions",
"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" : "inputDescriptions",
"getterDocumentation" : "Describes the application input configuration. For more information, see Configuring Application Input.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Describes the application input configuration. For more information, see Configuring Application Input.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InputDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "InputDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputDescription.Builder} avoiding the need to create one manually via {@link InputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputDescription.Builder#build()} is called immediately and its result is passed to {@link #member(InputDescription)}.\n@param member a consumer that will call methods on {@link InputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputDescription)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "InputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "InputDescription",
"variableName" : "member",
"variableType" : "InputDescription",
"documentation" : null,
"simpleType" : "InputDescription",
"variableSetterType" : "InputDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "InputDescription",
"variableName" : "member",
"variableType" : "InputDescription",
"documentation" : "",
"simpleType" : "InputDescription",
"variableSetterType" : "InputDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "InputDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "InputDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}, {
"beanStyleGetterMethodName" : "getOutputDescriptions",
"beanStyleSetterMethodName" : "setOutputDescriptions",
"c2jName" : "OutputDescriptions",
"c2jShape" : "OutputDescriptions",
"defaultConsumerFluentSetterDocumentation" : "Describes the application output configuration. For more information, see Configuring Application Output.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #outputDescriptions(List)}.\n@param outputDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputDescriptions(List)",
"deprecated" : false,
"documentation" : "Describes the application output configuration. For more information, see Configuring Application Output.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "outputDescriptions",
"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" : "outputDescriptions",
"getterDocumentation" : "Describes the application output configuration. For more information, see Configuring Application Output.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Describes the application output configuration. For more information, see Configuring Application Output.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OutputDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "OutputDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OutputDescription.Builder} avoiding the need to create one manually via {@link OutputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputDescription.Builder#build()} is called immediately and its result is passed to {@link #member(OutputDescription)}.\n@param member a consumer that will call methods on {@link OutputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OutputDescription)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "OutputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "OutputDescription",
"variableName" : "member",
"variableType" : "OutputDescription",
"documentation" : null,
"simpleType" : "OutputDescription",
"variableSetterType" : "OutputDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "OutputDescription",
"variableName" : "member",
"variableType" : "OutputDescription",
"documentation" : "",
"simpleType" : "OutputDescription",
"variableSetterType" : "OutputDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "OutputDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "OutputDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}, {
"beanStyleGetterMethodName" : "getReferenceDataSourceDescriptions",
"beanStyleSetterMethodName" : "setReferenceDataSourceDescriptions",
"c2jName" : "ReferenceDataSourceDescriptions",
"c2jShape" : "ReferenceDataSourceDescriptions",
"defaultConsumerFluentSetterDocumentation" : "Describes reference data sources configured for the application. For more information, see Configuring Application Input.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSourceDescriptions(List)}.\n@param referenceDataSourceDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSourceDescriptions(List)",
"deprecated" : false,
"documentation" : "Describes reference data sources configured for the application. For more information, see Configuring Application Input.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "referenceDataSourceDescriptions",
"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" : "referenceDataSourceDescriptions",
"getterDocumentation" : "Describes reference data sources configured for the application. For more information, see Configuring Application Input.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Describes reference data sources configured for the application. For more information, see Configuring Application Input.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReferenceDataSourceDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceDataSourceDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ReferenceDataSourceDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReferenceDataSourceDescription.Builder} avoiding the need to create one manually via {@link ReferenceDataSourceDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSourceDescription.Builder#build()} is called immediately and its result is passed to {@link #member(ReferenceDataSourceDescription)}.\n@param member a consumer that will call methods on {@link ReferenceDataSourceDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReferenceDataSourceDescription)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ReferenceDataSourceDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReferenceDataSourceDescription",
"variableName" : "member",
"variableType" : "ReferenceDataSourceDescription",
"documentation" : null,
"simpleType" : "ReferenceDataSourceDescription",
"variableSetterType" : "ReferenceDataSourceDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ReferenceDataSourceDescription",
"variableName" : "member",
"variableType" : "ReferenceDataSourceDescription",
"documentation" : "",
"simpleType" : "ReferenceDataSourceDescription",
"variableSetterType" : "ReferenceDataSourceDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReferenceDataSourceDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ReferenceDataSourceDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}, {
"beanStyleGetterMethodName" : "getCloudWatchLoggingOptionDescriptions",
"beanStyleSetterMethodName" : "setCloudWatchLoggingOptionDescriptions",
"c2jName" : "CloudWatchLoggingOptionDescriptions",
"c2jShape" : "CloudWatchLoggingOptionDescriptions",
"defaultConsumerFluentSetterDocumentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionDescriptions(List)}.\n@param cloudWatchLoggingOptionDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionDescriptions(List)",
"deprecated" : false,
"documentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "cloudWatchLoggingOptionDescriptions",
"fluentSetterDocumentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
\n@param cloudWatchLoggingOptionDescriptions Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "cloudWatchLoggingOptionDescriptions",
"getterDocumentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CloudWatchLoggingOptionDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CloudWatchLoggingOptionDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CloudWatchLoggingOptionDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOptionDescription.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOptionDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOptionDescription.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchLoggingOptionDescription)}.\n@param member a consumer that will call methods on {@link CloudWatchLoggingOptionDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchLoggingOptionDescription)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CloudWatchLoggingOptionDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CloudWatchLoggingOptionDescription",
"variableName" : "member",
"variableType" : "CloudWatchLoggingOptionDescription",
"documentation" : null,
"simpleType" : "CloudWatchLoggingOptionDescription",
"variableSetterType" : "CloudWatchLoggingOptionDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "CloudWatchLoggingOptionDescription",
"variableName" : "member",
"variableType" : "CloudWatchLoggingOptionDescription",
"documentation" : "",
"simpleType" : "CloudWatchLoggingOptionDescription",
"variableSetterType" : "CloudWatchLoggingOptionDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CloudWatchLoggingOptionDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CloudWatchLoggingOptionDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "CloudWatchLoggingOptionDescriptions",
"setterDocumentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
\n@param cloudWatchLoggingOptionDescriptions Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.",
"setterMethodName" : "setCloudWatchLoggingOptionDescriptions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cloudWatchLoggingOptionDescriptions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cloudWatchLoggingOptionDescriptions",
"variableType" : "java.util.List",
"documentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationCode",
"beanStyleSetterMethodName" : "setApplicationCode",
"c2jName" : "ApplicationCode",
"c2jShape" : "ApplicationCode",
"defaultConsumerFluentSetterDocumentation" : "Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationCode(String)}.\n@param applicationCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationCode(String)",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationCode",
"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" : "applicationCode",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getApplicationVersionId",
"beanStyleSetterMethodName" : "setApplicationVersionId",
"c2jName" : "ApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "Provides the current application version.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #applicationVersionId(Long)}.\n@param applicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationVersionId(Long)",
"deprecated" : false,
"documentation" : "Provides the current application version.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationVersionId",
"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" : "applicationVersionId",
"getterDocumentation" : "Provides the current application version.
\n@return Provides the current application version.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"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" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "applicationVersionId",
"variableType" : "Long",
"documentation" : "Provides the current application version.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationARN" : {
"beanStyleGetterMethodName" : "getApplicationARN",
"beanStyleSetterMethodName" : "setApplicationARN",
"c2jName" : "ApplicationARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "ARN of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationARN(String)}.\n@param applicationARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationARN(String)",
"deprecated" : false,
"documentation" : "ARN of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationARN",
"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" : "applicationARN",
"getterDocumentation" : "ARN of the application.
\n@return ARN of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationARN",
"setterDocumentation" : "ARN of the application.
\n@param applicationARN ARN of the application.",
"setterMethodName" : "setApplicationARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : "ARN of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ApplicationCode" : {
"beanStyleGetterMethodName" : "getApplicationCode",
"beanStyleSetterMethodName" : "setApplicationCode",
"c2jName" : "ApplicationCode",
"c2jShape" : "ApplicationCode",
"defaultConsumerFluentSetterDocumentation" : "Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationCode(String)}.\n@param applicationCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationCode(String)",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationCode",
"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" : "applicationCode",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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" : {
"beanStyleGetterMethodName" : "getApplicationDescription",
"beanStyleSetterMethodName" : "setApplicationDescription",
"c2jName" : "ApplicationDescription",
"c2jShape" : "ApplicationDescription",
"defaultConsumerFluentSetterDocumentation" : "Description of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationDescription(String)}.\n@param applicationDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationDescription(String)",
"deprecated" : false,
"documentation" : "Description of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationDescription",
"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" : "applicationDescription",
"getterDocumentation" : "Description of the application.
\n@return Description of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationDescription",
"setterDocumentation" : "Description of the application.
\n@param applicationDescription Description of the application.",
"setterMethodName" : "setApplicationDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationDescription",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationDescription",
"variableType" : "String",
"documentation" : "Description of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ApplicationName" : {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"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" : "applicationName",
"getterDocumentation" : "Name of the application.
\n@return Name of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationName",
"setterDocumentation" : "Name of the application.
\n@param applicationName Name of the application.",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ApplicationStatus" : {
"beanStyleGetterMethodName" : "getApplicationStatus",
"beanStyleSetterMethodName" : "setApplicationStatus",
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)",
"deprecated" : false,
"documentation" : "Status of the application.
",
"enumType" : "ApplicationStatus",
"fluentEnumGetterMethodName" : "applicationStatus",
"fluentGetterMethodName" : "applicationStatusString",
"fluentSetterDocumentation" : "Status of the application.
\n@param applicationStatus Status of the application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus",
"fluentSetterMethodName" : "applicationStatus",
"getterDocumentation" : "Status of the application.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusString}.\n
\n@return Status of the application.\n@see ApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "Status of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ApplicationVersionId" : {
"beanStyleGetterMethodName" : "getApplicationVersionId",
"beanStyleSetterMethodName" : "setApplicationVersionId",
"c2jName" : "ApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "Provides the current application version.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #applicationVersionId(Long)}.\n@param applicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationVersionId(Long)",
"deprecated" : false,
"documentation" : "Provides the current application version.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationVersionId",
"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" : "applicationVersionId",
"getterDocumentation" : "Provides the current application version.
\n@return Provides the current application version.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"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" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "applicationVersionId",
"variableType" : "Long",
"documentation" : "Provides the current application version.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"CloudWatchLoggingOptionDescriptions" : {
"beanStyleGetterMethodName" : "getCloudWatchLoggingOptionDescriptions",
"beanStyleSetterMethodName" : "setCloudWatchLoggingOptionDescriptions",
"c2jName" : "CloudWatchLoggingOptionDescriptions",
"c2jShape" : "CloudWatchLoggingOptionDescriptions",
"defaultConsumerFluentSetterDocumentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionDescriptions(List)}.\n@param cloudWatchLoggingOptionDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionDescriptions(List)",
"deprecated" : false,
"documentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "cloudWatchLoggingOptionDescriptions",
"fluentSetterDocumentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
\n@param cloudWatchLoggingOptionDescriptions Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "cloudWatchLoggingOptionDescriptions",
"getterDocumentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CloudWatchLoggingOptionDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CloudWatchLoggingOptionDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CloudWatchLoggingOptionDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOptionDescription.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOptionDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOptionDescription.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchLoggingOptionDescription)}.\n@param member a consumer that will call methods on {@link CloudWatchLoggingOptionDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchLoggingOptionDescription)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CloudWatchLoggingOptionDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CloudWatchLoggingOptionDescription",
"variableName" : "member",
"variableType" : "CloudWatchLoggingOptionDescription",
"documentation" : null,
"simpleType" : "CloudWatchLoggingOptionDescription",
"variableSetterType" : "CloudWatchLoggingOptionDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "CloudWatchLoggingOptionDescription",
"variableName" : "member",
"variableType" : "CloudWatchLoggingOptionDescription",
"documentation" : "",
"simpleType" : "CloudWatchLoggingOptionDescription",
"variableSetterType" : "CloudWatchLoggingOptionDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CloudWatchLoggingOptionDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CloudWatchLoggingOptionDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "CloudWatchLoggingOptionDescriptions",
"setterDocumentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
\n@param cloudWatchLoggingOptionDescriptions Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.",
"setterMethodName" : "setCloudWatchLoggingOptionDescriptions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cloudWatchLoggingOptionDescriptions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cloudWatchLoggingOptionDescriptions",
"variableType" : "java.util.List",
"documentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"CreateTimestamp" : {
"beanStyleGetterMethodName" : "getCreateTimestamp",
"beanStyleSetterMethodName" : "setCreateTimestamp",
"c2jName" : "CreateTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "Timestamp when the application version was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createTimestamp(Instant)}.\n@param createTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createTimestamp(Instant)",
"deprecated" : false,
"documentation" : "Timestamp when the application version was created.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "createTimestamp",
"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" : "createTimestamp",
"getterDocumentation" : "Timestamp when the application version was created.
\n@return Timestamp when the application version was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreateTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreateTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"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.time.Instant",
"variableName" : "createTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "Timestamp when the application version was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"InputDescriptions" : {
"beanStyleGetterMethodName" : "getInputDescriptions",
"beanStyleSetterMethodName" : "setInputDescriptions",
"c2jName" : "InputDescriptions",
"c2jShape" : "InputDescriptions",
"defaultConsumerFluentSetterDocumentation" : "Describes the application input configuration. For more information, see Configuring Application Input.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputDescriptions(List)}.\n@param inputDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputDescriptions(List)",
"deprecated" : false,
"documentation" : "Describes the application input configuration. For more information, see Configuring Application Input.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "inputDescriptions",
"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" : "inputDescriptions",
"getterDocumentation" : "Describes the application input configuration. For more information, see Configuring Application Input.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Describes the application input configuration. For more information, see Configuring Application Input.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InputDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "InputDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputDescription.Builder} avoiding the need to create one manually via {@link InputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputDescription.Builder#build()} is called immediately and its result is passed to {@link #member(InputDescription)}.\n@param member a consumer that will call methods on {@link InputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputDescription)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "InputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "InputDescription",
"variableName" : "member",
"variableType" : "InputDescription",
"documentation" : null,
"simpleType" : "InputDescription",
"variableSetterType" : "InputDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "InputDescription",
"variableName" : "member",
"variableType" : "InputDescription",
"documentation" : "",
"simpleType" : "InputDescription",
"variableSetterType" : "InputDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "InputDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "InputDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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" : {
"beanStyleGetterMethodName" : "getLastUpdateTimestamp",
"beanStyleSetterMethodName" : "setLastUpdateTimestamp",
"c2jName" : "LastUpdateTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "Timestamp when the application was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTimestamp(Instant)}.\n@param lastUpdateTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdateTimestamp(Instant)",
"deprecated" : false,
"documentation" : "Timestamp when the application was last updated.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdateTimestamp",
"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" : "lastUpdateTimestamp",
"getterDocumentation" : "Timestamp when the application was last updated.
\n@return Timestamp when the application was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastUpdateTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdateTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"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.time.Instant",
"variableName" : "lastUpdateTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdateTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "Timestamp when the application was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"OutputDescriptions" : {
"beanStyleGetterMethodName" : "getOutputDescriptions",
"beanStyleSetterMethodName" : "setOutputDescriptions",
"c2jName" : "OutputDescriptions",
"c2jShape" : "OutputDescriptions",
"defaultConsumerFluentSetterDocumentation" : "Describes the application output configuration. For more information, see Configuring Application Output.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #outputDescriptions(List)}.\n@param outputDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputDescriptions(List)",
"deprecated" : false,
"documentation" : "Describes the application output configuration. For more information, see Configuring Application Output.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "outputDescriptions",
"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" : "outputDescriptions",
"getterDocumentation" : "Describes the application output configuration. For more information, see Configuring Application Output.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Describes the application output configuration. For more information, see Configuring Application Output.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OutputDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "OutputDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OutputDescription.Builder} avoiding the need to create one manually via {@link OutputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputDescription.Builder#build()} is called immediately and its result is passed to {@link #member(OutputDescription)}.\n@param member a consumer that will call methods on {@link OutputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OutputDescription)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "OutputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "OutputDescription",
"variableName" : "member",
"variableType" : "OutputDescription",
"documentation" : null,
"simpleType" : "OutputDescription",
"variableSetterType" : "OutputDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "OutputDescription",
"variableName" : "member",
"variableType" : "OutputDescription",
"documentation" : "",
"simpleType" : "OutputDescription",
"variableSetterType" : "OutputDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "OutputDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "OutputDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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" : {
"beanStyleGetterMethodName" : "getReferenceDataSourceDescriptions",
"beanStyleSetterMethodName" : "setReferenceDataSourceDescriptions",
"c2jName" : "ReferenceDataSourceDescriptions",
"c2jShape" : "ReferenceDataSourceDescriptions",
"defaultConsumerFluentSetterDocumentation" : "Describes reference data sources configured for the application. For more information, see Configuring Application Input.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSourceDescriptions(List)}.\n@param referenceDataSourceDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSourceDescriptions(List)",
"deprecated" : false,
"documentation" : "Describes reference data sources configured for the application. For more information, see Configuring Application Input.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "referenceDataSourceDescriptions",
"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" : "referenceDataSourceDescriptions",
"getterDocumentation" : "Describes reference data sources configured for the application. For more information, see Configuring Application Input.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Describes reference data sources configured for the application. For more information, see Configuring Application Input.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReferenceDataSourceDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceDataSourceDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ReferenceDataSourceDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReferenceDataSourceDescription.Builder} avoiding the need to create one manually via {@link ReferenceDataSourceDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSourceDescription.Builder#build()} is called immediately and its result is passed to {@link #member(ReferenceDataSourceDescription)}.\n@param member a consumer that will call methods on {@link ReferenceDataSourceDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReferenceDataSourceDescription)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ReferenceDataSourceDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReferenceDataSourceDescription",
"variableName" : "member",
"variableType" : "ReferenceDataSourceDescription",
"documentation" : null,
"simpleType" : "ReferenceDataSourceDescription",
"variableSetterType" : "ReferenceDataSourceDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ReferenceDataSourceDescription",
"variableName" : "member",
"variableType" : "ReferenceDataSourceDescription",
"documentation" : "",
"simpleType" : "ReferenceDataSourceDescription",
"variableSetterType" : "ReferenceDataSourceDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReferenceDataSourceDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ReferenceDataSourceDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"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" : "applicationName",
"getterDocumentation" : "Name of the application.
\n@return Name of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationName",
"setterDocumentation" : "Name of the application.
\n@param applicationName Name of the application.",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationDescription",
"beanStyleSetterMethodName" : "setApplicationDescription",
"c2jName" : "ApplicationDescription",
"c2jShape" : "ApplicationDescription",
"defaultConsumerFluentSetterDocumentation" : "Description of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationDescription(String)}.\n@param applicationDescription a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationDescription(String)",
"deprecated" : false,
"documentation" : "Description of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationDescription",
"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" : "applicationDescription",
"getterDocumentation" : "Description of the application.
\n@return Description of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationDescription",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationDescription",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationDescription",
"setterDocumentation" : "Description of the application.
\n@param applicationDescription Description of the application.",
"setterMethodName" : "setApplicationDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationDescription",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationDescription",
"variableType" : "String",
"documentation" : "Description of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationARN",
"beanStyleSetterMethodName" : "setApplicationARN",
"c2jName" : "ApplicationARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "ARN of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationARN(String)}.\n@param applicationARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationARN(String)",
"deprecated" : false,
"documentation" : "ARN of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationARN",
"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" : "applicationARN",
"getterDocumentation" : "ARN of the application.
\n@return ARN of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationARN",
"setterDocumentation" : "ARN of the application.
\n@param applicationARN ARN of the application.",
"setterMethodName" : "setApplicationARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : "ARN of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationStatus",
"beanStyleSetterMethodName" : "setApplicationStatus",
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)",
"deprecated" : false,
"documentation" : "Status of the application.
",
"enumType" : "ApplicationStatus",
"fluentEnumGetterMethodName" : "applicationStatus",
"fluentGetterMethodName" : "applicationStatusString",
"fluentSetterDocumentation" : "Status of the application.
\n@param applicationStatus Status of the application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus",
"fluentSetterMethodName" : "applicationStatus",
"getterDocumentation" : "Status of the application.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusString}.\n
\n@return Status of the application.\n@see ApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "Status of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreateTimestamp",
"beanStyleSetterMethodName" : "setCreateTimestamp",
"c2jName" : "CreateTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "Timestamp when the application version was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createTimestamp(Instant)}.\n@param createTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createTimestamp(Instant)",
"deprecated" : false,
"documentation" : "Timestamp when the application version was created.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "createTimestamp",
"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" : "createTimestamp",
"getterDocumentation" : "Timestamp when the application version was created.
\n@return Timestamp when the application version was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreateTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreateTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"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.time.Instant",
"variableName" : "createTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "Timestamp when the application version was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastUpdateTimestamp",
"beanStyleSetterMethodName" : "setLastUpdateTimestamp",
"c2jName" : "LastUpdateTimestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "Timestamp when the application was last updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastUpdateTimestamp(Instant)}.\n@param lastUpdateTimestamp a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastUpdateTimestamp(Instant)",
"deprecated" : false,
"documentation" : "Timestamp when the application was last updated.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdateTimestamp",
"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" : "lastUpdateTimestamp",
"getterDocumentation" : "Timestamp when the application was last updated.
\n@return Timestamp when the application was last updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastUpdateTimestamp",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastUpdateTimestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "java.time.Instant",
"marshallingType" : "INSTANT",
"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.time.Instant",
"variableName" : "lastUpdateTimestamp",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdateTimestamp",
"variableType" : "java.time.Instant",
"documentation" : "Timestamp when the application was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getInputDescriptions",
"beanStyleSetterMethodName" : "setInputDescriptions",
"c2jName" : "InputDescriptions",
"c2jShape" : "InputDescriptions",
"defaultConsumerFluentSetterDocumentation" : "Describes the application input configuration. For more information, see Configuring Application Input.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputDescriptions(List)}.\n@param inputDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputDescriptions(List)",
"deprecated" : false,
"documentation" : "Describes the application input configuration. For more information, see Configuring Application Input.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "inputDescriptions",
"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" : "inputDescriptions",
"getterDocumentation" : "Describes the application input configuration. For more information, see Configuring Application Input.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Describes the application input configuration. For more information, see Configuring Application Input.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InputDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "InputDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputDescription.Builder} avoiding the need to create one manually via {@link InputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputDescription.Builder#build()} is called immediately and its result is passed to {@link #member(InputDescription)}.\n@param member a consumer that will call methods on {@link InputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputDescription)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "InputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "InputDescription",
"variableName" : "member",
"variableType" : "InputDescription",
"documentation" : null,
"simpleType" : "InputDescription",
"variableSetterType" : "InputDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "InputDescription",
"variableName" : "member",
"variableType" : "InputDescription",
"documentation" : "",
"simpleType" : "InputDescription",
"variableSetterType" : "InputDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "InputDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "InputDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}, {
"beanStyleGetterMethodName" : "getOutputDescriptions",
"beanStyleSetterMethodName" : "setOutputDescriptions",
"c2jName" : "OutputDescriptions",
"c2jShape" : "OutputDescriptions",
"defaultConsumerFluentSetterDocumentation" : "Describes the application output configuration. For more information, see Configuring Application Output.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #outputDescriptions(List)}.\n@param outputDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputDescriptions(List)",
"deprecated" : false,
"documentation" : "Describes the application output configuration. For more information, see Configuring Application Output.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "outputDescriptions",
"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" : "outputDescriptions",
"getterDocumentation" : "Describes the application output configuration. For more information, see Configuring Application Output.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Describes the application output configuration. For more information, see Configuring Application Output.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OutputDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "OutputDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OutputDescription.Builder} avoiding the need to create one manually via {@link OutputDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputDescription.Builder#build()} is called immediately and its result is passed to {@link #member(OutputDescription)}.\n@param member a consumer that will call methods on {@link OutputDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OutputDescription)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "OutputDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "OutputDescription",
"variableName" : "member",
"variableType" : "OutputDescription",
"documentation" : null,
"simpleType" : "OutputDescription",
"variableSetterType" : "OutputDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "OutputDescription",
"variableName" : "member",
"variableType" : "OutputDescription",
"documentation" : "",
"simpleType" : "OutputDescription",
"variableSetterType" : "OutputDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "OutputDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "OutputDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}, {
"beanStyleGetterMethodName" : "getReferenceDataSourceDescriptions",
"beanStyleSetterMethodName" : "setReferenceDataSourceDescriptions",
"c2jName" : "ReferenceDataSourceDescriptions",
"c2jShape" : "ReferenceDataSourceDescriptions",
"defaultConsumerFluentSetterDocumentation" : "Describes reference data sources configured for the application. For more information, see Configuring Application Input.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSourceDescriptions(List)}.\n@param referenceDataSourceDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSourceDescriptions(List)",
"deprecated" : false,
"documentation" : "Describes reference data sources configured for the application. For more information, see Configuring Application Input.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "referenceDataSourceDescriptions",
"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" : "referenceDataSourceDescriptions",
"getterDocumentation" : "Describes reference data sources configured for the application. For more information, see Configuring Application Input.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Describes reference data sources configured for the application. For more information, see Configuring Application Input.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReferenceDataSourceDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceDataSourceDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ReferenceDataSourceDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReferenceDataSourceDescription.Builder} avoiding the need to create one manually via {@link ReferenceDataSourceDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSourceDescription.Builder#build()} is called immediately and its result is passed to {@link #member(ReferenceDataSourceDescription)}.\n@param member a consumer that will call methods on {@link ReferenceDataSourceDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReferenceDataSourceDescription)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ReferenceDataSourceDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReferenceDataSourceDescription",
"variableName" : "member",
"variableType" : "ReferenceDataSourceDescription",
"documentation" : null,
"simpleType" : "ReferenceDataSourceDescription",
"variableSetterType" : "ReferenceDataSourceDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ReferenceDataSourceDescription",
"variableName" : "member",
"variableType" : "ReferenceDataSourceDescription",
"documentation" : "",
"simpleType" : "ReferenceDataSourceDescription",
"variableSetterType" : "ReferenceDataSourceDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReferenceDataSourceDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ReferenceDataSourceDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}, {
"beanStyleGetterMethodName" : "getCloudWatchLoggingOptionDescriptions",
"beanStyleSetterMethodName" : "setCloudWatchLoggingOptionDescriptions",
"c2jName" : "CloudWatchLoggingOptionDescriptions",
"c2jShape" : "CloudWatchLoggingOptionDescriptions",
"defaultConsumerFluentSetterDocumentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #cloudWatchLoggingOptionDescriptions(List)}.\n@param cloudWatchLoggingOptionDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #cloudWatchLoggingOptionDescriptions(List)",
"deprecated" : false,
"documentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "cloudWatchLoggingOptionDescriptions",
"fluentSetterDocumentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
\n@param cloudWatchLoggingOptionDescriptions Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "cloudWatchLoggingOptionDescriptions",
"getterDocumentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CloudWatchLoggingOptionDescriptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CloudWatchLoggingOptionDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CloudWatchLoggingOptionDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CloudWatchLoggingOptionDescription.Builder} avoiding the need to create one manually via {@link CloudWatchLoggingOptionDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link CloudWatchLoggingOptionDescription.Builder#build()} is called immediately and its result is passed to {@link #member(CloudWatchLoggingOptionDescription)}.\n@param member a consumer that will call methods on {@link CloudWatchLoggingOptionDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CloudWatchLoggingOptionDescription)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CloudWatchLoggingOptionDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CloudWatchLoggingOptionDescription",
"variableName" : "member",
"variableType" : "CloudWatchLoggingOptionDescription",
"documentation" : null,
"simpleType" : "CloudWatchLoggingOptionDescription",
"variableSetterType" : "CloudWatchLoggingOptionDescription"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "CloudWatchLoggingOptionDescription",
"variableName" : "member",
"variableType" : "CloudWatchLoggingOptionDescription",
"documentation" : "",
"simpleType" : "CloudWatchLoggingOptionDescription",
"variableSetterType" : "CloudWatchLoggingOptionDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CloudWatchLoggingOptionDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CloudWatchLoggingOptionDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"name" : "CloudWatchLoggingOptionDescriptions",
"setterDocumentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
\n@param cloudWatchLoggingOptionDescriptions Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.",
"setterMethodName" : "setCloudWatchLoggingOptionDescriptions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cloudWatchLoggingOptionDescriptions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "cloudWatchLoggingOptionDescriptions",
"variableType" : "java.util.List",
"documentation" : "Describes the CloudWatch log streams that are configured to receive application messages. For more information about using CloudWatch log streams with Amazon Kinesis Analytics applications, see Working with Amazon CloudWatch Logs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationCode",
"beanStyleSetterMethodName" : "setApplicationCode",
"c2jName" : "ApplicationCode",
"c2jShape" : "ApplicationCode",
"defaultConsumerFluentSetterDocumentation" : "Returns the application code that you provided to perform data analysis on any of the in-application streams in your application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationCode(String)}.\n@param applicationCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationCode(String)",
"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,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationCode",
"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" : "applicationCode",
"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.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationCode",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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
}, {
"beanStyleGetterMethodName" : "getApplicationVersionId",
"beanStyleSetterMethodName" : "setApplicationVersionId",
"c2jName" : "ApplicationVersionId",
"c2jShape" : "ApplicationVersionId",
"defaultConsumerFluentSetterDocumentation" : "Provides the current application version.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #applicationVersionId(Long)}.\n@param applicationVersionId a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationVersionId(Long)",
"deprecated" : false,
"documentation" : "Provides the current application version.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationVersionId",
"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" : "applicationVersionId",
"getterDocumentation" : "Provides the current application version.
\n@return Provides the current application version.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationVersionId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationVersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "Long",
"marshallingType" : "LONG",
"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" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "applicationVersionId",
"variableType" : "Long",
"documentation" : "Provides the current application version.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ApplicationName", "ApplicationARN", "ApplicationStatus", "ApplicationVersionId" ],
"shapeName" : "ApplicationDetail",
"simpleMethod" : false,
"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,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ApplicationStatus",
"simpleMethod" : false,
"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,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"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" : [ {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"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" : "applicationName",
"getterDocumentation" : "Name of the application.
\n@return Name of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationName",
"setterDocumentation" : "Name of the application.
\n@param applicationName Name of the application.",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationARN",
"beanStyleSetterMethodName" : "setApplicationARN",
"c2jName" : "ApplicationARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "ARN of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationARN(String)}.\n@param applicationARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationARN(String)",
"deprecated" : false,
"documentation" : "ARN of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationARN",
"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" : "applicationARN",
"getterDocumentation" : "ARN of the application.
\n@return ARN of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationARN",
"setterDocumentation" : "ARN of the application.
\n@param applicationARN ARN of the application.",
"setterMethodName" : "setApplicationARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : "ARN of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationStatus",
"beanStyleSetterMethodName" : "setApplicationStatus",
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)",
"deprecated" : false,
"documentation" : "Status of the application.
",
"enumType" : "ApplicationStatus",
"fluentEnumGetterMethodName" : "applicationStatus",
"fluentGetterMethodName" : "applicationStatusString",
"fluentSetterDocumentation" : "Status of the application.
\n@param applicationStatus Status of the application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus",
"fluentSetterMethodName" : "applicationStatus",
"getterDocumentation" : "Status of the application.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusString}.\n
\n@return Status of the application.\n@see ApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "Status of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ApplicationARN" : {
"beanStyleGetterMethodName" : "getApplicationARN",
"beanStyleSetterMethodName" : "setApplicationARN",
"c2jName" : "ApplicationARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "ARN of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationARN(String)}.\n@param applicationARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationARN(String)",
"deprecated" : false,
"documentation" : "ARN of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationARN",
"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" : "applicationARN",
"getterDocumentation" : "ARN of the application.
\n@return ARN of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationARN",
"setterDocumentation" : "ARN of the application.
\n@param applicationARN ARN of the application.",
"setterMethodName" : "setApplicationARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : "ARN of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ApplicationName" : {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"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" : "applicationName",
"getterDocumentation" : "Name of the application.
\n@return Name of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationName",
"setterDocumentation" : "Name of the application.
\n@param applicationName Name of the application.",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ApplicationStatus" : {
"beanStyleGetterMethodName" : "getApplicationStatus",
"beanStyleSetterMethodName" : "setApplicationStatus",
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)",
"deprecated" : false,
"documentation" : "Status of the application.
",
"enumType" : "ApplicationStatus",
"fluentEnumGetterMethodName" : "applicationStatus",
"fluentGetterMethodName" : "applicationStatusString",
"fluentSetterDocumentation" : "Status of the application.
\n@param applicationStatus Status of the application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus",
"fluentSetterMethodName" : "applicationStatus",
"getterDocumentation" : "Status of the application.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusString}.\n
\n@return Status of the application.\n@see ApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationStatus",
"variableType" : "String",
"documentation" : "Status of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getApplicationName",
"beanStyleSetterMethodName" : "setApplicationName",
"c2jName" : "ApplicationName",
"c2jShape" : "ApplicationName",
"defaultConsumerFluentSetterDocumentation" : "Name of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationName(String)}.\n@param applicationName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationName(String)",
"deprecated" : false,
"documentation" : "Name of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationName",
"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" : "applicationName",
"getterDocumentation" : "Name of the application.
\n@return Name of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationName",
"setterDocumentation" : "Name of the application.
\n@param applicationName Name of the application.",
"setterMethodName" : "setApplicationName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationName",
"variableType" : "String",
"documentation" : "Name of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationARN",
"beanStyleSetterMethodName" : "setApplicationARN",
"c2jName" : "ApplicationARN",
"c2jShape" : "ResourceARN",
"defaultConsumerFluentSetterDocumentation" : "ARN of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationARN(String)}.\n@param applicationARN a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationARN(String)",
"deprecated" : false,
"documentation" : "ARN of the application.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationARN",
"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" : "applicationARN",
"getterDocumentation" : "ARN of the application.
\n@return ARN of the application.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationARN",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationARN",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationARN",
"setterDocumentation" : "ARN of the application.
\n@param applicationARN ARN of the application.",
"setterMethodName" : "setApplicationARN",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationARN",
"variableType" : "String",
"documentation" : "ARN of the application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getApplicationStatus",
"beanStyleSetterMethodName" : "setApplicationStatus",
"c2jName" : "ApplicationStatus",
"c2jShape" : "ApplicationStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the application.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationStatusString(String)}.\n@param applicationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationStatus(String)",
"deprecated" : false,
"documentation" : "Status of the application.
",
"enumType" : "ApplicationStatus",
"fluentEnumGetterMethodName" : "applicationStatus",
"fluentGetterMethodName" : "applicationStatusString",
"fluentSetterDocumentation" : "Status of the application.
\n@param applicationStatus Status of the application.\n@see ApplicationStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationStatus",
"fluentSetterMethodName" : "applicationStatus",
"getterDocumentation" : "Status of the application.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #applicationStatus} will return {@link ApplicationStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #applicationStatusString}.\n
\n@return Status of the application.\n@see ApplicationStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"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" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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",
"simpleMethod" : false,
"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,
"customUnmarshallerFqcn" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes updates to apply to an existing Amazon Kinesis Analytics application.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getInputUpdates",
"beanStyleSetterMethodName" : "setInputUpdates",
"c2jName" : "InputUpdates",
"c2jShape" : "InputUpdates",
"defaultConsumerFluentSetterDocumentation" : "Describes application input configuration updates.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inputUpdates(List)}.\n@param inputUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputUpdates(List)",
"deprecated" : false,
"documentation" : "Describes application input configuration updates.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "inputUpdates",
"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" : "inputUpdates",
"getterDocumentation" : "Describes application input configuration updates.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Describes application input configuration updates.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "InputUpdates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InputUpdates",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "InputUpdate",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link InputUpdate.Builder} avoiding the need to create one manually via {@link InputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link InputUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(InputUpdate)}.\n@param member a consumer that will call methods on {@link InputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(InputUpdate)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "InputUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "InputUpdate",
"variableName" : "member",
"variableType" : "InputUpdate",
"documentation" : null,
"simpleType" : "InputUpdate",
"variableSetterType" : "InputUpdate"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "InputUpdate",
"variableName" : "member",
"variableType" : "InputUpdate",
"documentation" : "",
"simpleType" : "InputUpdate",
"variableSetterType" : "InputUpdate"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "InputUpdate",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "InputUpdate",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}, {
"beanStyleGetterMethodName" : "getApplicationCodeUpdate",
"beanStyleSetterMethodName" : "setApplicationCodeUpdate",
"c2jName" : "ApplicationCodeUpdate",
"c2jShape" : "ApplicationCode",
"defaultConsumerFluentSetterDocumentation" : "Describes application code updates.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #applicationCodeUpdate(String)}.\n@param applicationCodeUpdate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #applicationCodeUpdate(String)",
"deprecated" : false,
"documentation" : "Describes application code updates.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "applicationCodeUpdate",
"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" : "applicationCodeUpdate",
"getterDocumentation" : "Describes application code updates.
\n@return Describes application code updates.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ApplicationCodeUpdate",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ApplicationCodeUpdate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "String",
"marshallingType" : "STRING",
"name" : "ApplicationCodeUpdate",
"setterDocumentation" : "Describes application code updates.
\n@param applicationCodeUpdate Describes application code updates.",
"setterMethodName" : "setApplicationCodeUpdate",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "applicationCodeUpdate",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "applicationCodeUpdate",
"variableType" : "String",
"documentation" : "Describes application code updates.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOutputUpdates",
"beanStyleSetterMethodName" : "setOutputUpdates",
"c2jName" : "OutputUpdates",
"c2jShape" : "OutputUpdates",
"defaultConsumerFluentSetterDocumentation" : "Describes application output configuration updates.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #outputUpdates(List)}.\n@param outputUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputUpdates(List)",
"deprecated" : false,
"documentation" : "Describes application output configuration updates.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "outputUpdates",
"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" : "outputUpdates",
"getterDocumentation" : "Describes application output configuration updates.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Describes application output configuration updates.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OutputUpdates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputUpdates",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "OutputUpdate",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link OutputUpdate.Builder} avoiding the need to create one manually via {@link OutputUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link OutputUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(OutputUpdate)}.\n@param member a consumer that will call methods on {@link OutputUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(OutputUpdate)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "OutputUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "OutputUpdate",
"variableName" : "member",
"variableType" : "OutputUpdate",
"documentation" : null,
"simpleType" : "OutputUpdate",
"variableSetterType" : "OutputUpdate"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "OutputUpdate",
"variableName" : "member",
"variableType" : "OutputUpdate",
"documentation" : "",
"simpleType" : "OutputUpdate",
"variableSetterType" : "OutputUpdate"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "OutputUpdate",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "OutputUpdate",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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
}, {
"beanStyleGetterMethodName" : "getReferenceDataSourceUpdates",
"beanStyleSetterMethodName" : "setReferenceDataSourceUpdates",
"c2jName" : "ReferenceDataSourceUpdates",
"c2jShape" : "ReferenceDataSourceUpdates",
"defaultConsumerFluentSetterDocumentation" : "Describes application reference data source updates.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #referenceDataSourceUpdates(List)}.\n@param referenceDataSourceUpdates a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #referenceDataSourceUpdates(List)",
"deprecated" : false,
"documentation" : "Describes application reference data source updates.
",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "referenceDataSourceUpdates",
"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" : "referenceDataSourceUpdates",
"getterDocumentation" : "Describes application reference data source updates.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Describes application reference data source updates.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ReferenceDataSourceUpdates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReferenceDataSourceUpdates",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ReferenceDataSourceUpdate",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ReferenceDataSourceUpdate.Builder} avoiding the need to create one manually via {@link ReferenceDataSourceUpdate#builder()}.\n\nWhen the {@link Consumer} completes, {@link ReferenceDataSourceUpdate.Builder#build()} is called immediately and its result is passed to {@link #member(ReferenceDataSourceUpdate)}.\n@param member a consumer that will call methods on {@link ReferenceDataSourceUpdate.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ReferenceDataSourceUpdate)",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentEnumGetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ReferenceDataSourceUpdate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "StructuredPojo",
"marshallingType" : "STRUCTURED",
"name" : "Member",
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ReferenceDataSourceUpdate",
"variableName" : "member",
"variableType" : "ReferenceDataSourceUpdate",
"documentation" : null,
"simpleType" : "ReferenceDataSourceUpdate",
"variableSetterType" : "ReferenceDataSourceUpdate"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "ReferenceDataSourceUpdate",
"variableName" : "member",
"variableType" : "ReferenceDataSourceUpdate",
"documentation" : "",
"simpleType" : "ReferenceDataSourceUpdate",
"variableSetterType" : "ReferenceDataSourceUpdate"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ReferenceDataSourceUpdate",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ReferenceDataSourceUpdate",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingTargetClass" : "List",
"marshallingType" : "LIST",
"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" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"variable" : {
"variableDeclarationType" : "java.util.List