aws-sdk-kinesisanalytics 1.0.0.rc1 → 1.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,615 +1,613 @@
1
1
  # WARNING ABOUT GENERATED CODE
2
2
  #
3
- # This file is generated. See the contributing for info on making contributions:
3
+ # This file is generated. See the contributing guide for more information:
4
4
  # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
5
  #
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
- module Aws
9
- module KinesisAnalytics
10
- # @api private
11
- module ClientApi
12
-
13
- include Seahorse::Model
14
-
15
- AddApplicationInputRequest = Shapes::StructureShape.new(name: 'AddApplicationInputRequest')
16
- AddApplicationInputResponse = Shapes::StructureShape.new(name: 'AddApplicationInputResponse')
17
- AddApplicationOutputRequest = Shapes::StructureShape.new(name: 'AddApplicationOutputRequest')
18
- AddApplicationOutputResponse = Shapes::StructureShape.new(name: 'AddApplicationOutputResponse')
19
- AddApplicationReferenceDataSourceRequest = Shapes::StructureShape.new(name: 'AddApplicationReferenceDataSourceRequest')
20
- AddApplicationReferenceDataSourceResponse = Shapes::StructureShape.new(name: 'AddApplicationReferenceDataSourceResponse')
21
- ApplicationCode = Shapes::StringShape.new(name: 'ApplicationCode')
22
- ApplicationDescription = Shapes::StringShape.new(name: 'ApplicationDescription')
23
- ApplicationDetail = Shapes::StructureShape.new(name: 'ApplicationDetail')
24
- ApplicationName = Shapes::StringShape.new(name: 'ApplicationName')
25
- ApplicationStatus = Shapes::StringShape.new(name: 'ApplicationStatus')
26
- ApplicationSummaries = Shapes::ListShape.new(name: 'ApplicationSummaries')
27
- ApplicationSummary = Shapes::StructureShape.new(name: 'ApplicationSummary')
28
- ApplicationUpdate = Shapes::StructureShape.new(name: 'ApplicationUpdate')
29
- ApplicationVersionId = Shapes::IntegerShape.new(name: 'ApplicationVersionId')
30
- BooleanObject = Shapes::BooleanShape.new(name: 'BooleanObject')
31
- BucketARN = Shapes::StringShape.new(name: 'BucketARN')
32
- CSVMappingParameters = Shapes::StructureShape.new(name: 'CSVMappingParameters')
33
- CodeValidationException = Shapes::StructureShape.new(name: 'CodeValidationException')
34
- ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
35
- CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
36
- CreateApplicationResponse = Shapes::StructureShape.new(name: 'CreateApplicationResponse')
37
- DeleteApplicationOutputRequest = Shapes::StructureShape.new(name: 'DeleteApplicationOutputRequest')
38
- DeleteApplicationOutputResponse = Shapes::StructureShape.new(name: 'DeleteApplicationOutputResponse')
39
- DeleteApplicationReferenceDataSourceRequest = Shapes::StructureShape.new(name: 'DeleteApplicationReferenceDataSourceRequest')
40
- DeleteApplicationReferenceDataSourceResponse = Shapes::StructureShape.new(name: 'DeleteApplicationReferenceDataSourceResponse')
41
- DeleteApplicationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationRequest')
42
- DeleteApplicationResponse = Shapes::StructureShape.new(name: 'DeleteApplicationResponse')
43
- DescribeApplicationRequest = Shapes::StructureShape.new(name: 'DescribeApplicationRequest')
44
- DescribeApplicationResponse = Shapes::StructureShape.new(name: 'DescribeApplicationResponse')
45
- DestinationSchema = Shapes::StructureShape.new(name: 'DestinationSchema')
46
- DiscoverInputSchemaRequest = Shapes::StructureShape.new(name: 'DiscoverInputSchemaRequest')
47
- DiscoverInputSchemaResponse = Shapes::StructureShape.new(name: 'DiscoverInputSchemaResponse')
48
- ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
49
- FileKey = Shapes::StringShape.new(name: 'FileKey')
50
- Id = Shapes::StringShape.new(name: 'Id')
51
- InAppStreamName = Shapes::StringShape.new(name: 'InAppStreamName')
52
- InAppStreamNames = Shapes::ListShape.new(name: 'InAppStreamNames')
53
- InAppTableName = Shapes::StringShape.new(name: 'InAppTableName')
54
- Input = Shapes::StructureShape.new(name: 'Input')
55
- InputConfiguration = Shapes::StructureShape.new(name: 'InputConfiguration')
56
- InputConfigurations = Shapes::ListShape.new(name: 'InputConfigurations')
57
- InputDescription = Shapes::StructureShape.new(name: 'InputDescription')
58
- InputDescriptions = Shapes::ListShape.new(name: 'InputDescriptions')
59
- InputParallelism = Shapes::StructureShape.new(name: 'InputParallelism')
60
- InputParallelismCount = Shapes::IntegerShape.new(name: 'InputParallelismCount')
61
- InputParallelismUpdate = Shapes::StructureShape.new(name: 'InputParallelismUpdate')
62
- InputSchemaUpdate = Shapes::StructureShape.new(name: 'InputSchemaUpdate')
63
- InputStartingPosition = Shapes::StringShape.new(name: 'InputStartingPosition')
64
- InputStartingPositionConfiguration = Shapes::StructureShape.new(name: 'InputStartingPositionConfiguration')
65
- InputUpdate = Shapes::StructureShape.new(name: 'InputUpdate')
66
- InputUpdates = Shapes::ListShape.new(name: 'InputUpdates')
67
- Inputs = Shapes::ListShape.new(name: 'Inputs')
68
- InvalidApplicationConfigurationException = Shapes::StructureShape.new(name: 'InvalidApplicationConfigurationException')
69
- InvalidArgumentException = Shapes::StructureShape.new(name: 'InvalidArgumentException')
70
- JSONMappingParameters = Shapes::StructureShape.new(name: 'JSONMappingParameters')
71
- KinesisFirehoseInput = Shapes::StructureShape.new(name: 'KinesisFirehoseInput')
72
- KinesisFirehoseInputDescription = Shapes::StructureShape.new(name: 'KinesisFirehoseInputDescription')
73
- KinesisFirehoseInputUpdate = Shapes::StructureShape.new(name: 'KinesisFirehoseInputUpdate')
74
- KinesisFirehoseOutput = Shapes::StructureShape.new(name: 'KinesisFirehoseOutput')
75
- KinesisFirehoseOutputDescription = Shapes::StructureShape.new(name: 'KinesisFirehoseOutputDescription')
76
- KinesisFirehoseOutputUpdate = Shapes::StructureShape.new(name: 'KinesisFirehoseOutputUpdate')
77
- KinesisStreamsInput = Shapes::StructureShape.new(name: 'KinesisStreamsInput')
78
- KinesisStreamsInputDescription = Shapes::StructureShape.new(name: 'KinesisStreamsInputDescription')
79
- KinesisStreamsInputUpdate = Shapes::StructureShape.new(name: 'KinesisStreamsInputUpdate')
80
- KinesisStreamsOutput = Shapes::StructureShape.new(name: 'KinesisStreamsOutput')
81
- KinesisStreamsOutputDescription = Shapes::StructureShape.new(name: 'KinesisStreamsOutputDescription')
82
- KinesisStreamsOutputUpdate = Shapes::StructureShape.new(name: 'KinesisStreamsOutputUpdate')
83
- LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
84
- ListApplicationsInputLimit = Shapes::IntegerShape.new(name: 'ListApplicationsInputLimit')
85
- ListApplicationsRequest = Shapes::StructureShape.new(name: 'ListApplicationsRequest')
86
- ListApplicationsResponse = Shapes::StructureShape.new(name: 'ListApplicationsResponse')
87
- MappingParameters = Shapes::StructureShape.new(name: 'MappingParameters')
88
- Output = Shapes::StructureShape.new(name: 'Output')
89
- OutputDescription = Shapes::StructureShape.new(name: 'OutputDescription')
90
- OutputDescriptions = Shapes::ListShape.new(name: 'OutputDescriptions')
91
- OutputUpdate = Shapes::StructureShape.new(name: 'OutputUpdate')
92
- OutputUpdates = Shapes::ListShape.new(name: 'OutputUpdates')
93
- Outputs = Shapes::ListShape.new(name: 'Outputs')
94
- ParsedInputRecord = Shapes::ListShape.new(name: 'ParsedInputRecord')
95
- ParsedInputRecordField = Shapes::StringShape.new(name: 'ParsedInputRecordField')
96
- ParsedInputRecords = Shapes::ListShape.new(name: 'ParsedInputRecords')
97
- RawInputRecord = Shapes::StringShape.new(name: 'RawInputRecord')
98
- RawInputRecords = Shapes::ListShape.new(name: 'RawInputRecords')
99
- RecordColumn = Shapes::StructureShape.new(name: 'RecordColumn')
100
- RecordColumnDelimiter = Shapes::StringShape.new(name: 'RecordColumnDelimiter')
101
- RecordColumnMapping = Shapes::StringShape.new(name: 'RecordColumnMapping')
102
- RecordColumnName = Shapes::StringShape.new(name: 'RecordColumnName')
103
- RecordColumnSqlType = Shapes::StringShape.new(name: 'RecordColumnSqlType')
104
- RecordColumns = Shapes::ListShape.new(name: 'RecordColumns')
105
- RecordEncoding = Shapes::StringShape.new(name: 'RecordEncoding')
106
- RecordFormat = Shapes::StructureShape.new(name: 'RecordFormat')
107
- RecordFormatType = Shapes::StringShape.new(name: 'RecordFormatType')
108
- RecordRowDelimiter = Shapes::StringShape.new(name: 'RecordRowDelimiter')
109
- RecordRowPath = Shapes::StringShape.new(name: 'RecordRowPath')
110
- ReferenceDataSource = Shapes::StructureShape.new(name: 'ReferenceDataSource')
111
- ReferenceDataSourceDescription = Shapes::StructureShape.new(name: 'ReferenceDataSourceDescription')
112
- ReferenceDataSourceDescriptions = Shapes::ListShape.new(name: 'ReferenceDataSourceDescriptions')
113
- ReferenceDataSourceUpdate = Shapes::StructureShape.new(name: 'ReferenceDataSourceUpdate')
114
- ReferenceDataSourceUpdates = Shapes::ListShape.new(name: 'ReferenceDataSourceUpdates')
115
- ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
116
- ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
117
- ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
118
- ResourceProvisionedThroughputExceededException = Shapes::StructureShape.new(name: 'ResourceProvisionedThroughputExceededException')
119
- RoleARN = Shapes::StringShape.new(name: 'RoleARN')
120
- S3ReferenceDataSource = Shapes::StructureShape.new(name: 'S3ReferenceDataSource')
121
- S3ReferenceDataSourceDescription = Shapes::StructureShape.new(name: 'S3ReferenceDataSourceDescription')
122
- S3ReferenceDataSourceUpdate = Shapes::StructureShape.new(name: 'S3ReferenceDataSourceUpdate')
123
- SourceSchema = Shapes::StructureShape.new(name: 'SourceSchema')
124
- StartApplicationRequest = Shapes::StructureShape.new(name: 'StartApplicationRequest')
125
- StartApplicationResponse = Shapes::StructureShape.new(name: 'StartApplicationResponse')
126
- StopApplicationRequest = Shapes::StructureShape.new(name: 'StopApplicationRequest')
127
- StopApplicationResponse = Shapes::StructureShape.new(name: 'StopApplicationResponse')
128
- Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
129
- UnableToDetectSchemaException = Shapes::StructureShape.new(name: 'UnableToDetectSchemaException')
130
- UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
131
- UpdateApplicationResponse = Shapes::StructureShape.new(name: 'UpdateApplicationResponse')
132
-
133
- AddApplicationInputRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
134
- AddApplicationInputRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
135
- AddApplicationInputRequest.add_member(:input, Shapes::ShapeRef.new(shape: Input, required: true, location_name: "Input"))
136
- AddApplicationInputRequest.struct_class = Types::AddApplicationInputRequest
137
-
138
- AddApplicationInputResponse.struct_class = Types::AddApplicationInputResponse
139
-
140
- AddApplicationOutputRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
141
- AddApplicationOutputRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
142
- AddApplicationOutputRequest.add_member(:output, Shapes::ShapeRef.new(shape: Output, required: true, location_name: "Output"))
143
- AddApplicationOutputRequest.struct_class = Types::AddApplicationOutputRequest
144
-
145
- AddApplicationOutputResponse.struct_class = Types::AddApplicationOutputResponse
146
-
147
- AddApplicationReferenceDataSourceRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
148
- AddApplicationReferenceDataSourceRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
149
- AddApplicationReferenceDataSourceRequest.add_member(:reference_data_source, Shapes::ShapeRef.new(shape: ReferenceDataSource, required: true, location_name: "ReferenceDataSource"))
150
- AddApplicationReferenceDataSourceRequest.struct_class = Types::AddApplicationReferenceDataSourceRequest
151
-
152
- AddApplicationReferenceDataSourceResponse.struct_class = Types::AddApplicationReferenceDataSourceResponse
153
-
154
- ApplicationDetail.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
155
- ApplicationDetail.add_member(:application_description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "ApplicationDescription"))
156
- ApplicationDetail.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ApplicationARN"))
157
- ApplicationDetail.add_member(:application_status, Shapes::ShapeRef.new(shape: ApplicationStatus, required: true, location_name: "ApplicationStatus"))
158
- ApplicationDetail.add_member(:create_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTimestamp"))
159
- ApplicationDetail.add_member(:last_update_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdateTimestamp"))
160
- ApplicationDetail.add_member(:input_descriptions, Shapes::ShapeRef.new(shape: InputDescriptions, location_name: "InputDescriptions"))
161
- ApplicationDetail.add_member(:output_descriptions, Shapes::ShapeRef.new(shape: OutputDescriptions, location_name: "OutputDescriptions"))
162
- ApplicationDetail.add_member(:reference_data_source_descriptions, Shapes::ShapeRef.new(shape: ReferenceDataSourceDescriptions, location_name: "ReferenceDataSourceDescriptions"))
163
- ApplicationDetail.add_member(:application_code, Shapes::ShapeRef.new(shape: ApplicationCode, location_name: "ApplicationCode"))
164
- ApplicationDetail.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "ApplicationVersionId"))
165
- ApplicationDetail.struct_class = Types::ApplicationDetail
166
-
167
- ApplicationSummaries.member = Shapes::ShapeRef.new(shape: ApplicationSummary)
168
-
169
- ApplicationSummary.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
170
- ApplicationSummary.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ApplicationARN"))
171
- ApplicationSummary.add_member(:application_status, Shapes::ShapeRef.new(shape: ApplicationStatus, required: true, location_name: "ApplicationStatus"))
172
- ApplicationSummary.struct_class = Types::ApplicationSummary
173
-
174
- ApplicationUpdate.add_member(:input_updates, Shapes::ShapeRef.new(shape: InputUpdates, location_name: "InputUpdates"))
175
- ApplicationUpdate.add_member(:application_code_update, Shapes::ShapeRef.new(shape: ApplicationCode, location_name: "ApplicationCodeUpdate"))
176
- ApplicationUpdate.add_member(:output_updates, Shapes::ShapeRef.new(shape: OutputUpdates, location_name: "OutputUpdates"))
177
- ApplicationUpdate.add_member(:reference_data_source_updates, Shapes::ShapeRef.new(shape: ReferenceDataSourceUpdates, location_name: "ReferenceDataSourceUpdates"))
178
- ApplicationUpdate.struct_class = Types::ApplicationUpdate
179
-
180
- CSVMappingParameters.add_member(:record_row_delimiter, Shapes::ShapeRef.new(shape: RecordRowDelimiter, required: true, location_name: "RecordRowDelimiter"))
181
- CSVMappingParameters.add_member(:record_column_delimiter, Shapes::ShapeRef.new(shape: RecordColumnDelimiter, required: true, location_name: "RecordColumnDelimiter"))
182
- CSVMappingParameters.struct_class = Types::CSVMappingParameters
183
-
184
- CreateApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
185
- CreateApplicationRequest.add_member(:application_description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "ApplicationDescription"))
186
- CreateApplicationRequest.add_member(:inputs, Shapes::ShapeRef.new(shape: Inputs, location_name: "Inputs"))
187
- CreateApplicationRequest.add_member(:outputs, Shapes::ShapeRef.new(shape: Outputs, location_name: "Outputs"))
188
- CreateApplicationRequest.add_member(:application_code, Shapes::ShapeRef.new(shape: ApplicationCode, location_name: "ApplicationCode"))
189
- CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
190
-
191
- CreateApplicationResponse.add_member(:application_summary, Shapes::ShapeRef.new(shape: ApplicationSummary, required: true, location_name: "ApplicationSummary"))
192
- CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
193
-
194
- DeleteApplicationOutputRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
195
- DeleteApplicationOutputRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
196
- DeleteApplicationOutputRequest.add_member(:output_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "OutputId"))
197
- DeleteApplicationOutputRequest.struct_class = Types::DeleteApplicationOutputRequest
198
-
199
- DeleteApplicationOutputResponse.struct_class = Types::DeleteApplicationOutputResponse
200
-
201
- DeleteApplicationReferenceDataSourceRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
202
- DeleteApplicationReferenceDataSourceRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
203
- DeleteApplicationReferenceDataSourceRequest.add_member(:reference_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ReferenceId"))
204
- DeleteApplicationReferenceDataSourceRequest.struct_class = Types::DeleteApplicationReferenceDataSourceRequest
205
-
206
- DeleteApplicationReferenceDataSourceResponse.struct_class = Types::DeleteApplicationReferenceDataSourceResponse
207
-
208
- DeleteApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
209
- DeleteApplicationRequest.add_member(:create_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTimestamp"))
210
- DeleteApplicationRequest.struct_class = Types::DeleteApplicationRequest
211
-
212
- DeleteApplicationResponse.struct_class = Types::DeleteApplicationResponse
213
-
214
- DescribeApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
215
- DescribeApplicationRequest.struct_class = Types::DescribeApplicationRequest
216
-
217
- DescribeApplicationResponse.add_member(:application_detail, Shapes::ShapeRef.new(shape: ApplicationDetail, required: true, location_name: "ApplicationDetail"))
218
- DescribeApplicationResponse.struct_class = Types::DescribeApplicationResponse
219
-
220
- DestinationSchema.add_member(:record_format_type, Shapes::ShapeRef.new(shape: RecordFormatType, location_name: "RecordFormatType"))
221
- DestinationSchema.struct_class = Types::DestinationSchema
222
-
223
- DiscoverInputSchemaRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
224
- DiscoverInputSchemaRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
225
- DiscoverInputSchemaRequest.add_member(:input_starting_position_configuration, Shapes::ShapeRef.new(shape: InputStartingPositionConfiguration, required: true, location_name: "InputStartingPositionConfiguration"))
226
- DiscoverInputSchemaRequest.struct_class = Types::DiscoverInputSchemaRequest
227
-
228
- DiscoverInputSchemaResponse.add_member(:input_schema, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "InputSchema"))
229
- DiscoverInputSchemaResponse.add_member(:parsed_input_records, Shapes::ShapeRef.new(shape: ParsedInputRecords, location_name: "ParsedInputRecords"))
230
- DiscoverInputSchemaResponse.add_member(:raw_input_records, Shapes::ShapeRef.new(shape: RawInputRecords, location_name: "RawInputRecords"))
231
- DiscoverInputSchemaResponse.struct_class = Types::DiscoverInputSchemaResponse
8
+ module Aws::KinesisAnalytics
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ AddApplicationInputRequest = Shapes::StructureShape.new(name: 'AddApplicationInputRequest')
15
+ AddApplicationInputResponse = Shapes::StructureShape.new(name: 'AddApplicationInputResponse')
16
+ AddApplicationOutputRequest = Shapes::StructureShape.new(name: 'AddApplicationOutputRequest')
17
+ AddApplicationOutputResponse = Shapes::StructureShape.new(name: 'AddApplicationOutputResponse')
18
+ AddApplicationReferenceDataSourceRequest = Shapes::StructureShape.new(name: 'AddApplicationReferenceDataSourceRequest')
19
+ AddApplicationReferenceDataSourceResponse = Shapes::StructureShape.new(name: 'AddApplicationReferenceDataSourceResponse')
20
+ ApplicationCode = Shapes::StringShape.new(name: 'ApplicationCode')
21
+ ApplicationDescription = Shapes::StringShape.new(name: 'ApplicationDescription')
22
+ ApplicationDetail = Shapes::StructureShape.new(name: 'ApplicationDetail')
23
+ ApplicationName = Shapes::StringShape.new(name: 'ApplicationName')
24
+ ApplicationStatus = Shapes::StringShape.new(name: 'ApplicationStatus')
25
+ ApplicationSummaries = Shapes::ListShape.new(name: 'ApplicationSummaries')
26
+ ApplicationSummary = Shapes::StructureShape.new(name: 'ApplicationSummary')
27
+ ApplicationUpdate = Shapes::StructureShape.new(name: 'ApplicationUpdate')
28
+ ApplicationVersionId = Shapes::IntegerShape.new(name: 'ApplicationVersionId')
29
+ BooleanObject = Shapes::BooleanShape.new(name: 'BooleanObject')
30
+ BucketARN = Shapes::StringShape.new(name: 'BucketARN')
31
+ CSVMappingParameters = Shapes::StructureShape.new(name: 'CSVMappingParameters')
32
+ CodeValidationException = Shapes::StructureShape.new(name: 'CodeValidationException')
33
+ ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
34
+ CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
35
+ CreateApplicationResponse = Shapes::StructureShape.new(name: 'CreateApplicationResponse')
36
+ DeleteApplicationOutputRequest = Shapes::StructureShape.new(name: 'DeleteApplicationOutputRequest')
37
+ DeleteApplicationOutputResponse = Shapes::StructureShape.new(name: 'DeleteApplicationOutputResponse')
38
+ DeleteApplicationReferenceDataSourceRequest = Shapes::StructureShape.new(name: 'DeleteApplicationReferenceDataSourceRequest')
39
+ DeleteApplicationReferenceDataSourceResponse = Shapes::StructureShape.new(name: 'DeleteApplicationReferenceDataSourceResponse')
40
+ DeleteApplicationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationRequest')
41
+ DeleteApplicationResponse = Shapes::StructureShape.new(name: 'DeleteApplicationResponse')
42
+ DescribeApplicationRequest = Shapes::StructureShape.new(name: 'DescribeApplicationRequest')
43
+ DescribeApplicationResponse = Shapes::StructureShape.new(name: 'DescribeApplicationResponse')
44
+ DestinationSchema = Shapes::StructureShape.new(name: 'DestinationSchema')
45
+ DiscoverInputSchemaRequest = Shapes::StructureShape.new(name: 'DiscoverInputSchemaRequest')
46
+ DiscoverInputSchemaResponse = Shapes::StructureShape.new(name: 'DiscoverInputSchemaResponse')
47
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
48
+ FileKey = Shapes::StringShape.new(name: 'FileKey')
49
+ Id = Shapes::StringShape.new(name: 'Id')
50
+ InAppStreamName = Shapes::StringShape.new(name: 'InAppStreamName')
51
+ InAppStreamNames = Shapes::ListShape.new(name: 'InAppStreamNames')
52
+ InAppTableName = Shapes::StringShape.new(name: 'InAppTableName')
53
+ Input = Shapes::StructureShape.new(name: 'Input')
54
+ InputConfiguration = Shapes::StructureShape.new(name: 'InputConfiguration')
55
+ InputConfigurations = Shapes::ListShape.new(name: 'InputConfigurations')
56
+ InputDescription = Shapes::StructureShape.new(name: 'InputDescription')
57
+ InputDescriptions = Shapes::ListShape.new(name: 'InputDescriptions')
58
+ InputParallelism = Shapes::StructureShape.new(name: 'InputParallelism')
59
+ InputParallelismCount = Shapes::IntegerShape.new(name: 'InputParallelismCount')
60
+ InputParallelismUpdate = Shapes::StructureShape.new(name: 'InputParallelismUpdate')
61
+ InputSchemaUpdate = Shapes::StructureShape.new(name: 'InputSchemaUpdate')
62
+ InputStartingPosition = Shapes::StringShape.new(name: 'InputStartingPosition')
63
+ InputStartingPositionConfiguration = Shapes::StructureShape.new(name: 'InputStartingPositionConfiguration')
64
+ InputUpdate = Shapes::StructureShape.new(name: 'InputUpdate')
65
+ InputUpdates = Shapes::ListShape.new(name: 'InputUpdates')
66
+ Inputs = Shapes::ListShape.new(name: 'Inputs')
67
+ InvalidApplicationConfigurationException = Shapes::StructureShape.new(name: 'InvalidApplicationConfigurationException')
68
+ InvalidArgumentException = Shapes::StructureShape.new(name: 'InvalidArgumentException')
69
+ JSONMappingParameters = Shapes::StructureShape.new(name: 'JSONMappingParameters')
70
+ KinesisFirehoseInput = Shapes::StructureShape.new(name: 'KinesisFirehoseInput')
71
+ KinesisFirehoseInputDescription = Shapes::StructureShape.new(name: 'KinesisFirehoseInputDescription')
72
+ KinesisFirehoseInputUpdate = Shapes::StructureShape.new(name: 'KinesisFirehoseInputUpdate')
73
+ KinesisFirehoseOutput = Shapes::StructureShape.new(name: 'KinesisFirehoseOutput')
74
+ KinesisFirehoseOutputDescription = Shapes::StructureShape.new(name: 'KinesisFirehoseOutputDescription')
75
+ KinesisFirehoseOutputUpdate = Shapes::StructureShape.new(name: 'KinesisFirehoseOutputUpdate')
76
+ KinesisStreamsInput = Shapes::StructureShape.new(name: 'KinesisStreamsInput')
77
+ KinesisStreamsInputDescription = Shapes::StructureShape.new(name: 'KinesisStreamsInputDescription')
78
+ KinesisStreamsInputUpdate = Shapes::StructureShape.new(name: 'KinesisStreamsInputUpdate')
79
+ KinesisStreamsOutput = Shapes::StructureShape.new(name: 'KinesisStreamsOutput')
80
+ KinesisStreamsOutputDescription = Shapes::StructureShape.new(name: 'KinesisStreamsOutputDescription')
81
+ KinesisStreamsOutputUpdate = Shapes::StructureShape.new(name: 'KinesisStreamsOutputUpdate')
82
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
83
+ ListApplicationsInputLimit = Shapes::IntegerShape.new(name: 'ListApplicationsInputLimit')
84
+ ListApplicationsRequest = Shapes::StructureShape.new(name: 'ListApplicationsRequest')
85
+ ListApplicationsResponse = Shapes::StructureShape.new(name: 'ListApplicationsResponse')
86
+ MappingParameters = Shapes::StructureShape.new(name: 'MappingParameters')
87
+ Output = Shapes::StructureShape.new(name: 'Output')
88
+ OutputDescription = Shapes::StructureShape.new(name: 'OutputDescription')
89
+ OutputDescriptions = Shapes::ListShape.new(name: 'OutputDescriptions')
90
+ OutputUpdate = Shapes::StructureShape.new(name: 'OutputUpdate')
91
+ OutputUpdates = Shapes::ListShape.new(name: 'OutputUpdates')
92
+ Outputs = Shapes::ListShape.new(name: 'Outputs')
93
+ ParsedInputRecord = Shapes::ListShape.new(name: 'ParsedInputRecord')
94
+ ParsedInputRecordField = Shapes::StringShape.new(name: 'ParsedInputRecordField')
95
+ ParsedInputRecords = Shapes::ListShape.new(name: 'ParsedInputRecords')
96
+ RawInputRecord = Shapes::StringShape.new(name: 'RawInputRecord')
97
+ RawInputRecords = Shapes::ListShape.new(name: 'RawInputRecords')
98
+ RecordColumn = Shapes::StructureShape.new(name: 'RecordColumn')
99
+ RecordColumnDelimiter = Shapes::StringShape.new(name: 'RecordColumnDelimiter')
100
+ RecordColumnMapping = Shapes::StringShape.new(name: 'RecordColumnMapping')
101
+ RecordColumnName = Shapes::StringShape.new(name: 'RecordColumnName')
102
+ RecordColumnSqlType = Shapes::StringShape.new(name: 'RecordColumnSqlType')
103
+ RecordColumns = Shapes::ListShape.new(name: 'RecordColumns')
104
+ RecordEncoding = Shapes::StringShape.new(name: 'RecordEncoding')
105
+ RecordFormat = Shapes::StructureShape.new(name: 'RecordFormat')
106
+ RecordFormatType = Shapes::StringShape.new(name: 'RecordFormatType')
107
+ RecordRowDelimiter = Shapes::StringShape.new(name: 'RecordRowDelimiter')
108
+ RecordRowPath = Shapes::StringShape.new(name: 'RecordRowPath')
109
+ ReferenceDataSource = Shapes::StructureShape.new(name: 'ReferenceDataSource')
110
+ ReferenceDataSourceDescription = Shapes::StructureShape.new(name: 'ReferenceDataSourceDescription')
111
+ ReferenceDataSourceDescriptions = Shapes::ListShape.new(name: 'ReferenceDataSourceDescriptions')
112
+ ReferenceDataSourceUpdate = Shapes::StructureShape.new(name: 'ReferenceDataSourceUpdate')
113
+ ReferenceDataSourceUpdates = Shapes::ListShape.new(name: 'ReferenceDataSourceUpdates')
114
+ ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
115
+ ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
116
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
117
+ ResourceProvisionedThroughputExceededException = Shapes::StructureShape.new(name: 'ResourceProvisionedThroughputExceededException')
118
+ RoleARN = Shapes::StringShape.new(name: 'RoleARN')
119
+ S3ReferenceDataSource = Shapes::StructureShape.new(name: 'S3ReferenceDataSource')
120
+ S3ReferenceDataSourceDescription = Shapes::StructureShape.new(name: 'S3ReferenceDataSourceDescription')
121
+ S3ReferenceDataSourceUpdate = Shapes::StructureShape.new(name: 'S3ReferenceDataSourceUpdate')
122
+ SourceSchema = Shapes::StructureShape.new(name: 'SourceSchema')
123
+ StartApplicationRequest = Shapes::StructureShape.new(name: 'StartApplicationRequest')
124
+ StartApplicationResponse = Shapes::StructureShape.new(name: 'StartApplicationResponse')
125
+ StopApplicationRequest = Shapes::StructureShape.new(name: 'StopApplicationRequest')
126
+ StopApplicationResponse = Shapes::StructureShape.new(name: 'StopApplicationResponse')
127
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
128
+ UnableToDetectSchemaException = Shapes::StructureShape.new(name: 'UnableToDetectSchemaException')
129
+ UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
130
+ UpdateApplicationResponse = Shapes::StructureShape.new(name: 'UpdateApplicationResponse')
131
+
132
+ AddApplicationInputRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
133
+ AddApplicationInputRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
134
+ AddApplicationInputRequest.add_member(:input, Shapes::ShapeRef.new(shape: Input, required: true, location_name: "Input"))
135
+ AddApplicationInputRequest.struct_class = Types::AddApplicationInputRequest
136
+
137
+ AddApplicationInputResponse.struct_class = Types::AddApplicationInputResponse
138
+
139
+ AddApplicationOutputRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
140
+ AddApplicationOutputRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
141
+ AddApplicationOutputRequest.add_member(:output, Shapes::ShapeRef.new(shape: Output, required: true, location_name: "Output"))
142
+ AddApplicationOutputRequest.struct_class = Types::AddApplicationOutputRequest
143
+
144
+ AddApplicationOutputResponse.struct_class = Types::AddApplicationOutputResponse
145
+
146
+ AddApplicationReferenceDataSourceRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
147
+ AddApplicationReferenceDataSourceRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
148
+ AddApplicationReferenceDataSourceRequest.add_member(:reference_data_source, Shapes::ShapeRef.new(shape: ReferenceDataSource, required: true, location_name: "ReferenceDataSource"))
149
+ AddApplicationReferenceDataSourceRequest.struct_class = Types::AddApplicationReferenceDataSourceRequest
150
+
151
+ AddApplicationReferenceDataSourceResponse.struct_class = Types::AddApplicationReferenceDataSourceResponse
152
+
153
+ ApplicationDetail.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
154
+ ApplicationDetail.add_member(:application_description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "ApplicationDescription"))
155
+ ApplicationDetail.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ApplicationARN"))
156
+ ApplicationDetail.add_member(:application_status, Shapes::ShapeRef.new(shape: ApplicationStatus, required: true, location_name: "ApplicationStatus"))
157
+ ApplicationDetail.add_member(:create_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTimestamp"))
158
+ ApplicationDetail.add_member(:last_update_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdateTimestamp"))
159
+ ApplicationDetail.add_member(:input_descriptions, Shapes::ShapeRef.new(shape: InputDescriptions, location_name: "InputDescriptions"))
160
+ ApplicationDetail.add_member(:output_descriptions, Shapes::ShapeRef.new(shape: OutputDescriptions, location_name: "OutputDescriptions"))
161
+ ApplicationDetail.add_member(:reference_data_source_descriptions, Shapes::ShapeRef.new(shape: ReferenceDataSourceDescriptions, location_name: "ReferenceDataSourceDescriptions"))
162
+ ApplicationDetail.add_member(:application_code, Shapes::ShapeRef.new(shape: ApplicationCode, location_name: "ApplicationCode"))
163
+ ApplicationDetail.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "ApplicationVersionId"))
164
+ ApplicationDetail.struct_class = Types::ApplicationDetail
165
+
166
+ ApplicationSummaries.member = Shapes::ShapeRef.new(shape: ApplicationSummary)
167
+
168
+ ApplicationSummary.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
169
+ ApplicationSummary.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ApplicationARN"))
170
+ ApplicationSummary.add_member(:application_status, Shapes::ShapeRef.new(shape: ApplicationStatus, required: true, location_name: "ApplicationStatus"))
171
+ ApplicationSummary.struct_class = Types::ApplicationSummary
172
+
173
+ ApplicationUpdate.add_member(:input_updates, Shapes::ShapeRef.new(shape: InputUpdates, location_name: "InputUpdates"))
174
+ ApplicationUpdate.add_member(:application_code_update, Shapes::ShapeRef.new(shape: ApplicationCode, location_name: "ApplicationCodeUpdate"))
175
+ ApplicationUpdate.add_member(:output_updates, Shapes::ShapeRef.new(shape: OutputUpdates, location_name: "OutputUpdates"))
176
+ ApplicationUpdate.add_member(:reference_data_source_updates, Shapes::ShapeRef.new(shape: ReferenceDataSourceUpdates, location_name: "ReferenceDataSourceUpdates"))
177
+ ApplicationUpdate.struct_class = Types::ApplicationUpdate
178
+
179
+ CSVMappingParameters.add_member(:record_row_delimiter, Shapes::ShapeRef.new(shape: RecordRowDelimiter, required: true, location_name: "RecordRowDelimiter"))
180
+ CSVMappingParameters.add_member(:record_column_delimiter, Shapes::ShapeRef.new(shape: RecordColumnDelimiter, required: true, location_name: "RecordColumnDelimiter"))
181
+ CSVMappingParameters.struct_class = Types::CSVMappingParameters
182
+
183
+ CreateApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
184
+ CreateApplicationRequest.add_member(:application_description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "ApplicationDescription"))
185
+ CreateApplicationRequest.add_member(:inputs, Shapes::ShapeRef.new(shape: Inputs, location_name: "Inputs"))
186
+ CreateApplicationRequest.add_member(:outputs, Shapes::ShapeRef.new(shape: Outputs, location_name: "Outputs"))
187
+ CreateApplicationRequest.add_member(:application_code, Shapes::ShapeRef.new(shape: ApplicationCode, location_name: "ApplicationCode"))
188
+ CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
189
+
190
+ CreateApplicationResponse.add_member(:application_summary, Shapes::ShapeRef.new(shape: ApplicationSummary, required: true, location_name: "ApplicationSummary"))
191
+ CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
192
+
193
+ DeleteApplicationOutputRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
194
+ DeleteApplicationOutputRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
195
+ DeleteApplicationOutputRequest.add_member(:output_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "OutputId"))
196
+ DeleteApplicationOutputRequest.struct_class = Types::DeleteApplicationOutputRequest
197
+
198
+ DeleteApplicationOutputResponse.struct_class = Types::DeleteApplicationOutputResponse
199
+
200
+ DeleteApplicationReferenceDataSourceRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
201
+ DeleteApplicationReferenceDataSourceRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
202
+ DeleteApplicationReferenceDataSourceRequest.add_member(:reference_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ReferenceId"))
203
+ DeleteApplicationReferenceDataSourceRequest.struct_class = Types::DeleteApplicationReferenceDataSourceRequest
204
+
205
+ DeleteApplicationReferenceDataSourceResponse.struct_class = Types::DeleteApplicationReferenceDataSourceResponse
206
+
207
+ DeleteApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
208
+ DeleteApplicationRequest.add_member(:create_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTimestamp"))
209
+ DeleteApplicationRequest.struct_class = Types::DeleteApplicationRequest
210
+
211
+ DeleteApplicationResponse.struct_class = Types::DeleteApplicationResponse
212
+
213
+ DescribeApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
214
+ DescribeApplicationRequest.struct_class = Types::DescribeApplicationRequest
215
+
216
+ DescribeApplicationResponse.add_member(:application_detail, Shapes::ShapeRef.new(shape: ApplicationDetail, required: true, location_name: "ApplicationDetail"))
217
+ DescribeApplicationResponse.struct_class = Types::DescribeApplicationResponse
218
+
219
+ DestinationSchema.add_member(:record_format_type, Shapes::ShapeRef.new(shape: RecordFormatType, location_name: "RecordFormatType"))
220
+ DestinationSchema.struct_class = Types::DestinationSchema
221
+
222
+ DiscoverInputSchemaRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
223
+ DiscoverInputSchemaRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
224
+ DiscoverInputSchemaRequest.add_member(:input_starting_position_configuration, Shapes::ShapeRef.new(shape: InputStartingPositionConfiguration, required: true, location_name: "InputStartingPositionConfiguration"))
225
+ DiscoverInputSchemaRequest.struct_class = Types::DiscoverInputSchemaRequest
226
+
227
+ DiscoverInputSchemaResponse.add_member(:input_schema, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "InputSchema"))
228
+ DiscoverInputSchemaResponse.add_member(:parsed_input_records, Shapes::ShapeRef.new(shape: ParsedInputRecords, location_name: "ParsedInputRecords"))
229
+ DiscoverInputSchemaResponse.add_member(:raw_input_records, Shapes::ShapeRef.new(shape: RawInputRecords, location_name: "RawInputRecords"))
230
+ DiscoverInputSchemaResponse.struct_class = Types::DiscoverInputSchemaResponse
231
+
232
+ InAppStreamNames.member = Shapes::ShapeRef.new(shape: InAppStreamName)
233
+
234
+ Input.add_member(:name_prefix, Shapes::ShapeRef.new(shape: InAppStreamName, required: true, location_name: "NamePrefix"))
235
+ Input.add_member(:kinesis_streams_input, Shapes::ShapeRef.new(shape: KinesisStreamsInput, location_name: "KinesisStreamsInput"))
236
+ Input.add_member(:kinesis_firehose_input, Shapes::ShapeRef.new(shape: KinesisFirehoseInput, location_name: "KinesisFirehoseInput"))
237
+ Input.add_member(:input_parallelism, Shapes::ShapeRef.new(shape: InputParallelism, location_name: "InputParallelism"))
238
+ Input.add_member(:input_schema, Shapes::ShapeRef.new(shape: SourceSchema, required: true, location_name: "InputSchema"))
239
+ Input.struct_class = Types::Input
240
+
241
+ InputConfiguration.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
242
+ InputConfiguration.add_member(:input_starting_position_configuration, Shapes::ShapeRef.new(shape: InputStartingPositionConfiguration, required: true, location_name: "InputStartingPositionConfiguration"))
243
+ InputConfiguration.struct_class = Types::InputConfiguration
244
+
245
+ InputConfigurations.member = Shapes::ShapeRef.new(shape: InputConfiguration)
246
+
247
+ InputDescription.add_member(:input_id, Shapes::ShapeRef.new(shape: Id, location_name: "InputId"))
248
+ InputDescription.add_member(:name_prefix, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "NamePrefix"))
249
+ InputDescription.add_member(:in_app_stream_names, Shapes::ShapeRef.new(shape: InAppStreamNames, location_name: "InAppStreamNames"))
250
+ InputDescription.add_member(:kinesis_streams_input_description, Shapes::ShapeRef.new(shape: KinesisStreamsInputDescription, location_name: "KinesisStreamsInputDescription"))
251
+ InputDescription.add_member(:kinesis_firehose_input_description, Shapes::ShapeRef.new(shape: KinesisFirehoseInputDescription, location_name: "KinesisFirehoseInputDescription"))
252
+ InputDescription.add_member(:input_schema, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "InputSchema"))
253
+ InputDescription.add_member(:input_parallelism, Shapes::ShapeRef.new(shape: InputParallelism, location_name: "InputParallelism"))
254
+ InputDescription.add_member(:input_starting_position_configuration, Shapes::ShapeRef.new(shape: InputStartingPositionConfiguration, location_name: "InputStartingPositionConfiguration"))
255
+ InputDescription.struct_class = Types::InputDescription
256
+
257
+ InputDescriptions.member = Shapes::ShapeRef.new(shape: InputDescription)
258
+
259
+ InputParallelism.add_member(:count, Shapes::ShapeRef.new(shape: InputParallelismCount, location_name: "Count"))
260
+ InputParallelism.struct_class = Types::InputParallelism
261
+
262
+ InputParallelismUpdate.add_member(:count_update, Shapes::ShapeRef.new(shape: InputParallelismCount, location_name: "CountUpdate"))
263
+ InputParallelismUpdate.struct_class = Types::InputParallelismUpdate
264
+
265
+ InputSchemaUpdate.add_member(:record_format_update, Shapes::ShapeRef.new(shape: RecordFormat, location_name: "RecordFormatUpdate"))
266
+ InputSchemaUpdate.add_member(:record_encoding_update, Shapes::ShapeRef.new(shape: RecordEncoding, location_name: "RecordEncodingUpdate"))
267
+ InputSchemaUpdate.add_member(:record_column_updates, Shapes::ShapeRef.new(shape: RecordColumns, location_name: "RecordColumnUpdates"))
268
+ InputSchemaUpdate.struct_class = Types::InputSchemaUpdate
269
+
270
+ InputStartingPositionConfiguration.add_member(:input_starting_position, Shapes::ShapeRef.new(shape: InputStartingPosition, location_name: "InputStartingPosition"))
271
+ InputStartingPositionConfiguration.struct_class = Types::InputStartingPositionConfiguration
272
+
273
+ InputUpdate.add_member(:input_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "InputId"))
274
+ InputUpdate.add_member(:name_prefix_update, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "NamePrefixUpdate"))
275
+ InputUpdate.add_member(:kinesis_streams_input_update, Shapes::ShapeRef.new(shape: KinesisStreamsInputUpdate, location_name: "KinesisStreamsInputUpdate"))
276
+ InputUpdate.add_member(:kinesis_firehose_input_update, Shapes::ShapeRef.new(shape: KinesisFirehoseInputUpdate, location_name: "KinesisFirehoseInputUpdate"))
277
+ InputUpdate.add_member(:input_schema_update, Shapes::ShapeRef.new(shape: InputSchemaUpdate, location_name: "InputSchemaUpdate"))
278
+ InputUpdate.add_member(:input_parallelism_update, Shapes::ShapeRef.new(shape: InputParallelismUpdate, location_name: "InputParallelismUpdate"))
279
+ InputUpdate.struct_class = Types::InputUpdate
280
+
281
+ InputUpdates.member = Shapes::ShapeRef.new(shape: InputUpdate)
282
+
283
+ Inputs.member = Shapes::ShapeRef.new(shape: Input)
284
+
285
+ JSONMappingParameters.add_member(:record_row_path, Shapes::ShapeRef.new(shape: RecordRowPath, required: true, location_name: "RecordRowPath"))
286
+ JSONMappingParameters.struct_class = Types::JSONMappingParameters
287
+
288
+ KinesisFirehoseInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
289
+ KinesisFirehoseInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
290
+ KinesisFirehoseInput.struct_class = Types::KinesisFirehoseInput
291
+
292
+ KinesisFirehoseInputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
293
+ KinesisFirehoseInputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
294
+ KinesisFirehoseInputDescription.struct_class = Types::KinesisFirehoseInputDescription
295
+
296
+ KinesisFirehoseInputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARNUpdate"))
297
+ KinesisFirehoseInputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
298
+ KinesisFirehoseInputUpdate.struct_class = Types::KinesisFirehoseInputUpdate
299
+
300
+ KinesisFirehoseOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
301
+ KinesisFirehoseOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
302
+ KinesisFirehoseOutput.struct_class = Types::KinesisFirehoseOutput
232
303
 
