aws-sdk-kinesisanalytics 1.30.0 → 1.34.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +243 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-kinesisanalytics/client.rb +2 -2
- data/lib/aws-sdk-kinesisanalytics/client_api.rb +0 -930
- checksums.yaml.gz +0 -0
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1.34.0
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -1930,7 +1930,7 @@ module Aws::KinesisAnalytics
|
|
1930
1930
|
params: params,
|
1931
1931
|
config: config)
|
1932
1932
|
context[:gem_name] = 'aws-sdk-kinesisanalytics'
|
1933
|
-
context[:gem_version] = '1.
|
1933
|
+
context[:gem_version] = '1.34.0'
|
1934
1934
|
Seahorse::Client::Request.new(handlers, context)
|
1935
1935
|
end
|
1936
1936
|
|
@@ -1,930 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
# WARNING ABOUT GENERATED CODE
|
4
|
-
#
|
5
|
-
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
7
|
-
#
|
8
|
-
# WARNING ABOUT GENERATED CODE
|
9
|
-
|
10
|
-
module Aws::KinesisAnalytics
|
11
|
-
# @api private
|
12
|
-
module ClientApi
|
13
|
-
|
14
|
-
include Seahorse::Model
|
15
|
-
|
16
|
-
AddApplicationCloudWatchLoggingOptionRequest = Shapes::StructureShape.new(name: 'AddApplicationCloudWatchLoggingOptionRequest')
|
17
|
-
AddApplicationCloudWatchLoggingOptionResponse = Shapes::StructureShape.new(name: 'AddApplicationCloudWatchLoggingOptionResponse')
|
18
|
-
AddApplicationInputProcessingConfigurationRequest = Shapes::StructureShape.new(name: 'AddApplicationInputProcessingConfigurationRequest')
|
19
|
-
AddApplicationInputProcessingConfigurationResponse = Shapes::StructureShape.new(name: 'AddApplicationInputProcessingConfigurationResponse')
|
20
|
-
AddApplicationInputRequest = Shapes::StructureShape.new(name: 'AddApplicationInputRequest')
|
21
|
-
AddApplicationInputResponse = Shapes::StructureShape.new(name: 'AddApplicationInputResponse')
|
22
|
-
AddApplicationOutputRequest = Shapes::StructureShape.new(name: 'AddApplicationOutputRequest')
|
23
|
-
AddApplicationOutputResponse = Shapes::StructureShape.new(name: 'AddApplicationOutputResponse')
|
24
|
-
AddApplicationReferenceDataSourceRequest = Shapes::StructureShape.new(name: 'AddApplicationReferenceDataSourceRequest')
|
25
|
-
AddApplicationReferenceDataSourceResponse = Shapes::StructureShape.new(name: 'AddApplicationReferenceDataSourceResponse')
|
26
|
-
ApplicationCode = Shapes::StringShape.new(name: 'ApplicationCode')
|
27
|
-
ApplicationDescription = Shapes::StringShape.new(name: 'ApplicationDescription')
|
28
|
-
ApplicationDetail = Shapes::StructureShape.new(name: 'ApplicationDetail')
|
29
|
-
ApplicationName = Shapes::StringShape.new(name: 'ApplicationName')
|
30
|
-
ApplicationStatus = Shapes::StringShape.new(name: 'ApplicationStatus')
|
31
|
-
ApplicationSummaries = Shapes::ListShape.new(name: 'ApplicationSummaries')
|
32
|
-
ApplicationSummary = Shapes::StructureShape.new(name: 'ApplicationSummary')
|
33
|
-
ApplicationUpdate = Shapes::StructureShape.new(name: 'ApplicationUpdate')
|
34
|
-
ApplicationVersionId = Shapes::IntegerShape.new(name: 'ApplicationVersionId')
|
35
|
-
BooleanObject = Shapes::BooleanShape.new(name: 'BooleanObject')
|
36
|
-
BucketARN = Shapes::StringShape.new(name: 'BucketARN')
|
37
|
-
CSVMappingParameters = Shapes::StructureShape.new(name: 'CSVMappingParameters')
|
38
|
-
CloudWatchLoggingOption = Shapes::StructureShape.new(name: 'CloudWatchLoggingOption')
|
39
|
-
CloudWatchLoggingOptionDescription = Shapes::StructureShape.new(name: 'CloudWatchLoggingOptionDescription')
|
40
|
-
CloudWatchLoggingOptionDescriptions = Shapes::ListShape.new(name: 'CloudWatchLoggingOptionDescriptions')
|
41
|
-
CloudWatchLoggingOptionUpdate = Shapes::StructureShape.new(name: 'CloudWatchLoggingOptionUpdate')
|
42
|
-
CloudWatchLoggingOptionUpdates = Shapes::ListShape.new(name: 'CloudWatchLoggingOptionUpdates')
|
43
|
-
CloudWatchLoggingOptions = Shapes::ListShape.new(name: 'CloudWatchLoggingOptions')
|
44
|
-
CodeValidationException = Shapes::StructureShape.new(name: 'CodeValidationException')
|
45
|
-
ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
|
46
|
-
CreateApplicationRequest = Shapes::StructureShape.new(name: 'CreateApplicationRequest')
|
47
|
-
CreateApplicationResponse = Shapes::StructureShape.new(name: 'CreateApplicationResponse')
|
48
|
-
DeleteApplicationCloudWatchLoggingOptionRequest = Shapes::StructureShape.new(name: 'DeleteApplicationCloudWatchLoggingOptionRequest')
|
49
|
-
DeleteApplicationCloudWatchLoggingOptionResponse = Shapes::StructureShape.new(name: 'DeleteApplicationCloudWatchLoggingOptionResponse')
|
50
|
-
DeleteApplicationInputProcessingConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationInputProcessingConfigurationRequest')
|
51
|
-
DeleteApplicationInputProcessingConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteApplicationInputProcessingConfigurationResponse')
|
52
|
-
DeleteApplicationOutputRequest = Shapes::StructureShape.new(name: 'DeleteApplicationOutputRequest')
|
53
|
-
DeleteApplicationOutputResponse = Shapes::StructureShape.new(name: 'DeleteApplicationOutputResponse')
|
54
|
-
DeleteApplicationReferenceDataSourceRequest = Shapes::StructureShape.new(name: 'DeleteApplicationReferenceDataSourceRequest')
|
55
|
-
DeleteApplicationReferenceDataSourceResponse = Shapes::StructureShape.new(name: 'DeleteApplicationReferenceDataSourceResponse')
|
56
|
-
DeleteApplicationRequest = Shapes::StructureShape.new(name: 'DeleteApplicationRequest')
|
57
|
-
DeleteApplicationResponse = Shapes::StructureShape.new(name: 'DeleteApplicationResponse')
|
58
|
-
DescribeApplicationRequest = Shapes::StructureShape.new(name: 'DescribeApplicationRequest')
|
59
|
-
DescribeApplicationResponse = Shapes::StructureShape.new(name: 'DescribeApplicationResponse')
|
60
|
-
DestinationSchema = Shapes::StructureShape.new(name: 'DestinationSchema')
|
61
|
-
DiscoverInputSchemaRequest = Shapes::StructureShape.new(name: 'DiscoverInputSchemaRequest')
|
62
|
-
DiscoverInputSchemaResponse = Shapes::StructureShape.new(name: 'DiscoverInputSchemaResponse')
|
63
|
-
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
64
|
-
FileKey = Shapes::StringShape.new(name: 'FileKey')
|
65
|
-
Id = Shapes::StringShape.new(name: 'Id')
|
66
|
-
InAppStreamName = Shapes::StringShape.new(name: 'InAppStreamName')
|
67
|
-
InAppStreamNames = Shapes::ListShape.new(name: 'InAppStreamNames')
|
68
|
-
InAppTableName = Shapes::StringShape.new(name: 'InAppTableName')
|
69
|
-
Input = Shapes::StructureShape.new(name: 'Input')
|
70
|
-
InputConfiguration = Shapes::StructureShape.new(name: 'InputConfiguration')
|
71
|
-
InputConfigurations = Shapes::ListShape.new(name: 'InputConfigurations')
|
72
|
-
InputDescription = Shapes::StructureShape.new(name: 'InputDescription')
|
73
|
-
InputDescriptions = Shapes::ListShape.new(name: 'InputDescriptions')
|
74
|
-
InputLambdaProcessor = Shapes::StructureShape.new(name: 'InputLambdaProcessor')
|
75
|
-
InputLambdaProcessorDescription = Shapes::StructureShape.new(name: 'InputLambdaProcessorDescription')
|
76
|
-
InputLambdaProcessorUpdate = Shapes::StructureShape.new(name: 'InputLambdaProcessorUpdate')
|
77
|
-
InputParallelism = Shapes::StructureShape.new(name: 'InputParallelism')
|
78
|
-
InputParallelismCount = Shapes::IntegerShape.new(name: 'InputParallelismCount')
|
79
|
-
InputParallelismUpdate = Shapes::StructureShape.new(name: 'InputParallelismUpdate')
|
80
|
-
InputProcessingConfiguration = Shapes::StructureShape.new(name: 'InputProcessingConfiguration')
|
81
|
-
InputProcessingConfigurationDescription = Shapes::StructureShape.new(name: 'InputProcessingConfigurationDescription')
|
82
|
-
InputProcessingConfigurationUpdate = Shapes::StructureShape.new(name: 'InputProcessingConfigurationUpdate')
|
83
|
-
InputSchemaUpdate = Shapes::StructureShape.new(name: 'InputSchemaUpdate')
|
84
|
-
InputStartingPosition = Shapes::StringShape.new(name: 'InputStartingPosition')
|
85
|
-
InputStartingPositionConfiguration = Shapes::StructureShape.new(name: 'InputStartingPositionConfiguration')
|
86
|
-
InputUpdate = Shapes::StructureShape.new(name: 'InputUpdate')
|
87
|
-
InputUpdates = Shapes::ListShape.new(name: 'InputUpdates')
|
88
|
-
Inputs = Shapes::ListShape.new(name: 'Inputs')
|
89
|
-
InvalidApplicationConfigurationException = Shapes::StructureShape.new(name: 'InvalidApplicationConfigurationException')
|
90
|
-
InvalidArgumentException = Shapes::StructureShape.new(name: 'InvalidArgumentException')
|
91
|
-
JSONMappingParameters = Shapes::StructureShape.new(name: 'JSONMappingParameters')
|
92
|
-
KinesisAnalyticsARN = Shapes::StringShape.new(name: 'KinesisAnalyticsARN')
|
93
|
-
KinesisFirehoseInput = Shapes::StructureShape.new(name: 'KinesisFirehoseInput')
|
94
|
-
KinesisFirehoseInputDescription = Shapes::StructureShape.new(name: 'KinesisFirehoseInputDescription')
|
95
|
-
KinesisFirehoseInputUpdate = Shapes::StructureShape.new(name: 'KinesisFirehoseInputUpdate')
|
96
|
-
KinesisFirehoseOutput = Shapes::StructureShape.new(name: 'KinesisFirehoseOutput')
|
97
|
-
KinesisFirehoseOutputDescription = Shapes::StructureShape.new(name: 'KinesisFirehoseOutputDescription')
|
98
|
-
KinesisFirehoseOutputUpdate = Shapes::StructureShape.new(name: 'KinesisFirehoseOutputUpdate')
|
99
|
-
KinesisStreamsInput = Shapes::StructureShape.new(name: 'KinesisStreamsInput')
|
100
|
-
KinesisStreamsInputDescription = Shapes::StructureShape.new(name: 'KinesisStreamsInputDescription')
|
101
|
-
KinesisStreamsInputUpdate = Shapes::StructureShape.new(name: 'KinesisStreamsInputUpdate')
|
102
|
-
KinesisStreamsOutput = Shapes::StructureShape.new(name: 'KinesisStreamsOutput')
|
103
|
-
KinesisStreamsOutputDescription = Shapes::StructureShape.new(name: 'KinesisStreamsOutputDescription')
|
104
|
-
KinesisStreamsOutputUpdate = Shapes::StructureShape.new(name: 'KinesisStreamsOutputUpdate')
|
105
|
-
LambdaOutput = Shapes::StructureShape.new(name: 'LambdaOutput')
|
106
|
-
LambdaOutputDescription = Shapes::StructureShape.new(name: 'LambdaOutputDescription')
|
107
|
-
LambdaOutputUpdate = Shapes::StructureShape.new(name: 'LambdaOutputUpdate')
|
108
|
-
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
109
|
-
ListApplicationsInputLimit = Shapes::IntegerShape.new(name: 'ListApplicationsInputLimit')
|
110
|
-
ListApplicationsRequest = Shapes::StructureShape.new(name: 'ListApplicationsRequest')
|
111
|
-
ListApplicationsResponse = Shapes::StructureShape.new(name: 'ListApplicationsResponse')
|
112
|
-
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
113
|
-
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
114
|
-
LogStreamARN = Shapes::StringShape.new(name: 'LogStreamARN')
|
115
|
-
MappingParameters = Shapes::StructureShape.new(name: 'MappingParameters')
|
116
|
-
Output = Shapes::StructureShape.new(name: 'Output')
|
117
|
-
OutputDescription = Shapes::StructureShape.new(name: 'OutputDescription')
|
118
|
-
OutputDescriptions = Shapes::ListShape.new(name: 'OutputDescriptions')
|
119
|
-
OutputUpdate = Shapes::StructureShape.new(name: 'OutputUpdate')
|
120
|
-
OutputUpdates = Shapes::ListShape.new(name: 'OutputUpdates')
|
121
|
-
Outputs = Shapes::ListShape.new(name: 'Outputs')
|
122
|
-
ParsedInputRecord = Shapes::ListShape.new(name: 'ParsedInputRecord')
|
123
|
-
ParsedInputRecordField = Shapes::StringShape.new(name: 'ParsedInputRecordField')
|
124
|
-
ParsedInputRecords = Shapes::ListShape.new(name: 'ParsedInputRecords')
|
125
|
-
ProcessedInputRecord = Shapes::StringShape.new(name: 'ProcessedInputRecord')
|
126
|
-
ProcessedInputRecords = Shapes::ListShape.new(name: 'ProcessedInputRecords')
|
127
|
-
RawInputRecord = Shapes::StringShape.new(name: 'RawInputRecord')
|
128
|
-
RawInputRecords = Shapes::ListShape.new(name: 'RawInputRecords')
|
129
|
-
RecordColumn = Shapes::StructureShape.new(name: 'RecordColumn')
|
130
|
-
RecordColumnDelimiter = Shapes::StringShape.new(name: 'RecordColumnDelimiter')
|
131
|
-
RecordColumnMapping = Shapes::StringShape.new(name: 'RecordColumnMapping')
|
132
|
-
RecordColumnName = Shapes::StringShape.new(name: 'RecordColumnName')
|
133
|
-
RecordColumnSqlType = Shapes::StringShape.new(name: 'RecordColumnSqlType')
|
134
|
-
RecordColumns = Shapes::ListShape.new(name: 'RecordColumns')
|
135
|
-
RecordEncoding = Shapes::StringShape.new(name: 'RecordEncoding')
|
136
|
-
RecordFormat = Shapes::StructureShape.new(name: 'RecordFormat')
|
137
|
-
RecordFormatType = Shapes::StringShape.new(name: 'RecordFormatType')
|
138
|
-
RecordRowDelimiter = Shapes::StringShape.new(name: 'RecordRowDelimiter')
|
139
|
-
RecordRowPath = Shapes::StringShape.new(name: 'RecordRowPath')
|
140
|
-
ReferenceDataSource = Shapes::StructureShape.new(name: 'ReferenceDataSource')
|
141
|
-
ReferenceDataSourceDescription = Shapes::StructureShape.new(name: 'ReferenceDataSourceDescription')
|
142
|
-
ReferenceDataSourceDescriptions = Shapes::ListShape.new(name: 'ReferenceDataSourceDescriptions')
|
143
|
-
ReferenceDataSourceUpdate = Shapes::StructureShape.new(name: 'ReferenceDataSourceUpdate')
|
144
|
-
ReferenceDataSourceUpdates = Shapes::ListShape.new(name: 'ReferenceDataSourceUpdates')
|
145
|
-
ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
|
146
|
-
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
147
|
-
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
148
|
-
ResourceProvisionedThroughputExceededException = Shapes::StructureShape.new(name: 'ResourceProvisionedThroughputExceededException')
|
149
|
-
RoleARN = Shapes::StringShape.new(name: 'RoleARN')
|
150
|
-
S3Configuration = Shapes::StructureShape.new(name: 'S3Configuration')
|
151
|
-
S3ReferenceDataSource = Shapes::StructureShape.new(name: 'S3ReferenceDataSource')
|
152
|
-
S3ReferenceDataSourceDescription = Shapes::StructureShape.new(name: 'S3ReferenceDataSourceDescription')
|
153
|
-
S3ReferenceDataSourceUpdate = Shapes::StructureShape.new(name: 'S3ReferenceDataSourceUpdate')
|
154
|
-
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
155
|
-
SourceSchema = Shapes::StructureShape.new(name: 'SourceSchema')
|
156
|
-
StartApplicationRequest = Shapes::StructureShape.new(name: 'StartApplicationRequest')
|
157
|
-
StartApplicationResponse = Shapes::StructureShape.new(name: 'StartApplicationResponse')
|
158
|
-
StopApplicationRequest = Shapes::StructureShape.new(name: 'StopApplicationRequest')
|
159
|
-
StopApplicationResponse = Shapes::StructureShape.new(name: 'StopApplicationResponse')
|
160
|
-
Tag = Shapes::StructureShape.new(name: 'Tag')
|
161
|
-
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
162
|
-
TagKeys = Shapes::ListShape.new(name: 'TagKeys')
|
163
|
-
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
164
|
-
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
165
|
-
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
166
|
-
Tags = Shapes::ListShape.new(name: 'Tags')
|
167
|
-
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
168
|
-
TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
|
169
|
-
UnableToDetectSchemaException = Shapes::StructureShape.new(name: 'UnableToDetectSchemaException')
|
170
|
-
UnsupportedOperationException = Shapes::StructureShape.new(name: 'UnsupportedOperationException')
|
171
|
-
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
172
|
-
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
173
|
-
UpdateApplicationRequest = Shapes::StructureShape.new(name: 'UpdateApplicationRequest')
|
174
|
-
UpdateApplicationResponse = Shapes::StructureShape.new(name: 'UpdateApplicationResponse')
|
175
|
-
|
176
|
-
AddApplicationCloudWatchLoggingOptionRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
177
|
-
AddApplicationCloudWatchLoggingOptionRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
|
178
|
-
AddApplicationCloudWatchLoggingOptionRequest.add_member(:cloud_watch_logging_option, Shapes::ShapeRef.new(shape: CloudWatchLoggingOption, required: true, location_name: "CloudWatchLoggingOption"))
|
179
|
-
AddApplicationCloudWatchLoggingOptionRequest.struct_class = Types::AddApplicationCloudWatchLoggingOptionRequest
|
180
|
-
|
181
|
-
AddApplicationCloudWatchLoggingOptionResponse.struct_class = Types::AddApplicationCloudWatchLoggingOptionResponse
|
182
|
-
|
183
|
-
AddApplicationInputProcessingConfigurationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
184
|
-
AddApplicationInputProcessingConfigurationRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
|
185
|
-
AddApplicationInputProcessingConfigurationRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "InputId"))
|
186
|
-
AddApplicationInputProcessingConfigurationRequest.add_member(:input_processing_configuration, Shapes::ShapeRef.new(shape: InputProcessingConfiguration, required: true, location_name: "InputProcessingConfiguration"))
|
187
|
-
AddApplicationInputProcessingConfigurationRequest.struct_class = Types::AddApplicationInputProcessingConfigurationRequest
|
188
|
-
|
189
|
-
AddApplicationInputProcessingConfigurationResponse.struct_class = Types::AddApplicationInputProcessingConfigurationResponse
|
190
|
-
|
191
|
-
AddApplicationInputRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
192
|
-
AddApplicationInputRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
|
193
|
-
AddApplicationInputRequest.add_member(:input, Shapes::ShapeRef.new(shape: Input, required: true, location_name: "Input"))
|
194
|
-
AddApplicationInputRequest.struct_class = Types::AddApplicationInputRequest
|
195
|
-
|
196
|
-
AddApplicationInputResponse.struct_class = Types::AddApplicationInputResponse
|
197
|
-
|
198
|
-
AddApplicationOutputRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
199
|
-
AddApplicationOutputRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
|
200
|
-
AddApplicationOutputRequest.add_member(:output, Shapes::ShapeRef.new(shape: Output, required: true, location_name: "Output"))
|
201
|
-
AddApplicationOutputRequest.struct_class = Types::AddApplicationOutputRequest
|
202
|
-
|
203
|
-
AddApplicationOutputResponse.struct_class = Types::AddApplicationOutputResponse
|
204
|
-
|
205
|
-
AddApplicationReferenceDataSourceRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
206
|
-
AddApplicationReferenceDataSourceRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
|
207
|
-
AddApplicationReferenceDataSourceRequest.add_member(:reference_data_source, Shapes::ShapeRef.new(shape: ReferenceDataSource, required: true, location_name: "ReferenceDataSource"))
|
208
|
-
AddApplicationReferenceDataSourceRequest.struct_class = Types::AddApplicationReferenceDataSourceRequest
|
209
|
-
|
210
|
-
AddApplicationReferenceDataSourceResponse.struct_class = Types::AddApplicationReferenceDataSourceResponse
|
211
|
-
|
212
|
-
ApplicationDetail.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
213
|
-
ApplicationDetail.add_member(:application_description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "ApplicationDescription"))
|
214
|
-
ApplicationDetail.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ApplicationARN"))
|
215
|
-
ApplicationDetail.add_member(:application_status, Shapes::ShapeRef.new(shape: ApplicationStatus, required: true, location_name: "ApplicationStatus"))
|
216
|
-
ApplicationDetail.add_member(:create_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTimestamp"))
|
217
|
-
ApplicationDetail.add_member(:last_update_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdateTimestamp"))
|
218
|
-
ApplicationDetail.add_member(:input_descriptions, Shapes::ShapeRef.new(shape: InputDescriptions, location_name: "InputDescriptions"))
|
219
|
-
ApplicationDetail.add_member(:output_descriptions, Shapes::ShapeRef.new(shape: OutputDescriptions, location_name: "OutputDescriptions"))
|
220
|
-
ApplicationDetail.add_member(:reference_data_source_descriptions, Shapes::ShapeRef.new(shape: ReferenceDataSourceDescriptions, location_name: "ReferenceDataSourceDescriptions"))
|
221
|
-
ApplicationDetail.add_member(:cloud_watch_logging_option_descriptions, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptionDescriptions, location_name: "CloudWatchLoggingOptionDescriptions"))
|
222
|
-
ApplicationDetail.add_member(:application_code, Shapes::ShapeRef.new(shape: ApplicationCode, location_name: "ApplicationCode"))
|
223
|
-
ApplicationDetail.add_member(:application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "ApplicationVersionId"))
|
224
|
-
ApplicationDetail.struct_class = Types::ApplicationDetail
|
225
|
-
|
226
|
-
ApplicationSummaries.member = Shapes::ShapeRef.new(shape: ApplicationSummary)
|
227
|
-
|
228
|
-
ApplicationSummary.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
229
|
-
ApplicationSummary.add_member(:application_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ApplicationARN"))
|
230
|
-
ApplicationSummary.add_member(:application_status, Shapes::ShapeRef.new(shape: ApplicationStatus, required: true, location_name: "ApplicationStatus"))
|
231
|
-
ApplicationSummary.struct_class = Types::ApplicationSummary
|
232
|
-
|
233
|
-
ApplicationUpdate.add_member(:input_updates, Shapes::ShapeRef.new(shape: InputUpdates, location_name: "InputUpdates"))
|
234
|
-
ApplicationUpdate.add_member(:application_code_update, Shapes::ShapeRef.new(shape: ApplicationCode, location_name: "ApplicationCodeUpdate"))
|
235
|
-
ApplicationUpdate.add_member(:output_updates, Shapes::ShapeRef.new(shape: OutputUpdates, location_name: "OutputUpdates"))
|
236
|
-
ApplicationUpdate.add_member(:reference_data_source_updates, Shapes::ShapeRef.new(shape: ReferenceDataSourceUpdates, location_name: "ReferenceDataSourceUpdates"))
|
237
|
-
ApplicationUpdate.add_member(:cloud_watch_logging_option_updates, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptionUpdates, location_name: "CloudWatchLoggingOptionUpdates"))
|
238
|
-
ApplicationUpdate.struct_class = Types::ApplicationUpdate
|
239
|
-
|
240
|
-
CSVMappingParameters.add_member(:record_row_delimiter, Shapes::ShapeRef.new(shape: RecordRowDelimiter, required: true, location_name: "RecordRowDelimiter"))
|
241
|
-
CSVMappingParameters.add_member(:record_column_delimiter, Shapes::ShapeRef.new(shape: RecordColumnDelimiter, required: true, location_name: "RecordColumnDelimiter"))
|
242
|
-
CSVMappingParameters.struct_class = Types::CSVMappingParameters
|
243
|
-
|
244
|
-
CloudWatchLoggingOption.add_member(:log_stream_arn, Shapes::ShapeRef.new(shape: LogStreamARN, required: true, location_name: "LogStreamARN"))
|
245
|
-
CloudWatchLoggingOption.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
246
|
-
CloudWatchLoggingOption.struct_class = Types::CloudWatchLoggingOption
|
247
|
-
|
248
|
-
CloudWatchLoggingOptionDescription.add_member(:cloud_watch_logging_option_id, Shapes::ShapeRef.new(shape: Id, location_name: "CloudWatchLoggingOptionId"))
|
249
|
-
CloudWatchLoggingOptionDescription.add_member(:log_stream_arn, Shapes::ShapeRef.new(shape: LogStreamARN, required: true, location_name: "LogStreamARN"))
|
250
|
-
CloudWatchLoggingOptionDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
251
|
-
CloudWatchLoggingOptionDescription.struct_class = Types::CloudWatchLoggingOptionDescription
|
252
|
-
|
253
|
-
CloudWatchLoggingOptionDescriptions.member = Shapes::ShapeRef.new(shape: CloudWatchLoggingOptionDescription)
|
254
|
-
|
255
|
-
CloudWatchLoggingOptionUpdate.add_member(:cloud_watch_logging_option_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "CloudWatchLoggingOptionId"))
|
256
|
-
CloudWatchLoggingOptionUpdate.add_member(:log_stream_arn_update, Shapes::ShapeRef.new(shape: LogStreamARN, location_name: "LogStreamARNUpdate"))
|
257
|
-
CloudWatchLoggingOptionUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
|
258
|
-
CloudWatchLoggingOptionUpdate.struct_class = Types::CloudWatchLoggingOptionUpdate
|
259
|
-
|
260
|
-
CloudWatchLoggingOptionUpdates.member = Shapes::ShapeRef.new(shape: CloudWatchLoggingOptionUpdate)
|
261
|
-
|
262
|
-
CloudWatchLoggingOptions.member = Shapes::ShapeRef.new(shape: CloudWatchLoggingOption)
|
263
|
-
|
264
|
-
CodeValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
265
|
-
CodeValidationException.struct_class = Types::CodeValidationException
|
266
|
-
|
267
|
-
ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
268
|
-
ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
|
269
|
-
|
270
|
-
CreateApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
271
|
-
CreateApplicationRequest.add_member(:application_description, Shapes::ShapeRef.new(shape: ApplicationDescription, location_name: "ApplicationDescription"))
|
272
|
-
CreateApplicationRequest.add_member(:inputs, Shapes::ShapeRef.new(shape: Inputs, location_name: "Inputs"))
|
273
|
-
CreateApplicationRequest.add_member(:outputs, Shapes::ShapeRef.new(shape: Outputs, location_name: "Outputs"))
|
274
|
-
CreateApplicationRequest.add_member(:cloud_watch_logging_options, Shapes::ShapeRef.new(shape: CloudWatchLoggingOptions, location_name: "CloudWatchLoggingOptions"))
|
275
|
-
CreateApplicationRequest.add_member(:application_code, Shapes::ShapeRef.new(shape: ApplicationCode, location_name: "ApplicationCode"))
|
276
|
-
CreateApplicationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
277
|
-
CreateApplicationRequest.struct_class = Types::CreateApplicationRequest
|
278
|
-
|
279
|
-
CreateApplicationResponse.add_member(:application_summary, Shapes::ShapeRef.new(shape: ApplicationSummary, required: true, location_name: "ApplicationSummary"))
|
280
|
-
CreateApplicationResponse.struct_class = Types::CreateApplicationResponse
|
281
|
-
|
282
|
-
DeleteApplicationCloudWatchLoggingOptionRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
283
|
-
DeleteApplicationCloudWatchLoggingOptionRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
|
284
|
-
DeleteApplicationCloudWatchLoggingOptionRequest.add_member(:cloud_watch_logging_option_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "CloudWatchLoggingOptionId"))
|
285
|
-
DeleteApplicationCloudWatchLoggingOptionRequest.struct_class = Types::DeleteApplicationCloudWatchLoggingOptionRequest
|
286
|
-
|
287
|
-
DeleteApplicationCloudWatchLoggingOptionResponse.struct_class = Types::DeleteApplicationCloudWatchLoggingOptionResponse
|
288
|
-
|
289
|
-
DeleteApplicationInputProcessingConfigurationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
290
|
-
DeleteApplicationInputProcessingConfigurationRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
|
291
|
-
DeleteApplicationInputProcessingConfigurationRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "InputId"))
|
292
|
-
DeleteApplicationInputProcessingConfigurationRequest.struct_class = Types::DeleteApplicationInputProcessingConfigurationRequest
|
293
|
-
|
294
|
-
DeleteApplicationInputProcessingConfigurationResponse.struct_class = Types::DeleteApplicationInputProcessingConfigurationResponse
|
295
|
-
|
296
|
-
DeleteApplicationOutputRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
297
|
-
DeleteApplicationOutputRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
|
298
|
-
DeleteApplicationOutputRequest.add_member(:output_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "OutputId"))
|
299
|
-
DeleteApplicationOutputRequest.struct_class = Types::DeleteApplicationOutputRequest
|
300
|
-
|
301
|
-
DeleteApplicationOutputResponse.struct_class = Types::DeleteApplicationOutputResponse
|
302
|
-
|
303
|
-
DeleteApplicationReferenceDataSourceRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
304
|
-
DeleteApplicationReferenceDataSourceRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
|
305
|
-
DeleteApplicationReferenceDataSourceRequest.add_member(:reference_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ReferenceId"))
|
306
|
-
DeleteApplicationReferenceDataSourceRequest.struct_class = Types::DeleteApplicationReferenceDataSourceRequest
|
307
|
-
|
308
|
-
DeleteApplicationReferenceDataSourceResponse.struct_class = Types::DeleteApplicationReferenceDataSourceResponse
|
309
|
-
|
310
|
-
DeleteApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
311
|
-
DeleteApplicationRequest.add_member(:create_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreateTimestamp"))
|
312
|
-
DeleteApplicationRequest.struct_class = Types::DeleteApplicationRequest
|
313
|
-
|
314
|
-
DeleteApplicationResponse.struct_class = Types::DeleteApplicationResponse
|
315
|
-
|
316
|
-
DescribeApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
317
|
-
DescribeApplicationRequest.struct_class = Types::DescribeApplicationRequest
|
318
|
-
|
319
|
-
DescribeApplicationResponse.add_member(:application_detail, Shapes::ShapeRef.new(shape: ApplicationDetail, required: true, location_name: "ApplicationDetail"))
|
320
|
-
DescribeApplicationResponse.struct_class = Types::DescribeApplicationResponse
|
321
|
-
|
322
|
-
DestinationSchema.add_member(:record_format_type, Shapes::ShapeRef.new(shape: RecordFormatType, required: true, location_name: "RecordFormatType"))
|
323
|
-
DestinationSchema.struct_class = Types::DestinationSchema
|
324
|
-
|
325
|
-
DiscoverInputSchemaRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
|
326
|
-
DiscoverInputSchemaRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
327
|
-
DiscoverInputSchemaRequest.add_member(:input_starting_position_configuration, Shapes::ShapeRef.new(shape: InputStartingPositionConfiguration, location_name: "InputStartingPositionConfiguration"))
|
328
|
-
DiscoverInputSchemaRequest.add_member(:s3_configuration, Shapes::ShapeRef.new(shape: S3Configuration, location_name: "S3Configuration"))
|
329
|
-
DiscoverInputSchemaRequest.add_member(:input_processing_configuration, Shapes::ShapeRef.new(shape: InputProcessingConfiguration, location_name: "InputProcessingConfiguration"))
|
330
|
-
DiscoverInputSchemaRequest.struct_class = Types::DiscoverInputSchemaRequest
|
331
|
-
|
332
|
-
DiscoverInputSchemaResponse.add_member(:input_schema, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "InputSchema"))
|
333
|
-
DiscoverInputSchemaResponse.add_member(:parsed_input_records, Shapes::ShapeRef.new(shape: ParsedInputRecords, location_name: "ParsedInputRecords"))
|
334
|
-
DiscoverInputSchemaResponse.add_member(:processed_input_records, Shapes::ShapeRef.new(shape: ProcessedInputRecords, location_name: "ProcessedInputRecords"))
|
335
|
-
DiscoverInputSchemaResponse.add_member(:raw_input_records, Shapes::ShapeRef.new(shape: RawInputRecords, location_name: "RawInputRecords"))
|
336
|
-
DiscoverInputSchemaResponse.struct_class = Types::DiscoverInputSchemaResponse
|
337
|
-
|
338
|
-
InAppStreamNames.member = Shapes::ShapeRef.new(shape: InAppStreamName)
|
339
|
-
|
340
|
-
Input.add_member(:name_prefix, Shapes::ShapeRef.new(shape: InAppStreamName, required: true, location_name: "NamePrefix"))
|
341
|
-
Input.add_member(:input_processing_configuration, Shapes::ShapeRef.new(shape: InputProcessingConfiguration, location_name: "InputProcessingConfiguration"))
|
342
|
-
Input.add_member(:kinesis_streams_input, Shapes::ShapeRef.new(shape: KinesisStreamsInput, location_name: "KinesisStreamsInput"))
|
343
|
-
Input.add_member(:kinesis_firehose_input, Shapes::ShapeRef.new(shape: KinesisFirehoseInput, location_name: "KinesisFirehoseInput"))
|
344
|
-
Input.add_member(:input_parallelism, Shapes::ShapeRef.new(shape: InputParallelism, location_name: "InputParallelism"))
|
345
|
-
Input.add_member(:input_schema, Shapes::ShapeRef.new(shape: SourceSchema, required: true, location_name: "InputSchema"))
|
346
|
-
Input.struct_class = Types::Input
|
347
|
-
|
348
|
-
InputConfiguration.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "Id"))
|
349
|
-
InputConfiguration.add_member(:input_starting_position_configuration, Shapes::ShapeRef.new(shape: InputStartingPositionConfiguration, required: true, location_name: "InputStartingPositionConfiguration"))
|
350
|
-
InputConfiguration.struct_class = Types::InputConfiguration
|
351
|
-
|
352
|
-
InputConfigurations.member = Shapes::ShapeRef.new(shape: InputConfiguration)
|
353
|
-
|
354
|
-
InputDescription.add_member(:input_id, Shapes::ShapeRef.new(shape: Id, location_name: "InputId"))
|
355
|
-
InputDescription.add_member(:name_prefix, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "NamePrefix"))
|
356
|
-
InputDescription.add_member(:in_app_stream_names, Shapes::ShapeRef.new(shape: InAppStreamNames, location_name: "InAppStreamNames"))
|
357
|
-
InputDescription.add_member(:input_processing_configuration_description, Shapes::ShapeRef.new(shape: InputProcessingConfigurationDescription, location_name: "InputProcessingConfigurationDescription"))
|
358
|
-
InputDescription.add_member(:kinesis_streams_input_description, Shapes::ShapeRef.new(shape: KinesisStreamsInputDescription, location_name: "KinesisStreamsInputDescription"))
|
359
|
-
InputDescription.add_member(:kinesis_firehose_input_description, Shapes::ShapeRef.new(shape: KinesisFirehoseInputDescription, location_name: "KinesisFirehoseInputDescription"))
|
360
|
-
InputDescription.add_member(:input_schema, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "InputSchema"))
|
361
|
-
InputDescription.add_member(:input_parallelism, Shapes::ShapeRef.new(shape: InputParallelism, location_name: "InputParallelism"))
|
362
|
-
InputDescription.add_member(:input_starting_position_configuration, Shapes::ShapeRef.new(shape: InputStartingPositionConfiguration, location_name: "InputStartingPositionConfiguration"))
|
363
|
-
InputDescription.struct_class = Types::InputDescription
|
364
|
-
|
365
|
-
InputDescriptions.member = Shapes::ShapeRef.new(shape: InputDescription)
|
366
|
-
|
367
|
-
InputLambdaProcessor.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
|
368
|
-
InputLambdaProcessor.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
369
|
-
InputLambdaProcessor.struct_class = Types::InputLambdaProcessor
|
370
|
-
|
371
|
-
InputLambdaProcessorDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
|
372
|
-
InputLambdaProcessorDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
373
|
-
InputLambdaProcessorDescription.struct_class = Types::InputLambdaProcessorDescription
|
374
|
-
|
375
|
-
InputLambdaProcessorUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARNUpdate"))
|
376
|
-
InputLambdaProcessorUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
|
377
|
-
InputLambdaProcessorUpdate.struct_class = Types::InputLambdaProcessorUpdate
|
378
|
-
|
379
|
-
InputParallelism.add_member(:count, Shapes::ShapeRef.new(shape: InputParallelismCount, location_name: "Count"))
|
380
|
-
InputParallelism.struct_class = Types::InputParallelism
|
381
|
-
|
382
|
-
InputParallelismUpdate.add_member(:count_update, Shapes::ShapeRef.new(shape: InputParallelismCount, location_name: "CountUpdate"))
|
383
|
-
InputParallelismUpdate.struct_class = Types::InputParallelismUpdate
|
384
|
-
|
385
|
-
InputProcessingConfiguration.add_member(:input_lambda_processor, Shapes::ShapeRef.new(shape: InputLambdaProcessor, required: true, location_name: "InputLambdaProcessor"))
|
386
|
-
InputProcessingConfiguration.struct_class = Types::InputProcessingConfiguration
|
387
|
-
|
388
|
-
InputProcessingConfigurationDescription.add_member(:input_lambda_processor_description, Shapes::ShapeRef.new(shape: InputLambdaProcessorDescription, location_name: "InputLambdaProcessorDescription"))
|
389
|
-
InputProcessingConfigurationDescription.struct_class = Types::InputProcessingConfigurationDescription
|
390
|
-
|
391
|
-
InputProcessingConfigurationUpdate.add_member(:input_lambda_processor_update, Shapes::ShapeRef.new(shape: InputLambdaProcessorUpdate, required: true, location_name: "InputLambdaProcessorUpdate"))
|
392
|
-
InputProcessingConfigurationUpdate.struct_class = Types::InputProcessingConfigurationUpdate
|
393
|
-
|
394
|
-
InputSchemaUpdate.add_member(:record_format_update, Shapes::ShapeRef.new(shape: RecordFormat, location_name: "RecordFormatUpdate"))
|
395
|
-
InputSchemaUpdate.add_member(:record_encoding_update, Shapes::ShapeRef.new(shape: RecordEncoding, location_name: "RecordEncodingUpdate"))
|
396
|
-
InputSchemaUpdate.add_member(:record_column_updates, Shapes::ShapeRef.new(shape: RecordColumns, location_name: "RecordColumnUpdates"))
|
397
|
-
InputSchemaUpdate.struct_class = Types::InputSchemaUpdate
|
398
|
-
|
399
|
-
InputStartingPositionConfiguration.add_member(:input_starting_position, Shapes::ShapeRef.new(shape: InputStartingPosition, location_name: "InputStartingPosition"))
|
400
|
-
InputStartingPositionConfiguration.struct_class = Types::InputStartingPositionConfiguration
|
401
|
-
|
402
|
-
InputUpdate.add_member(:input_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "InputId"))
|
403
|
-
InputUpdate.add_member(:name_prefix_update, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "NamePrefixUpdate"))
|
404
|
-
InputUpdate.add_member(:input_processing_configuration_update, Shapes::ShapeRef.new(shape: InputProcessingConfigurationUpdate, location_name: "InputProcessingConfigurationUpdate"))
|
405
|
-
InputUpdate.add_member(:kinesis_streams_input_update, Shapes::ShapeRef.new(shape: KinesisStreamsInputUpdate, location_name: "KinesisStreamsInputUpdate"))
|
406
|
-
InputUpdate.add_member(:kinesis_firehose_input_update, Shapes::ShapeRef.new(shape: KinesisFirehoseInputUpdate, location_name: "KinesisFirehoseInputUpdate"))
|
407
|
-
InputUpdate.add_member(:input_schema_update, Shapes::ShapeRef.new(shape: InputSchemaUpdate, location_name: "InputSchemaUpdate"))
|
408
|
-
InputUpdate.add_member(:input_parallelism_update, Shapes::ShapeRef.new(shape: InputParallelismUpdate, location_name: "InputParallelismUpdate"))
|
409
|
-
InputUpdate.struct_class = Types::InputUpdate
|
410
|
-
|
411
|
-
InputUpdates.member = Shapes::ShapeRef.new(shape: InputUpdate)
|
412
|
-
|
413
|
-
Inputs.member = Shapes::ShapeRef.new(shape: Input)
|
414
|
-
|
415
|
-
InvalidApplicationConfigurationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
416
|
-
InvalidApplicationConfigurationException.struct_class = Types::InvalidApplicationConfigurationException
|
417
|
-
|
418
|
-
InvalidArgumentException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
419
|
-
InvalidArgumentException.struct_class = Types::InvalidArgumentException
|
420
|
-
|
421
|
-
JSONMappingParameters.add_member(:record_row_path, Shapes::ShapeRef.new(shape: RecordRowPath, required: true, location_name: "RecordRowPath"))
|
422
|
-
JSONMappingParameters.struct_class = Types::JSONMappingParameters
|
423
|
-
|
424
|
-
KinesisFirehoseInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
|
425
|
-
KinesisFirehoseInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
426
|
-
KinesisFirehoseInput.struct_class = Types::KinesisFirehoseInput
|
427
|
-
|
428
|
-
KinesisFirehoseInputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
|
429
|
-
KinesisFirehoseInputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
430
|
-
KinesisFirehoseInputDescription.struct_class = Types::KinesisFirehoseInputDescription
|
431
|
-
|
432
|
-
KinesisFirehoseInputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARNUpdate"))
|
433
|
-
KinesisFirehoseInputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
|
434
|
-
KinesisFirehoseInputUpdate.struct_class = Types::KinesisFirehoseInputUpdate
|
435
|
-
|
436
|
-
KinesisFirehoseOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
|
437
|
-
KinesisFirehoseOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
438
|
-
KinesisFirehoseOutput.struct_class = Types::KinesisFirehoseOutput
|
439
|
-
|
440
|
-
KinesisFirehoseOutputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
|
441
|
-
KinesisFirehoseOutputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
442
|
-
KinesisFirehoseOutputDescription.struct_class = Types::KinesisFirehoseOutputDescription
|
443
|
-
|
444
|
-
KinesisFirehoseOutputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARNUpdate"))
|
445
|
-
KinesisFirehoseOutputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
|
446
|
-
KinesisFirehoseOutputUpdate.struct_class = Types::KinesisFirehoseOutputUpdate
|
447
|
-
|
448
|
-
KinesisStreamsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
|
449
|
-
KinesisStreamsInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
450
|
-
KinesisStreamsInput.struct_class = Types::KinesisStreamsInput
|
451
|
-
|
452
|
-
KinesisStreamsInputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
|
453
|
-
KinesisStreamsInputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
454
|
-
KinesisStreamsInputDescription.struct_class = Types::KinesisStreamsInputDescription
|
455
|
-
|
456
|
-
KinesisStreamsInputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARNUpdate"))
|
457
|
-
KinesisStreamsInputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
|
458
|
-
KinesisStreamsInputUpdate.struct_class = Types::KinesisStreamsInputUpdate
|
459
|
-
|
460
|
-
KinesisStreamsOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
|
461
|
-
KinesisStreamsOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
462
|
-
KinesisStreamsOutput.struct_class = Types::KinesisStreamsOutput
|
463
|
-
|
464
|
-
KinesisStreamsOutputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
|
465
|
-
KinesisStreamsOutputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
466
|
-
KinesisStreamsOutputDescription.struct_class = Types::KinesisStreamsOutputDescription
|
467
|
-
|
468
|
-
KinesisStreamsOutputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARNUpdate"))
|
469
|
-
KinesisStreamsOutputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
|
470
|
-
KinesisStreamsOutputUpdate.struct_class = Types::KinesisStreamsOutputUpdate
|
471
|
-
|
472
|
-
LambdaOutput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location_name: "ResourceARN"))
|
473
|
-
LambdaOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
474
|
-
LambdaOutput.struct_class = Types::LambdaOutput
|
475
|
-
|
476
|
-
LambdaOutputDescription.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARN"))
|
477
|
-
LambdaOutputDescription.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
478
|
-
LambdaOutputDescription.struct_class = Types::LambdaOutputDescription
|
479
|
-
|
480
|
-
LambdaOutputUpdate.add_member(:resource_arn_update, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "ResourceARNUpdate"))
|
481
|
-
LambdaOutputUpdate.add_member(:role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARNUpdate"))
|
482
|
-
LambdaOutputUpdate.struct_class = Types::LambdaOutputUpdate
|
483
|
-
|
484
|
-
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
485
|
-
LimitExceededException.struct_class = Types::LimitExceededException
|
486
|
-
|
487
|
-
ListApplicationsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: ListApplicationsInputLimit, location_name: "Limit"))
|
488
|
-
ListApplicationsRequest.add_member(:exclusive_start_application_name, Shapes::ShapeRef.new(shape: ApplicationName, location_name: "ExclusiveStartApplicationName"))
|
489
|
-
ListApplicationsRequest.struct_class = Types::ListApplicationsRequest
|
490
|
-
|
491
|
-
ListApplicationsResponse.add_member(:application_summaries, Shapes::ShapeRef.new(shape: ApplicationSummaries, required: true, location_name: "ApplicationSummaries"))
|
492
|
-
ListApplicationsResponse.add_member(:has_more_applications, Shapes::ShapeRef.new(shape: BooleanObject, required: true, location_name: "HasMoreApplications"))
|
493
|
-
ListApplicationsResponse.struct_class = Types::ListApplicationsResponse
|
494
|
-
|
495
|
-
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: KinesisAnalyticsARN, required: true, location_name: "ResourceARN"))
|
496
|
-
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
497
|
-
|
498
|
-
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
499
|
-
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
500
|
-
|
501
|
-
MappingParameters.add_member(:json_mapping_parameters, Shapes::ShapeRef.new(shape: JSONMappingParameters, location_name: "JSONMappingParameters"))
|
502
|
-
MappingParameters.add_member(:csv_mapping_parameters, Shapes::ShapeRef.new(shape: CSVMappingParameters, location_name: "CSVMappingParameters"))
|
503
|
-
MappingParameters.struct_class = Types::MappingParameters
|
504
|
-
|
505
|
-
Output.add_member(:name, Shapes::ShapeRef.new(shape: InAppStreamName, required: true, location_name: "Name"))
|
506
|
-
Output.add_member(:kinesis_streams_output, Shapes::ShapeRef.new(shape: KinesisStreamsOutput, location_name: "KinesisStreamsOutput"))
|
507
|
-
Output.add_member(:kinesis_firehose_output, Shapes::ShapeRef.new(shape: KinesisFirehoseOutput, location_name: "KinesisFirehoseOutput"))
|
508
|
-
Output.add_member(:lambda_output, Shapes::ShapeRef.new(shape: LambdaOutput, location_name: "LambdaOutput"))
|
509
|
-
Output.add_member(:destination_schema, Shapes::ShapeRef.new(shape: DestinationSchema, required: true, location_name: "DestinationSchema"))
|
510
|
-
Output.struct_class = Types::Output
|
511
|
-
|
512
|
-
OutputDescription.add_member(:output_id, Shapes::ShapeRef.new(shape: Id, location_name: "OutputId"))
|
513
|
-
OutputDescription.add_member(:name, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "Name"))
|
514
|
-
OutputDescription.add_member(:kinesis_streams_output_description, Shapes::ShapeRef.new(shape: KinesisStreamsOutputDescription, location_name: "KinesisStreamsOutputDescription"))
|
515
|
-
OutputDescription.add_member(:kinesis_firehose_output_description, Shapes::ShapeRef.new(shape: KinesisFirehoseOutputDescription, location_name: "KinesisFirehoseOutputDescription"))
|
516
|
-
OutputDescription.add_member(:lambda_output_description, Shapes::ShapeRef.new(shape: LambdaOutputDescription, location_name: "LambdaOutputDescription"))
|
517
|
-
OutputDescription.add_member(:destination_schema, Shapes::ShapeRef.new(shape: DestinationSchema, location_name: "DestinationSchema"))
|
518
|
-
OutputDescription.struct_class = Types::OutputDescription
|
519
|
-
|
520
|
-
OutputDescriptions.member = Shapes::ShapeRef.new(shape: OutputDescription)
|
521
|
-
|
522
|
-
OutputUpdate.add_member(:output_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "OutputId"))
|
523
|
-
OutputUpdate.add_member(:name_update, Shapes::ShapeRef.new(shape: InAppStreamName, location_name: "NameUpdate"))
|
524
|
-
OutputUpdate.add_member(:kinesis_streams_output_update, Shapes::ShapeRef.new(shape: KinesisStreamsOutputUpdate, location_name: "KinesisStreamsOutputUpdate"))
|
525
|
-
OutputUpdate.add_member(:kinesis_firehose_output_update, Shapes::ShapeRef.new(shape: KinesisFirehoseOutputUpdate, location_name: "KinesisFirehoseOutputUpdate"))
|
526
|
-
OutputUpdate.add_member(:lambda_output_update, Shapes::ShapeRef.new(shape: LambdaOutputUpdate, location_name: "LambdaOutputUpdate"))
|
527
|
-
OutputUpdate.add_member(:destination_schema_update, Shapes::ShapeRef.new(shape: DestinationSchema, location_name: "DestinationSchemaUpdate"))
|
528
|
-
OutputUpdate.struct_class = Types::OutputUpdate
|
529
|
-
|
530
|
-
OutputUpdates.member = Shapes::ShapeRef.new(shape: OutputUpdate)
|
531
|
-
|
532
|
-
Outputs.member = Shapes::ShapeRef.new(shape: Output)
|
533
|
-
|
534
|
-
ParsedInputRecord.member = Shapes::ShapeRef.new(shape: ParsedInputRecordField)
|
535
|
-
|
536
|
-
ParsedInputRecords.member = Shapes::ShapeRef.new(shape: ParsedInputRecord)
|
537
|
-
|
538
|
-
ProcessedInputRecords.member = Shapes::ShapeRef.new(shape: ProcessedInputRecord)
|
539
|
-
|
540
|
-
RawInputRecords.member = Shapes::ShapeRef.new(shape: RawInputRecord)
|
541
|
-
|
542
|
-
RecordColumn.add_member(:name, Shapes::ShapeRef.new(shape: RecordColumnName, required: true, location_name: "Name"))
|
543
|
-
RecordColumn.add_member(:mapping, Shapes::ShapeRef.new(shape: RecordColumnMapping, location_name: "Mapping"))
|
544
|
-
RecordColumn.add_member(:sql_type, Shapes::ShapeRef.new(shape: RecordColumnSqlType, required: true, location_name: "SqlType"))
|
545
|
-
RecordColumn.struct_class = Types::RecordColumn
|
546
|
-
|
547
|
-
RecordColumns.member = Shapes::ShapeRef.new(shape: RecordColumn)
|
548
|
-
|
549
|
-
RecordFormat.add_member(:record_format_type, Shapes::ShapeRef.new(shape: RecordFormatType, required: true, location_name: "RecordFormatType"))
|
550
|
-
RecordFormat.add_member(:mapping_parameters, Shapes::ShapeRef.new(shape: MappingParameters, location_name: "MappingParameters"))
|
551
|
-
RecordFormat.struct_class = Types::RecordFormat
|
552
|
-
|
553
|
-
ReferenceDataSource.add_member(:table_name, Shapes::ShapeRef.new(shape: InAppTableName, required: true, location_name: "TableName"))
|
554
|
-
ReferenceDataSource.add_member(:s3_reference_data_source, Shapes::ShapeRef.new(shape: S3ReferenceDataSource, location_name: "S3ReferenceDataSource"))
|
555
|
-
ReferenceDataSource.add_member(:reference_schema, Shapes::ShapeRef.new(shape: SourceSchema, required: true, location_name: "ReferenceSchema"))
|
556
|
-
ReferenceDataSource.struct_class = Types::ReferenceDataSource
|
557
|
-
|
558
|
-
ReferenceDataSourceDescription.add_member(:reference_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ReferenceId"))
|
559
|
-
ReferenceDataSourceDescription.add_member(:table_name, Shapes::ShapeRef.new(shape: InAppTableName, required: true, location_name: "TableName"))
|
560
|
-
ReferenceDataSourceDescription.add_member(:s3_reference_data_source_description, Shapes::ShapeRef.new(shape: S3ReferenceDataSourceDescription, required: true, location_name: "S3ReferenceDataSourceDescription"))
|
561
|
-
ReferenceDataSourceDescription.add_member(:reference_schema, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "ReferenceSchema"))
|
562
|
-
ReferenceDataSourceDescription.struct_class = Types::ReferenceDataSourceDescription
|
563
|
-
|
564
|
-
ReferenceDataSourceDescriptions.member = Shapes::ShapeRef.new(shape: ReferenceDataSourceDescription)
|
565
|
-
|
566
|
-
ReferenceDataSourceUpdate.add_member(:reference_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "ReferenceId"))
|
567
|
-
ReferenceDataSourceUpdate.add_member(:table_name_update, Shapes::ShapeRef.new(shape: InAppTableName, location_name: "TableNameUpdate"))
|
568
|
-
ReferenceDataSourceUpdate.add_member(:s3_reference_data_source_update, Shapes::ShapeRef.new(shape: S3ReferenceDataSourceUpdate, location_name: "S3ReferenceDataSourceUpdate"))
|
569
|
-
ReferenceDataSourceUpdate.add_member(:reference_schema_update, Shapes::ShapeRef.new(shape: SourceSchema, location_name: "ReferenceSchemaUpdate"))
|
570
|
-
ReferenceDataSourceUpdate.struct_class = Types::ReferenceDataSourceUpdate
|
571
|
-
|
572
|
-
ReferenceDataSourceUpdates.member = Shapes::ShapeRef.new(shape: ReferenceDataSourceUpdate)
|
573
|
-
|
574
|
-
ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
575
|
-
ResourceInUseException.struct_class = Types::ResourceInUseException
|
576
|
-
|
577
|
-
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
578
|
-
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
579
|
-
|
580
|
-
ResourceProvisionedThroughputExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
581
|
-
ResourceProvisionedThroughputExceededException.struct_class = Types::ResourceProvisionedThroughputExceededException
|
582
|
-
|
583
|
-
S3Configuration.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "RoleARN"))
|
584
|
-
S3Configuration.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
|
585
|
-
S3Configuration.add_member(:file_key, Shapes::ShapeRef.new(shape: FileKey, required: true, location_name: "FileKey"))
|
586
|
-
S3Configuration.struct_class = Types::S3Configuration
|
587
|
-
|
588
|
-
S3ReferenceDataSource.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
|
589
|
-
S3ReferenceDataSource.add_member(:file_key, Shapes::ShapeRef.new(shape: FileKey, required: true, location_name: "FileKey"))
|
590
|
-
S3ReferenceDataSource.add_member(:reference_role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "ReferenceRoleARN"))
|
591
|
-
S3ReferenceDataSource.struct_class = Types::S3ReferenceDataSource
|
592
|
-
|
593
|
-
S3ReferenceDataSourceDescription.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: BucketARN, required: true, location_name: "BucketARN"))
|
594
|
-
S3ReferenceDataSourceDescription.add_member(:file_key, Shapes::ShapeRef.new(shape: FileKey, required: true, location_name: "FileKey"))
|
595
|
-
S3ReferenceDataSourceDescription.add_member(:reference_role_arn, Shapes::ShapeRef.new(shape: RoleARN, required: true, location_name: "ReferenceRoleARN"))
|
596
|
-
S3ReferenceDataSourceDescription.struct_class = Types::S3ReferenceDataSourceDescription
|
597
|
-
|
598
|
-
S3ReferenceDataSourceUpdate.add_member(:bucket_arn_update, Shapes::ShapeRef.new(shape: BucketARN, location_name: "BucketARNUpdate"))
|
599
|
-
S3ReferenceDataSourceUpdate.add_member(:file_key_update, Shapes::ShapeRef.new(shape: FileKey, location_name: "FileKeyUpdate"))
|
600
|
-
S3ReferenceDataSourceUpdate.add_member(:reference_role_arn_update, Shapes::ShapeRef.new(shape: RoleARN, location_name: "ReferenceRoleARNUpdate"))
|
601
|
-
S3ReferenceDataSourceUpdate.struct_class = Types::S3ReferenceDataSourceUpdate
|
602
|
-
|
603
|
-
ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
604
|
-
ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
|
605
|
-
|
606
|
-
SourceSchema.add_member(:record_format, Shapes::ShapeRef.new(shape: RecordFormat, required: true, location_name: "RecordFormat"))
|
607
|
-
SourceSchema.add_member(:record_encoding, Shapes::ShapeRef.new(shape: RecordEncoding, location_name: "RecordEncoding"))
|
608
|
-
SourceSchema.add_member(:record_columns, Shapes::ShapeRef.new(shape: RecordColumns, required: true, location_name: "RecordColumns"))
|
609
|
-
SourceSchema.struct_class = Types::SourceSchema
|
610
|
-
|
611
|
-
StartApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
612
|
-
StartApplicationRequest.add_member(:input_configurations, Shapes::ShapeRef.new(shape: InputConfigurations, required: true, location_name: "InputConfigurations"))
|
613
|
-
StartApplicationRequest.struct_class = Types::StartApplicationRequest
|
614
|
-
|
615
|
-
StartApplicationResponse.struct_class = Types::StartApplicationResponse
|
616
|
-
|
617
|
-
StopApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
618
|
-
StopApplicationRequest.struct_class = Types::StopApplicationRequest
|
619
|
-
|
620
|
-
StopApplicationResponse.struct_class = Types::StopApplicationResponse
|
621
|
-
|
622
|
-
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
623
|
-
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
|
624
|
-
Tag.struct_class = Types::Tag
|
625
|
-
|
626
|
-
TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
|
627
|
-
|
628
|
-
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: KinesisAnalyticsARN, required: true, location_name: "ResourceARN"))
|
629
|
-
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
|
630
|
-
TagResourceRequest.struct_class = Types::TagResourceRequest
|
631
|
-
|
632
|
-
TagResourceResponse.struct_class = Types::TagResourceResponse
|
633
|
-
|
634
|
-
Tags.member = Shapes::ShapeRef.new(shape: Tag)
|
635
|
-
|
636
|
-
TooManyTagsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
637
|
-
TooManyTagsException.struct_class = Types::TooManyTagsException
|
638
|
-
|
639
|
-
UnableToDetectSchemaException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
640
|
-
UnableToDetectSchemaException.add_member(:raw_input_records, Shapes::ShapeRef.new(shape: RawInputRecords, location_name: "RawInputRecords"))
|
641
|
-
UnableToDetectSchemaException.add_member(:processed_input_records, Shapes::ShapeRef.new(shape: ProcessedInputRecords, location_name: "ProcessedInputRecords"))
|
642
|
-
UnableToDetectSchemaException.struct_class = Types::UnableToDetectSchemaException
|
643
|
-
|
644
|
-
UnsupportedOperationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
645
|
-
UnsupportedOperationException.struct_class = Types::UnsupportedOperationException
|
646
|
-
|
647
|
-
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: KinesisAnalyticsARN, required: true, location_name: "ResourceARN"))
|
648
|
-
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys"))
|
649
|
-
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
650
|
-
|
651
|
-
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
652
|
-
|
653
|
-
UpdateApplicationRequest.add_member(:application_name, Shapes::ShapeRef.new(shape: ApplicationName, required: true, location_name: "ApplicationName"))
|
654
|
-
UpdateApplicationRequest.add_member(:current_application_version_id, Shapes::ShapeRef.new(shape: ApplicationVersionId, required: true, location_name: "CurrentApplicationVersionId"))
|
655
|
-
UpdateApplicationRequest.add_member(:application_update, Shapes::ShapeRef.new(shape: ApplicationUpdate, required: true, location_name: "ApplicationUpdate"))
|
656
|
-
UpdateApplicationRequest.struct_class = Types::UpdateApplicationRequest
|
657
|
-
|
658
|
-
UpdateApplicationResponse.struct_class = Types::UpdateApplicationResponse
|
659
|
-
|
660
|
-
|
661
|
-
# @api private
|
662
|
-
API = Seahorse::Model::Api.new.tap do |api|
|
663
|
-
|
664
|
-
api.version = "2015-08-14"
|
665
|
-
|
666
|
-
api.metadata = {
|
667
|
-
"apiVersion" => "2015-08-14",
|
668
|
-
"endpointPrefix" => "kinesisanalytics",
|
669
|
-
"jsonVersion" => "1.1",
|
670
|
-
"protocol" => "json",
|
671
|
-
"serviceAbbreviation" => "Kinesis Analytics",
|
672
|
-
"serviceFullName" => "Amazon Kinesis Analytics",
|
673
|
-
"serviceId" => "Kinesis Analytics",
|
674
|
-
"signatureVersion" => "v4",
|
675
|
-
"targetPrefix" => "KinesisAnalytics_20150814",
|
676
|
-
"uid" => "kinesisanalytics-2015-08-14",
|
677
|
-
}
|
678
|
-
|
679
|
-
api.add_operation(:add_application_cloud_watch_logging_option, Seahorse::Model::Operation.new.tap do |o|
|
680
|
-
o.name = "AddApplicationCloudWatchLoggingOption"
|
681
|
-
o.http_method = "POST"
|
682
|
-
o.http_request_uri = "/"
|
683
|
-
o.input = Shapes::ShapeRef.new(shape: AddApplicationCloudWatchLoggingOptionRequest)
|
684
|
-
o.output = Shapes::ShapeRef.new(shape: AddApplicationCloudWatchLoggingOptionResponse)
|
685
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
686
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
687
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
688
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
689
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
690
|
-
end)
|
691
|
-
|
692
|
-
api.add_operation(:add_application_input, Seahorse::Model::Operation.new.tap do |o|
|
693
|
-
o.name = "AddApplicationInput"
|
694
|
-
o.http_method = "POST"
|
695
|
-
o.http_request_uri = "/"
|
696
|
-
o.input = Shapes::ShapeRef.new(shape: AddApplicationInputRequest)
|
697
|
-
o.output = Shapes::ShapeRef.new(shape: AddApplicationInputResponse)
|
698
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
699
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
700
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
701
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
702
|
-
o.errors << Shapes::ShapeRef.new(shape: CodeValidationException)
|
703
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
704
|
-
end)
|
705
|
-
|
706
|
-
api.add_operation(:add_application_input_processing_configuration, Seahorse::Model::Operation.new.tap do |o|
|
707
|
-
o.name = "AddApplicationInputProcessingConfiguration"
|
708
|
-
o.http_method = "POST"
|
709
|
-
o.http_request_uri = "/"
|
710
|
-
o.input = Shapes::ShapeRef.new(shape: AddApplicationInputProcessingConfigurationRequest)
|
711
|
-
o.output = Shapes::ShapeRef.new(shape: AddApplicationInputProcessingConfigurationResponse)
|
712
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
713
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
714
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
715
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
716
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
717
|
-
end)
|
718
|
-
|
719
|
-
api.add_operation(:add_application_output, Seahorse::Model::Operation.new.tap do |o|
|
720
|
-
o.name = "AddApplicationOutput"
|
721
|
-
o.http_method = "POST"
|
722
|
-
o.http_request_uri = "/"
|
723
|
-
o.input = Shapes::ShapeRef.new(shape: AddApplicationOutputRequest)
|
724
|
-
o.output = Shapes::ShapeRef.new(shape: AddApplicationOutputResponse)
|
725
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
726
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
727
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
728
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
729
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
730
|
-
end)
|
731
|
-
|
732
|
-
api.add_operation(:add_application_reference_data_source, Seahorse::Model::Operation.new.tap do |o|
|
733
|
-
o.name = "AddApplicationReferenceDataSource"
|
734
|
-
o.http_method = "POST"
|
735
|
-
o.http_request_uri = "/"
|
736
|
-
o.input = Shapes::ShapeRef.new(shape: AddApplicationReferenceDataSourceRequest)
|
737
|
-
o.output = Shapes::ShapeRef.new(shape: AddApplicationReferenceDataSourceResponse)
|
738
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
739
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
740
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
741
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
742
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
743
|
-
end)
|
744
|
-
|
745
|
-
api.add_operation(:create_application, Seahorse::Model::Operation.new.tap do |o|
|
746
|
-
o.name = "CreateApplication"
|
747
|
-
o.http_method = "POST"
|
748
|
-
o.http_request_uri = "/"
|
749
|
-
o.input = Shapes::ShapeRef.new(shape: CreateApplicationRequest)
|
750
|
-
o.output = Shapes::ShapeRef.new(shape: CreateApplicationResponse)
|
751
|
-
o.errors << Shapes::ShapeRef.new(shape: CodeValidationException)
|
752
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
753
|
-
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
754
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
755
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
756
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
757
|
-
end)
|
758
|
-
|
759
|
-
api.add_operation(:delete_application, Seahorse::Model::Operation.new.tap do |o|
|
760
|
-
o.name = "DeleteApplication"
|
761
|
-
o.http_method = "POST"
|
762
|
-
o.http_request_uri = "/"
|
763
|
-
o.input = Shapes::ShapeRef.new(shape: DeleteApplicationRequest)
|
764
|
-
o.output = Shapes::ShapeRef.new(shape: DeleteApplicationResponse)
|
765
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
766
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
767
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
768
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
769
|
-
end)
|
770
|
-
|
771
|
-
api.add_operation(:delete_application_cloud_watch_logging_option, Seahorse::Model::Operation.new.tap do |o|
|
772
|
-
o.name = "DeleteApplicationCloudWatchLoggingOption"
|
773
|
-
o.http_method = "POST"
|
774
|
-
o.http_request_uri = "/"
|
775
|
-
o.input = Shapes::ShapeRef.new(shape: DeleteApplicationCloudWatchLoggingOptionRequest)
|
776
|
-
o.output = Shapes::ShapeRef.new(shape: DeleteApplicationCloudWatchLoggingOptionResponse)
|
777
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
778
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
779
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
780
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
781
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
782
|
-
end)
|
783
|
-
|
784
|
-
api.add_operation(:delete_application_input_processing_configuration, Seahorse::Model::Operation.new.tap do |o|
|
785
|
-
o.name = "DeleteApplicationInputProcessingConfiguration"
|
786
|
-
o.http_method = "POST"
|
787
|
-
o.http_request_uri = "/"
|
788
|
-
o.input = Shapes::ShapeRef.new(shape: DeleteApplicationInputProcessingConfigurationRequest)
|
789
|
-
o.output = Shapes::ShapeRef.new(shape: DeleteApplicationInputProcessingConfigurationResponse)
|
790
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
791
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
792
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
793
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
794
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
795
|
-
end)
|
796
|
-
|
797
|
-
api.add_operation(:delete_application_output, Seahorse::Model::Operation.new.tap do |o|
|
798
|
-
o.name = "DeleteApplicationOutput"
|
799
|
-
o.http_method = "POST"
|
800
|
-
o.http_request_uri = "/"
|
801
|
-
o.input = Shapes::ShapeRef.new(shape: DeleteApplicationOutputRequest)
|
802
|
-
o.output = Shapes::ShapeRef.new(shape: DeleteApplicationOutputResponse)
|
803
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
804
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
805
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
806
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
807
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
808
|
-
end)
|
809
|
-
|
810
|
-
api.add_operation(:delete_application_reference_data_source, Seahorse::Model::Operation.new.tap do |o|
|
811
|
-
o.name = "DeleteApplicationReferenceDataSource"
|
812
|
-
o.http_method = "POST"
|
813
|
-
o.http_request_uri = "/"
|
814
|
-
o.input = Shapes::ShapeRef.new(shape: DeleteApplicationReferenceDataSourceRequest)
|
815
|
-
o.output = Shapes::ShapeRef.new(shape: DeleteApplicationReferenceDataSourceResponse)
|
816
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
817
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
818
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
819
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
820
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
821
|
-
end)
|
822
|
-
|
823
|
-
api.add_operation(:describe_application, Seahorse::Model::Operation.new.tap do |o|
|
824
|
-
o.name = "DescribeApplication"
|
825
|
-
o.http_method = "POST"
|
826
|
-
o.http_request_uri = "/"
|
827
|
-
o.input = Shapes::ShapeRef.new(shape: DescribeApplicationRequest)
|
828
|
-
o.output = Shapes::ShapeRef.new(shape: DescribeApplicationResponse)
|
829
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
830
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
831
|
-
end)
|
832
|
-
|
833
|
-
api.add_operation(:discover_input_schema, Seahorse::Model::Operation.new.tap do |o|
|
834
|
-
o.name = "DiscoverInputSchema"
|
835
|
-
o.http_method = "POST"
|
836
|
-
o.http_request_uri = "/"
|
837
|
-
o.input = Shapes::ShapeRef.new(shape: DiscoverInputSchemaRequest)
|
838
|
-
o.output = Shapes::ShapeRef.new(shape: DiscoverInputSchemaResponse)
|
839
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
840
|
-
o.errors << Shapes::ShapeRef.new(shape: UnableToDetectSchemaException)
|
841
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceProvisionedThroughputExceededException)
|
842
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
843
|
-
end)
|
844
|
-
|
845
|
-
api.add_operation(:list_applications, Seahorse::Model::Operation.new.tap do |o|
|
846
|
-
o.name = "ListApplications"
|
847
|
-
o.http_method = "POST"
|
848
|
-
o.http_request_uri = "/"
|
849
|
-
o.input = Shapes::ShapeRef.new(shape: ListApplicationsRequest)
|
850
|
-
o.output = Shapes::ShapeRef.new(shape: ListApplicationsResponse)
|
851
|
-
end)
|
852
|
-
|
853
|
-
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
854
|
-
o.name = "ListTagsForResource"
|
855
|
-
o.http_method = "POST"
|
856
|
-
o.http_request_uri = "/"
|
857
|
-
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
858
|
-
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
859
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
860
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
861
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
862
|
-
end)
|
863
|
-
|
864
|
-
api.add_operation(:start_application, Seahorse::Model::Operation.new.tap do |o|
|
865
|
-
o.name = "StartApplication"
|
866
|
-
o.http_method = "POST"
|
867
|
-
o.http_request_uri = "/"
|
868
|
-
o.input = Shapes::ShapeRef.new(shape: StartApplicationRequest)
|
869
|
-
o.output = Shapes::ShapeRef.new(shape: StartApplicationResponse)
|
870
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
871
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
872
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
873
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidApplicationConfigurationException)
|
874
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
875
|
-
end)
|
876
|
-
|
877
|
-
api.add_operation(:stop_application, Seahorse::Model::Operation.new.tap do |o|
|
878
|
-
o.name = "StopApplication"
|
879
|
-
o.http_method = "POST"
|
880
|
-
o.http_request_uri = "/"
|
881
|
-
o.input = Shapes::ShapeRef.new(shape: StopApplicationRequest)
|
882
|
-
o.output = Shapes::ShapeRef.new(shape: StopApplicationResponse)
|
883
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
884
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
885
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
886
|
-
end)
|
887
|
-
|
888
|
-
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
889
|
-
o.name = "TagResource"
|
890
|
-
o.http_method = "POST"
|
891
|
-
o.http_request_uri = "/"
|
892
|
-
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
893
|
-
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
894
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
895
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
896
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
897
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
898
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
899
|
-
end)
|
900
|
-
|
901
|
-
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
902
|
-
o.name = "UntagResource"
|
903
|
-
o.http_method = "POST"
|
904
|
-
o.http_request_uri = "/"
|
905
|
-
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
906
|
-
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
907
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
908
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
909
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
910
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
911
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
912
|
-
end)
|
913
|
-
|
914
|
-
api.add_operation(:update_application, Seahorse::Model::Operation.new.tap do |o|
|
915
|
-
o.name = "UpdateApplication"
|
916
|
-
o.http_method = "POST"
|
917
|
-
o.http_request_uri = "/"
|
918
|
-
o.input = Shapes::ShapeRef.new(shape: UpdateApplicationRequest)
|
919
|
-
o.output = Shapes::ShapeRef.new(shape: UpdateApplicationResponse)
|
920
|
-
o.errors << Shapes::ShapeRef.new(shape: CodeValidationException)
|
921
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
922
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
923
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
|
924
|
-
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
925
|
-
o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
|
926
|
-
end)
|
927
|
-
end
|
928
|
-
|
929
|
-
end
|
930
|
-
end
|