aws-sdk-kinesisanalyticsv2 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1173 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::KinesisAnalyticsV2
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ AddApplicationCloudWatchLoggingOptionRequest = Shapes::StructureShape.new(name: 'AddApplicationCloudWatchLoggingOptionRequest')
15
+ AddApplicationCloudWatchLoggingOptionResponse = Shapes::StructureShape.new(name: 'AddApplicationCloudWatchLoggingOptionResponse')
16
+ AddApplicationInputProcessingConfigurationRequest = Shapes::StructureShape.new(name: 'AddApplicationInputProcessingConfigurationRequest')
17
+ AddApplicationInputProcessingConfigurationResponse = Shapes::StructureShape.new(name: 'AddApplicationInputProcessingConfigurationResponse')
18
+ AddApplicationInputRequest = Shapes::StructureShape.new(name: 'AddApplicationInputRequest')
19
+ AddApplicationInputResponse = Shapes::StructureShape.new(name: 'AddApplicationInputResponse')
20
+ AddApplicationOutputRequest = Shapes::StructureShape.new(name: 'AddApplicationOutputRequest')
21
+ AddApplicationOutputResponse = Shapes::StructureShape.new(name: 'AddApplicationOutputResponse')
22
+ AddApplicationReferenceDataSourceRequest = Shapes::StructureShape.new(name: 'AddApplicationReferenceDataSourceRequest')
23
+ AddApplicationReferenceDataSourceResponse = Shapes::StructureShape.new(name: 'AddApplicationReferenceDataSourceResponse')
24
+ ApplicationCodeConfiguration = Shapes::StructureShape.new(name: 'ApplicationCodeConfiguration')
25
+ ApplicationCodeConfigurationDescription = Shapes::StructureShape.new(name: 'ApplicationCodeConfigurationDescription')
26
+ ApplicationCodeConfigurationUpdate = Shapes::StructureShape.new(name: 'ApplicationCodeConfigurationUpdate')
27
+ ApplicationConfiguration = Shapes::StructureShape.new(name: 'ApplicationConfiguration')
28
+ ApplicationConfigurationDescription = Shapes::StructureShape.new(name: 'ApplicationConfigurationDescription')
29
+ ApplicationConfigurationUpdate = Shapes::StructureShape.new(name: 'ApplicationConfigurationUpdate')
30
+ ApplicationDescription = Shapes::StringShape.new(name: 'ApplicationDescription')
31
+ ApplicationDetail = Shapes::StructureShape.new(name: 'ApplicationDetail')
32
+ ApplicationName = Shapes::StringShape.new(name: 'ApplicationName')
33
+ ApplicationRestoreConfiguration = Shapes::StructureShape.new(name: 'ApplicationRestoreConfiguration')
34
+ ApplicationRestoreType = Shapes::StringShape.new(name: 'ApplicationRestoreType')
35
+ ApplicationSnapshotConfiguration = Shapes::StructureShape.new(name: 'ApplicationSnapshotConfiguration')
36
+ ApplicationSnapshotConfigurationDescription = Shapes::StructureShape.new(name: 'ApplicationSnapshotConfigurationDescription')
37
+ ApplicationSnapshotConfigurationUpdate = Shapes::StructureShape.new(name: 'ApplicationSnapshotConfigurationUpdate')
38
+ ApplicationStatus = Shapes::StringShape.new(name: 'ApplicationStatus')
39
+ ApplicationSummaries = Shapes::ListShape.new(name: 'ApplicationSummaries')
40
+ ApplicationSummary = Shapes::StructureShape.new(name: 'ApplicationSummary')
41
+ ApplicationVersionId = Shapes::IntegerShape.new(name: 'ApplicationVersionId')
42
+ BooleanObject = Shapes::BooleanShape.new(name: 'BooleanObject')
43
+ BucketARN = Shapes::StringShape.new(name: 'BucketARN')
44
+ CSVMappingParameters = Shapes::StructureShape.new(name: 'CSVMappingParameters')
45
+ CheckpointConfiguration = Shapes::StructureShape.new(name: 'CheckpointConfiguration')
46
+ CheckpointConfigurationDescription = Shapes::StructureShape.new(name: 'CheckpointConfigurationDescription')
47
+ CheckpointConfigurationUpdate = Shapes::StructureShape.new(name: 'CheckpointConfigurationUpdate')
48
+ CheckpointInterval = Shapes::IntegerShape.new(name: 'CheckpointInterval')
49
+ CloudWatchLoggingOption = Shapes::StructureShape.new(name: 'CloudWatchLoggingOption')
50
+ CloudWatchLoggingOptionDescription = Shapes::StructureShape.new(name: 'CloudWatchLoggingOptionDescription')
51
+ CloudWatchLoggingOptionDescriptions = Shapes::ListShape.new(name: 'CloudWatchLoggingOptionDescriptions')
52
+ CloudWatchLoggingOptionUpdate = Shapes::StructureShape.new(name: 'CloudWatchLoggingOptionUpdate')
53
+ CloudWatchLoggingOptionUpdates = Shapes::ListShape.new(name: 'CloudWatchLoggingOptionUpdates')
54
+ CloudWatchLoggingOptions = Shapes::ListShape.new(name: 'CloudWatchLoggingOptions')
55
+ CodeContent = Shapes::StructureShape.new(name: 'CodeContent')
56
+ CodeContentDescription = Shapes::StructureShape.new(name: 'CodeContentDescription')
57
+ CodeContentType = Shapes::StringShape.new(name: 'CodeContentType')
58
+ CodeContentUpdate = Shapes::StructureShape.new(name: 'CodeContentUpdate')
59
+ CodeMD5 = Shapes::StringShape.new(name: 'CodeMD5')
60
+ CodeSize = Shapes::IntegerShape.new(name: 'CodeSize')
61
+ CodeValidationException = Shapes::StructureShape.new(name: 'CodeValidationException')
62
+ ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
63
+ ConfigurationType = Shapes::StringShape.new(name: 'ConfigurationType')
64
+ CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
65
+ CreateApplicationResponse = Shapes::StructureShape.new(name: 'CreateApplicationResponse')
66
+ CreateApplicationSnapshotRequest = Shapes::StructureShape.new(name: 'CreateApplicationSnapshotRequest')
67
+ CreateApplicationSnapshotResponse = Shapes::StructureShape.new(name: 'CreateApplicationSnapshotResponse')
68
+ DeleteApplicationCloudWatchLoggingOptionRequest = Shapes::StructureShape.new(name: 'DeleteApplicationCloudWatchLoggingOptionRequest')
69
+ DeleteApplicationCloudWatchLoggingOptionResponse = Shapes::StructureShape.new(name: 'DeleteApplicationCloudWatchLoggingOptionResponse')
70
+ DeleteApplicationInputProcessingConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationInputProcessingConfigurationRequest')
71
+ DeleteApplicationInputProcessingConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteApplicationInputProcessingConfigurationResponse')
72
+ DeleteApplicationOutputRequest = Shapes::StructureShape.new(name: 'DeleteApplicationOutputRequest')
73
+ DeleteApplicationOutputResponse = Shapes::StructureShape.new(name: 'DeleteApplicationOutputResponse')
74
+ DeleteApplicationReferenceDataSourceRequest = Shapes::StructureShape.new(name: 'DeleteApplicationReferenceDataSourceRequest')
75
+ DeleteApplicationReferenceDataSourceResponse = Shapes::StructureShape.new(name: 'DeleteApplicationReferenceDataSourceResponse')
76
+ DeleteApplicationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationRequest')
77
+ DeleteApplicationResponse = Shapes::StructureShape.new(name: 'DeleteApplicationResponse')
78
+ DeleteApplicationSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteApplicationSnapshotRequest')
79
+ DeleteApplicationSnapshotResponse = Shapes::StructureShape.new(name: 'DeleteApplicationSnapshotResponse')
80
+ DescribeApplicationRequest = Shapes::StructureShape.new(name: 'DescribeApplicationRequest')
81
+ DescribeApplicationResponse = Shapes::StructureShape.new(name: 'DescribeApplicationResponse')
82
+ DescribeApplicationSnapshotRequest = Shapes::StructureShape.new(name: 'DescribeApplicationSnapshotRequest')
83
+ DescribeApplicationSnapshotResponse = Shapes::StructureShape.new(name: 'DescribeApplicationSnapshotResponse')
84
+ DestinationSchema = Shapes::StructureShape.new(name: 'DestinationSchema')
85
+ DiscoverInputSchemaRequest = Shapes::StructureShape.new(name: 'DiscoverInputSchemaRequest')
86
+ DiscoverInputSchemaResponse = Shapes::StructureShape.new(name: 'DiscoverInputSchemaResponse')
87
+ EnvironmentProperties = Shapes::StructureShape.new(name: 'EnvironmentProperties')
88
+ EnvironmentPropertyDescriptions = Shapes::StructureShape.new(name: 'EnvironmentPropertyDescriptions')
89
+ EnvironmentPropertyUpdates = Shapes::StructureShape.new(name: 'EnvironmentPropertyUpdates')
90
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
91
+ FileKey = Shapes::StringShape.new(name: 'FileKey')
92
+ FlinkApplicationConfiguration = Shapes::StructureShape.new(name: 'FlinkApplicationConfiguration')
93
+ FlinkApplicationConfigurationDescription = Shapes::StructureShape.new(name: 'FlinkApplicationConfigurationDescription')
94
+ FlinkApplicationConfigurationUpdate = Shapes::StructureShape.new(name: 'FlinkApplicationConfigurationUpdate')
95
+ Id = Shapes::StringShape.new(name: 'Id')
96
+ InAppStreamName = Shapes::StringShape.new(name: 'InAppStreamName')
97
+ InAppStreamNames = Shapes::ListShape.new(name: 'InAppStreamNames')
98
+ InAppTableName = Shapes::StringShape.new(name: 'InAppTableName')
99
+ Input = Shapes::StructureShape.new(name: 'Input')
100
+ InputDescription = Shapes::StructureShape.new(name: 'InputDescription')
101
+ InputDescriptions = Shapes::ListShape.new(name: 'InputDescriptions')
102
+ InputLambdaProcessor = Shapes::StructureShape.new(name: 'InputLambdaProcessor')
103
+ InputLambdaProcessorDescription = Shapes::StructureShape.new(name: 'InputLambdaProcessorDescription')
104
+ InputLambdaProcessorUpdate = Shapes::StructureShape.new(name: 'InputLambdaProcessorUpdate')
105
+ InputParallelism = Shapes::StructureShape.new(name: 'InputParallelism')
106
+ InputParallelismCount = Shapes::IntegerShape.new(name: 'InputParallelismCount')
107
+ InputParallelismUpdate = Shapes::StructureShape.new(name: 'InputParallelismUpdate')
108
+ InputProcessingConfiguration = Shapes::StructureShape.new(name: 'InputProcessingConfiguration')
109
+ InputProcessingConfigurationDescription = Shapes::StructureShape.new(name: 'InputProcessingConfigurationDescription')
110
+ InputProcessingConfigurationUpdate = Shapes::StructureShape.new(name: 'InputProcessingConfigurationUpdate')
111
+ InputSchemaUpdate = Shapes::StructureShape.new(name: 'InputSchemaUpdate')
112
+ InputStartingPosition = Shapes::StringShape.new(name: 'InputStartingPosition')
113
+ InputStartingPositionConfiguration = Shapes::StructureShape.new(name: 'InputStartingPositionConfiguration')
114
+ InputUpdate = Shapes::StructureShape.new(name: 'InputUpdate')
115
+ InputUpdates = Shapes::ListShape.new(name: 'InputUpdates')
116
+ Inputs = Shapes::ListShape.new(name: 'Inputs')
117
+ InvalidApplicationConfigurationException = Shapes::StructureShape.new(name: 'InvalidApplicationConfigurationException')
118
+ InvalidArgumentException = Shapes::StructureShape.new(name: 'InvalidArgumentException')
119
+ InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
120
+ JSONMappingParameters = Shapes::StructureShape.new(name: 'JSONMappingParameters')
121
+ JobPlanDescription = Shapes::StringShape.new(name: 'JobPlanDescription')
122
+ KinesisFirehoseInput = Shapes::StructureShape.new(name: 'KinesisFirehoseInput')
123
+ KinesisFirehoseInputDescription = Shapes::StructureShape.new(name: 'KinesisFirehoseInputDescription')
124
+ KinesisFirehoseInputUpdate = Shapes::StructureShape.new(name: 'KinesisFirehoseInputUpdate')
125
+ KinesisFirehoseOutput = Shapes::StructureShape.new(name: 'KinesisFirehoseOutput')
126
+ KinesisFirehoseOutputDescription = Shapes::StructureShape.new(name: 'KinesisFirehoseOutputDescription')
127
+ KinesisFirehoseOutputUpdate = Shapes::StructureShape.new(name: 'KinesisFirehoseOutputUpdate')
128
+ KinesisStreamsInput = Shapes::StructureShape.new(name: 'KinesisStreamsInput')
129
+ KinesisStreamsInputDescription = Shapes::StructureShape.new(name: 'KinesisStreamsInputDescription')
130
+ KinesisStreamsInputUpdate = Shapes::StructureShape.new(name: 'KinesisStreamsInputUpdate')
131
+ KinesisStreamsOutput = Shapes::StructureShape.new(name: 'KinesisStreamsOutput')
132
+ KinesisStreamsOutputDescription = Shapes::StructureShape.new(name: 'KinesisStreamsOutputDescription')
133
+ KinesisStreamsOutputUpdate = Shapes::StructureShape.new(name: 'KinesisStreamsOutputUpdate')
134
+ LambdaOutput = Shapes::StructureShape.new(name: 'LambdaOutput')
135
+ LambdaOutputDescription = Shapes::StructureShape.new(name: 'LambdaOutputDescription')
136
+ LambdaOutputUpdate = Shapes::StructureShape.new(name: 'LambdaOutputUpdate')
137
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
138
+ ListApplicationSnapshotsRequest = Shapes::StructureShape.new(name: 'ListApplicationSnapshotsRequest')
139
+ ListApplicationSnapshotsResponse = Shapes::StructureShape.new(name: 'ListApplicationSnapshotsResponse')
140
+ ListApplicationsInputLimit = Shapes::IntegerShape.new(name: 'ListApplicationsInputLimit')
141
+ ListApplicationsRequest = Shapes::StructureShape.new(name: 'ListApplicationsRequest')
142
+ ListApplicationsResponse = Shapes::StructureShape.new(name: 'ListApplicationsResponse')
143
+ ListSnapshotsInputLimit = Shapes::IntegerShape.new(name: 'ListSnapshotsInputLimit')
144
+ LogLevel = Shapes::StringShape.new(name: 'LogLevel')
145
+ LogStreamARN = Shapes::StringShape.new(name: 'LogStreamARN')
146
+ MappingParameters = Shapes::StructureShape.new(name: 'MappingParameters')
147
+ MetricsLevel = Shapes::StringShape.new(name: 'MetricsLevel')
148
+ MinPauseBetweenCheckpoints = Shapes::IntegerShape.new(name: 'MinPauseBetweenCheckpoints')
149
+ MonitoringConfiguration = Shapes::StructureShape.new(name: 'MonitoringConfiguration')
150
+ MonitoringConfigurationDescription = Shapes::StructureShape.new(name: 'MonitoringConfigurationDescription')
151
+ MonitoringConfigurationUpdate = Shapes::StructureShape.new(name: 'MonitoringConfigurationUpdate')
152
+ NextToken = Shapes::StringShape.new(name: 'NextToken')
153
+ ObjectVersion = Shapes::StringShape.new(name: 'ObjectVersion')
154
+ Output = Shapes::StructureShape.new(name: 'Output')
155
+ OutputDescription = Shapes::StructureShape.new(name: 'OutputDescription')
156
+ OutputDescriptions = Shapes::ListShape.new(name: 'OutputDescriptions')
157
+ OutputUpdate = Shapes::StructureShape.new(name: 'OutputUpdate')
158
+ OutputUpdates = Shapes::ListShape.new(name: 'OutputUpdates')
159
+ Outputs = Shapes::ListShape.new(name: 'Outputs')
160
+ Parallelism = Shapes::IntegerShape.new(name: 'Parallelism')
161
+ ParallelismConfiguration = Shapes::StructureShape.new(name: 'ParallelismConfiguration')
162
+ ParallelismConfigurationDescription = Shapes::StructureShape.new(name: 'ParallelismConfigurationDescription')
163
+ ParallelismConfigurationUpdate = Shapes::StructureShape.new(name: 'ParallelismConfigurationUpdate')
164
+ ParallelismPerKPU = Shapes::IntegerShape.new(name: 'ParallelismPerKPU')
165
+ ParsedInputRecord = Shapes::ListShape.new(name: 'ParsedInputRecord')
166
+ ParsedInputRecordField = Shapes::StringShape.new(name: 'ParsedInputRecordField')
167
+ ParsedInputRecords = Shapes::ListShape.new(name: 'ParsedInputRecords')
168
+ ProcessedInputRecord = Shapes::StringShape.new(name: 'ProcessedInputRecord')
169
+ ProcessedInputRecords = Shapes::ListShape.new(name: 'ProcessedInputRecords')
170
+ PropertyGroup = Shapes::StructureShape.new(name: 'PropertyGroup')
171
+ PropertyGroups = Shapes::ListShape.new(name: 'PropertyGroups')
172
+ PropertyKey = Shapes::StringShape.new(name: 'PropertyKey')
173
+ PropertyMap = Shapes::MapShape.new(name: 'PropertyMap')
174
+ PropertyValue = Shapes::StringShape.new(name: 'PropertyValue')
175
+ RawInputRecord = Shapes::StringShape.new(name: 'RawInputRecord')
176
+ RawInputRecords = Shapes::ListShape.new(name: 'RawInputRecords')
177
+ RecordColumn = Shapes::StructureShape.new(name: 'RecordColumn')
178
+ RecordColumnDelimiter = Shapes::StringShape.new(name: 'RecordColumnDelimiter')
179
+ RecordColumnMapping = Shapes::StringShape.new(name: 'RecordColumnMapping')
180
+ RecordColumnName = Shapes::StringShape.new(name: 'RecordColumnName')
181
+ RecordColumnSqlType = Shapes::StringShape.new(name: 'RecordColumnSqlType')
182
+ RecordColumns = Shapes::ListShape.new(name: 'RecordColumns')
183
+ RecordEncoding = Shapes::StringShape.new(name: 'RecordEncoding')
184
+ RecordFormat = Shapes::StructureShape.new(name: 'RecordFormat')
185
+ RecordFormatType = Shapes::StringShape.new(name: 'RecordFormatType')
186
+ RecordRowDelimiter = Shapes::StringShape.new(name: 'RecordRowDelimiter')
187
+ RecordRowPath = Shapes::StringShape.new(name: 'RecordRowPath')
188
+ ReferenceDataSource = Shapes::StructureShape.new(name: 'ReferenceDataSource')
189
+ ReferenceDataSourceDescription = Shapes::StructureShape.new(name: 'ReferenceDataSourceDescription')
190
+ ReferenceDataSourceDescriptions = Shapes::ListShape.new(name: 'ReferenceDataSourceDescriptions')
191
+ ReferenceDataSourceUpdate = Shapes::StructureShape.new(name: 'ReferenceDataSourceUpdate')
192
+ ReferenceDataSourceUpdates = Shapes::ListShape.new(name: 'ReferenceDataSourceUpdates')
193
+ ReferenceDataSources = Shapes::ListShape.new(name: 'ReferenceDataSources')
194
+ ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
195
+ ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
196
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
197
+ ResourceProvisionedThroughputExceededException = Shapes::StructureShape.new(name: 'ResourceProvisionedThroughputExceededException')
198
+ RoleARN = Shapes::StringShape.new(name: 'RoleARN')
199
+ RunConfiguration = Shapes::StructureShape.new(name: 'RunConfiguration')
200
+ RunConfigurationDescription = Shapes::StructureShape.new(name: 'RunConfigurationDescription')
201
+ RunConfigurationUpdate = Shapes::StructureShape.new(name: 'RunConfigurationUpdate')
202
+ RuntimeEnvironment = Shapes::StringShape.new(name: 'RuntimeEnvironment')
203
+ S3ApplicationCodeLocationDescription = Shapes::StructureShape.new(name: 'S3ApplicationCodeLocationDescription')
204
+ S3Configuration = Shapes::StructureShape.new(name: 'S3Configuration')
205
+ S3ContentLocation = Shapes::StructureShape.new(name: 'S3ContentLocation')
206
+ S3ContentLocationUpdate = Shapes::StructureShape.new(name: 'S3ContentLocationUpdate')
207
+ S3ReferenceDataSource = Shapes::StructureShape.new(name: 'S3ReferenceDataSource')
208
+ S3ReferenceDataSourceDescription = Shapes::StructureShape.new(name: 'S3ReferenceDataSourceDescription')
209
+ S3ReferenceDataSourceUpdate = Shapes::StructureShape.new(name: 'S3ReferenceDataSourceUpdate')
210
+ ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
211
+ SnapshotDetails = Shapes::StructureShape.new(name: 'SnapshotDetails')
212
+ SnapshotName = Shapes::StringShape.new(name: 'SnapshotName')
213
+ SnapshotStatus = Shapes::StringShape.new(name: 'SnapshotStatus')
214
+ SnapshotSummaries = Shapes::ListShape.new(name: 'SnapshotSummaries')
215
+ SourceSchema = Shapes::StructureShape.new(name: 'SourceSchema')
216
+ SqlApplicationConfiguration = Shapes::StructureShape.new(name: 'SqlApplicationConfiguration')
217
+ SqlApplicationConfigurationDescription = Shapes::StructureShape.new(name: 'SqlApplicationConfigurationDescription')
218
+ SqlApplicationConfigurationUpdate = Shapes::StructureShape.new(name: 'SqlApplicationConfigurationUpdate')
219
+ SqlRunConfiguration = Shapes::StructureShape.new(name: 'SqlRunConfiguration')
220
+ SqlRunConfigurations = Shapes::ListShape.new(name: 'SqlRunConfigurations')
221
+ StartApplicationRequest = Shapes::StructureShape.new(name: 'StartApplicationRequest')
222
+ StartApplicationResponse = Shapes::StructureShape.new(name: 'StartApplicationResponse')
223
+ StopApplicationRequest = Shapes::StructureShape.new(name: 'StopApplicationRequest')
224
+ StopApplicationResponse = Shapes::StructureShape.new(name: 'StopApplicationResponse')
225
+ TextContent = Shapes::StringShape.new(name: 'TextContent')
226
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
227
+ UnableToDetectSchemaException = Shapes::StructureShape.new(name: 'UnableToDetectSchemaException')
228
+ UnsupportedOperationException = Shapes::StructureShape.new(name: 'UnsupportedOperationException')
229
+ UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
230
+ UpdateApplicationResponse = Shapes::StructureShape.new(name: 'UpdateApplicationResponse')
231
+ ZipFileContent = Shapes::BlobShape.new(name: 'ZipFileContent')
232
+
233
+ AddApplicationCloudWatchLoggingOptionRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
234
+ AddApplicationCloudWatchLoggingOptionRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
235
+ AddApplicationCloudWatchLoggingOptionRequest.add_member(:cloud_watch_logging_option, Shapes::ShapeRef.new(shape: CloudWatchLoggingOption, required: true, location_name: "CloudWatchLoggingOption"))
236
+ AddApplicationCloudWatchLoggingOptionRequest.struct_class = Types::AddApplicationCloudWatchLoggingOptionRequest
237
+
238
+ AddApplicationCloudWatchLoggingOptionResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ApplicationARN"))
239
+ AddApplicationCloudWatchLoggingOptionResponse.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, location_name: "ApplicationVersionId"))
240
+ AddApplicationCloudWatchLoggingOptionResponse.add_member(:cloud_watch_logging_option_descriptions, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptionDescriptions, location_name: "CloudWatchLoggingOptionDescriptions"))
241
+ AddApplicationCloudWatchLoggingOptionResponse.struct_class = Types::AddApplicationCloudWatchLoggingOptionResponse
242
+
243
+ AddApplicationInputProcessingConfigurationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
244
+ AddApplicationInputProcessingConfigurationRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
245
+ AddApplicationInputProcessingConfigurationRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "InputId"))
246
+ AddApplicationInputProcessingConfigurationRequest.add_member(:input_processing_configuration, Shapes::ShapeRef.new(shape: InputProcessingConfiguration, required: true, location_name: "InputProcessingConfiguration"))
247
+ AddApplicationInputProcessingConfigurationRequest.struct_class = Types::AddApplicationInputProcessingConfigurationRequest
248
+
249
+ AddApplicationInputProcessingConfigurationResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ApplicationARN"))
250
+ AddApplicationInputProcessingConfigurationResponse.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, location_name: "ApplicationVersionId"))
251
+ AddApplicationInputProcessingConfigurationResponse.add_member(:input_id, Shapes::ShapeRef.new(shape: Id, location_name: "InputId"))
252
+ AddApplicationInputProcessingConfigurationResponse.add_member(:input_processing_configuration_description, Shapes::ShapeRef.new(shape: InputProcessingConfigurationDescription, location_name: "InputProcessingConfigurationDescription"))
253
+ AddApplicationInputProcessingConfigurationResponse.struct_class = Types::AddApplicationInputProcessingConfigurationResponse
254
+
255
+ AddApplicationInputRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
256
+ AddApplicationInputRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
257
+ AddApplicationInputRequest.add_member(:input, Shapes::ShapeRef.new(shape: Input, required: true, location_name: "Input"))
258
+ AddApplicationInputRequest.struct_class = Types::AddApplicationInputRequest
259
+
260
+ AddApplicationInputResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ApplicationARN"))
261
+ AddApplicationInputResponse.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, location_name: "ApplicationVersionId"))
262
+ AddApplicationInputResponse.add_member(:input_descriptions, Shapes::ShapeRef.new(shape: InputDescriptions, location_name: "InputDescriptions"))
263
+ AddApplicationInputResponse.struct_class = Types::AddApplicationInputResponse
264
+
265
+ AddApplicationOutputRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
266
+ AddApplicationOutputRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
267
+ AddApplicationOutputRequest.add_member(:output, Shapes::ShapeRef.new(shape: Output, required: true, location_name: "Output"))
268
+ AddApplicationOutputRequest.struct_class = Types::AddApplicationOutputRequest
269
+
270
+ AddApplicationOutputResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ApplicationARN"))
271
+ AddApplicationOutputResponse.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, location_name: "ApplicationVersionId"))
272
+ AddApplicationOutputResponse.add_member(:output_descriptions, Shapes::ShapeRef.new(shape: OutputDescriptions, location_name: "OutputDescriptions"))
273
+ AddApplicationOutputResponse.struct_class = Types::AddApplicationOutputResponse
274
+
275
+ AddApplicationReferenceDataSourceRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
276
+ AddApplicationReferenceDataSourceRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
277
+ AddApplicationReferenceDataSourceRequest.add_member(:reference_data_source, Shapes::ShapeRef.new(shape: ReferenceDataSource, required: true, location_name: "ReferenceDataSource"))
278
+ AddApplicationReferenceDataSourceRequest.struct_class = Types::AddApplicationReferenceDataSourceRequest
279
+
280
+ AddApplicationReferenceDataSourceResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ApplicationARN"))
281
+ AddApplicationReferenceDataSourceResponse.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, location_name: "ApplicationVersionId"))
282
+ AddApplicationReferenceDataSourceResponse.add_member(:reference_data_source_descriptions, Shapes::ShapeRef.new(shape: ReferenceDataSourceDescriptions, location_name: "ReferenceDataSourceDescriptions"))
283
+ AddApplicationReferenceDataSourceResponse.struct_class = Types::AddApplicationReferenceDataSourceResponse
284
+
285
+ ApplicationCodeConfiguration.add_member(:code_content, Shapes::ShapeRef.new(shape: CodeContent, location_name: "CodeContent"))
286
+ ApplicationCodeConfiguration.add_member(:code_content_type, Shapes::ShapeRef.new(shape: CodeContentType, required: true, location_name: "CodeContentType"))
287
+ ApplicationCodeConfiguration.struct_class = Types::ApplicationCodeConfiguration
288
+
289
+ ApplicationCodeConfigurationDescription.add_member(:code_content_type, Shapes::ShapeRef.new(shape: CodeContentType, required: true, location_name: "CodeContentType"))
290
+ ApplicationCodeConfigurationDescription.add_member(:code_content_description, Shapes::ShapeRef.new(shape: CodeContentDescription, location_name: "CodeContentDescription"))
291
+ ApplicationCodeConfigurationDescription.struct_class = Types::ApplicationCodeConfigurationDescription
292
+
293
+ ApplicationCodeConfigurationUpdate.add_member(:code_content_type_update, Shapes::ShapeRef.new(shape: CodeContentType, location_name: "CodeContentTypeUpdate"))
294
+ ApplicationCodeConfigurationUpdate.add_member(:code_content_update, Shapes::ShapeRef.new(shape: CodeContentUpdate, location_name: "CodeContentUpdate"))
295
+ ApplicationCodeConfigurationUpdate.struct_class = Types::ApplicationCodeConfigurationUpdate
296
+
297
+ ApplicationConfiguration.add_member(:sql_application_configuration, Shapes::ShapeRef.new(shape: SqlApplicationConfiguration, location_name: "SqlApplicationConfiguration"))
298
+ ApplicationConfiguration.add_member(:flink_application_configuration, Shapes::ShapeRef.new(shape: FlinkApplicationConfiguration, location_name: "FlinkApplicationConfiguration"))
299
+ ApplicationConfiguration.add_member(:environment_properties, Shapes::ShapeRef.new(shape: EnvironmentProperties, location_name: "EnvironmentProperties"))
300
+ ApplicationConfiguration.add_member(:application_code_configuration, Shapes::ShapeRef.new(shape: ApplicationCodeConfiguration, required: true, location_name: "ApplicationCodeConfiguration"))
301
+ ApplicationConfiguration.add_member(:application_snapshot_configuration, Shapes::ShapeRef.new(shape: ApplicationSnapshotConfiguration, location_name: "ApplicationSnapshotConfiguration"))
302
+ ApplicationConfiguration.struct_class = Types::ApplicationConfiguration
303
+
304
+ ApplicationConfigurationDescription.add_member(:sql_application_configuration_description, Shapes::ShapeRef.new(shape: SqlApplicationConfigurationDescription, location_name: "SqlApplicationConfigurationDescription"))
305
+ ApplicationConfigurationDescription.add_member(:application_code_configuration_description, Shapes::ShapeRef.new(shape: ApplicationCodeConfigurationDescription, location_name: "ApplicationCodeConfigurationDescription"))
306
+ ApplicationConfigurationDescription.add_member(:run_configuration_description, Shapes::ShapeRef.new(shape: RunConfigurationDescription, location_name: "RunConfigurationDescription"))
307
+ ApplicationConfigurationDescription.add_member(:flink_application_configuration_description, Shapes::ShapeRef.new(shape: FlinkApplicationConfigurationDescription, location_name: "FlinkApplicationConfigurationDescription"))
308
+ ApplicationConfigurationDescription.add_member(:environment_property_descriptions, Shapes::ShapeRef.new(shape: EnvironmentPropertyDescriptions, location_name: "EnvironmentPropertyDescriptions"))
309
+ ApplicationConfigurationDescription.add_member(:application_snapshot_configuration_description, Shapes::ShapeRef.new(shape: ApplicationSnapshotConfigurationDescription, location_name: "ApplicationSnapshotConfigurationDescription"))
310
+ ApplicationConfigurationDescription.struct_class = Types::ApplicationConfigurationDescription
311
+
312
+ ApplicationConfigurationUpdate.add_member(:sql_application_configuration_update, Shapes::ShapeRef.new(shape: SqlApplicationConfigurationUpdate, location_name: "SqlApplicationConfigurationUpdate"))
313
+ ApplicationConfigurationUpdate.add_member(:application_code_configuration_update, Shapes::ShapeRef.new(shape: ApplicationCodeConfigurationUpdate, location_name: "ApplicationCodeConfigurationUpdate"))
314
+ ApplicationConfigurationUpdate.add_member(:flink_application_configuration_update, Shapes::ShapeRef.new(shape: FlinkApplicationConfigurationUpdate, location_name: "FlinkApplicationConfigurationUpdate"))
315
+ ApplicationConfigurationUpdate.add_member(:environment_property_updates, Shapes::ShapeRef.new(shape: EnvironmentPropertyUpdates, location_name: "EnvironmentPropertyUpdates"))
316
+ ApplicationConfigurationUpdate.add_member(:application_snapshot_configuration_update, Shapes::ShapeRef.new(shape: ApplicationSnapshotConfigurationUpdate, location_name: "ApplicationSnapshotConfigurationUpdate"))
317
+ ApplicationConfigurationUpdate.struct_class = Types::ApplicationConfigurationUpdate
318
+
319
+ ApplicationDetail.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ApplicationARN"))
320
+ ApplicationDetail.add_member(:application_description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "ApplicationDescription"))
321
+ ApplicationDetail.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
322
+ ApplicationDetail.add_member(:runtime_environment, Shapes::ShapeRef.new(shape: RuntimeEnvironment, required: true, location_name: "RuntimeEnvironment"))
323
+ ApplicationDetail.add_member(:service_execution_role, Shapes::ShapeRef.new(shape: RoleARN, location_name: "ServiceExecutionRole"))
324
+ ApplicationDetail.add_member(:application_status, Shapes::ShapeRef.new(shape: ApplicationStatus, required: true, location_name: "ApplicationStatus"))
325
+ ApplicationDetail.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "ApplicationVersionId"))
326
+ ApplicationDetail.add_member(:create_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTimestamp"))
327
+ ApplicationDetail.add_member(:last_update_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdateTimestamp"))
328
+ ApplicationDetail.add_member(:application_configuration_description, Shapes::ShapeRef.new(shape: ApplicationConfigurationDescription, location_name: "ApplicationConfigurationDescription"))
329
+ ApplicationDetail.add_member(:cloud_watch_logging_option_descriptions, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptionDescriptions, location_name: "CloudWatchLoggingOptionDescriptions"))
330
+ ApplicationDetail.struct_class = Types::ApplicationDetail
331
+
332
+ ApplicationRestoreConfiguration.add_member(:application_restore_type, Shapes::ShapeRef.new(shape: ApplicationRestoreType, required: true, location_name: "ApplicationRestoreType"))
333
+ ApplicationRestoreConfiguration.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: SnapshotName, location_name: "SnapshotName"))
334
+ ApplicationRestoreConfiguration.struct_class = Types::ApplicationRestoreConfiguration
335
+
336
+ ApplicationSnapshotConfiguration.add_member(:snapshots_enabled, Shapes::ShapeRef.new(shape: BooleanObject, required: true, location_name: "SnapshotsEnabled"))
337
+ ApplicationSnapshotConfiguration.struct_class = Types::ApplicationSnapshotConfiguration
338
+
339
+ ApplicationSnapshotConfigurationDescription.add_member(:snapshots_enabled, Shapes::ShapeRef.new(shape: BooleanObject, required: true, location_name: "SnapshotsEnabled"))
340
+ ApplicationSnapshotConfigurationDescription.struct_class = Types::ApplicationSnapshotConfigurationDescription
341
+
342
+ ApplicationSnapshotConfigurationUpdate.add_member(:snapshots_enabled_update, Shapes::ShapeRef.new(shape: BooleanObject, required: true, location_name: "SnapshotsEnabledUpdate"))
343
+ ApplicationSnapshotConfigurationUpdate.struct_class = Types::ApplicationSnapshotConfigurationUpdate
344
+
345
+ ApplicationSummaries.member = Shapes::ShapeRef.new(shape: ApplicationSummary)
346
+
347
+ ApplicationSummary.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
348
+ ApplicationSummary.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ApplicationARN"))
349
+ ApplicationSummary.add_member(:application_status, Shapes::ShapeRef.new(shape: ApplicationStatus, required: true, location_name: "ApplicationStatus"))
350
+ ApplicationSummary.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "ApplicationVersionId"))
351
+ ApplicationSummary.add_member(:runtime_environment, Shapes::ShapeRef.new(shape: RuntimeEnvironment, required: true, location_name: "RuntimeEnvironment"))
352
+ ApplicationSummary.struct_class = Types::ApplicationSummary
353
+
354
+ CSVMappingParameters.add_member(:record_row_delimiter, Shapes::ShapeRef.new(shape: RecordRowDelimiter, required: true, location_name: "RecordRowDelimiter"))
355
+ CSVMappingParameters.add_member(:record_column_delimiter, Shapes::ShapeRef.new(shape: RecordColumnDelimiter, required: true, location_name: "RecordColumnDelimiter"))
356
+ CSVMappingParameters.struct_class = Types::CSVMappingParameters
357
+
358
+ CheckpointConfiguration.add_member(:configuration_type, Shapes::ShapeRef.new(shape: ConfigurationType, required: true, location_name: "ConfigurationType"))
359
+ CheckpointConfiguration.add_member(:checkpointing_enabled, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "CheckpointingEnabled"))
360
+ CheckpointConfiguration.add_member(:checkpoint_interval, Shapes::ShapeRef.new(shape: CheckpointInterval, location_name: "CheckpointInterval"))
361
+ CheckpointConfiguration.add_member(:min_pause_between_checkpoints, Shapes::ShapeRef.new(shape: MinPauseBetweenCheckpoints, location_name: "MinPauseBetweenCheckpoints"))
362
+ CheckpointConfiguration.struct_class = Types::CheckpointConfiguration
363
+
364
+ CheckpointConfigurationDescription.add_member(:configuration_type, Shapes::ShapeRef.new(shape: ConfigurationType, location_name: "ConfigurationType"))
365
+ CheckpointConfigurationDescription.add_member(:checkpointing_enabled, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "CheckpointingEnabled"))
366
+ CheckpointConfigurationDescription.add_member(:checkpoint_interval, Shapes::ShapeRef.new(shape: CheckpointInterval, location_name: "CheckpointInterval"))
367
+ CheckpointConfigurationDescription.add_member(:min_pause_between_checkpoints, Shapes::ShapeRef.new(shape: MinPauseBetweenCheckpoints, location_name: "MinPauseBetweenCheckpoints"))
368
+ CheckpointConfigurationDescription.struct_class = Types::CheckpointConfigurationDescription
369
+
370
+ CheckpointConfigurationUpdate.add_member(:configuration_type_update, Shapes::ShapeRef.new(shape: ConfigurationType, location_name: "ConfigurationTypeUpdate"))
371
+ CheckpointConfigurationUpdate.add_member(:checkpointing_enabled_update, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "CheckpointingEnabledUpdate"))
372
+ CheckpointConfigurationUpdate.add_member(:checkpoint_interval_update, Shapes::ShapeRef.new(shape: CheckpointInterval, location_name: "CheckpointIntervalUpdate"))
373
+ CheckpointConfigurationUpdate.add_member(:min_pause_between_checkpoints_update, Shapes::ShapeRef.new(shape: MinPauseBetweenCheckpoints, location_name: "MinPauseBetweenCheckpointsUpdate"))
374
+ CheckpointConfigurationUpdate.struct_class = Types::CheckpointConfigurationUpdate
375
+
376
+ CloudWatchLoggingOption.add_member(:log_stream_arn, Shapes::ShapeRef.new(shape: LogStreamARN, required: true, location_name: "LogStreamARN"))
377
+ CloudWatchLoggingOption.struct_class = Types::CloudWatchLoggingOption
378
+
379
+ CloudWatchLoggingOptionDescription.add_member(:cloud_watch_logging_option_id, Shapes::ShapeRef.new(shape: Id, location_name: "CloudWatchLoggingOptionId"))
380
+ CloudWatchLoggingOptionDescription.add_member(:log_stream_arn, Shapes::ShapeRef.new(shape: LogStreamARN, required: true, location_name: "LogStreamARN"))
381
+ CloudWatchLoggingOptionDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
382
+ CloudWatchLoggingOptionDescription.struct_class = Types::CloudWatchLoggingOptionDescription
383
+
384
+ CloudWatchLoggingOptionDescriptions.member = Shapes::ShapeRef.new(shape: CloudWatchLoggingOptionDescription)
385
+
386
+ CloudWatchLoggingOptionUpdate.add_member(:cloud_watch_logging_option_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "CloudWatchLoggingOptionId"))
387
+ CloudWatchLoggingOptionUpdate.add_member(:log_stream_arn_update, Shapes::ShapeRef.new(shape: LogStreamARN, location_name: "LogStreamARNUpdate"))
388
+ CloudWatchLoggingOptionUpdate.struct_class = Types::CloudWatchLoggingOptionUpdate
389
+
390
+ CloudWatchLoggingOptionUpdates.member = Shapes::ShapeRef.new(shape: CloudWatchLoggingOptionUpdate)
391
+
392
+ CloudWatchLoggingOptions.member = Shapes::ShapeRef.new(shape: CloudWatchLoggingOption)
393
+
394
+ CodeContent.add_member(:text_content, Shapes::ShapeRef.new(shape: TextContent, location_name: "TextContent"))
395
+ CodeContent.add_member(:zip_file_content, Shapes::ShapeRef.new(shape: ZipFileContent, location_name: "ZipFileContent"))
396
+ CodeContent.add_member(:s3_content_location, Shapes::ShapeRef.new(shape: S3ContentLocation, location_name: "S3ContentLocation"))
397
+ CodeContent.struct_class = Types::CodeContent
398
+
399
+ CodeContentDescription.add_member(:text_content, Shapes::ShapeRef.new(shape: TextContent, location_name: "TextContent"))
400
+ CodeContentDescription.add_member(:code_md5, Shapes::ShapeRef.new(shape: CodeMD5, location_name: "CodeMD5"))
401
+ CodeContentDescription.add_member(:code_size, Shapes::ShapeRef.new(shape: CodeSize, location_name: "CodeSize"))
402
+ CodeContentDescription.add_member(:s3_application_code_location_description, Shapes::ShapeRef.new(shape: S3ApplicationCodeLocationDescription, location_name: "S3ApplicationCodeLocationDescription"))
403
+ CodeContentDescription.struct_class = Types::CodeContentDescription
404
+
405
+ CodeContentUpdate.add_member(:text_content_update, Shapes::ShapeRef.new(shape: TextContent, location_name: "TextContentUpdate"))
406
+ CodeContentUpdate.add_member(:zip_file_content_update, Shapes::ShapeRef.new(shape: ZipFileContent, location_name: "ZipFileContentUpdate"))
407
+ CodeContentUpdate.add_member(:s3_content_location_update, Shapes::ShapeRef.new(shape: S3ContentLocationUpdate, location_name: "S3ContentLocationUpdate"))
408
+ CodeContentUpdate.struct_class = Types::CodeContentUpdate
409
+
410
+ CreateApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
411
+ CreateApplicationRequest.add_member(:application_description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "ApplicationDescription"))
412
+ CreateApplicationRequest.add_member(:runtime_environment, Shapes::ShapeRef.new(shape: RuntimeEnvironment, required: true, location_name: "RuntimeEnvironment"))
413
+ CreateApplicationRequest.add_member(:service_execution_role, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "ServiceExecutionRole"))
414
+ CreateApplicationRequest.add_member(:application_configuration, Shapes::ShapeRef.new(shape: ApplicationConfiguration, location_name: "ApplicationConfiguration"))
415
+ CreateApplicationRequest.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
416
+ CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
417
+
418
+ CreateApplicationResponse.add_member(:application_detail, Shapes::ShapeRef.new(shape: ApplicationDetail, required: true, location_name: "ApplicationDetail"))
419
+ CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
420
+
421
+ CreateApplicationSnapshotRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
422
+ CreateApplicationSnapshotRequest.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: SnapshotName, required: true, location_name: "SnapshotName"))
423
+ CreateApplicationSnapshotRequest.struct_class = Types::CreateApplicationSnapshotRequest
424
+
425
+ CreateApplicationSnapshotResponse.struct_class = Types::CreateApplicationSnapshotResponse
426
+
427
+ DeleteApplicationCloudWatchLoggingOptionRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
428
+ DeleteApplicationCloudWatchLoggingOptionRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
429
+ DeleteApplicationCloudWatchLoggingOptionRequest.add_member(:cloud_watch_logging_option_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "CloudWatchLoggingOptionId"))
430
+ DeleteApplicationCloudWatchLoggingOptionRequest.struct_class = Types::DeleteApplicationCloudWatchLoggingOptionRequest
431
+
432
+ DeleteApplicationCloudWatchLoggingOptionResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ApplicationARN"))
433
+ DeleteApplicationCloudWatchLoggingOptionResponse.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, location_name: "ApplicationVersionId"))
434
+ DeleteApplicationCloudWatchLoggingOptionResponse.add_member(:cloud_watch_logging_option_descriptions, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptionDescriptions, location_name: "CloudWatchLoggingOptionDescriptions"))
435
+ DeleteApplicationCloudWatchLoggingOptionResponse.struct_class = Types::DeleteApplicationCloudWatchLoggingOptionResponse
436
+
437
+ DeleteApplicationInputProcessingConfigurationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
438
+ DeleteApplicationInputProcessingConfigurationRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
439
+ DeleteApplicationInputProcessingConfigurationRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "InputId"))
440
+ DeleteApplicationInputProcessingConfigurationRequest.struct_class = Types::DeleteApplicationInputProcessingConfigurationRequest
441
+
442
+ DeleteApplicationInputProcessingConfigurationResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ApplicationARN"))
443
+ DeleteApplicationInputProcessingConfigurationResponse.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, location_name: "ApplicationVersionId"))
444
+ DeleteApplicationInputProcessingConfigurationResponse.struct_class = Types::DeleteApplicationInputProcessingConfigurationResponse
445
+
446
+ DeleteApplicationOutputRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
447
+ DeleteApplicationOutputRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
448
+ DeleteApplicationOutputRequest.add_member(:output_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "OutputId"))
449
+ DeleteApplicationOutputRequest.struct_class = Types::DeleteApplicationOutputRequest
450
+
451
+ DeleteApplicationOutputResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ApplicationARN"))
452
+ DeleteApplicationOutputResponse.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, location_name: "ApplicationVersionId"))
453
+ DeleteApplicationOutputResponse.struct_class = Types::DeleteApplicationOutputResponse
454
+
455
+ DeleteApplicationReferenceDataSourceRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
456
+ DeleteApplicationReferenceDataSourceRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
457
+ DeleteApplicationReferenceDataSourceRequest.add_member(:reference_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ReferenceId"))
458
+ DeleteApplicationReferenceDataSourceRequest.struct_class = Types::DeleteApplicationReferenceDataSourceRequest
459
+
460
+ DeleteApplicationReferenceDataSourceResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ApplicationARN"))
461
+ DeleteApplicationReferenceDataSourceResponse.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, location_name: "ApplicationVersionId"))
462
+ DeleteApplicationReferenceDataSourceResponse.struct_class = Types::DeleteApplicationReferenceDataSourceResponse
463
+
464
+ DeleteApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
465
+ DeleteApplicationRequest.add_member(:create_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTimestamp"))
466
+ DeleteApplicationRequest.struct_class = Types::DeleteApplicationRequest
467
+
468
+ DeleteApplicationResponse.struct_class = Types::DeleteApplicationResponse
469
+
470
+ DeleteApplicationSnapshotRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
471
+ DeleteApplicationSnapshotRequest.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: SnapshotName, required: true, location_name: "SnapshotName"))
472
+ DeleteApplicationSnapshotRequest.add_member(:snapshot_creation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "SnapshotCreationTimestamp"))
473
+ DeleteApplicationSnapshotRequest.struct_class = Types::DeleteApplicationSnapshotRequest
474
+
475
+ DeleteApplicationSnapshotResponse.struct_class = Types::DeleteApplicationSnapshotResponse
476
+
477
+ DescribeApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
478
+ DescribeApplicationRequest.add_member(:include_additional_details, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "IncludeAdditionalDetails"))
479
+ DescribeApplicationRequest.struct_class = Types::DescribeApplicationRequest
480
+
481
+ DescribeApplicationResponse.add_member(:application_detail, Shapes::ShapeRef.new(shape: ApplicationDetail, required: true, location_name: "ApplicationDetail"))
482
+ DescribeApplicationResponse.struct_class = Types::DescribeApplicationResponse
483
+
484
+ DescribeApplicationSnapshotRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
485
+ DescribeApplicationSnapshotRequest.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: SnapshotName, required: true, location_name: "SnapshotName"))
486
+ DescribeApplicationSnapshotRequest.struct_class = Types::DescribeApplicationSnapshotRequest
487
+
488
+ DescribeApplicationSnapshotResponse.add_member(:snapshot_details, Shapes::ShapeRef.new(shape: SnapshotDetails, required: true, location_name: "SnapshotDetails"))
489
+ DescribeApplicationSnapshotResponse.struct_class = Types::DescribeApplicationSnapshotResponse
490
+
491
+ DestinationSchema.add_member(:record_format_type, Shapes::ShapeRef.new(shape: RecordFormatType, required: true, location_name: "RecordFormatType"))
492
+ DestinationSchema.struct_class = Types::DestinationSchema
493
+
494
+ DiscoverInputSchemaRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
495
+ DiscoverInputSchemaRequest.add_member(:service_execution_role, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "ServiceExecutionRole"))
496
+ DiscoverInputSchemaRequest.add_member(:input_starting_position_configuration, Shapes::ShapeRef.new(shape: InputStartingPositionConfiguration, location_name: "InputStartingPositionConfiguration"))
497
+ DiscoverInputSchemaRequest.add_member(:s3_configuration, Shapes::ShapeRef.new(shape: S3Configuration, location_name: "S3Configuration"))
498
+ DiscoverInputSchemaRequest.add_member(:input_processing_configuration, Shapes::ShapeRef.new(shape: InputProcessingConfiguration, location_name: "InputProcessingConfiguration"))
499
+ DiscoverInputSchemaRequest.struct_class = Types::DiscoverInputSchemaRequest
500
+
501
+ DiscoverInputSchemaResponse.add_member(:input_schema, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "InputSchema"))
502
+ DiscoverInputSchemaResponse.add_member(:parsed_input_records, Shapes::ShapeRef.new(shape: ParsedInputRecords, location_name: "ParsedInputRecords"))
503
+ DiscoverInputSchemaResponse.add_member(:processed_input_records, Shapes::ShapeRef.new(shape: ProcessedInputRecords, location_name: "ProcessedInputRecords"))
504
+ DiscoverInputSchemaResponse.add_member(:raw_input_records, Shapes::ShapeRef.new(shape: RawInputRecords, location_name: "RawInputRecords"))
505
+ DiscoverInputSchemaResponse.struct_class = Types::DiscoverInputSchemaResponse
506
+
507
+ EnvironmentProperties.add_member(:property_groups, Shapes::ShapeRef.new(shape: PropertyGroups, required: true, location_name: "PropertyGroups"))
508
+ EnvironmentProperties.struct_class = Types::EnvironmentProperties
509
+
510
+ EnvironmentPropertyDescriptions.add_member(:property_group_descriptions, Shapes::ShapeRef.new(shape: PropertyGroups, location_name: "PropertyGroupDescriptions"))
511
+ EnvironmentPropertyDescriptions.struct_class = Types::EnvironmentPropertyDescriptions
512
+
513
+ EnvironmentPropertyUpdates.add_member(:property_groups, Shapes::ShapeRef.new(shape: PropertyGroups, required: true, location_name: "PropertyGroups"))
514
+ EnvironmentPropertyUpdates.struct_class = Types::EnvironmentPropertyUpdates
515
+
516
+ FlinkApplicationConfiguration.add_member(:checkpoint_configuration, Shapes::ShapeRef.new(shape: CheckpointConfiguration, location_name: "CheckpointConfiguration"))
517
+ FlinkApplicationConfiguration.add_member(:monitoring_configuration, Shapes::ShapeRef.new(shape: MonitoringConfiguration, location_name: "MonitoringConfiguration"))
518
+ FlinkApplicationConfiguration.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
519
+ FlinkApplicationConfiguration.struct_class = Types::FlinkApplicationConfiguration
520
+
521
+ FlinkApplicationConfigurationDescription.add_member(:checkpoint_configuration_description, Shapes::ShapeRef.new(shape: CheckpointConfigurationDescription, location_name: "CheckpointConfigurationDescription"))
522
+ FlinkApplicationConfigurationDescription.add_member(:monitoring_configuration_description, Shapes::ShapeRef.new(shape: MonitoringConfigurationDescription, location_name: "MonitoringConfigurationDescription"))
523
+ FlinkApplicationConfigurationDescription.add_member(:parallelism_configuration_description, Shapes::ShapeRef.new(shape: ParallelismConfigurationDescription, location_name: "ParallelismConfigurationDescription"))
524
+ FlinkApplicationConfigurationDescription.add_member(:job_plan_description, Shapes::ShapeRef.new(shape: JobPlanDescription, location_name: "JobPlanDescription"))
525
+ FlinkApplicationConfigurationDescription.struct_class = Types::FlinkApplicationConfigurationDescription
526
+
527
+ FlinkApplicationConfigurationUpdate.add_member(:checkpoint_configuration_update, Shapes::ShapeRef.new(shape: CheckpointConfigurationUpdate, location_name: "CheckpointConfigurationUpdate"))
528
+ FlinkApplicationConfigurationUpdate.add_member(:monitoring_configuration_update, Shapes::ShapeRef.new(shape: MonitoringConfigurationUpdate, location_name: "MonitoringConfigurationUpdate"))
529
+ FlinkApplicationConfigurationUpdate.add_member(:parallelism_configuration_update, Shapes::ShapeRef.new(shape: ParallelismConfigurationUpdate, location_name: "ParallelismConfigurationUpdate"))
530
+ FlinkApplicationConfigurationUpdate.struct_class = Types::FlinkApplicationConfigurationUpdate
531
+
532
+ InAppStreamNames.member = Shapes::ShapeRef.new(shape: InAppStreamName)
533
+
534
+ Input.add_member(:name_prefix, Shapes::ShapeRef.new(shape: InAppStreamName, required: true, location_name: "NamePrefix"))
535
+ Input.add_member(:input_processing_configuration, Shapes::ShapeRef.new(shape: InputProcessingConfiguration, location_name: "InputProcessingConfiguration"))
536
+ Input.add_member(:kinesis_streams_input, Shapes::ShapeRef.new(shape: KinesisStreamsInput, location_name: "KinesisStreamsInput"))
537
+ Input.add_member(:kinesis_firehose_input, Shapes::ShapeRef.new(shape: KinesisFirehoseInput, location_name: "KinesisFirehoseInput"))
538
+ Input.add_member(:input_parallelism, Shapes::ShapeRef.new(shape: InputParallelism, location_name: "InputParallelism"))
539
+ Input.add_member(:input_schema, Shapes::ShapeRef.new(shape: SourceSchema, required: true, location_name: "InputSchema"))
540
+ Input.struct_class = Types::Input
541
+
542
+ InputDescription.add_member(:input_id, Shapes::ShapeRef.new(shape: Id, location_name: "InputId"))
543
+ InputDescription.add_member(:name_prefix, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "NamePrefix"))
544
+ InputDescription.add_member(:in_app_stream_names, Shapes::ShapeRef.new(shape: InAppStreamNames, location_name: "InAppStreamNames"))
545
+ InputDescription.add_member(:input_processing_configuration_description, Shapes::ShapeRef.new(shape: InputProcessingConfigurationDescription, location_name: "InputProcessingConfigurationDescription"))
546
+ InputDescription.add_member(:kinesis_streams_input_description, Shapes::ShapeRef.new(shape: KinesisStreamsInputDescription, location_name: "KinesisStreamsInputDescription"))
547
+ InputDescription.add_member(:kinesis_firehose_input_description, Shapes::ShapeRef.new(shape: KinesisFirehoseInputDescription, location_name: "KinesisFirehoseInputDescription"))
548
+ InputDescription.add_member(:input_schema, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "InputSchema"))
549
+ InputDescription.add_member(:input_parallelism, Shapes::ShapeRef.new(shape: InputParallelism, location_name: "InputParallelism"))
550
+ InputDescription.add_member(:input_starting_position_configuration, Shapes::ShapeRef.new(shape: InputStartingPositionConfiguration, location_name: "InputStartingPositionConfiguration"))
551
+ InputDescription.struct_class = Types::InputDescription
552
+
553
+ InputDescriptions.member = Shapes::ShapeRef.new(shape: InputDescription)
554
+
555
+ InputLambdaProcessor.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
556
+ InputLambdaProcessor.struct_class = Types::InputLambdaProcessor
557
+
558
+ InputLambdaProcessorDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
559
+ InputLambdaProcessorDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
560
+ InputLambdaProcessorDescription.struct_class = Types::InputLambdaProcessorDescription
561
+
562
+ InputLambdaProcessorUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARNUpdate"))
563
+ InputLambdaProcessorUpdate.struct_class = Types::InputLambdaProcessorUpdate
564
+
565
+ InputParallelism.add_member(:count, Shapes::ShapeRef.new(shape: InputParallelismCount, location_name: "Count"))
566
+ InputParallelism.struct_class = Types::InputParallelism
567
+
568
+ InputParallelismUpdate.add_member(:count_update, Shapes::ShapeRef.new(shape: InputParallelismCount, required: true, location_name: "CountUpdate"))
569
+ InputParallelismUpdate.struct_class = Types::InputParallelismUpdate
570
+
571
+ InputProcessingConfiguration.add_member(:input_lambda_processor, Shapes::ShapeRef.new(shape: InputLambdaProcessor, required: true, location_name: "InputLambdaProcessor"))
572
+ InputProcessingConfiguration.struct_class = Types::InputProcessingConfiguration
573
+
574
+ InputProcessingConfigurationDescription.add_member(:input_lambda_processor_description, Shapes::ShapeRef.new(shape: InputLambdaProcessorDescription, location_name: "InputLambdaProcessorDescription"))
575
+ InputProcessingConfigurationDescription.struct_class = Types::InputProcessingConfigurationDescription
576
+
577
+ InputProcessingConfigurationUpdate.add_member(:input_lambda_processor_update, Shapes::ShapeRef.new(shape: InputLambdaProcessorUpdate, required: true, location_name: "InputLambdaProcessorUpdate"))
578
+ InputProcessingConfigurationUpdate.struct_class = Types::InputProcessingConfigurationUpdate
579
+
580
+ InputSchemaUpdate.add_member(:record_format_update, Shapes::ShapeRef.new(shape: RecordFormat, location_name: "RecordFormatUpdate"))
581
+ InputSchemaUpdate.add_member(:record_encoding_update, Shapes::ShapeRef.new(shape: RecordEncoding, location_name: "RecordEncodingUpdate"))
582
+ InputSchemaUpdate.add_member(:record_column_updates, Shapes::ShapeRef.new(shape: RecordColumns, location_name: "RecordColumnUpdates"))
583
+ InputSchemaUpdate.struct_class = Types::InputSchemaUpdate
584
+
585
+ InputStartingPositionConfiguration.add_member(:input_starting_position, Shapes::ShapeRef.new(shape: InputStartingPosition, location_name: "InputStartingPosition"))
586
+ InputStartingPositionConfiguration.struct_class = Types::InputStartingPositionConfiguration
587
+
588
+ InputUpdate.add_member(:input_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "InputId"))
589
+ InputUpdate.add_member(:name_prefix_update, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "NamePrefixUpdate"))
590
+ InputUpdate.add_member(:input_processing_configuration_update, Shapes::ShapeRef.new(shape: InputProcessingConfigurationUpdate, location_name: "InputProcessingConfigurationUpdate"))
591
+ InputUpdate.add_member(:kinesis_streams_input_update, Shapes::ShapeRef.new(shape: KinesisStreamsInputUpdate, location_name: "KinesisStreamsInputUpdate"))
592
+ InputUpdate.add_member(:kinesis_firehose_input_update, Shapes::ShapeRef.new(shape: KinesisFirehoseInputUpdate, location_name: "KinesisFirehoseInputUpdate"))
593
+ InputUpdate.add_member(:input_schema_update, Shapes::ShapeRef.new(shape: InputSchemaUpdate, location_name: "InputSchemaUpdate"))
594
+ InputUpdate.add_member(:input_parallelism_update, Shapes::ShapeRef.new(shape: InputParallelismUpdate, location_name: "InputParallelismUpdate"))
595
+ InputUpdate.struct_class = Types::InputUpdate
596
+
597
+ InputUpdates.member = Shapes::ShapeRef.new(shape: InputUpdate)
598
+
599
+ Inputs.member = Shapes::ShapeRef.new(shape: Input)
600
+
601
+ JSONMappingParameters.add_member(:record_row_path, Shapes::ShapeRef.new(shape: RecordRowPath, required: true, location_name: "RecordRowPath"))
602
+ JSONMappingParameters.struct_class = Types::JSONMappingParameters
603
+
604
+ KinesisFirehoseInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
605
+ KinesisFirehoseInput.struct_class = Types::KinesisFirehoseInput
606
+
607
+ KinesisFirehoseInputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
608
+ KinesisFirehoseInputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
609
+ KinesisFirehoseInputDescription.struct_class = Types::KinesisFirehoseInputDescription
610
+
611
+ KinesisFirehoseInputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARNUpdate"))
612
+ KinesisFirehoseInputUpdate.struct_class = Types::KinesisFirehoseInputUpdate
613
+
614
+ KinesisFirehoseOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
615
+ KinesisFirehoseOutput.struct_class = Types::KinesisFirehoseOutput
616
+
617
+ KinesisFirehoseOutputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
618
+ KinesisFirehoseOutputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
619
+ KinesisFirehoseOutputDescription.struct_class = Types::KinesisFirehoseOutputDescription
620
+
621
+ KinesisFirehoseOutputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARNUpdate"))
622
+ KinesisFirehoseOutputUpdate.struct_class = Types::KinesisFirehoseOutputUpdate
623
+
624
+ KinesisStreamsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
625
+ KinesisStreamsInput.struct_class = Types::KinesisStreamsInput
626
+
627
+ KinesisStreamsInputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
628
+ KinesisStreamsInputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
629
+ KinesisStreamsInputDescription.struct_class = Types::KinesisStreamsInputDescription
630
+
631
+ KinesisStreamsInputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARNUpdate"))
632
+ KinesisStreamsInputUpdate.struct_class = Types::KinesisStreamsInputUpdate
633
+
634
+ KinesisStreamsOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
635
+ KinesisStreamsOutput.struct_class = Types::KinesisStreamsOutput
636
+
637
+ KinesisStreamsOutputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
638
+ KinesisStreamsOutputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
639
+ KinesisStreamsOutputDescription.struct_class = Types::KinesisStreamsOutputDescription
640
+
641
+ KinesisStreamsOutputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARNUpdate"))
642
+ KinesisStreamsOutputUpdate.struct_class = Types::KinesisStreamsOutputUpdate
643
+
644
+ LambdaOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
645
+ LambdaOutput.struct_class = Types::LambdaOutput
646
+
647
+ LambdaOutputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
648
+ LambdaOutputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
649
+ LambdaOutputDescription.struct_class = Types::LambdaOutputDescription
650
+
651
+ LambdaOutputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARNUpdate"))
652
+ LambdaOutputUpdate.struct_class = Types::LambdaOutputUpdate
653
+
654
+ ListApplicationSnapshotsRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
655
+ ListApplicationSnapshotsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListSnapshotsInputLimit, location_name: "Limit"))
656
+ ListApplicationSnapshotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
657
+ ListApplicationSnapshotsRequest.struct_class = Types::ListApplicationSnapshotsRequest
658
+
659
+ ListApplicationSnapshotsResponse.add_member(:snapshot_summaries, Shapes::ShapeRef.new(shape: SnapshotSummaries, location_name: "SnapshotSummaries"))
660
+ ListApplicationSnapshotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
661
+ ListApplicationSnapshotsResponse.struct_class = Types::ListApplicationSnapshotsResponse
662
+
663
+ ListApplicationsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListApplicationsInputLimit, location_name: "Limit"))
664
+ ListApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "NextToken"))
665
+ ListApplicationsRequest.struct_class = Types::ListApplicationsRequest
666
+
667
+ ListApplicationsResponse.add_member(:application_summaries, Shapes::ShapeRef.new(shape: ApplicationSummaries, required: true, location_name: "ApplicationSummaries"))
668
+ ListApplicationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "NextToken"))
669
+ ListApplicationsResponse.struct_class = Types::ListApplicationsResponse
670
+
671
+ MappingParameters.add_member(:json_mapping_parameters, Shapes::ShapeRef.new(shape: JSONMappingParameters, location_name: "JSONMappingParameters"))
672
+ MappingParameters.add_member(:csv_mapping_parameters, Shapes::ShapeRef.new(shape: CSVMappingParameters, location_name: "CSVMappingParameters"))
673
+ MappingParameters.struct_class = Types::MappingParameters
674
+
675
+ MonitoringConfiguration.add_member(:configuration_type, Shapes::ShapeRef.new(shape: ConfigurationType, required: true, location_name: "ConfigurationType"))
676
+ MonitoringConfiguration.add_member(:metrics_level, Shapes::ShapeRef.new(shape: MetricsLevel, location_name: "MetricsLevel"))
677
+ MonitoringConfiguration.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "LogLevel"))
678
+ MonitoringConfiguration.struct_class = Types::MonitoringConfiguration
679
+
680
+ MonitoringConfigurationDescription.add_member(:configuration_type, Shapes::ShapeRef.new(shape: ConfigurationType, location_name: "ConfigurationType"))
681
+ MonitoringConfigurationDescription.add_member(:metrics_level, Shapes::ShapeRef.new(shape: MetricsLevel, location_name: "MetricsLevel"))
682
+ MonitoringConfigurationDescription.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "LogLevel"))
683
+ MonitoringConfigurationDescription.struct_class = Types::MonitoringConfigurationDescription
684
+
685
+ MonitoringConfigurationUpdate.add_member(:configuration_type_update, Shapes::ShapeRef.new(shape: ConfigurationType, location_name: "ConfigurationTypeUpdate"))
686
+ MonitoringConfigurationUpdate.add_member(:metrics_level_update, Shapes::ShapeRef.new(shape: MetricsLevel, location_name: "MetricsLevelUpdate"))
687
+ MonitoringConfigurationUpdate.add_member(:log_level_update, Shapes::ShapeRef.new(shape: LogLevel, location_name: "LogLevelUpdate"))
688
+ MonitoringConfigurationUpdate.struct_class = Types::MonitoringConfigurationUpdate
689
+
690
+ Output.add_member(:name, Shapes::ShapeRef.new(shape: InAppStreamName, required: true, location_name: "Name"))
691
+ Output.add_member(:kinesis_streams_output, Shapes::ShapeRef.new(shape: KinesisStreamsOutput, location_name: "KinesisStreamsOutput"))
692
+ Output.add_member(:kinesis_firehose_output, Shapes::ShapeRef.new(shape: KinesisFirehoseOutput, location_name: "KinesisFirehoseOutput"))
693
+ Output.add_member(:lambda_output, Shapes::ShapeRef.new(shape: LambdaOutput, location_name: "LambdaOutput"))
694
+ Output.add_member(:destination_schema, Shapes::ShapeRef.new(shape: DestinationSchema, required: true, location_name: "DestinationSchema"))
695
+ Output.struct_class = Types::Output
696
+
697
+ OutputDescription.add_member(:output_id, Shapes::ShapeRef.new(shape: Id, location_name: "OutputId"))
698
+ OutputDescription.add_member(:name, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "Name"))
699
+ OutputDescription.add_member(:kinesis_streams_output_description, Shapes::ShapeRef.new(shape: KinesisStreamsOutputDescription, location_name: "KinesisStreamsOutputDescription"))
700
+ OutputDescription.add_member(:kinesis_firehose_output_description, Shapes::ShapeRef.new(shape: KinesisFirehoseOutputDescription, location_name: "KinesisFirehoseOutputDescription"))
701
+ OutputDescription.add_member(:lambda_output_description, Shapes::ShapeRef.new(shape: LambdaOutputDescription, location_name: "LambdaOutputDescription"))
702
+ OutputDescription.add_member(:destination_schema, Shapes::ShapeRef.new(shape: DestinationSchema, location_name: "DestinationSchema"))
703
+ OutputDescription.struct_class = Types::OutputDescription
704
+
705
+ OutputDescriptions.member = Shapes::ShapeRef.new(shape: OutputDescription)
706
+
707
+ OutputUpdate.add_member(:output_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "OutputId"))
708
+ OutputUpdate.add_member(:name_update, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "NameUpdate"))
709
+ OutputUpdate.add_member(:kinesis_streams_output_update, Shapes::ShapeRef.new(shape: KinesisStreamsOutputUpdate, location_name: "KinesisStreamsOutputUpdate"))
710
+ OutputUpdate.add_member(:kinesis_firehose_output_update, Shapes::ShapeRef.new(shape: KinesisFirehoseOutputUpdate, location_name: "KinesisFirehoseOutputUpdate"))
711
+ OutputUpdate.add_member(:lambda_output_update, Shapes::ShapeRef.new(shape: LambdaOutputUpdate, location_name: "LambdaOutputUpdate"))
712
+ OutputUpdate.add_member(:destination_schema_update, Shapes::ShapeRef.new(shape: DestinationSchema, location_name: "DestinationSchemaUpdate"))
713
+ OutputUpdate.struct_class = Types::OutputUpdate
714
+
715
+ OutputUpdates.member = Shapes::ShapeRef.new(shape: OutputUpdate)
716
+
717
+ Outputs.member = Shapes::ShapeRef.new(shape: Output)
718
+
719
+ ParallelismConfiguration.add_member(:configuration_type, Shapes::ShapeRef.new(shape: ConfigurationType, required: true, location_name: "ConfigurationType"))
720
+ ParallelismConfiguration.add_member(:parallelism, Shapes::ShapeRef.new(shape: Parallelism, location_name: "Parallelism"))
721
+ ParallelismConfiguration.add_member(:parallelism_per_kpu, Shapes::ShapeRef.new(shape: ParallelismPerKPU, location_name: "ParallelismPerKPU"))
722
+ ParallelismConfiguration.add_member(:auto_scaling_enabled, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "AutoScalingEnabled"))
723
+ ParallelismConfiguration.struct_class = Types::ParallelismConfiguration
724
+
725
+ ParallelismConfigurationDescription.add_member(:configuration_type, Shapes::ShapeRef.new(shape: ConfigurationType, location_name: "ConfigurationType"))
726
+ ParallelismConfigurationDescription.add_member(:parallelism, Shapes::ShapeRef.new(shape: Parallelism, location_name: "Parallelism"))
727
+ ParallelismConfigurationDescription.add_member(:parallelism_per_kpu, Shapes::ShapeRef.new(shape: ParallelismPerKPU, location_name: "ParallelismPerKPU"))
728
+ ParallelismConfigurationDescription.add_member(:current_parallelism, Shapes::ShapeRef.new(shape: Parallelism, location_name: "CurrentParallelism"))
729
+ ParallelismConfigurationDescription.add_member(:auto_scaling_enabled, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "AutoScalingEnabled"))
730
+ ParallelismConfigurationDescription.struct_class = Types::ParallelismConfigurationDescription
731
+
732
+ ParallelismConfigurationUpdate.add_member(:configuration_type_update, Shapes::ShapeRef.new(shape: ConfigurationType, location_name: "ConfigurationTypeUpdate"))
733
+ ParallelismConfigurationUpdate.add_member(:parallelism_update, Shapes::ShapeRef.new(shape: Parallelism, location_name: "ParallelismUpdate"))
734
+ ParallelismConfigurationUpdate.add_member(:parallelism_per_kpu_update, Shapes::ShapeRef.new(shape: ParallelismPerKPU, location_name: "ParallelismPerKPUUpdate"))
735
+ ParallelismConfigurationUpdate.add_member(:auto_scaling_enabled_update, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "AutoScalingEnabledUpdate"))
736
+ ParallelismConfigurationUpdate.struct_class = Types::ParallelismConfigurationUpdate
737
+
738
+ ParsedInputRecord.member = Shapes::ShapeRef.new(shape: ParsedInputRecordField)
739
+
740
+ ParsedInputRecords.member = Shapes::ShapeRef.new(shape: ParsedInputRecord)
741
+
742
+ ProcessedInputRecords.member = Shapes::ShapeRef.new(shape: ProcessedInputRecord)
743
+
744
+ PropertyGroup.add_member(:property_group_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "PropertyGroupId"))
745
+ PropertyGroup.add_member(:property_map, Shapes::ShapeRef.new(shape: PropertyMap, required: true, location_name: "PropertyMap"))
746
+ PropertyGroup.struct_class = Types::PropertyGroup
747
+
748
+ PropertyGroups.member = Shapes::ShapeRef.new(shape: PropertyGroup)
749
+
750
+ PropertyMap.key = Shapes::ShapeRef.new(shape: PropertyKey)
751
+ PropertyMap.value = Shapes::ShapeRef.new(shape: PropertyValue)
752
+
753
+ RawInputRecords.member = Shapes::ShapeRef.new(shape: RawInputRecord)
754
+
755
+ RecordColumn.add_member(:name, Shapes::ShapeRef.new(shape: RecordColumnName, required: true, location_name: "Name"))
756
+ RecordColumn.add_member(:mapping, Shapes::ShapeRef.new(shape: RecordColumnMapping, location_name: "Mapping"))
757
+ RecordColumn.add_member(:sql_type, Shapes::ShapeRef.new(shape: RecordColumnSqlType, required: true, location_name: "SqlType"))
758
+ RecordColumn.struct_class = Types::RecordColumn
759
+
760
+ RecordColumns.member = Shapes::ShapeRef.new(shape: RecordColumn)
761
+
762
+ RecordFormat.add_member(:record_format_type, Shapes::ShapeRef.new(shape: RecordFormatType, required: true, location_name: "RecordFormatType"))
763
+ RecordFormat.add_member(:mapping_parameters, Shapes::ShapeRef.new(shape: MappingParameters, location_name: "MappingParameters"))
764
+ RecordFormat.struct_class = Types::RecordFormat
765
+
766
+ ReferenceDataSource.add_member(:table_name, Shapes::ShapeRef.new(shape: InAppTableName, required: true, location_name: "TableName"))
767
+ ReferenceDataSource.add_member(:s3_reference_data_source, Shapes::ShapeRef.new(shape: S3ReferenceDataSource, location_name: "S3ReferenceDataSource"))
768
+ ReferenceDataSource.add_member(:reference_schema, Shapes::ShapeRef.new(shape: SourceSchema, required: true, location_name: "ReferenceSchema"))
769
+ ReferenceDataSource.struct_class = Types::ReferenceDataSource
770
+
771
+ ReferenceDataSourceDescription.add_member(:reference_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ReferenceId"))
772
+ ReferenceDataSourceDescription.add_member(:table_name, Shapes::ShapeRef.new(shape: InAppTableName, required: true, location_name: "TableName"))
773
+ ReferenceDataSourceDescription.add_member(:s3_reference_data_source_description, Shapes::ShapeRef.new(shape: S3ReferenceDataSourceDescription, required: true, location_name: "S3ReferenceDataSourceDescription"))
774
+ ReferenceDataSourceDescription.add_member(:reference_schema, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "ReferenceSchema"))
775
+ ReferenceDataSourceDescription.struct_class = Types::ReferenceDataSourceDescription
776
+
777
+ ReferenceDataSourceDescriptions.member = Shapes::ShapeRef.new(shape: ReferenceDataSourceDescription)
778
+
779
+ ReferenceDataSourceUpdate.add_member(:reference_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ReferenceId"))
780
+ ReferenceDataSourceUpdate.add_member(:table_name_update, Shapes::ShapeRef.new(shape: InAppTableName, location_name: "TableNameUpdate"))
781
+ ReferenceDataSourceUpdate.add_member(:s3_reference_data_source_update, Shapes::ShapeRef.new(shape: S3ReferenceDataSourceUpdate, location_name: "S3ReferenceDataSourceUpdate"))
782
+ ReferenceDataSourceUpdate.add_member(:reference_schema_update, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "ReferenceSchemaUpdate"))
783
+ ReferenceDataSourceUpdate.struct_class = Types::ReferenceDataSourceUpdate
784
+
785
+ ReferenceDataSourceUpdates.member = Shapes::ShapeRef.new(shape: ReferenceDataSourceUpdate)
786
+
787
+ ReferenceDataSources.member = Shapes::ShapeRef.new(shape: ReferenceDataSource)
788
+
789
+ RunConfiguration.add_member(:sql_run_configurations, Shapes::ShapeRef.new(shape: SqlRunConfigurations, location_name: "SqlRunConfigurations"))
790
+ RunConfiguration.add_member(:application_restore_configuration, Shapes::ShapeRef.new(shape: ApplicationRestoreConfiguration, location_name: "ApplicationRestoreConfiguration"))
791
+ RunConfiguration.struct_class = Types::RunConfiguration
792
+
793
+ RunConfigurationDescription.add_member(:application_restore_configuration_description, Shapes::ShapeRef.new(shape: ApplicationRestoreConfiguration, location_name: "ApplicationRestoreConfigurationDescription"))
794
+ RunConfigurationDescription.struct_class = Types::RunConfigurationDescription
795
+
796
+ RunConfigurationUpdate.add_member(:application_restore_configuration, Shapes::ShapeRef.new(shape: ApplicationRestoreConfiguration, location_name: "ApplicationRestoreConfiguration"))
797
+ RunConfigurationUpdate.struct_class = Types::RunConfigurationUpdate
798
+
799
+ S3ApplicationCodeLocationDescription.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
800
+ S3ApplicationCodeLocationDescription.add_member(:file_key, Shapes::ShapeRef.new(shape: FileKey, required: true, location_name: "FileKey"))
801
+ S3ApplicationCodeLocationDescription.add_member(:object_version, Shapes::ShapeRef.new(shape: ObjectVersion, location_name: "ObjectVersion"))
802
+ S3ApplicationCodeLocationDescription.struct_class = Types::S3ApplicationCodeLocationDescription
803
+
804
+ S3Configuration.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
805
+ S3Configuration.add_member(:file_key, Shapes::ShapeRef.new(shape: FileKey, required: true, location_name: "FileKey"))
806
+ S3Configuration.struct_class = Types::S3Configuration
807
+
808
+ S3ContentLocation.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
809
+ S3ContentLocation.add_member(:file_key, Shapes::ShapeRef.new(shape: FileKey, required: true, location_name: "FileKey"))
810
+ S3ContentLocation.add_member(:object_version, Shapes::ShapeRef.new(shape: ObjectVersion, location_name: "ObjectVersion"))
811
+ S3ContentLocation.struct_class = Types::S3ContentLocation
812
+
813
+ S3ContentLocationUpdate.add_member(:bucket_arn_update, Shapes::ShapeRef.new(shape: BucketARN, location_name: "BucketARNUpdate"))
814
+ S3ContentLocationUpdate.add_member(:file_key_update, Shapes::ShapeRef.new(shape: FileKey, location_name: "FileKeyUpdate"))
815
+ S3ContentLocationUpdate.add_member(:object_version_update, Shapes::ShapeRef.new(shape: ObjectVersion, location_name: "ObjectVersionUpdate"))
816
+ S3ContentLocationUpdate.struct_class = Types::S3ContentLocationUpdate
817
+
818
+ S3ReferenceDataSource.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, location_name: "BucketARN"))
819
+ S3ReferenceDataSource.add_member(:file_key, Shapes::ShapeRef.new(shape: FileKey, location_name: "FileKey"))
820
+ S3ReferenceDataSource.struct_class = Types::S3ReferenceDataSource
821
+
822
+ S3ReferenceDataSourceDescription.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
823
+ S3ReferenceDataSourceDescription.add_member(:file_key, Shapes::ShapeRef.new(shape: FileKey, required: true, location_name: "FileKey"))
824
+ S3ReferenceDataSourceDescription.add_member(:reference_role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "ReferenceRoleARN"))
825
+ S3ReferenceDataSourceDescription.struct_class = Types::S3ReferenceDataSourceDescription
826
+
827
+ S3ReferenceDataSourceUpdate.add_member(:bucket_arn_update, Shapes::ShapeRef.new(shape: BucketARN, location_name: "BucketARNUpdate"))
828
+ S3ReferenceDataSourceUpdate.add_member(:file_key_update, Shapes::ShapeRef.new(shape: FileKey, location_name: "FileKeyUpdate"))
829
+ S3ReferenceDataSourceUpdate.struct_class = Types::S3ReferenceDataSourceUpdate
830
+
831
+ SnapshotDetails.add_member(:snapshot_name, Shapes::ShapeRef.new(shape: SnapshotName, required: true, location_name: "SnapshotName"))
832
+ SnapshotDetails.add_member(:snapshot_status, Shapes::ShapeRef.new(shape: SnapshotStatus, required: true, location_name: "SnapshotStatus"))
833
+ SnapshotDetails.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "ApplicationVersionId"))
834
+ SnapshotDetails.add_member(:snapshot_creation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "SnapshotCreationTimestamp"))
835
+ SnapshotDetails.struct_class = Types::SnapshotDetails
836
+
837
+ SnapshotSummaries.member = Shapes::ShapeRef.new(shape: SnapshotDetails)
838
+
839
+ SourceSchema.add_member(:record_format, Shapes::ShapeRef.new(shape: RecordFormat, required: true, location_name: "RecordFormat"))
840
+ SourceSchema.add_member(:record_encoding, Shapes::ShapeRef.new(shape: RecordEncoding, location_name: "RecordEncoding"))
841
+ SourceSchema.add_member(:record_columns, Shapes::ShapeRef.new(shape: RecordColumns, required: true, location_name: "RecordColumns"))
842
+ SourceSchema.struct_class = Types::SourceSchema
843
+
844
+ SqlApplicationConfiguration.add_member(:inputs, Shapes::ShapeRef.new(shape: Inputs, location_name: "Inputs"))
845
+ SqlApplicationConfiguration.add_member(:outputs, Shapes::ShapeRef.new(shape: Outputs, location_name: "Outputs"))
846
+ SqlApplicationConfiguration.add_member(:reference_data_sources, Shapes::ShapeRef.new(shape: ReferenceDataSources, location_name: "ReferenceDataSources"))
847
+ SqlApplicationConfiguration.struct_class = Types::SqlApplicationConfiguration
848
+
849
+ SqlApplicationConfigurationDescription.add_member(:input_descriptions, Shapes::ShapeRef.new(shape: InputDescriptions, location_name: "InputDescriptions"))
850
+ SqlApplicationConfigurationDescription.add_member(:output_descriptions, Shapes::ShapeRef.new(shape: OutputDescriptions, location_name: "OutputDescriptions"))
851
+ SqlApplicationConfigurationDescription.add_member(:reference_data_source_descriptions, Shapes::ShapeRef.new(shape: ReferenceDataSourceDescriptions, location_name: "ReferenceDataSourceDescriptions"))
852
+ SqlApplicationConfigurationDescription.struct_class = Types::SqlApplicationConfigurationDescription
853
+
854
+ SqlApplicationConfigurationUpdate.add_member(:input_updates, Shapes::ShapeRef.new(shape: InputUpdates, location_name: "InputUpdates"))
855
+ SqlApplicationConfigurationUpdate.add_member(:output_updates, Shapes::ShapeRef.new(shape: OutputUpdates, location_name: "OutputUpdates"))
856
+ SqlApplicationConfigurationUpdate.add_member(:reference_data_source_updates, Shapes::ShapeRef.new(shape: ReferenceDataSourceUpdates, location_name: "ReferenceDataSourceUpdates"))
857
+ SqlApplicationConfigurationUpdate.struct_class = Types::SqlApplicationConfigurationUpdate
858
+
859
+ SqlRunConfiguration.add_member(:input_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "InputId"))
860
+ SqlRunConfiguration.add_member(:input_starting_position_configuration, Shapes::ShapeRef.new(shape: InputStartingPositionConfiguration, required: true, location_name: "InputStartingPositionConfiguration"))
861
+ SqlRunConfiguration.struct_class = Types::SqlRunConfiguration
862
+
863
+ SqlRunConfigurations.member = Shapes::ShapeRef.new(shape: SqlRunConfiguration)
864
+
865
+ StartApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
866
+ StartApplicationRequest.add_member(:run_configuration, Shapes::ShapeRef.new(shape: RunConfiguration, required: true, location_name: "RunConfiguration"))
867
+ StartApplicationRequest.struct_class = Types::StartApplicationRequest
868
+
869
+ StartApplicationResponse.struct_class = Types::StartApplicationResponse
870
+
871
+ StopApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
872
+ StopApplicationRequest.struct_class = Types::StopApplicationRequest
873
+
874
+ StopApplicationResponse.struct_class = Types::StopApplicationResponse
875
+
876
+ UpdateApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
877
+ UpdateApplicationRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
878
+ UpdateApplicationRequest.add_member(:application_configuration_update, Shapes::ShapeRef.new(shape: ApplicationConfigurationUpdate, location_name: "ApplicationConfigurationUpdate"))
879
+ UpdateApplicationRequest.add_member(:service_execution_role_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "ServiceExecutionRoleUpdate"))
880
+ UpdateApplicationRequest.add_member(:run_configuration_update, Shapes::ShapeRef.new(shape: RunConfigurationUpdate, location_name: "RunConfigurationUpdate"))
881
+ UpdateApplicationRequest.add_member(:cloud_watch_logging_option_updates, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptionUpdates, location_name: "CloudWatchLoggingOptionUpdates"))
882
+ UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
883
+
884
+ UpdateApplicationResponse.add_member(:application_detail, Shapes::ShapeRef.new(shape: ApplicationDetail, required: true, location_name: "ApplicationDetail"))
885
+ UpdateApplicationResponse.struct_class = Types::UpdateApplicationResponse
886
+
887
+
888
+ # @api private
889
+ API = Seahorse::Model::Api.new.tap do |api|
890
+
891
+ api.version = "2018-05-23"
892
+
893
+ api.metadata = {
894
+ "apiVersion" => "2018-05-23",
895
+ "endpointPrefix" => "kinesisanalytics",
896
+ "jsonVersion" => "1.1",
897
+ "protocol" => "json",
898
+ "serviceAbbreviation" => "Kinesis Analytics V2",
899
+ "serviceFullName" => "Amazon Kinesis Analytics",
900
+ "serviceId" => "Kinesis Analytics V2",
901
+ "signatureVersion" => "v4",
902
+ "signingName" => "kinesisanalytics",
903
+ "targetPrefix" => "KinesisAnalytics_20180523",
904
+ "uid" => "kinesisanalyticsv2-2018-05-23",
905
+ }
906
+
907
+ api.add_operation(:add_application_cloud_watch_logging_option, Seahorse::Model::Operation.new.tap do |o|
908
+ o.name = "AddApplicationCloudWatchLoggingOption"
909
+ o.http_method = "POST"
910
+ o.http_request_uri = "/"
911
+ o.input = Shapes::ShapeRef.new(shape: AddApplicationCloudWatchLoggingOptionRequest)
912
+ o.output = Shapes::ShapeRef.new(shape: AddApplicationCloudWatchLoggingOptionResponse)
913
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
914
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
915
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
916
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
917
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
918
+ end)
919
+
920
+ api.add_operation(:add_application_input, Seahorse::Model::Operation.new.tap do |o|
921
+ o.name = "AddApplicationInput"
922
+ o.http_method = "POST"
923
+ o.http_request_uri = "/"
924
+ o.input = Shapes::ShapeRef.new(shape: AddApplicationInputRequest)
925
+ o.output = Shapes::ShapeRef.new(shape: AddApplicationInputResponse)
926
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
927
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
928
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
929
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
930
+ o.errors << Shapes::ShapeRef.new(shape: CodeValidationException)
931
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
932
+ end)
933
+
934
+ api.add_operation(:add_application_input_processing_configuration, Seahorse::Model::Operation.new.tap do |o|
935
+ o.name = "AddApplicationInputProcessingConfiguration"
936
+ o.http_method = "POST"
937
+ o.http_request_uri = "/"
938
+ o.input = Shapes::ShapeRef.new(shape: AddApplicationInputProcessingConfigurationRequest)
939
+ o.output = Shapes::ShapeRef.new(shape: AddApplicationInputProcessingConfigurationResponse)
940
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
941
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
942
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
943
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
944
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
945
+ end)
946
+
947
+ api.add_operation(:add_application_output, Seahorse::Model::Operation.new.tap do |o|
948
+ o.name = "AddApplicationOutput"
949
+ o.http_method = "POST"
950
+ o.http_request_uri = "/"
951
+ o.input = Shapes::ShapeRef.new(shape: AddApplicationOutputRequest)
952
+ o.output = Shapes::ShapeRef.new(shape: AddApplicationOutputResponse)
953
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
954
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
955
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
956
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
957
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
958
+ end)
959
+
960
+ api.add_operation(:add_application_reference_data_source, Seahorse::Model::Operation.new.tap do |o|
961
+ o.name = "AddApplicationReferenceDataSource"
962
+ o.http_method = "POST"
963
+ o.http_request_uri = "/"
964
+ o.input = Shapes::ShapeRef.new(shape: AddApplicationReferenceDataSourceRequest)
965
+ o.output = Shapes::ShapeRef.new(shape: AddApplicationReferenceDataSourceResponse)
966
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
967
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
968
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
969
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
970
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
971
+ end)
972
+
973
+ api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
974
+ o.name = "CreateApplication"
975
+ o.http_method = "POST"
976
+ o.http_request_uri = "/"
977
+ o.input = Shapes::ShapeRef.new(shape: CreateApplicationRequest)
978
+ o.output = Shapes::ShapeRef.new(shape: CreateApplicationResponse)
979
+ o.errors << Shapes::ShapeRef.new(shape: CodeValidationException)
980
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
981
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
982
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
983
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
984
+ end)
985
+
986
+ api.add_operation(:create_application_snapshot, Seahorse::Model::Operation.new.tap do |o|
987
+ o.name = "CreateApplicationSnapshot"
988
+ o.http_method = "POST"
989
+ o.http_request_uri = "/"
990
+ o.input = Shapes::ShapeRef.new(shape: CreateApplicationSnapshotRequest)
991
+ o.output = Shapes::ShapeRef.new(shape: CreateApplicationSnapshotResponse)
992
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
993
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
994
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
995
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
996
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
997
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
998
+ end)
999
+
1000
+ api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
1001
+ o.name = "DeleteApplication"
1002
+ o.http_method = "POST"
1003
+ o.http_request_uri = "/"
1004
+ o.input = Shapes::ShapeRef.new(shape: DeleteApplicationRequest)
1005
+ o.output = Shapes::ShapeRef.new(shape: DeleteApplicationResponse)
1006
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1007
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1008
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1009
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1010
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1011
+ end)
1012
+
1013
+ api.add_operation(:delete_application_cloud_watch_logging_option, Seahorse::Model::Operation.new.tap do |o|
1014
+ o.name = "DeleteApplicationCloudWatchLoggingOption"
1015
+ o.http_method = "POST"
1016
+ o.http_request_uri = "/"
1017
+ o.input = Shapes::ShapeRef.new(shape: DeleteApplicationCloudWatchLoggingOptionRequest)
1018
+ o.output = Shapes::ShapeRef.new(shape: DeleteApplicationCloudWatchLoggingOptionResponse)
1019
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1020
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1021
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1022
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1023
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1024
+ end)
1025
+
1026
+ api.add_operation(:delete_application_input_processing_configuration, Seahorse::Model::Operation.new.tap do |o|
1027
+ o.name = "DeleteApplicationInputProcessingConfiguration"
1028
+ o.http_method = "POST"
1029
+ o.http_request_uri = "/"
1030
+ o.input = Shapes::ShapeRef.new(shape: DeleteApplicationInputProcessingConfigurationRequest)
1031
+ o.output = Shapes::ShapeRef.new(shape: DeleteApplicationInputProcessingConfigurationResponse)
1032
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1033
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1034
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1035
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1036
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1037
+ end)
1038
+
1039
+ api.add_operation(:delete_application_output, Seahorse::Model::Operation.new.tap do |o|
1040
+ o.name = "DeleteApplicationOutput"
1041
+ o.http_method = "POST"
1042
+ o.http_request_uri = "/"
1043
+ o.input = Shapes::ShapeRef.new(shape: DeleteApplicationOutputRequest)
1044
+ o.output = Shapes::ShapeRef.new(shape: DeleteApplicationOutputResponse)
1045
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1046
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1047
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1048
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1049
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1050
+ end)
1051
+
1052
+ api.add_operation(:delete_application_reference_data_source, Seahorse::Model::Operation.new.tap do |o|
1053
+ o.name = "DeleteApplicationReferenceDataSource"
1054
+ o.http_method = "POST"
1055
+ o.http_request_uri = "/"
1056
+ o.input = Shapes::ShapeRef.new(shape: DeleteApplicationReferenceDataSourceRequest)
1057
+ o.output = Shapes::ShapeRef.new(shape: DeleteApplicationReferenceDataSourceResponse)
1058
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1059
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1060
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1061
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1062
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1063
+ end)
1064
+
1065
+ api.add_operation(:delete_application_snapshot, Seahorse::Model::Operation.new.tap do |o|
1066
+ o.name = "DeleteApplicationSnapshot"
1067
+ o.http_method = "POST"
1068
+ o.http_request_uri = "/"
1069
+ o.input = Shapes::ShapeRef.new(shape: DeleteApplicationSnapshotRequest)
1070
+ o.output = Shapes::ShapeRef.new(shape: DeleteApplicationSnapshotResponse)
1071
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1072
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1073
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1074
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1075
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1076
+ end)
1077
+
1078
+ api.add_operation(:describe_application, Seahorse::Model::Operation.new.tap do |o|
1079
+ o.name = "DescribeApplication"
1080
+ o.http_method = "POST"
1081
+ o.http_request_uri = "/"
1082
+ o.input = Shapes::ShapeRef.new(shape: DescribeApplicationRequest)
1083
+ o.output = Shapes::ShapeRef.new(shape: DescribeApplicationResponse)
1084
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1085
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1086
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1087
+ end)
1088
+
1089
+ api.add_operation(:describe_application_snapshot, Seahorse::Model::Operation.new.tap do |o|
1090
+ o.name = "DescribeApplicationSnapshot"
1091
+ o.http_method = "POST"
1092
+ o.http_request_uri = "/"
1093
+ o.input = Shapes::ShapeRef.new(shape: DescribeApplicationSnapshotRequest)
1094
+ o.output = Shapes::ShapeRef.new(shape: DescribeApplicationSnapshotResponse)
1095
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1096
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1097
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1098
+ end)
1099
+
1100
+ api.add_operation(:discover_input_schema, Seahorse::Model::Operation.new.tap do |o|
1101
+ o.name = "DiscoverInputSchema"
1102
+ o.http_method = "POST"
1103
+ o.http_request_uri = "/"
1104
+ o.input = Shapes::ShapeRef.new(shape: DiscoverInputSchemaRequest)
1105
+ o.output = Shapes::ShapeRef.new(shape: DiscoverInputSchemaResponse)
1106
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1107
+ o.errors << Shapes::ShapeRef.new(shape: UnableToDetectSchemaException)
1108
+ o.errors << Shapes::ShapeRef.new(shape: ResourceProvisionedThroughputExceededException)
1109
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1110
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1111
+ end)
1112
+
1113
+ api.add_operation(:list_application_snapshots, Seahorse::Model::Operation.new.tap do |o|
1114
+ o.name = "ListApplicationSnapshots"
1115
+ o.http_method = "POST"
1116
+ o.http_request_uri = "/"
1117
+ o.input = Shapes::ShapeRef.new(shape: ListApplicationSnapshotsRequest)
1118
+ o.output = Shapes::ShapeRef.new(shape: ListApplicationSnapshotsResponse)
1119
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1120
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
1121
+ end)
1122
+
1123
+ api.add_operation(:list_applications, Seahorse::Model::Operation.new.tap do |o|
1124
+ o.name = "ListApplications"
1125
+ o.http_method = "POST"
1126
+ o.http_request_uri = "/"
1127
+ o.input = Shapes::ShapeRef.new(shape: ListApplicationsRequest)
1128
+ o.output = Shapes::ShapeRef.new(shape: ListApplicationsResponse)
1129
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1130
+ end)
1131
+
1132
+ api.add_operation(:start_application, Seahorse::Model::Operation.new.tap do |o|
1133
+ o.name = "StartApplication"
1134
+ o.http_method = "POST"
1135
+ o.http_request_uri = "/"
1136
+ o.input = Shapes::ShapeRef.new(shape: StartApplicationRequest)
1137
+ o.output = Shapes::ShapeRef.new(shape: StartApplicationResponse)
1138
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1139
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1140
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1141
+ o.errors << Shapes::ShapeRef.new(shape: InvalidApplicationConfigurationException)
1142
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1143
+ end)
1144
+
1145
+ api.add_operation(:stop_application, Seahorse::Model::Operation.new.tap do |o|
1146
+ o.name = "StopApplication"
1147
+ o.http_method = "POST"
1148
+ o.http_request_uri = "/"
1149
+ o.input = Shapes::ShapeRef.new(shape: StopApplicationRequest)
1150
+ o.output = Shapes::ShapeRef.new(shape: StopApplicationResponse)
1151
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1152
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1153
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1154
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1155
+ end)
1156
+
1157
+ api.add_operation(:update_application, Seahorse::Model::Operation.new.tap do |o|
1158
+ o.name = "UpdateApplication"
1159
+ o.http_method = "POST"
1160
+ o.http_request_uri = "/"
1161
+ o.input = Shapes::ShapeRef.new(shape: UpdateApplicationRequest)
1162
+ o.output = Shapes::ShapeRef.new(shape: UpdateApplicationResponse)
1163
+ o.errors << Shapes::ShapeRef.new(shape: CodeValidationException)
1164
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1165
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1166
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
1167
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
1168
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1169
+ end)
1170
+ end
1171
+
1172
+ end
1173
+ end