233
- InAppStreamNames.member = Shapes::ShapeRef.new(shape: InAppStreamName)
234
-
235
- Input.add_member(:name_prefix, Shapes::ShapeRef.new(shape: InAppStreamName, required: true, location_name: "NamePrefix"))
236
- Input.add_member(:kinesis_streams_input, Shapes::ShapeRef.new(shape: KinesisStreamsInput, location_name: "KinesisStreamsInput"))
237
- Input.add_member(:kinesis_firehose_input, Shapes::ShapeRef.new(shape: KinesisFirehoseInput, location_name: "KinesisFirehoseInput"))
238
- Input.add_member(:input_parallelism, Shapes::ShapeRef.new(shape: InputParallelism, location_name: "InputParallelism"))
239
- Input.add_member(:input_schema, Shapes::ShapeRef.new(shape: SourceSchema, required: true, location_name: "InputSchema"))
240
- Input.struct_class = Types::Input
241
-
242
- InputConfiguration.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
243
- InputConfiguration.add_member(:input_starting_position_configuration, Shapes::ShapeRef.new(shape: InputStartingPositionConfiguration, required: true, location_name: "InputStartingPositionConfiguration"))
244
- InputConfiguration.struct_class = Types::InputConfiguration
245
-
246
- InputConfigurations.member = Shapes::ShapeRef.new(shape: InputConfiguration)
247
-
248
- InputDescription.add_member(:input_id, Shapes::ShapeRef.new(shape: Id, location_name: "InputId"))
249
- InputDescription.add_member(:name_prefix, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "NamePrefix"))
250
- InputDescription.add_member(:in_app_stream_names, Shapes::ShapeRef.new(shape: InAppStreamNames, location_name: "InAppStreamNames"))
251
- InputDescription.add_member(:kinesis_streams_input_description, Shapes::ShapeRef.new(shape: KinesisStreamsInputDescription, location_name: "KinesisStreamsInputDescription"))
252
- InputDescription.add_member(:kinesis_firehose_input_description, Shapes::ShapeRef.new(shape: KinesisFirehoseInputDescription, location_name: "KinesisFirehoseInputDescription"))
253
- InputDescription.add_member(:input_schema, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "InputSchema"))
254
- InputDescription.add_member(:input_parallelism, Shapes::ShapeRef.new(shape: InputParallelism, location_name: "InputParallelism"))
255
- InputDescription.add_member(:input_starting_position_configuration, Shapes::ShapeRef.new(shape: InputStartingPositionConfiguration, location_name: "InputStartingPositionConfiguration"))
256
- InputDescription.struct_class = Types::InputDescription
257
-
258
- InputDescriptions.member = Shapes::ShapeRef.new(shape: InputDescription)
259
-
260
- InputParallelism.add_member(:count, Shapes::ShapeRef.new(shape: InputParallelismCount, location_name: "Count"))
261
- InputParallelism.struct_class = Types::InputParallelism
262
-
263
- InputParallelismUpdate.add_member(:count_update, Shapes::ShapeRef.new(shape: InputParallelismCount, location_name: "CountUpdate"))
264
- InputParallelismUpdate.struct_class = Types::InputParallelismUpdate
304
+ KinesisFirehoseOutputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
305
+ KinesisFirehoseOutputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
306
+ KinesisFirehoseOutputDescription.struct_class = Types::KinesisFirehoseOutputDescription
265
307
 
266
- InputSchemaUpdate.add_member(:record_format_update, Shapes::ShapeRef.new(shape: RecordFormat, location_name: "RecordFormatUpdate"))
267
- InputSchemaUpdate.add_member(:record_encoding_update, Shapes::ShapeRef.new(shape: RecordEncoding, location_name: "RecordEncodingUpdate"))
268
- InputSchemaUpdate.add_member(:record_column_updates, Shapes::ShapeRef.new(shape: RecordColumns, location_name: "RecordColumnUpdates"))
269
- InputSchemaUpdate.struct_class = Types::InputSchemaUpdate
270
-
271
- InputStartingPositionConfiguration.add_member(:input_starting_position, Shapes::ShapeRef.new(shape: InputStartingPosition, location_name: "InputStartingPosition"))
272
- InputStartingPositionConfiguration.struct_class = Types::InputStartingPositionConfiguration
308
+ KinesisFirehoseOutputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARNUpdate"))
309
+ KinesisFirehoseOutputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
310
+ KinesisFirehoseOutputUpdate.struct_class = Types::KinesisFirehoseOutputUpdate
273
311
 
274
- InputUpdate.add_member(:input_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "InputId"))
275
- InputUpdate.add_member(:name_prefix_update, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "NamePrefixUpdate"))
276
- InputUpdate.add_member(:kinesis_streams_input_update, Shapes::ShapeRef.new(shape: KinesisStreamsInputUpdate, location_name: "KinesisStreamsInputUpdate"))
277
- InputUpdate.add_member(:kinesis_firehose_input_update, Shapes::ShapeRef.new(shape: KinesisFirehoseInputUpdate, location_name: "KinesisFirehoseInputUpdate"))
278
- InputUpdate.add_member(:input_schema_update, Shapes::ShapeRef.new(shape: InputSchemaUpdate, location_name: "InputSchemaUpdate"))
279
- InputUpdate.add_member(:input_parallelism_update, Shapes::ShapeRef.new(shape: InputParallelismUpdate, location_name: "InputParallelismUpdate"))
280
- InputUpdate.struct_class = Types::InputUpdate
312
+ KinesisStreamsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
313
+ KinesisStreamsInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
314
+ KinesisStreamsInput.struct_class = Types::KinesisStreamsInput
281
315
 
282
- InputUpdates.member = Shapes::ShapeRef.new(shape: InputUpdate)
316
+ KinesisStreamsInputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
317
+ KinesisStreamsInputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
318
+ KinesisStreamsInputDescription.struct_class = Types::KinesisStreamsInputDescription
283
319
 
284
- Inputs.member = Shapes::ShapeRef.new(shape: Input)
320
+ KinesisStreamsInputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARNUpdate"))
321
+ KinesisStreamsInputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
322
+ KinesisStreamsInputUpdate.struct_class = Types::KinesisStreamsInputUpdate
285
323
 
286
- JSONMappingParameters.add_member(:record_row_path, Shapes::ShapeRef.new(shape: RecordRowPath, required: true, location_name: "RecordRowPath"))
287
- JSONMappingParameters.struct_class = Types::JSONMappingParameters
324
+ KinesisStreamsOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
325
+ KinesisStreamsOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
326
+ KinesisStreamsOutput.struct_class = Types::KinesisStreamsOutput
288
327
 
289
- KinesisFirehoseInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
290
- KinesisFirehoseInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
291
- KinesisFirehoseInput.struct_class = Types::KinesisFirehoseInput
328
+ KinesisStreamsOutputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
329
+ KinesisStreamsOutputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
330
+ KinesisStreamsOutputDescription.struct_class = Types::KinesisStreamsOutputDescription
292
331
 
293
- KinesisFirehoseInputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
294
- KinesisFirehoseInputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
295
- KinesisFirehoseInputDescription.struct_class = Types::KinesisFirehoseInputDescription
332
+ KinesisStreamsOutputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARNUpdate"))
333
+ KinesisStreamsOutputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
334
+ KinesisStreamsOutputUpdate.struct_class = Types::KinesisStreamsOutputUpdate
296
335
 
297
- KinesisFirehoseInputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARNUpdate"))
298
- KinesisFirehoseInputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
299
- KinesisFirehoseInputUpdate.struct_class = Types::KinesisFirehoseInputUpdate
336
+ ListApplicationsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListApplicationsInputLimit, location_name: "Limit"))
337
+ ListApplicationsRequest.add_member(:exclusive_start_application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "ExclusiveStartApplicationName"))
338
+ ListApplicationsRequest.struct_class = Types::ListApplicationsRequest
300
339
 
301
- KinesisFirehoseOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
302
- KinesisFirehoseOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
303
- KinesisFirehoseOutput.struct_class = Types::KinesisFirehoseOutput
340
+ ListApplicationsResponse.add_member(:application_summaries, Shapes::ShapeRef.new(shape: ApplicationSummaries, required: true, location_name: "ApplicationSummaries"))
341
+ ListApplicationsResponse.add_member(:has_more_applications, Shapes::ShapeRef.new(shape: BooleanObject, required: true, location_name: "HasMoreApplications"))
342
+ ListApplicationsResponse.struct_class = Types::ListApplicationsResponse
304
343
 
305
- KinesisFirehoseOutputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
306
- KinesisFirehoseOutputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
307
- KinesisFirehoseOutputDescription.struct_class = Types::KinesisFirehoseOutputDescription
344
+ MappingParameters.add_member(:json_mapping_parameters, Shapes::ShapeRef.new(shape: JSONMappingParameters, location_name: "JSONMappingParameters"))
345
+ MappingParameters.add_member(:csv_mapping_parameters, Shapes::ShapeRef.new(shape: CSVMappingParameters, location_name: "CSVMappingParameters"))
346
+ MappingParameters.struct_class = Types::MappingParameters
308
347
 
309
- KinesisFirehoseOutputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARNUpdate"))
310
- KinesisFirehoseOutputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
311
- KinesisFirehoseOutputUpdate.struct_class = Types::KinesisFirehoseOutputUpdate
348
+ Output.add_member(:name, Shapes::ShapeRef.new(shape: InAppStreamName, required: true, location_name: "Name"))
349
+ Output.add_member(:kinesis_streams_output, Shapes::ShapeRef.new(shape: KinesisStreamsOutput, location_name: "KinesisStreamsOutput"))
350
+ Output.add_member(:kinesis_firehose_output, Shapes::ShapeRef.new(shape: KinesisFirehoseOutput, location_name: "KinesisFirehoseOutput"))
351
+ Output.add_member(:destination_schema, Shapes::ShapeRef.new(shape: DestinationSchema, required: true, location_name: "DestinationSchema"))
352
+ Output.struct_class = Types::Output
312
353
 
313
- KinesisStreamsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
314
- KinesisStreamsInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
315
- KinesisStreamsInput.struct_class = Types::KinesisStreamsInput
354
+ OutputDescription.add_member(:output_id, Shapes::ShapeRef.new(shape: Id, location_name: "OutputId"))
355
+ OutputDescription.add_member(:name, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "Name"))
356
+ OutputDescription.add_member(:kinesis_streams_output_description, Shapes::ShapeRef.new(shape: KinesisStreamsOutputDescription, location_name: "KinesisStreamsOutputDescription"))
357
+ OutputDescription.add_member(:kinesis_firehose_output_description, Shapes::ShapeRef.new(shape: KinesisFirehoseOutputDescription, location_name: "KinesisFirehoseOutputDescription"))
358
+ OutputDescription.add_member(:destination_schema, Shapes::ShapeRef.new(shape: DestinationSchema, location_name: "DestinationSchema"))
359
+ OutputDescription.struct_class = Types::OutputDescription
316
360
 
317
- KinesisStreamsInputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
318
- KinesisStreamsInputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
319
- KinesisStreamsInputDescription.struct_class = Types::KinesisStreamsInputDescription
361
+ OutputDescriptions.member = Shapes::ShapeRef.new(shape: OutputDescription)
320
362
 
321
- KinesisStreamsInputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARNUpdate"))
322
- KinesisStreamsInputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
323
- KinesisStreamsInputUpdate.struct_class = Types::KinesisStreamsInputUpdate
363
+ OutputUpdate.add_member(:output_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "OutputId"))
364
+ OutputUpdate.add_member(:name_update, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "NameUpdate"))
365
+ OutputUpdate.add_member(:kinesis_streams_output_update, Shapes::ShapeRef.new(shape: KinesisStreamsOutputUpdate, location_name: "KinesisStreamsOutputUpdate"))
366
+ OutputUpdate.add_member(:kinesis_firehose_output_update, Shapes::ShapeRef.new(shape: KinesisFirehoseOutputUpdate, location_name: "KinesisFirehoseOutputUpdate"))
367
+ OutputUpdate.add_member(:destination_schema_update, Shapes::ShapeRef.new(shape: DestinationSchema, location_name: "DestinationSchemaUpdate"))
368
+ OutputUpdate.struct_class = Types::OutputUpdate
324
369
 
325
- KinesisStreamsOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
326
- KinesisStreamsOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
327
- KinesisStreamsOutput.struct_class = Types::KinesisStreamsOutput
370
+ OutputUpdates.member = Shapes::ShapeRef.new(shape: OutputUpdate)
328
371
 
329
- KinesisStreamsOutputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
330
- KinesisStreamsOutputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
331
- KinesisStreamsOutputDescription.struct_class = Types::KinesisStreamsOutputDescription
372
+ Outputs.member = Shapes::ShapeRef.new(shape: Output)
332
373
 
333
- KinesisStreamsOutputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARNUpdate"))
334
- KinesisStreamsOutputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
335
- KinesisStreamsOutputUpdate.struct_class = Types::KinesisStreamsOutputUpdate
374
+ ParsedInputRecord.member = Shapes::ShapeRef.new(shape: ParsedInputRecordField)
336
375
 
337
- ListApplicationsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListApplicationsInputLimit, location_name: "Limit"))
338
- ListApplicationsRequest.add_member(:exclusive_start_application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "ExclusiveStartApplicationName"))
339
- ListApplicationsRequest.struct_class = Types::ListApplicationsRequest
376
+ ParsedInputRecords.member = Shapes::ShapeRef.new(shape: ParsedInputRecord)
340
377
 
341
- ListApplicationsResponse.add_member(:application_summaries, Shapes::ShapeRef.new(shape: ApplicationSummaries, required: true, location_name: "ApplicationSummaries"))
342
- ListApplicationsResponse.add_member(:has_more_applications, Shapes::ShapeRef.new(shape: BooleanObject, required: true, location_name: "HasMoreApplications"))
343
- ListApplicationsResponse.struct_class = Types::ListApplicationsResponse
378
+ RawInputRecords.member = Shapes::ShapeRef.new(shape: RawInputRecord)
344
379
 
345
- MappingParameters.add_member(:json_mapping_parameters, Shapes::ShapeRef.new(shape: JSONMappingParameters, location_name: "JSONMappingParameters"))
346
- MappingParameters.add_member(:csv_mapping_parameters, Shapes::ShapeRef.new(shape: CSVMappingParameters, location_name: "CSVMappingParameters"))
347
- MappingParameters.struct_class = Types::MappingParameters
380
+ RecordColumn.add_member(:name, Shapes::ShapeRef.new(shape: RecordColumnName, required: true, location_name: "Name"))
381
+ RecordColumn.add_member(:mapping, Shapes::ShapeRef.new(shape: RecordColumnMapping, location_name: "Mapping"))
382
+ RecordColumn.add_member(:sql_type, Shapes::ShapeRef.new(shape: RecordColumnSqlType, required: true, location_name: "SqlType"))
383
+ RecordColumn.struct_class = Types::RecordColumn
348
384
 
349
- Output.add_member(:name, Shapes::ShapeRef.new(shape: InAppStreamName, required: true, location_name: "Name"))
350
- Output.add_member(:kinesis_streams_output, Shapes::ShapeRef.new(shape: KinesisStreamsOutput, location_name: "KinesisStreamsOutput"))
351
- Output.add_member(:kinesis_firehose_output, Shapes::ShapeRef.new(shape: KinesisFirehoseOutput, location_name: "KinesisFirehoseOutput"))
352
- Output.add_member(:destination_schema, Shapes::ShapeRef.new(shape: DestinationSchema, required: true, location_name: "DestinationSchema"))
353
- Output.struct_class = Types::Output
385
+ RecordColumns.member = Shapes::ShapeRef.new(shape: RecordColumn)
354
386
 
355
- OutputDescription.add_member(:output_id, Shapes::ShapeRef.new(shape: Id, location_name: "OutputId"))
356
- OutputDescription.add_member(:name, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "Name"))
357
- OutputDescription.add_member(:kinesis_streams_output_description, Shapes::ShapeRef.new(shape: KinesisStreamsOutputDescription, location_name: "KinesisStreamsOutputDescription"))
358
- OutputDescription.add_member(:kinesis_firehose_output_description, Shapes::ShapeRef.new(shape: KinesisFirehoseOutputDescription, location_name: "KinesisFirehoseOutputDescription"))
359
- OutputDescription.add_member(:destination_schema, Shapes::ShapeRef.new(shape: DestinationSchema, location_name: "DestinationSchema"))
360
- OutputDescription.struct_class = Types::OutputDescription
387
+ RecordFormat.add_member(:record_format_type, Shapes::ShapeRef.new(shape: RecordFormatType, required: true, location_name: "RecordFormatType"))
388
+ RecordFormat.add_member(:mapping_parameters, Shapes::ShapeRef.new(shape: MappingParameters, location_name: "MappingParameters"))
389
+ RecordFormat.struct_class = Types::RecordFormat
361
390
 
362
- OutputDescriptions.member = Shapes::ShapeRef.new(shape: OutputDescription)
391
+ ReferenceDataSource.add_member(:table_name, Shapes::ShapeRef.new(shape: InAppTableName, required: true, location_name: "TableName"))
392
+ ReferenceDataSource.add_member(:s3_reference_data_source, Shapes::ShapeRef.new(shape: S3ReferenceDataSource, location_name: "S3ReferenceDataSource"))
393
+ ReferenceDataSource.add_member(:reference_schema, Shapes::ShapeRef.new(shape: SourceSchema, required: true, location_name: "ReferenceSchema"))
394
+ ReferenceDataSource.struct_class = Types::ReferenceDataSource
363
395
 
364
- OutputUpdate.add_member(:output_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "OutputId"))
365
- OutputUpdate.add_member(:name_update, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "NameUpdate"))
366
- OutputUpdate.add_member(:kinesis_streams_output_update, Shapes::ShapeRef.new(shape: KinesisStreamsOutputUpdate, location_name: "KinesisStreamsOutputUpdate"))
367
- OutputUpdate.add_member(:kinesis_firehose_output_update, Shapes::ShapeRef.new(shape: KinesisFirehoseOutputUpdate, location_name: "KinesisFirehoseOutputUpdate"))
368
- OutputUpdate.add_member(:destination_schema_update, Shapes::ShapeRef.new(shape: DestinationSchema, location_name: "DestinationSchemaUpdate"))
369
- OutputUpdate.struct_class = Types::OutputUpdate
396
+ ReferenceDataSourceDescription.add_member(:reference_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ReferenceId"))
397
+ ReferenceDataSourceDescription.add_member(:table_name, Shapes::ShapeRef.new(shape: InAppTableName, required: true, location_name: "TableName"))
398
+ ReferenceDataSourceDescription.add_member(:s3_reference_data_source_description, Shapes::ShapeRef.new(shape: S3ReferenceDataSourceDescription, required: true, location_name: "S3ReferenceDataSourceDescription"))
399
+ ReferenceDataSourceDescription.add_member(:reference_schema, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "ReferenceSchema"))
400
+ ReferenceDataSourceDescription.struct_class = Types::ReferenceDataSourceDescription
370
401
 
371
- OutputUpdates.member = Shapes::ShapeRef.new(shape: OutputUpdate)
402
+ ReferenceDataSourceDescriptions.member = Shapes::ShapeRef.new(shape: ReferenceDataSourceDescription)
372
403
 
373
- Outputs.member = Shapes::ShapeRef.new(shape: Output)
404
+ ReferenceDataSourceUpdate.add_member(:reference_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ReferenceId"))
405
+ ReferenceDataSourceUpdate.add_member(:table_name_update, Shapes::ShapeRef.new(shape: InAppTableName, location_name: "TableNameUpdate"))
406
+ ReferenceDataSourceUpdate.add_member(:s3_reference_data_source_update, Shapes::ShapeRef.new(shape: S3ReferenceDataSourceUpdate, location_name: "S3ReferenceDataSourceUpdate"))
407
+ ReferenceDataSourceUpdate.add_member(:reference_schema_update, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "ReferenceSchemaUpdate"))
408
+ ReferenceDataSourceUpdate.struct_class = Types::ReferenceDataSourceUpdate
374
409
 
375
- ParsedInputRecord.member = Shapes::ShapeRef.new(shape: ParsedInputRecordField)
410
+ ReferenceDataSourceUpdates.member = Shapes::ShapeRef.new(shape: ReferenceDataSourceUpdate)
376
411
 
377
- ParsedInputRecords.member = Shapes::ShapeRef.new(shape: ParsedInputRecord)
412
+ S3ReferenceDataSource.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
413
+ S3ReferenceDataSource.add_member(:file_key, Shapes::ShapeRef.new(shape: FileKey, required: true, location_name: "FileKey"))
414
+ S3ReferenceDataSource.add_member(:reference_role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "ReferenceRoleARN"))
415
+ S3ReferenceDataSource.struct_class = Types::S3ReferenceDataSource
378
416
 
379
- RawInputRecords.member = Shapes::ShapeRef.new(shape: RawInputRecord)
417
+ S3ReferenceDataSourceDescription.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
418
+ S3ReferenceDataSourceDescription.add_member(:file_key, Shapes::ShapeRef.new(shape: FileKey, required: true, location_name: "FileKey"))
419
+ S3ReferenceDataSourceDescription.add_member(:reference_role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "ReferenceRoleARN"))
420
+ S3ReferenceDataSourceDescription.struct_class = Types::S3ReferenceDataSourceDescription
380
421
 
381
- RecordColumn.add_member(:name, Shapes::ShapeRef.new(shape: RecordColumnName, required: true, location_name: "Name"))
382
- RecordColumn.add_member(:mapping, Shapes::ShapeRef.new(shape: RecordColumnMapping, location_name: "Mapping"))
383
- RecordColumn.add_member(:sql_type, Shapes::ShapeRef.new(shape: RecordColumnSqlType, required: true, location_name: "SqlType"))
384
- RecordColumn.struct_class = Types::RecordColumn
385
-
386
- RecordColumns.member = Shapes::ShapeRef.new(shape: RecordColumn)
387
-
388
- RecordFormat.add_member(:record_format_type, Shapes::ShapeRef.new(shape: RecordFormatType, required: true, location_name: "RecordFormatType"))
389
- RecordFormat.add_member(:mapping_parameters, Shapes::ShapeRef.new(shape: MappingParameters, location_name: "MappingParameters"))
390
- RecordFormat.struct_class = Types::RecordFormat
391
-
392
- ReferenceDataSource.add_member(:table_name, Shapes::ShapeRef.new(shape: InAppTableName, required: true, location_name: "TableName"))
393
- ReferenceDataSource.add_member(:s3_reference_data_source, Shapes::ShapeRef.new(shape: S3ReferenceDataSource, location_name: "S3ReferenceDataSource"))
394
- ReferenceDataSource.add_member(:reference_schema, Shapes::ShapeRef.new(shape: SourceSchema, required: true, location_name: "ReferenceSchema"))
395
- ReferenceDataSource.struct_class = Types::ReferenceDataSource
396
-
397
- ReferenceDataSourceDescription.add_member(:reference_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ReferenceId"))
398
- ReferenceDataSourceDescription.add_member(:table_name, Shapes::ShapeRef.new(shape: InAppTableName, required: true, location_name: "TableName"))
399
- ReferenceDataSourceDescription.add_member(:s3_reference_data_source_description, Shapes::ShapeRef.new(shape: S3ReferenceDataSourceDescription, required: true, location_name: "S3ReferenceDataSourceDescription"))
400
- ReferenceDataSourceDescription.add_member(:reference_schema, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "ReferenceSchema"))
401
- ReferenceDataSourceDescription.struct_class = Types::ReferenceDataSourceDescription
402
-
403
- ReferenceDataSourceDescriptions.member = Shapes::ShapeRef.new(shape: ReferenceDataSourceDescription)
404
-
405
- ReferenceDataSourceUpdate.add_member(:reference_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ReferenceId"))
406
- ReferenceDataSourceUpdate.add_member(:table_name_update, Shapes::ShapeRef.new(shape: InAppTableName, location_name: "TableNameUpdate"))
407
- ReferenceDataSourceUpdate.add_member(:s3_reference_data_source_update, Shapes::ShapeRef.new(shape: S3ReferenceDataSourceUpdate, location_name: "S3ReferenceDataSourceUpdate"))
408
- ReferenceDataSourceUpdate.add_member(:reference_schema_update, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "ReferenceSchemaUpdate"))
409
- ReferenceDataSourceUpdate.struct_class = Types::ReferenceDataSourceUpdate
410
-
411
- ReferenceDataSourceUpdates.member = Shapes::ShapeRef.new(shape: ReferenceDataSourceUpdate)
412
-
413
- S3ReferenceDataSource.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
414
- S3ReferenceDataSource.add_member(:file_key, Shapes::ShapeRef.new(shape: FileKey, required: true, location_name: "FileKey"))
415
- S3ReferenceDataSource.add_member(:reference_role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "ReferenceRoleARN"))
416
- S3ReferenceDataSource.struct_class = Types::S3ReferenceDataSource
417
-
418
- S3ReferenceDataSourceDescription.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
419
- S3ReferenceDataSourceDescription.add_member(:file_key, Shapes::ShapeRef.new(shape: FileKey, required: true, location_name: "FileKey"))
420
- S3ReferenceDataSourceDescription.add_member(:reference_role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "ReferenceRoleARN"))
421
- S3ReferenceDataSourceDescription.struct_class = Types::S3ReferenceDataSourceDescription
422
-
423
- S3ReferenceDataSourceUpdate.add_member(:bucket_arn_update, Shapes::ShapeRef.new(shape: BucketARN, location_name: "BucketARNUpdate"))
424
- S3ReferenceDataSourceUpdate.add_member(:file_key_update, Shapes::ShapeRef.new(shape: FileKey, location_name: "FileKeyUpdate"))
425
- S3ReferenceDataSourceUpdate.add_member(:reference_role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "ReferenceRoleARNUpdate"))
426
- S3ReferenceDataSourceUpdate.struct_class = Types::S3ReferenceDataSourceUpdate
427
-
428
- SourceSchema.add_member(:record_format, Shapes::ShapeRef.new(shape: RecordFormat, required: true, location_name: "RecordFormat"))
429
- SourceSchema.add_member(:record_encoding, Shapes::ShapeRef.new(shape: RecordEncoding, location_name: "RecordEncoding"))
430
- SourceSchema.add_member(:record_columns, Shapes::ShapeRef.new(shape: RecordColumns, required: true, location_name: "RecordColumns"))
431
- SourceSchema.struct_class = Types::SourceSchema
432
-
433
- StartApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
434
- StartApplicationRequest.add_member(:input_configurations, Shapes::ShapeRef.new(shape: InputConfigurations, required: true, location_name: "InputConfigurations"))
435
- StartApplicationRequest.struct_class = Types::StartApplicationRequest
436
-
437
- StartApplicationResponse.struct_class = Types::StartApplicationResponse
438
-
439
- StopApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
440
- StopApplicationRequest.struct_class = Types::StopApplicationRequest
441
-
442
- StopApplicationResponse.struct_class = Types::StopApplicationResponse
443
-
444
- UpdateApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
445
- UpdateApplicationRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
446
- UpdateApplicationRequest.add_member(:application_update, Shapes::ShapeRef.new(shape: ApplicationUpdate, required: true, location_name: "ApplicationUpdate"))
447
- UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
448
-
449
- UpdateApplicationResponse.struct_class = Types::UpdateApplicationResponse
450
-
451
-
452
- # @api private
453
- API = Seahorse::Model::Api.new.tap do |api|
454
-
455
- api.version = "2015-08-14"
456
-
457
- api.metadata = {
458
- "endpointPrefix" => "kinesisanalytics",
459
- "jsonVersion" => "1.1",
460
- "protocol" => "json",
461
- "serviceFullName" => "Amazon Kinesis Analytics",
462
- "signatureVersion" => "v4",
463
- "targetPrefix" => "KinesisAnalytics_20150814",
464
- "timestampFormat" => "unixTimestamp",
465
- }
466
-
467
- api.add_operation(:add_application_input, Seahorse::Model::Operation.new.tap do |o|
468
- o.name = "AddApplicationInput"
469
- o.http_method = "POST"
470
- o.http_request_uri = "/"
471
- o.input = Shapes::ShapeRef.new(shape: AddApplicationInputRequest)
472
- o.output = Shapes::ShapeRef.new(shape: AddApplicationInputResponse)
473
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
474
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
475
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
476
- o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
477
- end)
478
-
479
- api.add_operation(:add_application_output, Seahorse::Model::Operation.new.tap do |o|
480
- o.name = "AddApplicationOutput"
481
- o.http_method = "POST"
482
- o.http_request_uri = "/"
483
- o.input = Shapes::ShapeRef.new(shape: AddApplicationOutputRequest)
484
- o.output = Shapes::ShapeRef.new(shape: AddApplicationOutputResponse)
485
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
486
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
487
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
488
- o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
489
- end)
490
-
491
- api.add_operation(:add_application_reference_data_source, Seahorse::Model::Operation.new.tap do |o|
492
- o.name = "AddApplicationReferenceDataSource"
493
- o.http_method = "POST"
494
- o.http_request_uri = "/"
495
- o.input = Shapes::ShapeRef.new(shape: AddApplicationReferenceDataSourceRequest)
496
- o.output = Shapes::ShapeRef.new(shape: AddApplicationReferenceDataSourceResponse)
497
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
498
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
499
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
500
- o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
501
- end)
502
-
503
- api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
504
- o.name = "CreateApplication"
505
- o.http_method = "POST"
506
- o.http_request_uri = "/"
507
- o.input = Shapes::ShapeRef.new(shape: CreateApplicationRequest)
508
- o.output = Shapes::ShapeRef.new(shape: CreateApplicationResponse)
509
- o.errors << Shapes::ShapeRef.new(shape: CodeValidationException)
510
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
511
- o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
512
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
513
- end)
514
-
515
- api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
516
- o.name = "DeleteApplication"
517
- o.http_method = "POST"
518
- o.http_request_uri = "/"
519
- o.input = Shapes::ShapeRef.new(shape: DeleteApplicationRequest)
520
- o.output = Shapes::ShapeRef.new(shape: DeleteApplicationResponse)
521
- o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
522
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
523
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
524
- end)
525
-
526
- api.add_operation(:delete_application_output, Seahorse::Model::Operation.new.tap do |o|
527
- o.name = "DeleteApplicationOutput"
528
- o.http_method = "POST"
529
- o.http_request_uri = "/"
530
- o.input = Shapes::ShapeRef.new(shape: DeleteApplicationOutputRequest)
531
- o.output = Shapes::ShapeRef.new(shape: DeleteApplicationOutputResponse)
532
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
533
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
534
- o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
535
- end)
536
-
537
- api.add_operation(:delete_application_reference_data_source, Seahorse::Model::Operation.new.tap do |o|
538
- o.name = "DeleteApplicationReferenceDataSource"
539
- o.http_method = "POST"
540
- o.http_request_uri = "/"
541
- o.input = Shapes::ShapeRef.new(shape: DeleteApplicationReferenceDataSourceRequest)
542
- o.output = Shapes::ShapeRef.new(shape: DeleteApplicationReferenceDataSourceResponse)
543
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
544
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
545
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
546
- o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
547
- end)
548
-
549
- api.add_operation(:describe_application, Seahorse::Model::Operation.new.tap do |o|
550
- o.name = "DescribeApplication"
551
- o.http_method = "POST"
552
- o.http_request_uri = "/"
553
- o.input = Shapes::ShapeRef.new(shape: DescribeApplicationRequest)
554
- o.output = Shapes::ShapeRef.new(shape: DescribeApplicationResponse)
555
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
556
- end)
557
-
558
- api.add_operation(:discover_input_schema, Seahorse::Model::Operation.new.tap do |o|
559
- o.name = "DiscoverInputSchema"
560
- o.http_method = "POST"
561
- o.http_request_uri = "/"
562
- o.input = Shapes::ShapeRef.new(shape: DiscoverInputSchemaRequest)
563
- o.output = Shapes::ShapeRef.new(shape: DiscoverInputSchemaResponse)
564
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
565
- o.errors << Shapes::ShapeRef.new(shape: UnableToDetectSchemaException)
566
- o.errors << Shapes::ShapeRef.new(shape: ResourceProvisionedThroughputExceededException)
567
- end)
568
-
569
- api.add_operation(:list_applications, Seahorse::Model::Operation.new.tap do |o|
570
- o.name = "ListApplications"
571
- o.http_method = "POST"
572
- o.http_request_uri = "/"
573
- o.input = Shapes::ShapeRef.new(shape: ListApplicationsRequest)
574
- o.output = Shapes::ShapeRef.new(shape: ListApplicationsResponse)
575
- end)
576
-
577
- api.add_operation(:start_application, Seahorse::Model::Operation.new.tap do |o|
578
- o.name = "StartApplication"
579
- o.http_method = "POST"
580
- o.http_request_uri = "/"
581
- o.input = Shapes::ShapeRef.new(shape: StartApplicationRequest)
582
- o.output = Shapes::ShapeRef.new(shape: StartApplicationResponse)
583
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
584
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
585
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
586
- o.errors << Shapes::ShapeRef.new(shape: InvalidApplicationConfigurationException)
587
- end)
588
-
589
- api.add_operation(:stop_application, Seahorse::Model::Operation.new.tap do |o|
590
- o.name = "StopApplication"
591
- o.http_method = "POST"
592
- o.http_request_uri = "/"
593
- o.input = Shapes::ShapeRef.new(shape: StopApplicationRequest)
594
- o.output = Shapes::ShapeRef.new(shape: StopApplicationResponse)
595
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
596
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
597
- end)
598
-
599
- api.add_operation(:update_application, Seahorse::Model::Operation.new.tap do |o|
600
- o.name = "UpdateApplication"
601
- o.http_method = "POST"
602
- o.http_request_uri = "/"
603
- o.input = Shapes::ShapeRef.new(shape: UpdateApplicationRequest)
604
- o.output = Shapes::ShapeRef.new(shape: UpdateApplicationResponse)
605
- o.errors << Shapes::ShapeRef.new(shape: CodeValidationException)
606
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
607
- o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
608
- o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
609
- o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
610
- end)
611
- end
422
+ S3ReferenceDataSourceUpdate.add_member(:bucket_arn_update, Shapes::ShapeRef.new(shape: BucketARN, location_name: "BucketARNUpdate"))
423
+ S3ReferenceDataSourceUpdate.add_member(:file_key_update, Shapes::ShapeRef.new(shape: FileKey, location_name: "FileKeyUpdate"))
424
+ S3ReferenceDataSourceUpdate.add_member(:reference_role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "ReferenceRoleARNUpdate"))
425
+ S3ReferenceDataSourceUpdate.struct_class = Types::S3ReferenceDataSourceUpdate
612
426
 
427
+ SourceSchema.add_member(:record_format, Shapes::ShapeRef.new(shape: RecordFormat, required: true, location_name: "RecordFormat"))
428
+ SourceSchema.add_member(:record_encoding, Shapes::ShapeRef.new(shape: RecordEncoding, location_name: "RecordEncoding"))
429
+ SourceSchema.add_member(:record_columns, Shapes::ShapeRef.new(shape: RecordColumns, required: true, location_name: "RecordColumns"))
430
+ SourceSchema.struct_class = Types::SourceSchema
431
+
432
+ StartApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
433
+ StartApplicationRequest.add_member(:input_configurations, Shapes::ShapeRef.new(shape: InputConfigurations, required: true, location_name: "InputConfigurations"))
434
+ StartApplicationRequest.struct_class = Types::StartApplicationRequest
435
+
436
+ StartApplicationResponse.struct_class = Types::StartApplicationResponse
437
+
438
+ StopApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
439
+ StopApplicationRequest.struct_class = Types::StopApplicationRequest
440
+
441
+ StopApplicationResponse.struct_class = Types::StopApplicationResponse
442
+
443
+ UpdateApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
444
+ UpdateApplicationRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
445
+ UpdateApplicationRequest.add_member(:application_update, Shapes::ShapeRef.new(shape: ApplicationUpdate, required: true, location_name: "ApplicationUpdate"))
446
+ UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
447
+
448
+ UpdateApplicationResponse.struct_class = Types::UpdateApplicationResponse
449
+
450
+
451
+ # @api private
452
+ API = Seahorse::Model::Api.new.tap do |api|
453
+
454
+ api.version = "2015-08-14"
455
+
456
+ api.metadata = {
457
+ "endpointPrefix" => "kinesisanalytics",
458
+ "jsonVersion" => "1.1",
459
+ "protocol" => "json",
460
+ "serviceFullName" => "Amazon Kinesis Analytics",
461
+ "signatureVersion" => "v4",
462
+ "targetPrefix" => "KinesisAnalytics_20150814",
463
+ "timestampFormat" => "unixTimestamp",
464
+ }
465
+
466
+ api.add_operation(:add_application_input, Seahorse::Model::Operation.new.tap do |o|
467
+ o.name = "AddApplicationInput"
468
+ o.http_method = "POST"
469
+ o.http_request_uri = "/"
470
+ o.input = Shapes::ShapeRef.new(shape: AddApplicationInputRequest)
471
+ o.output = Shapes::ShapeRef.new(shape: AddApplicationInputResponse)
472
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
473
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
474
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
475
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
476
+ end)
477
+
478
+ api.add_operation(:add_application_output, Seahorse::Model::Operation.new.tap do |o|
479
+ o.name = "AddApplicationOutput"
480
+ o.http_method = "POST"
481
+ o.http_request_uri = "/"
482
+ o.input = Shapes::ShapeRef.new(shape: AddApplicationOutputRequest)
483
+ o.output = Shapes::ShapeRef.new(shape: AddApplicationOutputResponse)
484
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
485
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
486
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
487
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
488
+ end)
489
+
490
+ api.add_operation(:add_application_reference_data_source, Seahorse::Model::Operation.new.tap do |o|
491
+ o.name = "AddApplicationReferenceDataSource"
492
+ o.http_method = "POST"
493
+ o.http_request_uri = "/"
494
+ o.input = Shapes::ShapeRef.new(shape: AddApplicationReferenceDataSourceRequest)
495
+ o.output = Shapes::ShapeRef.new(shape: AddApplicationReferenceDataSourceResponse)
496
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
497
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
498
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
499
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
500
+ end)
501
+
502
+ api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
503
+ o.name = "CreateApplication"
504
+ o.http_method = "POST"
505
+ o.http_request_uri = "/"
506
+ o.input = Shapes::ShapeRef.new(shape: CreateApplicationRequest)
507
+ o.output = Shapes::ShapeRef.new(shape: CreateApplicationResponse)
508
+ o.errors << Shapes::ShapeRef.new(shape: CodeValidationException)
509
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
510
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
511
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
512
+ end)
513
+
514
+ api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
515
+ o.name = "DeleteApplication"
516
+ o.http_method = "POST"
517
+ o.http_request_uri = "/"
518
+ o.input = Shapes::ShapeRef.new(shape: DeleteApplicationRequest)
519
+ o.output = Shapes::ShapeRef.new(shape: DeleteApplicationResponse)
520
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
521
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
522
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
523
+ end)
524
+
525
+ api.add_operation(:delete_application_output, Seahorse::Model::Operation.new.tap do |o|
526
+ o.name = "DeleteApplicationOutput"
527
+ o.http_method = "POST"
528
+ o.http_request_uri = "/"
529
+ o.input = Shapes::ShapeRef.new(shape: DeleteApplicationOutputRequest)
530
+ o.output = Shapes::ShapeRef.new(shape: DeleteApplicationOutputResponse)
531
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
532
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
533
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
534
+ end)
535
+
536
+ api.add_operation(:delete_application_reference_data_source, Seahorse::Model::Operation.new.tap do |o|
537
+ o.name = "DeleteApplicationReferenceDataSource"
538
+ o.http_method = "POST"
539
+ o.http_request_uri = "/"
540
+ o.input = Shapes::ShapeRef.new(shape: DeleteApplicationReferenceDataSourceRequest)
541
+ o.output = Shapes::ShapeRef.new(shape: DeleteApplicationReferenceDataSourceResponse)
542
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
543
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
544
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
545
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
546
+ end)
547
+
548
+ api.add_operation(:describe_application, Seahorse::Model::Operation.new.tap do |o|
549
+ o.name = "DescribeApplication"
550
+ o.http_method = "POST"
551
+ o.http_request_uri = "/"
552
+ o.input = Shapes::ShapeRef.new(shape: DescribeApplicationRequest)
553
+ o.output = Shapes::ShapeRef.new(shape: DescribeApplicationResponse)
554
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
555
+ end)
556
+
557
+ api.add_operation(:discover_input_schema, Seahorse::Model::Operation.new.tap do |o|
558
+ o.name = "DiscoverInputSchema"
559
+ o.http_method = "POST"
560
+ o.http_request_uri = "/"
561
+ o.input = Shapes::ShapeRef.new(shape: DiscoverInputSchemaRequest)
562
+ o.output = Shapes::ShapeRef.new(shape: DiscoverInputSchemaResponse)
563
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
564
+ o.errors << Shapes::ShapeRef.new(shape: UnableToDetectSchemaException)
565
+ o.errors << Shapes::ShapeRef.new(shape: ResourceProvisionedThroughputExceededException)
566
+ end)
567
+
568
+ api.add_operation(:list_applications, Seahorse::Model::Operation.new.tap do |o|
569
+ o.name = "ListApplications"
570
+ o.http_method = "POST"
571
+ o.http_request_uri = "/"
572
+ o.input = Shapes::ShapeRef.new(shape: ListApplicationsRequest)
573
+ o.output = Shapes::ShapeRef.new(shape: ListApplicationsResponse)
574
+ end)
575
+
576
+ api.add_operation(:start_application, Seahorse::Model::Operation.new.tap do |o|
577
+ o.name = "StartApplication"
578
+ o.http_method = "POST"
579
+ o.http_request_uri = "/"
580
+ o.input = Shapes::ShapeRef.new(shape: StartApplicationRequest)
581
+ o.output = Shapes::ShapeRef.new(shape: StartApplicationResponse)
582
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
583
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
584
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
585
+ o.errors << Shapes::ShapeRef.new(shape: InvalidApplicationConfigurationException)
586
+ end)
587
+
588
+ api.add_operation(:stop_application, Seahorse::Model::Operation.new.tap do |o|
589
+ o.name = "StopApplication"
590
+ o.http_method = "POST"
591
+ o.http_request_uri = "/"
592
+ o.input = Shapes::ShapeRef.new(shape: StopApplicationRequest)
593
+ o.output = Shapes::ShapeRef.new(shape: StopApplicationResponse)
594
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
595
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
596
+ end)
597
+
598
+ api.add_operation(:update_application, Seahorse::Model::Operation.new.tap do |o|
599
+ o.name = "UpdateApplication"
600
+ o.http_method = "POST"
601
+ o.http_request_uri = "/"
602
+ o.input = Shapes::ShapeRef.new(shape: UpdateApplicationRequest)
603
+ o.output = Shapes::ShapeRef.new(shape: UpdateApplicationResponse)
604
+ o.errors << Shapes::ShapeRef.new(shape: CodeValidationException)
605
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
606
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
607
+ o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
608
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
609
+ end)
613
610
  end
611
+
614
612
  end
615
613
  end