aws-sdk-glue 1.0.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2413 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::Glue
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
15
+ Action = Shapes::StructureShape.new(name: 'Action')
16
+ ActionList = Shapes::ListShape.new(name: 'ActionList')
17
+ AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
18
+ AttemptCount = Shapes::IntegerShape.new(name: 'AttemptCount')
19
+ BatchCreatePartitionRequest = Shapes::StructureShape.new(name: 'BatchCreatePartitionRequest')
20
+ BatchCreatePartitionResponse = Shapes::StructureShape.new(name: 'BatchCreatePartitionResponse')
21
+ BatchDeleteConnectionRequest = Shapes::StructureShape.new(name: 'BatchDeleteConnectionRequest')
22
+ BatchDeleteConnectionResponse = Shapes::StructureShape.new(name: 'BatchDeleteConnectionResponse')
23
+ BatchDeletePartitionRequest = Shapes::StructureShape.new(name: 'BatchDeletePartitionRequest')
24
+ BatchDeletePartitionResponse = Shapes::StructureShape.new(name: 'BatchDeletePartitionResponse')
25
+ BatchDeletePartitionValueList = Shapes::ListShape.new(name: 'BatchDeletePartitionValueList')
26
+ BatchDeleteTableNameList = Shapes::ListShape.new(name: 'BatchDeleteTableNameList')
27
+ BatchDeleteTableRequest = Shapes::StructureShape.new(name: 'BatchDeleteTableRequest')
28
+ BatchDeleteTableResponse = Shapes::StructureShape.new(name: 'BatchDeleteTableResponse')
29
+ BatchGetPartitionRequest = Shapes::StructureShape.new(name: 'BatchGetPartitionRequest')
30
+ BatchGetPartitionResponse = Shapes::StructureShape.new(name: 'BatchGetPartitionResponse')
31
+ BatchGetPartitionValueList = Shapes::ListShape.new(name: 'BatchGetPartitionValueList')
32
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
33
+ BooleanValue = Shapes::BooleanShape.new(name: 'BooleanValue')
34
+ BoundedPartitionValueList = Shapes::ListShape.new(name: 'BoundedPartitionValueList')
35
+ CatalogEntries = Shapes::ListShape.new(name: 'CatalogEntries')
36
+ CatalogEntry = Shapes::StructureShape.new(name: 'CatalogEntry')
37
+ CatalogIdString = Shapes::StringShape.new(name: 'CatalogIdString')
38
+ CatalogImportStatus = Shapes::StructureShape.new(name: 'CatalogImportStatus')
39
+ Classification = Shapes::StringShape.new(name: 'Classification')
40
+ Classifier = Shapes::StructureShape.new(name: 'Classifier')
41
+ ClassifierList = Shapes::ListShape.new(name: 'ClassifierList')
42
+ ClassifierNameList = Shapes::ListShape.new(name: 'ClassifierNameList')
43
+ CodeGenArgName = Shapes::StringShape.new(name: 'CodeGenArgName')
44
+ CodeGenArgValue = Shapes::StringShape.new(name: 'CodeGenArgValue')
45
+ CodeGenEdge = Shapes::StructureShape.new(name: 'CodeGenEdge')
46
+ CodeGenIdentifier = Shapes::StringShape.new(name: 'CodeGenIdentifier')
47
+ CodeGenNode = Shapes::StructureShape.new(name: 'CodeGenNode')
48
+ CodeGenNodeArg = Shapes::StructureShape.new(name: 'CodeGenNodeArg')
49
+ CodeGenNodeArgs = Shapes::ListShape.new(name: 'CodeGenNodeArgs')
50
+ CodeGenNodeType = Shapes::StringShape.new(name: 'CodeGenNodeType')
51
+ Column = Shapes::StructureShape.new(name: 'Column')
52
+ ColumnList = Shapes::ListShape.new(name: 'ColumnList')
53
+ ColumnTypeString = Shapes::StringShape.new(name: 'ColumnTypeString')
54
+ ColumnValueStringList = Shapes::ListShape.new(name: 'ColumnValueStringList')
55
+ ColumnValuesString = Shapes::StringShape.new(name: 'ColumnValuesString')
56
+ CommentString = Shapes::StringShape.new(name: 'CommentString')
57
+ ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
58
+ ConcurrentRunsExceededException = Shapes::StructureShape.new(name: 'ConcurrentRunsExceededException')
59
+ Condition = Shapes::StructureShape.new(name: 'Condition')
60
+ ConditionList = Shapes::ListShape.new(name: 'ConditionList')
61
+ Connection = Shapes::StructureShape.new(name: 'Connection')
62
+ ConnectionInput = Shapes::StructureShape.new(name: 'ConnectionInput')
63
+ ConnectionList = Shapes::ListShape.new(name: 'ConnectionList')
64
+ ConnectionName = Shapes::StringShape.new(name: 'ConnectionName')
65
+ ConnectionProperties = Shapes::MapShape.new(name: 'ConnectionProperties')
66
+ ConnectionPropertyKey = Shapes::StringShape.new(name: 'ConnectionPropertyKey')
67
+ ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
68
+ ConnectionsList = Shapes::StructureShape.new(name: 'ConnectionsList')
69
+ Crawler = Shapes::StructureShape.new(name: 'Crawler')
70
+ CrawlerList = Shapes::ListShape.new(name: 'CrawlerList')
71
+ CrawlerMetrics = Shapes::StructureShape.new(name: 'CrawlerMetrics')
72
+ CrawlerMetricsList = Shapes::ListShape.new(name: 'CrawlerMetricsList')
73
+ CrawlerNameList = Shapes::ListShape.new(name: 'CrawlerNameList')
74
+ CrawlerNotRunningException = Shapes::StructureShape.new(name: 'CrawlerNotRunningException')
75
+ CrawlerRunningException = Shapes::StructureShape.new(name: 'CrawlerRunningException')
76
+ CrawlerState = Shapes::StringShape.new(name: 'CrawlerState')
77
+ CrawlerStoppingException = Shapes::StructureShape.new(name: 'CrawlerStoppingException')
78
+ CrawlerTargets = Shapes::StructureShape.new(name: 'CrawlerTargets')
79
+ CreateClassifierRequest = Shapes::StructureShape.new(name: 'CreateClassifierRequest')
80
+ CreateClassifierResponse = Shapes::StructureShape.new(name: 'CreateClassifierResponse')
81
+ CreateConnectionRequest = Shapes::StructureShape.new(name: 'CreateConnectionRequest')
82
+ CreateConnectionResponse = Shapes::StructureShape.new(name: 'CreateConnectionResponse')
83
+ CreateCrawlerRequest = Shapes::StructureShape.new(name: 'CreateCrawlerRequest')
84
+ CreateCrawlerResponse = Shapes::StructureShape.new(name: 'CreateCrawlerResponse')
85
+ CreateDatabaseRequest = Shapes::StructureShape.new(name: 'CreateDatabaseRequest')
86
+ CreateDatabaseResponse = Shapes::StructureShape.new(name: 'CreateDatabaseResponse')
87
+ CreateDevEndpointRequest = Shapes::StructureShape.new(name: 'CreateDevEndpointRequest')
88
+ CreateDevEndpointResponse = Shapes::StructureShape.new(name: 'CreateDevEndpointResponse')
89
+ CreateGrokClassifierRequest = Shapes::StructureShape.new(name: 'CreateGrokClassifierRequest')
90
+ CreateJobRequest = Shapes::StructureShape.new(name: 'CreateJobRequest')
91
+ CreateJobResponse = Shapes::StructureShape.new(name: 'CreateJobResponse')
92
+ CreatePartitionRequest = Shapes::StructureShape.new(name: 'CreatePartitionRequest')
93
+ CreatePartitionResponse = Shapes::StructureShape.new(name: 'CreatePartitionResponse')
94
+ CreateScriptRequest = Shapes::StructureShape.new(name: 'CreateScriptRequest')
95
+ CreateScriptResponse = Shapes::StructureShape.new(name: 'CreateScriptResponse')
96
+ CreateTableRequest = Shapes::StructureShape.new(name: 'CreateTableRequest')
97
+ CreateTableResponse = Shapes::StructureShape.new(name: 'CreateTableResponse')
98
+ CreateTriggerRequest = Shapes::StructureShape.new(name: 'CreateTriggerRequest')
99
+ CreateTriggerResponse = Shapes::StructureShape.new(name: 'CreateTriggerResponse')
100
+ CreateUserDefinedFunctionRequest = Shapes::StructureShape.new(name: 'CreateUserDefinedFunctionRequest')
101
+ CreateUserDefinedFunctionResponse = Shapes::StructureShape.new(name: 'CreateUserDefinedFunctionResponse')
102
+ CronExpression = Shapes::StringShape.new(name: 'CronExpression')
103
+ CustomPatterns = Shapes::StringShape.new(name: 'CustomPatterns')
104
+ DagEdges = Shapes::ListShape.new(name: 'DagEdges')
105
+ DagNodes = Shapes::ListShape.new(name: 'DagNodes')
106
+ Database = Shapes::StructureShape.new(name: 'Database')
107
+ DatabaseInput = Shapes::StructureShape.new(name: 'DatabaseInput')
108
+ DatabaseList = Shapes::ListShape.new(name: 'DatabaseList')
109
+ DatabaseName = Shapes::StringShape.new(name: 'DatabaseName')
110
+ DeleteBehavior = Shapes::StringShape.new(name: 'DeleteBehavior')
111
+ DeleteClassifierRequest = Shapes::StructureShape.new(name: 'DeleteClassifierRequest')
112
+ DeleteClassifierResponse = Shapes::StructureShape.new(name: 'DeleteClassifierResponse')
113
+ DeleteConnectionNameList = Shapes::ListShape.new(name: 'DeleteConnectionNameList')
114
+ DeleteConnectionRequest = Shapes::StructureShape.new(name: 'DeleteConnectionRequest')
115
+ DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
116
+ DeleteCrawlerRequest = Shapes::StructureShape.new(name: 'DeleteCrawlerRequest')
117
+ DeleteCrawlerResponse = Shapes::StructureShape.new(name: 'DeleteCrawlerResponse')
118
+ DeleteDatabaseRequest = Shapes::StructureShape.new(name: 'DeleteDatabaseRequest')
119
+ DeleteDatabaseResponse = Shapes::StructureShape.new(name: 'DeleteDatabaseResponse')
120
+ DeleteDevEndpointRequest = Shapes::StructureShape.new(name: 'DeleteDevEndpointRequest')
121
+ DeleteDevEndpointResponse = Shapes::StructureShape.new(name: 'DeleteDevEndpointResponse')
122
+ DeleteJobRequest = Shapes::StructureShape.new(name: 'DeleteJobRequest')
123
+ DeleteJobResponse = Shapes::StructureShape.new(name: 'DeleteJobResponse')
124
+ DeletePartitionRequest = Shapes::StructureShape.new(name: 'DeletePartitionRequest')
125
+ DeletePartitionResponse = Shapes::StructureShape.new(name: 'DeletePartitionResponse')
126
+ DeleteTableRequest = Shapes::StructureShape.new(name: 'DeleteTableRequest')
127
+ DeleteTableResponse = Shapes::StructureShape.new(name: 'DeleteTableResponse')
128
+ DeleteTriggerRequest = Shapes::StructureShape.new(name: 'DeleteTriggerRequest')
129
+ DeleteTriggerResponse = Shapes::StructureShape.new(name: 'DeleteTriggerResponse')
130
+ DeleteUserDefinedFunctionRequest = Shapes::StructureShape.new(name: 'DeleteUserDefinedFunctionRequest')
131
+ DeleteUserDefinedFunctionResponse = Shapes::StructureShape.new(name: 'DeleteUserDefinedFunctionResponse')
132
+ DescriptionString = Shapes::StringShape.new(name: 'DescriptionString')
133
+ DescriptionStringRemovable = Shapes::StringShape.new(name: 'DescriptionStringRemovable')
134
+ DevEndpoint = Shapes::StructureShape.new(name: 'DevEndpoint')
135
+ DevEndpointCustomLibraries = Shapes::StructureShape.new(name: 'DevEndpointCustomLibraries')
136
+ DevEndpointList = Shapes::ListShape.new(name: 'DevEndpointList')
137
+ EntityNotFoundException = Shapes::StructureShape.new(name: 'EntityNotFoundException')
138
+ ErrorByName = Shapes::MapShape.new(name: 'ErrorByName')
139
+ ErrorDetail = Shapes::StructureShape.new(name: 'ErrorDetail')
140
+ ErrorString = Shapes::StringShape.new(name: 'ErrorString')
141
+ ExecutionProperty = Shapes::StructureShape.new(name: 'ExecutionProperty')
142
+ FieldType = Shapes::StringShape.new(name: 'FieldType')
143
+ FilterString = Shapes::StringShape.new(name: 'FilterString')
144
+ FormatString = Shapes::StringShape.new(name: 'FormatString')
145
+ GenericMap = Shapes::MapShape.new(name: 'GenericMap')
146
+ GenericString = Shapes::StringShape.new(name: 'GenericString')
147
+ GetCatalogImportStatusRequest = Shapes::StructureShape.new(name: 'GetCatalogImportStatusRequest')
148
+ GetCatalogImportStatusResponse = Shapes::StructureShape.new(name: 'GetCatalogImportStatusResponse')
149
+ GetClassifierRequest = Shapes::StructureShape.new(name: 'GetClassifierRequest')
150
+ GetClassifierResponse = Shapes::StructureShape.new(name: 'GetClassifierResponse')
151
+ GetClassifiersRequest = Shapes::StructureShape.new(name: 'GetClassifiersRequest')
152
+ GetClassifiersResponse = Shapes::StructureShape.new(name: 'GetClassifiersResponse')
153
+ GetConnectionRequest = Shapes::StructureShape.new(name: 'GetConnectionRequest')
154
+ GetConnectionResponse = Shapes::StructureShape.new(name: 'GetConnectionResponse')
155
+ GetConnectionsFilter = Shapes::StructureShape.new(name: 'GetConnectionsFilter')
156
+ GetConnectionsRequest = Shapes::StructureShape.new(name: 'GetConnectionsRequest')
157
+ GetConnectionsResponse = Shapes::StructureShape.new(name: 'GetConnectionsResponse')
158
+ GetCrawlerMetricsRequest = Shapes::StructureShape.new(name: 'GetCrawlerMetricsRequest')
159
+ GetCrawlerMetricsResponse = Shapes::StructureShape.new(name: 'GetCrawlerMetricsResponse')
160
+ GetCrawlerRequest = Shapes::StructureShape.new(name: 'GetCrawlerRequest')
161
+ GetCrawlerResponse = Shapes::StructureShape.new(name: 'GetCrawlerResponse')
162
+ GetCrawlersRequest = Shapes::StructureShape.new(name: 'GetCrawlersRequest')
163
+ GetCrawlersResponse = Shapes::StructureShape.new(name: 'GetCrawlersResponse')
164
+ GetDatabaseRequest = Shapes::StructureShape.new(name: 'GetDatabaseRequest')
165
+ GetDatabaseResponse = Shapes::StructureShape.new(name: 'GetDatabaseResponse')
166
+ GetDatabasesRequest = Shapes::StructureShape.new(name: 'GetDatabasesRequest')
167
+ GetDatabasesResponse = Shapes::StructureShape.new(name: 'GetDatabasesResponse')
168
+ GetDataflowGraphRequest = Shapes::StructureShape.new(name: 'GetDataflowGraphRequest')
169
+ GetDataflowGraphResponse = Shapes::StructureShape.new(name: 'GetDataflowGraphResponse')
170
+ GetDevEndpointRequest = Shapes::StructureShape.new(name: 'GetDevEndpointRequest')
171
+ GetDevEndpointResponse = Shapes::StructureShape.new(name: 'GetDevEndpointResponse')
172
+ GetDevEndpointsRequest = Shapes::StructureShape.new(name: 'GetDevEndpointsRequest')
173
+ GetDevEndpointsResponse = Shapes::StructureShape.new(name: 'GetDevEndpointsResponse')
174
+ GetJobRequest = Shapes::StructureShape.new(name: 'GetJobRequest')
175
+ GetJobResponse = Shapes::StructureShape.new(name: 'GetJobResponse')
176
+ GetJobRunRequest = Shapes::StructureShape.new(name: 'GetJobRunRequest')
177
+ GetJobRunResponse = Shapes::StructureShape.new(name: 'GetJobRunResponse')
178
+ GetJobRunsRequest = Shapes::StructureShape.new(name: 'GetJobRunsRequest')
179
+ GetJobRunsResponse = Shapes::StructureShape.new(name: 'GetJobRunsResponse')
180
+ GetJobsRequest = Shapes::StructureShape.new(name: 'GetJobsRequest')
181
+ GetJobsResponse = Shapes::StructureShape.new(name: 'GetJobsResponse')
182
+ GetMappingRequest = Shapes::StructureShape.new(name: 'GetMappingRequest')
183
+ GetMappingResponse = Shapes::StructureShape.new(name: 'GetMappingResponse')
184
+ GetPartitionRequest = Shapes::StructureShape.new(name: 'GetPartitionRequest')
185
+ GetPartitionResponse = Shapes::StructureShape.new(name: 'GetPartitionResponse')
186
+ GetPartitionsRequest = Shapes::StructureShape.new(name: 'GetPartitionsRequest')
187
+ GetPartitionsResponse = Shapes::StructureShape.new(name: 'GetPartitionsResponse')
188
+ GetPlanRequest = Shapes::StructureShape.new(name: 'GetPlanRequest')
189
+ GetPlanResponse = Shapes::StructureShape.new(name: 'GetPlanResponse')
190
+ GetTableRequest = Shapes::StructureShape.new(name: 'GetTableRequest')
191
+ GetTableResponse = Shapes::StructureShape.new(name: 'GetTableResponse')
192
+ GetTableVersionsList = Shapes::ListShape.new(name: 'GetTableVersionsList')
193
+ GetTableVersionsRequest = Shapes::StructureShape.new(name: 'GetTableVersionsRequest')
194
+ GetTableVersionsResponse = Shapes::StructureShape.new(name: 'GetTableVersionsResponse')
195
+ GetTablesRequest = Shapes::StructureShape.new(name: 'GetTablesRequest')
196
+ GetTablesResponse = Shapes::StructureShape.new(name: 'GetTablesResponse')
197
+ GetTriggerRequest = Shapes::StructureShape.new(name: 'GetTriggerRequest')
198
+ GetTriggerResponse = Shapes::StructureShape.new(name: 'GetTriggerResponse')
199
+ GetTriggersRequest = Shapes::StructureShape.new(name: 'GetTriggersRequest')
200
+ GetTriggersResponse = Shapes::StructureShape.new(name: 'GetTriggersResponse')
201
+ GetUserDefinedFunctionRequest = Shapes::StructureShape.new(name: 'GetUserDefinedFunctionRequest')
202
+ GetUserDefinedFunctionResponse = Shapes::StructureShape.new(name: 'GetUserDefinedFunctionResponse')
203
+ GetUserDefinedFunctionsRequest = Shapes::StructureShape.new(name: 'GetUserDefinedFunctionsRequest')
204
+ GetUserDefinedFunctionsResponse = Shapes::StructureShape.new(name: 'GetUserDefinedFunctionsResponse')
205
+ GrokClassifier = Shapes::StructureShape.new(name: 'GrokClassifier')
206
+ GrokPattern = Shapes::StringShape.new(name: 'GrokPattern')
207
+ IdString = Shapes::StringShape.new(name: 'IdString')
208
+ IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
209
+ ImportCatalogToGlueRequest = Shapes::StructureShape.new(name: 'ImportCatalogToGlueRequest')
210
+ ImportCatalogToGlueResponse = Shapes::StructureShape.new(name: 'ImportCatalogToGlueResponse')
211
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
212
+ IntegerFlag = Shapes::IntegerShape.new(name: 'IntegerFlag')
213
+ IntegerValue = Shapes::IntegerShape.new(name: 'IntegerValue')
214
+ InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
215
+ InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
216
+ JdbcTarget = Shapes::StructureShape.new(name: 'JdbcTarget')
217
+ JdbcTargetList = Shapes::ListShape.new(name: 'JdbcTargetList')
218
+ Job = Shapes::StructureShape.new(name: 'Job')
219
+ JobBookmarkEntry = Shapes::StructureShape.new(name: 'JobBookmarkEntry')
220
+ JobCommand = Shapes::StructureShape.new(name: 'JobCommand')
221
+ JobList = Shapes::ListShape.new(name: 'JobList')
222
+ JobName = Shapes::StringShape.new(name: 'JobName')
223
+ JobRun = Shapes::StructureShape.new(name: 'JobRun')
224
+ JobRunList = Shapes::ListShape.new(name: 'JobRunList')
225
+ JobRunState = Shapes::StringShape.new(name: 'JobRunState')
226
+ JobUpdate = Shapes::StructureShape.new(name: 'JobUpdate')
227
+ JsonValue = Shapes::StringShape.new(name: 'JsonValue')
228
+ KeyString = Shapes::StringShape.new(name: 'KeyString')
229
+ LastCrawlInfo = Shapes::StructureShape.new(name: 'LastCrawlInfo')
230
+ LastCrawlStatus = Shapes::StringShape.new(name: 'LastCrawlStatus')
231
+ Location = Shapes::StructureShape.new(name: 'Location')
232
+ LocationMap = Shapes::MapShape.new(name: 'LocationMap')
233
+ LocationString = Shapes::StringShape.new(name: 'LocationString')
234
+ LogGroup = Shapes::StringShape.new(name: 'LogGroup')
235
+ LogStream = Shapes::StringShape.new(name: 'LogStream')
236
+ Logical = Shapes::StringShape.new(name: 'Logical')
237
+ LogicalOperator = Shapes::StringShape.new(name: 'LogicalOperator')
238
+ MappingEntry = Shapes::StructureShape.new(name: 'MappingEntry')
239
+ MappingList = Shapes::ListShape.new(name: 'MappingList')
240
+ MatchCriteria = Shapes::ListShape.new(name: 'MatchCriteria')
241
+ MaxConcurrentRuns = Shapes::IntegerShape.new(name: 'MaxConcurrentRuns')
242
+ MaxRetries = Shapes::IntegerShape.new(name: 'MaxRetries')
243
+ MessagePrefix = Shapes::StringShape.new(name: 'MessagePrefix')
244
+ MessageString = Shapes::StringShape.new(name: 'MessageString')
245
+ MillisecondsCount = Shapes::IntegerShape.new(name: 'MillisecondsCount')
246
+ NameString = Shapes::StringShape.new(name: 'NameString')
247
+ NameStringList = Shapes::ListShape.new(name: 'NameStringList')
248
+ NoScheduleException = Shapes::StructureShape.new(name: 'NoScheduleException')
249
+ NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
250
+ NonNegativeInteger = Shapes::IntegerShape.new(name: 'NonNegativeInteger')
251
+ OperationTimeoutException = Shapes::StructureShape.new(name: 'OperationTimeoutException')
252
+ Order = Shapes::StructureShape.new(name: 'Order')
253
+ OrderList = Shapes::ListShape.new(name: 'OrderList')
254
+ PageSize = Shapes::IntegerShape.new(name: 'PageSize')
255
+ ParametersMap = Shapes::MapShape.new(name: 'ParametersMap')
256
+ ParametersMapValue = Shapes::StringShape.new(name: 'ParametersMapValue')
257
+ Partition = Shapes::StructureShape.new(name: 'Partition')
258
+ PartitionError = Shapes::StructureShape.new(name: 'PartitionError')
259
+ PartitionErrors = Shapes::ListShape.new(name: 'PartitionErrors')
260
+ PartitionInput = Shapes::StructureShape.new(name: 'PartitionInput')
261
+ PartitionInputList = Shapes::ListShape.new(name: 'PartitionInputList')
262
+ PartitionList = Shapes::ListShape.new(name: 'PartitionList')
263
+ PartitionValueList = Shapes::StructureShape.new(name: 'PartitionValueList')
264
+ Path = Shapes::StringShape.new(name: 'Path')
265
+ PathList = Shapes::ListShape.new(name: 'PathList')
266
+ PhysicalConnectionRequirements = Shapes::StructureShape.new(name: 'PhysicalConnectionRequirements')
267
+ Predecessor = Shapes::StructureShape.new(name: 'Predecessor')
268
+ PredecessorList = Shapes::ListShape.new(name: 'PredecessorList')
269
+ Predicate = Shapes::StructureShape.new(name: 'Predicate')
270
+ PredicateString = Shapes::StringShape.new(name: 'PredicateString')
271
+ PrincipalType = Shapes::StringShape.new(name: 'PrincipalType')
272
+ PythonScript = Shapes::StringShape.new(name: 'PythonScript')
273
+ ResetJobBookmarkRequest = Shapes::StructureShape.new(name: 'ResetJobBookmarkRequest')
274
+ ResetJobBookmarkResponse = Shapes::StructureShape.new(name: 'ResetJobBookmarkResponse')
275
+ ResourceNumberLimitExceededException = Shapes::StructureShape.new(name: 'ResourceNumberLimitExceededException')
276
+ ResourceType = Shapes::StringShape.new(name: 'ResourceType')
277
+ ResourceUri = Shapes::StructureShape.new(name: 'ResourceUri')
278
+ ResourceUriList = Shapes::ListShape.new(name: 'ResourceUriList')
279
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
280
+ RoleString = Shapes::StringShape.new(name: 'RoleString')
281
+ S3Target = Shapes::StructureShape.new(name: 'S3Target')
282
+ S3TargetList = Shapes::ListShape.new(name: 'S3TargetList')
283
+ Schedule = Shapes::StructureShape.new(name: 'Schedule')
284
+ ScheduleState = Shapes::StringShape.new(name: 'ScheduleState')
285
+ SchedulerNotRunningException = Shapes::StructureShape.new(name: 'SchedulerNotRunningException')
286
+ SchedulerRunningException = Shapes::StructureShape.new(name: 'SchedulerRunningException')
287
+ SchedulerTransitioningException = Shapes::StructureShape.new(name: 'SchedulerTransitioningException')
288
+ SchemaChangePolicy = Shapes::StructureShape.new(name: 'SchemaChangePolicy')
289
+ SchemaPathString = Shapes::StringShape.new(name: 'SchemaPathString')
290
+ ScriptLocationString = Shapes::StringShape.new(name: 'ScriptLocationString')
291
+ SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
292
+ Segment = Shapes::StructureShape.new(name: 'Segment')
293
+ SerDeInfo = Shapes::StructureShape.new(name: 'SerDeInfo')
294
+ SkewedInfo = Shapes::StructureShape.new(name: 'SkewedInfo')
295
+ StartCrawlerRequest = Shapes::StructureShape.new(name: 'StartCrawlerRequest')
296
+ StartCrawlerResponse = Shapes::StructureShape.new(name: 'StartCrawlerResponse')
297
+ StartCrawlerScheduleRequest = Shapes::StructureShape.new(name: 'StartCrawlerScheduleRequest')
298
+ StartCrawlerScheduleResponse = Shapes::StructureShape.new(name: 'StartCrawlerScheduleResponse')
299
+ StartJobRunRequest = Shapes::StructureShape.new(name: 'StartJobRunRequest')
300
+ StartJobRunResponse = Shapes::StructureShape.new(name: 'StartJobRunResponse')
301
+ StartTriggerRequest = Shapes::StructureShape.new(name: 'StartTriggerRequest')
302
+ StartTriggerResponse = Shapes::StructureShape.new(name: 'StartTriggerResponse')
303
+ StopCrawlerRequest = Shapes::StructureShape.new(name: 'StopCrawlerRequest')
304
+ StopCrawlerResponse = Shapes::StructureShape.new(name: 'StopCrawlerResponse')
305
+ StopCrawlerScheduleRequest = Shapes::StructureShape.new(name: 'StopCrawlerScheduleRequest')
306
+ StopCrawlerScheduleResponse = Shapes::StructureShape.new(name: 'StopCrawlerScheduleResponse')
307
+ StopTriggerRequest = Shapes::StructureShape.new(name: 'StopTriggerRequest')
308
+ StopTriggerResponse = Shapes::StructureShape.new(name: 'StopTriggerResponse')
309
+ StorageDescriptor = Shapes::StructureShape.new(name: 'StorageDescriptor')
310
+ StringList = Shapes::ListShape.new(name: 'StringList')
311
+ Table = Shapes::StructureShape.new(name: 'Table')
312
+ TableError = Shapes::StructureShape.new(name: 'TableError')
313
+ TableErrors = Shapes::ListShape.new(name: 'TableErrors')
314
+ TableInput = Shapes::StructureShape.new(name: 'TableInput')
315
+ TableList = Shapes::ListShape.new(name: 'TableList')
316
+ TableName = Shapes::StringShape.new(name: 'TableName')
317
+ TablePrefix = Shapes::StringShape.new(name: 'TablePrefix')
318
+ TableTypeString = Shapes::StringShape.new(name: 'TableTypeString')
319
+ TableVersion = Shapes::StructureShape.new(name: 'TableVersion')
320
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
321
+ TimestampValue = Shapes::TimestampShape.new(name: 'TimestampValue')
322
+ Token = Shapes::StringShape.new(name: 'Token')
323
+ TotalSegmentsInteger = Shapes::IntegerShape.new(name: 'TotalSegmentsInteger')
324
+ Trigger = Shapes::StructureShape.new(name: 'Trigger')
325
+ TriggerList = Shapes::ListShape.new(name: 'TriggerList')
326
+ TriggerState = Shapes::StringShape.new(name: 'TriggerState')
327
+ TriggerType = Shapes::StringShape.new(name: 'TriggerType')
328
+ TriggerUpdate = Shapes::StructureShape.new(name: 'TriggerUpdate')
329
+ URI = Shapes::StringShape.new(name: 'URI')
330
+ UpdateBehavior = Shapes::StringShape.new(name: 'UpdateBehavior')
331
+ UpdateClassifierRequest = Shapes::StructureShape.new(name: 'UpdateClassifierRequest')
332
+ UpdateClassifierResponse = Shapes::StructureShape.new(name: 'UpdateClassifierResponse')
333
+ UpdateConnectionRequest = Shapes::StructureShape.new(name: 'UpdateConnectionRequest')
334
+ UpdateConnectionResponse = Shapes::StructureShape.new(name: 'UpdateConnectionResponse')
335
+ UpdateCrawlerRequest = Shapes::StructureShape.new(name: 'UpdateCrawlerRequest')
336
+ UpdateCrawlerResponse = Shapes::StructureShape.new(name: 'UpdateCrawlerResponse')
337
+ UpdateCrawlerScheduleRequest = Shapes::StructureShape.new(name: 'UpdateCrawlerScheduleRequest')
338
+ UpdateCrawlerScheduleResponse = Shapes::StructureShape.new(name: 'UpdateCrawlerScheduleResponse')
339
+ UpdateDatabaseRequest = Shapes::StructureShape.new(name: 'UpdateDatabaseRequest')
340
+ UpdateDatabaseResponse = Shapes::StructureShape.new(name: 'UpdateDatabaseResponse')
341
+ UpdateDevEndpointRequest = Shapes::StructureShape.new(name: 'UpdateDevEndpointRequest')
342
+ UpdateDevEndpointResponse = Shapes::StructureShape.new(name: 'UpdateDevEndpointResponse')
343
+ UpdateGrokClassifierRequest = Shapes::StructureShape.new(name: 'UpdateGrokClassifierRequest')
344
+ UpdateJobRequest = Shapes::StructureShape.new(name: 'UpdateJobRequest')
345
+ UpdateJobResponse = Shapes::StructureShape.new(name: 'UpdateJobResponse')
346
+ UpdatePartitionRequest = Shapes::StructureShape.new(name: 'UpdatePartitionRequest')
347
+ UpdatePartitionResponse = Shapes::StructureShape.new(name: 'UpdatePartitionResponse')
348
+ UpdateTableRequest = Shapes::StructureShape.new(name: 'UpdateTableRequest')
349
+ UpdateTableResponse = Shapes::StructureShape.new(name: 'UpdateTableResponse')
350
+ UpdateTriggerRequest = Shapes::StructureShape.new(name: 'UpdateTriggerRequest')
351
+ UpdateTriggerResponse = Shapes::StructureShape.new(name: 'UpdateTriggerResponse')
352
+ UpdateUserDefinedFunctionRequest = Shapes::StructureShape.new(name: 'UpdateUserDefinedFunctionRequest')
353
+ UpdateUserDefinedFunctionResponse = Shapes::StructureShape.new(name: 'UpdateUserDefinedFunctionResponse')
354
+ UriString = Shapes::StringShape.new(name: 'UriString')
355
+ UserDefinedFunction = Shapes::StructureShape.new(name: 'UserDefinedFunction')
356
+ UserDefinedFunctionInput = Shapes::StructureShape.new(name: 'UserDefinedFunctionInput')
357
+ UserDefinedFunctionList = Shapes::ListShape.new(name: 'UserDefinedFunctionList')
358
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
359
+ ValueString = Shapes::StringShape.new(name: 'ValueString')
360
+ ValueStringList = Shapes::ListShape.new(name: 'ValueStringList')
361
+ VersionId = Shapes::IntegerShape.new(name: 'VersionId')
362
+ VersionMismatchException = Shapes::StructureShape.new(name: 'VersionMismatchException')
363
+ VersionString = Shapes::StringShape.new(name: 'VersionString')
364
+ ViewTextString = Shapes::StringShape.new(name: 'ViewTextString')
365
+
366
+ Action.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
367
+ Action.add_member(:arguments, Shapes::ShapeRef.new(shape: GenericMap, location_name: "Arguments"))
368
+ Action.struct_class = Types::Action
369
+
370
+ ActionList.member = Shapes::ShapeRef.new(shape: Action)
371
+
372
+ BatchCreatePartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
373
+ BatchCreatePartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
374
+ BatchCreatePartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
375
+ BatchCreatePartitionRequest.add_member(:partition_input_list, Shapes::ShapeRef.new(shape: PartitionInputList, required: true, location_name: "PartitionInputList"))
376
+ BatchCreatePartitionRequest.struct_class = Types::BatchCreatePartitionRequest
377
+
378
+ BatchCreatePartitionResponse.add_member(:errors, Shapes::ShapeRef.new(shape: PartitionErrors, location_name: "Errors"))
379
+ BatchCreatePartitionResponse.struct_class = Types::BatchCreatePartitionResponse
380
+
381
+ BatchDeleteConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
382
+ BatchDeleteConnectionRequest.add_member(:connection_name_list, Shapes::ShapeRef.new(shape: DeleteConnectionNameList, required: true, location_name: "ConnectionNameList"))
383
+ BatchDeleteConnectionRequest.struct_class = Types::BatchDeleteConnectionRequest
384
+
385
+ BatchDeleteConnectionResponse.add_member(:succeeded, Shapes::ShapeRef.new(shape: NameStringList, location_name: "Succeeded"))
386
+ BatchDeleteConnectionResponse.add_member(:errors, Shapes::ShapeRef.new(shape: ErrorByName, location_name: "Errors"))
387
+ BatchDeleteConnectionResponse.struct_class = Types::BatchDeleteConnectionResponse
388
+
389
+ BatchDeletePartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
390
+ BatchDeletePartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
391
+ BatchDeletePartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
392
+ BatchDeletePartitionRequest.add_member(:partitions_to_delete, Shapes::ShapeRef.new(shape: BatchDeletePartitionValueList, required: true, location_name: "PartitionsToDelete"))
393
+ BatchDeletePartitionRequest.struct_class = Types::BatchDeletePartitionRequest
394
+
395
+ BatchDeletePartitionResponse.add_member(:errors, Shapes::ShapeRef.new(shape: PartitionErrors, location_name: "Errors"))
396
+ BatchDeletePartitionResponse.struct_class = Types::BatchDeletePartitionResponse
397
+
398
+ BatchDeletePartitionValueList.member = Shapes::ShapeRef.new(shape: PartitionValueList)
399
+
400
+ BatchDeleteTableNameList.member = Shapes::ShapeRef.new(shape: NameString)
401
+
402
+ BatchDeleteTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
403
+ BatchDeleteTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
404
+ BatchDeleteTableRequest.add_member(:tables_to_delete, Shapes::ShapeRef.new(shape: BatchDeleteTableNameList, required: true, location_name: "TablesToDelete"))
405
+ BatchDeleteTableRequest.struct_class = Types::BatchDeleteTableRequest
406
+
407
+ BatchDeleteTableResponse.add_member(:errors, Shapes::ShapeRef.new(shape: TableErrors, location_name: "Errors"))
408
+ BatchDeleteTableResponse.struct_class = Types::BatchDeleteTableResponse
409
+
410
+ BatchGetPartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
411
+ BatchGetPartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
412
+ BatchGetPartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
413
+ BatchGetPartitionRequest.add_member(:partitions_to_get, Shapes::ShapeRef.new(shape: BatchGetPartitionValueList, required: true, location_name: "PartitionsToGet"))
414
+ BatchGetPartitionRequest.struct_class = Types::BatchGetPartitionRequest
415
+
416
+ BatchGetPartitionResponse.add_member(:partitions, Shapes::ShapeRef.new(shape: PartitionList, location_name: "Partitions"))
417
+ BatchGetPartitionResponse.add_member(:unprocessed_keys, Shapes::ShapeRef.new(shape: BatchGetPartitionValueList, location_name: "UnprocessedKeys"))
418
+ BatchGetPartitionResponse.struct_class = Types::BatchGetPartitionResponse
419
+
420
+ BatchGetPartitionValueList.member = Shapes::ShapeRef.new(shape: PartitionValueList)
421
+
422
+ BoundedPartitionValueList.member = Shapes::ShapeRef.new(shape: ValueString)
423
+
424
+ CatalogEntries.member = Shapes::ShapeRef.new(shape: CatalogEntry)
425
+
426
+ CatalogEntry.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
427
+ CatalogEntry.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
428
+ CatalogEntry.struct_class = Types::CatalogEntry
429
+
430
+ CatalogImportStatus.add_member(:import_completed, Shapes::ShapeRef.new(shape: Boolean, location_name: "ImportCompleted"))
431
+ CatalogImportStatus.add_member(:import_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ImportTime"))
432
+ CatalogImportStatus.add_member(:imported_by, Shapes::ShapeRef.new(shape: NameString, location_name: "ImportedBy"))
433
+ CatalogImportStatus.struct_class = Types::CatalogImportStatus
434
+
435
+ Classifier.add_member(:grok_classifier, Shapes::ShapeRef.new(shape: GrokClassifier, location_name: "GrokClassifier"))
436
+ Classifier.struct_class = Types::Classifier
437
+
438
+ ClassifierList.member = Shapes::ShapeRef.new(shape: Classifier)
439
+
440
+ ClassifierNameList.member = Shapes::ShapeRef.new(shape: NameString)
441
+
442
+ CodeGenEdge.add_member(:source, Shapes::ShapeRef.new(shape: CodeGenIdentifier, required: true, location_name: "Source"))
443
+ CodeGenEdge.add_member(:target, Shapes::ShapeRef.new(shape: CodeGenIdentifier, required: true, location_name: "Target"))
444
+ CodeGenEdge.add_member(:target_parameter, Shapes::ShapeRef.new(shape: CodeGenArgName, location_name: "TargetParameter"))
445
+ CodeGenEdge.struct_class = Types::CodeGenEdge
446
+
447
+ CodeGenNode.add_member(:id, Shapes::ShapeRef.new(shape: CodeGenIdentifier, required: true, location_name: "Id"))
448
+ CodeGenNode.add_member(:node_type, Shapes::ShapeRef.new(shape: CodeGenNodeType, required: true, location_name: "NodeType"))
449
+ CodeGenNode.add_member(:args, Shapes::ShapeRef.new(shape: CodeGenNodeArgs, required: true, location_name: "Args"))
450
+ CodeGenNode.add_member(:line_number, Shapes::ShapeRef.new(shape: Integer, location_name: "LineNumber"))
451
+ CodeGenNode.struct_class = Types::CodeGenNode
452
+
453
+ CodeGenNodeArg.add_member(:name, Shapes::ShapeRef.new(shape: CodeGenArgName, required: true, location_name: "Name"))
454
+ CodeGenNodeArg.add_member(:value, Shapes::ShapeRef.new(shape: CodeGenArgValue, required: true, location_name: "Value"))
455
+ CodeGenNodeArg.add_member(:param, Shapes::ShapeRef.new(shape: Boolean, location_name: "Param"))
456
+ CodeGenNodeArg.struct_class = Types::CodeGenNodeArg
457
+
458
+ CodeGenNodeArgs.member = Shapes::ShapeRef.new(shape: CodeGenNodeArg)
459
+
460
+ Column.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
461
+ Column.add_member(:type, Shapes::ShapeRef.new(shape: ColumnTypeString, location_name: "Type"))
462
+ Column.add_member(:comment, Shapes::ShapeRef.new(shape: CommentString, location_name: "Comment"))
463
+ Column.struct_class = Types::Column
464
+
465
+ ColumnList.member = Shapes::ShapeRef.new(shape: Column)
466
+
467
+ ColumnValueStringList.member = Shapes::ShapeRef.new(shape: ColumnValuesString)
468
+
469
+ Condition.add_member(:logical_operator, Shapes::ShapeRef.new(shape: LogicalOperator, location_name: "LogicalOperator"))
470
+ Condition.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
471
+ Condition.add_member(:state, Shapes::ShapeRef.new(shape: JobRunState, location_name: "State"))
472
+ Condition.struct_class = Types::Condition
473
+
474
+ ConditionList.member = Shapes::ShapeRef.new(shape: Condition)
475
+
476
+ Connection.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
477
+ Connection.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
478
+ Connection.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "ConnectionType"))
479
+ Connection.add_member(:match_criteria, Shapes::ShapeRef.new(shape: MatchCriteria, location_name: "MatchCriteria"))
480
+ Connection.add_member(:connection_properties, Shapes::ShapeRef.new(shape: ConnectionProperties, location_name: "ConnectionProperties"))
481
+ Connection.add_member(:physical_connection_requirements, Shapes::ShapeRef.new(shape: PhysicalConnectionRequirements, location_name: "PhysicalConnectionRequirements"))
482
+ Connection.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
483
+ Connection.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
484
+ Connection.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: NameString, location_name: "LastUpdatedBy"))
485
+ Connection.struct_class = Types::Connection
486
+
487
+ ConnectionInput.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
488
+ ConnectionInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
489
+ ConnectionInput.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "ConnectionType"))
490
+ ConnectionInput.add_member(:match_criteria, Shapes::ShapeRef.new(shape: MatchCriteria, location_name: "MatchCriteria"))
491
+ ConnectionInput.add_member(:connection_properties, Shapes::ShapeRef.new(shape: ConnectionProperties, location_name: "ConnectionProperties"))
492
+ ConnectionInput.add_member(:physical_connection_requirements, Shapes::ShapeRef.new(shape: PhysicalConnectionRequirements, location_name: "PhysicalConnectionRequirements"))
493
+ ConnectionInput.struct_class = Types::ConnectionInput
494
+
495
+ ConnectionList.member = Shapes::ShapeRef.new(shape: Connection)
496
+
497
+ ConnectionProperties.key = Shapes::ShapeRef.new(shape: ConnectionPropertyKey)
498
+ ConnectionProperties.value = Shapes::ShapeRef.new(shape: ValueString)
499
+
500
+ ConnectionsList.add_member(:connections, Shapes::ShapeRef.new(shape: StringList, location_name: "Connections"))
501
+ ConnectionsList.struct_class = Types::ConnectionsList
502
+
503
+ Crawler.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
504
+ Crawler.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "Role"))
505
+ Crawler.add_member(:targets, Shapes::ShapeRef.new(shape: CrawlerTargets, location_name: "Targets"))
506
+ Crawler.add_member(:database_name, Shapes::ShapeRef.new(shape: DatabaseName, location_name: "DatabaseName"))
507
+ Crawler.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
508
+ Crawler.add_member(:classifiers, Shapes::ShapeRef.new(shape: ClassifierNameList, location_name: "Classifiers"))
509
+ Crawler.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
510
+ Crawler.add_member(:state, Shapes::ShapeRef.new(shape: CrawlerState, location_name: "State"))
511
+ Crawler.add_member(:table_prefix, Shapes::ShapeRef.new(shape: TablePrefix, location_name: "TablePrefix"))
512
+ Crawler.add_member(:schedule, Shapes::ShapeRef.new(shape: Schedule, location_name: "Schedule"))
513
+ Crawler.add_member(:crawl_elapsed_time, Shapes::ShapeRef.new(shape: MillisecondsCount, location_name: "CrawlElapsedTime"))
514
+ Crawler.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
515
+ Crawler.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
516
+ Crawler.add_member(:last_crawl, Shapes::ShapeRef.new(shape: LastCrawlInfo, location_name: "LastCrawl"))
517
+ Crawler.add_member(:version, Shapes::ShapeRef.new(shape: VersionId, location_name: "Version"))
518
+ Crawler.struct_class = Types::Crawler
519
+
520
+ CrawlerList.member = Shapes::ShapeRef.new(shape: Crawler)
521
+
522
+ CrawlerMetrics.add_member(:crawler_name, Shapes::ShapeRef.new(shape: NameString, location_name: "CrawlerName"))
523
+ CrawlerMetrics.add_member(:time_left_seconds, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "TimeLeftSeconds"))
524
+ CrawlerMetrics.add_member(:still_estimating, Shapes::ShapeRef.new(shape: Boolean, location_name: "StillEstimating"))
525
+ CrawlerMetrics.add_member(:last_runtime_seconds, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "LastRuntimeSeconds"))
526
+ CrawlerMetrics.add_member(:median_runtime_seconds, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "MedianRuntimeSeconds"))
527
+ CrawlerMetrics.add_member(:tables_created, Shapes::ShapeRef.new(shape: NonNegativeInteger, location_name: "TablesCreated"))
528
+ CrawlerMetrics.add_member(:tables_updated, Shapes::ShapeRef.new(shape: NonNegativeInteger, location_name: "TablesUpdated"))
529
+ CrawlerMetrics.add_member(:tables_deleted, Shapes::ShapeRef.new(shape: NonNegativeInteger, location_name: "TablesDeleted"))
530
+ CrawlerMetrics.struct_class = Types::CrawlerMetrics
531
+
532
+ CrawlerMetricsList.member = Shapes::ShapeRef.new(shape: CrawlerMetrics)
533
+
534
+ CrawlerNameList.member = Shapes::ShapeRef.new(shape: NameString)
535
+
536
+ CrawlerTargets.add_member(:s3_targets, Shapes::ShapeRef.new(shape: S3TargetList, location_name: "S3Targets"))
537
+ CrawlerTargets.add_member(:jdbc_targets, Shapes::ShapeRef.new(shape: JdbcTargetList, location_name: "JdbcTargets"))
538
+ CrawlerTargets.struct_class = Types::CrawlerTargets
539
+
540
+ CreateClassifierRequest.add_member(:grok_classifier, Shapes::ShapeRef.new(shape: CreateGrokClassifierRequest, location_name: "GrokClassifier"))
541
+ CreateClassifierRequest.struct_class = Types::CreateClassifierRequest
542
+
543
+ CreateClassifierResponse.struct_class = Types::CreateClassifierResponse
544
+
545
+ CreateConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
546
+ CreateConnectionRequest.add_member(:connection_input, Shapes::ShapeRef.new(shape: ConnectionInput, required: true, location_name: "ConnectionInput"))
547
+ CreateConnectionRequest.struct_class = Types::CreateConnectionRequest
548
+
549
+ CreateConnectionResponse.struct_class = Types::CreateConnectionResponse
550
+
551
+ CreateCrawlerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
552
+ CreateCrawlerRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "Role"))
553
+ CreateCrawlerRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: DatabaseName, required: true, location_name: "DatabaseName"))
554
+ CreateCrawlerRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
555
+ CreateCrawlerRequest.add_member(:targets, Shapes::ShapeRef.new(shape: CrawlerTargets, required: true, location_name: "Targets"))
556
+ CreateCrawlerRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: CronExpression, location_name: "Schedule"))
557
+ CreateCrawlerRequest.add_member(:classifiers, Shapes::ShapeRef.new(shape: ClassifierNameList, location_name: "Classifiers"))
558
+ CreateCrawlerRequest.add_member(:table_prefix, Shapes::ShapeRef.new(shape: TablePrefix, location_name: "TablePrefix"))
559
+ CreateCrawlerRequest.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
560
+ CreateCrawlerRequest.struct_class = Types::CreateCrawlerRequest
561
+
562
+ CreateCrawlerResponse.struct_class = Types::CreateCrawlerResponse
563
+
564
+ CreateDatabaseRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
565
+ CreateDatabaseRequest.add_member(:database_input, Shapes::ShapeRef.new(shape: DatabaseInput, required: true, location_name: "DatabaseInput"))
566
+ CreateDatabaseRequest.struct_class = Types::CreateDatabaseRequest
567
+
568
+ CreateDatabaseResponse.struct_class = Types::CreateDatabaseResponse
569
+
570
+ CreateDevEndpointRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointName"))
571
+ CreateDevEndpointRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
572
+ CreateDevEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "SecurityGroupIds"))
573
+ CreateDevEndpointRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "SubnetId"))
574
+ CreateDevEndpointRequest.add_member(:public_key, Shapes::ShapeRef.new(shape: GenericString, location_name: "PublicKey"))
575
+ CreateDevEndpointRequest.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "NumberOfNodes"))
576
+ CreateDevEndpointRequest.add_member(:extra_python_libs_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraPythonLibsS3Path"))
577
+ CreateDevEndpointRequest.add_member(:extra_jars_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraJarsS3Path"))
578
+ CreateDevEndpointRequest.struct_class = Types::CreateDevEndpointRequest
579
+
580
+ CreateDevEndpointResponse.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointName"))
581
+ CreateDevEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: GenericString, location_name: "Status"))
582
+ CreateDevEndpointResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroupIds"))
583
+ CreateDevEndpointResponse.add_member(:subnet_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "SubnetId"))
584
+ CreateDevEndpointResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
585
+ CreateDevEndpointResponse.add_member(:yarn_endpoint_address, Shapes::ShapeRef.new(shape: GenericString, location_name: "YarnEndpointAddress"))
586
+ CreateDevEndpointResponse.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "NumberOfNodes"))
587
+ CreateDevEndpointResponse.add_member(:availability_zone, Shapes::ShapeRef.new(shape: GenericString, location_name: "AvailabilityZone"))
588
+ CreateDevEndpointResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "VpcId"))
589
+ CreateDevEndpointResponse.add_member(:extra_python_libs_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraPythonLibsS3Path"))
590
+ CreateDevEndpointResponse.add_member(:extra_jars_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraJarsS3Path"))
591
+ CreateDevEndpointResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "FailureReason"))
592
+ CreateDevEndpointResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CreatedTimestamp"))
593
+ CreateDevEndpointResponse.struct_class = Types::CreateDevEndpointResponse
594
+
595
+ CreateGrokClassifierRequest.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, required: true, location_name: "Classification"))
596
+ CreateGrokClassifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
597
+ CreateGrokClassifierRequest.add_member(:grok_pattern, Shapes::ShapeRef.new(shape: GrokPattern, required: true, location_name: "GrokPattern"))
598
+ CreateGrokClassifierRequest.add_member(:custom_patterns, Shapes::ShapeRef.new(shape: CustomPatterns, location_name: "CustomPatterns"))
599
+ CreateGrokClassifierRequest.struct_class = Types::CreateGrokClassifierRequest
600
+
601
+ CreateJobRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
602
+ CreateJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
603
+ CreateJobRequest.add_member(:log_uri, Shapes::ShapeRef.new(shape: UriString, location_name: "LogUri"))
604
+ CreateJobRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleString, required: true, location_name: "Role"))
605
+ CreateJobRequest.add_member(:execution_property, Shapes::ShapeRef.new(shape: ExecutionProperty, location_name: "ExecutionProperty"))
606
+ CreateJobRequest.add_member(:command, Shapes::ShapeRef.new(shape: JobCommand, required: true, location_name: "Command"))
607
+ CreateJobRequest.add_member(:default_arguments, Shapes::ShapeRef.new(shape: GenericMap, location_name: "DefaultArguments"))
608
+ CreateJobRequest.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionsList, location_name: "Connections"))
609
+ CreateJobRequest.add_member(:max_retries, Shapes::ShapeRef.new(shape: MaxRetries, location_name: "MaxRetries"))
610
+ CreateJobRequest.add_member(:allocated_capacity, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "AllocatedCapacity"))
611
+ CreateJobRequest.struct_class = Types::CreateJobRequest
612
+
613
+ CreateJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
614
+ CreateJobResponse.struct_class = Types::CreateJobResponse
615
+
616
+ CreatePartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
617
+ CreatePartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
618
+ CreatePartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
619
+ CreatePartitionRequest.add_member(:partition_input, Shapes::ShapeRef.new(shape: PartitionInput, required: true, location_name: "PartitionInput"))
620
+ CreatePartitionRequest.struct_class = Types::CreatePartitionRequest
621
+
622
+ CreatePartitionResponse.struct_class = Types::CreatePartitionResponse
623
+
624
+ CreateScriptRequest.add_member(:dag_nodes, Shapes::ShapeRef.new(shape: DagNodes, location_name: "DagNodes"))
625
+ CreateScriptRequest.add_member(:dag_edges, Shapes::ShapeRef.new(shape: DagEdges, location_name: "DagEdges"))
626
+ CreateScriptRequest.struct_class = Types::CreateScriptRequest
627
+
628
+ CreateScriptResponse.add_member(:python_script, Shapes::ShapeRef.new(shape: PythonScript, location_name: "PythonScript"))
629
+ CreateScriptResponse.struct_class = Types::CreateScriptResponse
630
+
631
+ CreateTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
632
+ CreateTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
633
+ CreateTableRequest.add_member(:table_input, Shapes::ShapeRef.new(shape: TableInput, required: true, location_name: "TableInput"))
634
+ CreateTableRequest.struct_class = Types::CreateTableRequest
635
+
636
+ CreateTableResponse.struct_class = Types::CreateTableResponse
637
+
638
+ CreateTriggerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
639
+ CreateTriggerRequest.add_member(:type, Shapes::ShapeRef.new(shape: TriggerType, required: true, location_name: "Type"))
640
+ CreateTriggerRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: GenericString, location_name: "Schedule"))
641
+ CreateTriggerRequest.add_member(:predicate, Shapes::ShapeRef.new(shape: Predicate, location_name: "Predicate"))
642
+ CreateTriggerRequest.add_member(:actions, Shapes::ShapeRef.new(shape: ActionList, required: true, location_name: "Actions"))
643
+ CreateTriggerRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
644
+ CreateTriggerRequest.struct_class = Types::CreateTriggerRequest
645
+
646
+ CreateTriggerResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
647
+ CreateTriggerResponse.struct_class = Types::CreateTriggerResponse
648
+
649
+ CreateUserDefinedFunctionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
650
+ CreateUserDefinedFunctionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
651
+ CreateUserDefinedFunctionRequest.add_member(:function_input, Shapes::ShapeRef.new(shape: UserDefinedFunctionInput, required: true, location_name: "FunctionInput"))
652
+ CreateUserDefinedFunctionRequest.struct_class = Types::CreateUserDefinedFunctionRequest
653
+
654
+ CreateUserDefinedFunctionResponse.struct_class = Types::CreateUserDefinedFunctionResponse
655
+
656
+ DagEdges.member = Shapes::ShapeRef.new(shape: CodeGenEdge)
657
+
658
+ DagNodes.member = Shapes::ShapeRef.new(shape: CodeGenNode)
659
+
660
+ Database.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
661
+ Database.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
662
+ Database.add_member(:location_uri, Shapes::ShapeRef.new(shape: URI, location_name: "LocationUri"))
663
+ Database.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
664
+ Database.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
665
+ Database.struct_class = Types::Database
666
+
667
+ DatabaseInput.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
668
+ DatabaseInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
669
+ DatabaseInput.add_member(:location_uri, Shapes::ShapeRef.new(shape: URI, location_name: "LocationUri"))
670
+ DatabaseInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
671
+ DatabaseInput.struct_class = Types::DatabaseInput
672
+
673
+ DatabaseList.member = Shapes::ShapeRef.new(shape: Database)
674
+
675
+ DeleteClassifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
676
+ DeleteClassifierRequest.struct_class = Types::DeleteClassifierRequest
677
+
678
+ DeleteClassifierResponse.struct_class = Types::DeleteClassifierResponse
679
+
680
+ DeleteConnectionNameList.member = Shapes::ShapeRef.new(shape: NameString)
681
+
682
+ DeleteConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
683
+ DeleteConnectionRequest.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ConnectionName"))
684
+ DeleteConnectionRequest.struct_class = Types::DeleteConnectionRequest
685
+
686
+ DeleteConnectionResponse.struct_class = Types::DeleteConnectionResponse
687
+
688
+ DeleteCrawlerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
689
+ DeleteCrawlerRequest.struct_class = Types::DeleteCrawlerRequest
690
+
691
+ DeleteCrawlerResponse.struct_class = Types::DeleteCrawlerResponse
692
+
693
+ DeleteDatabaseRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
694
+ DeleteDatabaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
695
+ DeleteDatabaseRequest.struct_class = Types::DeleteDatabaseRequest
696
+
697
+ DeleteDatabaseResponse.struct_class = Types::DeleteDatabaseResponse
698
+
699
+ DeleteDevEndpointRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointName"))
700
+ DeleteDevEndpointRequest.struct_class = Types::DeleteDevEndpointRequest
701
+
702
+ DeleteDevEndpointResponse.struct_class = Types::DeleteDevEndpointResponse
703
+
704
+ DeleteJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "JobName"))
705
+ DeleteJobRequest.struct_class = Types::DeleteJobRequest
706
+
707
+ DeleteJobResponse.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
708
+ DeleteJobResponse.struct_class = Types::DeleteJobResponse
709
+
710
+ DeletePartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
711
+ DeletePartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
712
+ DeletePartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
713
+ DeletePartitionRequest.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "PartitionValues"))
714
+ DeletePartitionRequest.struct_class = Types::DeletePartitionRequest
715
+
716
+ DeletePartitionResponse.struct_class = Types::DeletePartitionResponse
717
+
718
+ DeleteTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
719
+ DeleteTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
720
+ DeleteTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
721
+ DeleteTableRequest.struct_class = Types::DeleteTableRequest
722
+
723
+ DeleteTableResponse.struct_class = Types::DeleteTableResponse
724
+
725
+ DeleteTriggerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
726
+ DeleteTriggerRequest.struct_class = Types::DeleteTriggerRequest
727
+
728
+ DeleteTriggerResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
729
+ DeleteTriggerResponse.struct_class = Types::DeleteTriggerResponse
730
+
731
+ DeleteUserDefinedFunctionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
732
+ DeleteUserDefinedFunctionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
733
+ DeleteUserDefinedFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "FunctionName"))
734
+ DeleteUserDefinedFunctionRequest.struct_class = Types::DeleteUserDefinedFunctionRequest
735
+
736
+ DeleteUserDefinedFunctionResponse.struct_class = Types::DeleteUserDefinedFunctionResponse
737
+
738
+ DevEndpoint.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointName"))
739
+ DevEndpoint.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
740
+ DevEndpoint.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroupIds"))
741
+ DevEndpoint.add_member(:subnet_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "SubnetId"))
742
+ DevEndpoint.add_member(:yarn_endpoint_address, Shapes::ShapeRef.new(shape: GenericString, location_name: "YarnEndpointAddress"))
743
+ DevEndpoint.add_member(:public_address, Shapes::ShapeRef.new(shape: GenericString, location_name: "PublicAddress"))
744
+ DevEndpoint.add_member(:status, Shapes::ShapeRef.new(shape: GenericString, location_name: "Status"))
745
+ DevEndpoint.add_member(:number_of_nodes, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "NumberOfNodes"))
746
+ DevEndpoint.add_member(:availability_zone, Shapes::ShapeRef.new(shape: GenericString, location_name: "AvailabilityZone"))
747
+ DevEndpoint.add_member(:vpc_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "VpcId"))
748
+ DevEndpoint.add_member(:extra_python_libs_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraPythonLibsS3Path"))
749
+ DevEndpoint.add_member(:extra_jars_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraJarsS3Path"))
750
+ DevEndpoint.add_member(:failure_reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "FailureReason"))
751
+ DevEndpoint.add_member(:last_update_status, Shapes::ShapeRef.new(shape: GenericString, location_name: "LastUpdateStatus"))
752
+ DevEndpoint.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CreatedTimestamp"))
753
+ DevEndpoint.add_member(:last_modified_timestamp, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "LastModifiedTimestamp"))
754
+ DevEndpoint.add_member(:public_key, Shapes::ShapeRef.new(shape: GenericString, location_name: "PublicKey"))
755
+ DevEndpoint.struct_class = Types::DevEndpoint
756
+
757
+ DevEndpointCustomLibraries.add_member(:extra_python_libs_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraPythonLibsS3Path"))
758
+ DevEndpointCustomLibraries.add_member(:extra_jars_s3_path, Shapes::ShapeRef.new(shape: GenericString, location_name: "ExtraJarsS3Path"))
759
+ DevEndpointCustomLibraries.struct_class = Types::DevEndpointCustomLibraries
760
+
761
+ DevEndpointList.member = Shapes::ShapeRef.new(shape: DevEndpoint)
762
+
763
+ ErrorByName.key = Shapes::ShapeRef.new(shape: NameString)
764
+ ErrorByName.value = Shapes::ShapeRef.new(shape: ErrorDetail)
765
+
766
+ ErrorDetail.add_member(:error_code, Shapes::ShapeRef.new(shape: NameString, location_name: "ErrorCode"))
767
+ ErrorDetail.add_member(:error_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "ErrorMessage"))
768
+ ErrorDetail.struct_class = Types::ErrorDetail
769
+
770
+ ExecutionProperty.add_member(:max_concurrent_runs, Shapes::ShapeRef.new(shape: MaxConcurrentRuns, location_name: "MaxConcurrentRuns"))
771
+ ExecutionProperty.struct_class = Types::ExecutionProperty
772
+
773
+ GenericMap.key = Shapes::ShapeRef.new(shape: GenericString)
774
+ GenericMap.value = Shapes::ShapeRef.new(shape: GenericString)
775
+
776
+ GetCatalogImportStatusRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
777
+ GetCatalogImportStatusRequest.struct_class = Types::GetCatalogImportStatusRequest
778
+
779
+ GetCatalogImportStatusResponse.add_member(:import_status, Shapes::ShapeRef.new(shape: CatalogImportStatus, location_name: "ImportStatus"))
780
+ GetCatalogImportStatusResponse.struct_class = Types::GetCatalogImportStatusResponse
781
+
782
+ GetClassifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
783
+ GetClassifierRequest.struct_class = Types::GetClassifierRequest
784
+
785
+ GetClassifierResponse.add_member(:classifier, Shapes::ShapeRef.new(shape: Classifier, location_name: "Classifier"))
786
+ GetClassifierResponse.struct_class = Types::GetClassifierResponse
787
+
788
+ GetClassifiersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
789
+ GetClassifiersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
790
+ GetClassifiersRequest.struct_class = Types::GetClassifiersRequest
791
+
792
+ GetClassifiersResponse.add_member(:classifiers, Shapes::ShapeRef.new(shape: ClassifierList, location_name: "Classifiers"))
793
+ GetClassifiersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
794
+ GetClassifiersResponse.struct_class = Types::GetClassifiersResponse
795
+
796
+ GetConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
797
+ GetConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
798
+ GetConnectionRequest.struct_class = Types::GetConnectionRequest
799
+
800
+ GetConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
801
+ GetConnectionResponse.struct_class = Types::GetConnectionResponse
802
+
803
+ GetConnectionsFilter.add_member(:match_criteria, Shapes::ShapeRef.new(shape: MatchCriteria, location_name: "MatchCriteria"))
804
+ GetConnectionsFilter.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "ConnectionType"))
805
+ GetConnectionsFilter.struct_class = Types::GetConnectionsFilter
806
+
807
+ GetConnectionsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
808
+ GetConnectionsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: GetConnectionsFilter, location_name: "Filter"))
809
+ GetConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
810
+ GetConnectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
811
+ GetConnectionsRequest.struct_class = Types::GetConnectionsRequest
812
+
813
+ GetConnectionsResponse.add_member(:connection_list, Shapes::ShapeRef.new(shape: ConnectionList, location_name: "ConnectionList"))
814
+ GetConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
815
+ GetConnectionsResponse.struct_class = Types::GetConnectionsResponse
816
+
817
+ GetCrawlerMetricsRequest.add_member(:crawler_name_list, Shapes::ShapeRef.new(shape: CrawlerNameList, location_name: "CrawlerNameList"))
818
+ GetCrawlerMetricsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
819
+ GetCrawlerMetricsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
820
+ GetCrawlerMetricsRequest.struct_class = Types::GetCrawlerMetricsRequest
821
+
822
+ GetCrawlerMetricsResponse.add_member(:crawler_metrics_list, Shapes::ShapeRef.new(shape: CrawlerMetricsList, location_name: "CrawlerMetricsList"))
823
+ GetCrawlerMetricsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
824
+ GetCrawlerMetricsResponse.struct_class = Types::GetCrawlerMetricsResponse
825
+
826
+ GetCrawlerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
827
+ GetCrawlerRequest.struct_class = Types::GetCrawlerRequest
828
+
829
+ GetCrawlerResponse.add_member(:crawler, Shapes::ShapeRef.new(shape: Crawler, location_name: "Crawler"))
830
+ GetCrawlerResponse.struct_class = Types::GetCrawlerResponse
831
+
832
+ GetCrawlersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
833
+ GetCrawlersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
834
+ GetCrawlersRequest.struct_class = Types::GetCrawlersRequest
835
+
836
+ GetCrawlersResponse.add_member(:crawlers, Shapes::ShapeRef.new(shape: CrawlerList, location_name: "Crawlers"))
837
+ GetCrawlersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
838
+ GetCrawlersResponse.struct_class = Types::GetCrawlersResponse
839
+
840
+ GetDatabaseRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
841
+ GetDatabaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
842
+ GetDatabaseRequest.struct_class = Types::GetDatabaseRequest
843
+
844
+ GetDatabaseResponse.add_member(:database, Shapes::ShapeRef.new(shape: Database, location_name: "Database"))
845
+ GetDatabaseResponse.struct_class = Types::GetDatabaseResponse
846
+
847
+ GetDatabasesRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
848
+ GetDatabasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
849
+ GetDatabasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
850
+ GetDatabasesRequest.struct_class = Types::GetDatabasesRequest
851
+
852
+ GetDatabasesResponse.add_member(:database_list, Shapes::ShapeRef.new(shape: DatabaseList, required: true, location_name: "DatabaseList"))
853
+ GetDatabasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
854
+ GetDatabasesResponse.struct_class = Types::GetDatabasesResponse
855
+
856
+ GetDataflowGraphRequest.add_member(:python_script, Shapes::ShapeRef.new(shape: PythonScript, location_name: "PythonScript"))
857
+ GetDataflowGraphRequest.struct_class = Types::GetDataflowGraphRequest
858
+
859
+ GetDataflowGraphResponse.add_member(:dag_nodes, Shapes::ShapeRef.new(shape: DagNodes, location_name: "DagNodes"))
860
+ GetDataflowGraphResponse.add_member(:dag_edges, Shapes::ShapeRef.new(shape: DagEdges, location_name: "DagEdges"))
861
+ GetDataflowGraphResponse.struct_class = Types::GetDataflowGraphResponse
862
+
863
+ GetDevEndpointRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointName"))
864
+ GetDevEndpointRequest.struct_class = Types::GetDevEndpointRequest
865
+
866
+ GetDevEndpointResponse.add_member(:dev_endpoint, Shapes::ShapeRef.new(shape: DevEndpoint, location_name: "DevEndpoint"))
867
+ GetDevEndpointResponse.struct_class = Types::GetDevEndpointResponse
868
+
869
+ GetDevEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
870
+ GetDevEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
871
+ GetDevEndpointsRequest.struct_class = Types::GetDevEndpointsRequest
872
+
873
+ GetDevEndpointsResponse.add_member(:dev_endpoints, Shapes::ShapeRef.new(shape: DevEndpointList, location_name: "DevEndpoints"))
874
+ GetDevEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
875
+ GetDevEndpointsResponse.struct_class = Types::GetDevEndpointsResponse
876
+
877
+ GetJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "JobName"))
878
+ GetJobRequest.struct_class = Types::GetJobRequest
879
+
880
+ GetJobResponse.add_member(:job, Shapes::ShapeRef.new(shape: Job, location_name: "Job"))
881
+ GetJobResponse.struct_class = Types::GetJobResponse
882
+
883
+ GetJobRunRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "JobName"))
884
+ GetJobRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, required: true, location_name: "RunId"))
885
+ GetJobRunRequest.add_member(:predecessors_included, Shapes::ShapeRef.new(shape: BooleanValue, location_name: "PredecessorsIncluded"))
886
+ GetJobRunRequest.struct_class = Types::GetJobRunRequest
887
+
888
+ GetJobRunResponse.add_member(:job_run, Shapes::ShapeRef.new(shape: JobRun, location_name: "JobRun"))
889
+ GetJobRunResponse.struct_class = Types::GetJobRunResponse
890
+
891
+ GetJobRunsRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "JobName"))
892
+ GetJobRunsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
893
+ GetJobRunsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
894
+ GetJobRunsRequest.struct_class = Types::GetJobRunsRequest
895
+
896
+ GetJobRunsResponse.add_member(:job_runs, Shapes::ShapeRef.new(shape: JobRunList, location_name: "JobRuns"))
897
+ GetJobRunsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
898
+ GetJobRunsResponse.struct_class = Types::GetJobRunsResponse
899
+
900
+ GetJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
901
+ GetJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
902
+ GetJobsRequest.struct_class = Types::GetJobsRequest
903
+
904
+ GetJobsResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: JobList, location_name: "Jobs"))
905
+ GetJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
906
+ GetJobsResponse.struct_class = Types::GetJobsResponse
907
+
908
+ GetMappingRequest.add_member(:source, Shapes::ShapeRef.new(shape: CatalogEntry, required: true, location_name: "Source"))
909
+ GetMappingRequest.add_member(:sinks, Shapes::ShapeRef.new(shape: CatalogEntries, location_name: "Sinks"))
910
+ GetMappingRequest.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "Location"))
911
+ GetMappingRequest.struct_class = Types::GetMappingRequest
912
+
913
+ GetMappingResponse.add_member(:mapping, Shapes::ShapeRef.new(shape: MappingList, required: true, location_name: "Mapping"))
914
+ GetMappingResponse.struct_class = Types::GetMappingResponse
915
+
916
+ GetPartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
917
+ GetPartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
918
+ GetPartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
919
+ GetPartitionRequest.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "PartitionValues"))
920
+ GetPartitionRequest.struct_class = Types::GetPartitionRequest
921
+
922
+ GetPartitionResponse.add_member(:partition, Shapes::ShapeRef.new(shape: Partition, location_name: "Partition"))
923
+ GetPartitionResponse.struct_class = Types::GetPartitionResponse
924
+
925
+ GetPartitionsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
926
+ GetPartitionsRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
927
+ GetPartitionsRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
928
+ GetPartitionsRequest.add_member(:expression, Shapes::ShapeRef.new(shape: PredicateString, location_name: "Expression"))
929
+ GetPartitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
930
+ GetPartitionsRequest.add_member(:segment, Shapes::ShapeRef.new(shape: Segment, location_name: "Segment"))
931
+ GetPartitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
932
+ GetPartitionsRequest.struct_class = Types::GetPartitionsRequest
933
+
934
+ GetPartitionsResponse.add_member(:partitions, Shapes::ShapeRef.new(shape: PartitionList, location_name: "Partitions"))
935
+ GetPartitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
936
+ GetPartitionsResponse.struct_class = Types::GetPartitionsResponse
937
+
938
+ GetPlanRequest.add_member(:mapping, Shapes::ShapeRef.new(shape: MappingList, required: true, location_name: "Mapping"))
939
+ GetPlanRequest.add_member(:source, Shapes::ShapeRef.new(shape: CatalogEntry, required: true, location_name: "Source"))
940
+ GetPlanRequest.add_member(:sinks, Shapes::ShapeRef.new(shape: CatalogEntries, location_name: "Sinks"))
941
+ GetPlanRequest.add_member(:location, Shapes::ShapeRef.new(shape: Location, location_name: "Location"))
942
+ GetPlanRequest.struct_class = Types::GetPlanRequest
943
+
944
+ GetPlanResponse.add_member(:python_script, Shapes::ShapeRef.new(shape: PythonScript, location_name: "PythonScript"))
945
+ GetPlanResponse.struct_class = Types::GetPlanResponse
946
+
947
+ GetTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
948
+ GetTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
949
+ GetTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
950
+ GetTableRequest.struct_class = Types::GetTableRequest
951
+
952
+ GetTableResponse.add_member(:table, Shapes::ShapeRef.new(shape: Table, location_name: "Table"))
953
+ GetTableResponse.struct_class = Types::GetTableResponse
954
+
955
+ GetTableVersionsList.member = Shapes::ShapeRef.new(shape: TableVersion)
956
+
957
+ GetTableVersionsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
958
+ GetTableVersionsRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
959
+ GetTableVersionsRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
960
+ GetTableVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
961
+ GetTableVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
962
+ GetTableVersionsRequest.struct_class = Types::GetTableVersionsRequest
963
+
964
+ GetTableVersionsResponse.add_member(:table_versions, Shapes::ShapeRef.new(shape: GetTableVersionsList, location_name: "TableVersions"))
965
+ GetTableVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
966
+ GetTableVersionsResponse.struct_class = Types::GetTableVersionsResponse
967
+
968
+ GetTablesRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
969
+ GetTablesRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
970
+ GetTablesRequest.add_member(:expression, Shapes::ShapeRef.new(shape: FilterString, location_name: "Expression"))
971
+ GetTablesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
972
+ GetTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
973
+ GetTablesRequest.struct_class = Types::GetTablesRequest
974
+
975
+ GetTablesResponse.add_member(:table_list, Shapes::ShapeRef.new(shape: TableList, location_name: "TableList"))
976
+ GetTablesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
977
+ GetTablesResponse.struct_class = Types::GetTablesResponse
978
+
979
+ GetTriggerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
980
+ GetTriggerRequest.struct_class = Types::GetTriggerRequest
981
+
982
+ GetTriggerResponse.add_member(:trigger, Shapes::ShapeRef.new(shape: Trigger, location_name: "Trigger"))
983
+ GetTriggerResponse.struct_class = Types::GetTriggerResponse
984
+
985
+ GetTriggersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
986
+ GetTriggersRequest.add_member(:dependent_job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DependentJobName"))
987
+ GetTriggersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
988
+ GetTriggersRequest.struct_class = Types::GetTriggersRequest
989
+
990
+ GetTriggersResponse.add_member(:triggers, Shapes::ShapeRef.new(shape: TriggerList, location_name: "Triggers"))
991
+ GetTriggersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
992
+ GetTriggersResponse.struct_class = Types::GetTriggersResponse
993
+
994
+ GetUserDefinedFunctionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
995
+ GetUserDefinedFunctionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
996
+ GetUserDefinedFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "FunctionName"))
997
+ GetUserDefinedFunctionRequest.struct_class = Types::GetUserDefinedFunctionRequest
998
+
999
+ GetUserDefinedFunctionResponse.add_member(:user_defined_function, Shapes::ShapeRef.new(shape: UserDefinedFunction, location_name: "UserDefinedFunction"))
1000
+ GetUserDefinedFunctionResponse.struct_class = Types::GetUserDefinedFunctionResponse
1001
+
1002
+ GetUserDefinedFunctionsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1003
+ GetUserDefinedFunctionsRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1004
+ GetUserDefinedFunctionsRequest.add_member(:pattern, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Pattern"))
1005
+ GetUserDefinedFunctionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
1006
+ GetUserDefinedFunctionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
1007
+ GetUserDefinedFunctionsRequest.struct_class = Types::GetUserDefinedFunctionsRequest
1008
+
1009
+ GetUserDefinedFunctionsResponse.add_member(:user_defined_functions, Shapes::ShapeRef.new(shape: UserDefinedFunctionList, location_name: "UserDefinedFunctions"))
1010
+ GetUserDefinedFunctionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
1011
+ GetUserDefinedFunctionsResponse.struct_class = Types::GetUserDefinedFunctionsResponse
1012
+
1013
+ GrokClassifier.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1014
+ GrokClassifier.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, required: true, location_name: "Classification"))
1015
+ GrokClassifier.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1016
+ GrokClassifier.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
1017
+ GrokClassifier.add_member(:version, Shapes::ShapeRef.new(shape: VersionId, location_name: "Version"))
1018
+ GrokClassifier.add_member(:grok_pattern, Shapes::ShapeRef.new(shape: GrokPattern, required: true, location_name: "GrokPattern"))
1019
+ GrokClassifier.add_member(:custom_patterns, Shapes::ShapeRef.new(shape: CustomPatterns, location_name: "CustomPatterns"))
1020
+ GrokClassifier.struct_class = Types::GrokClassifier
1021
+
1022
+ ImportCatalogToGlueRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1023
+ ImportCatalogToGlueRequest.struct_class = Types::ImportCatalogToGlueRequest
1024
+
1025
+ ImportCatalogToGlueResponse.struct_class = Types::ImportCatalogToGlueResponse
1026
+
1027
+ JdbcTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
1028
+ JdbcTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
1029
+ JdbcTarget.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
1030
+ JdbcTarget.struct_class = Types::JdbcTarget
1031
+
1032
+ JdbcTargetList.member = Shapes::ShapeRef.new(shape: JdbcTarget)
1033
+
1034
+ Job.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1035
+ Job.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1036
+ Job.add_member(:log_uri, Shapes::ShapeRef.new(shape: UriString, location_name: "LogUri"))
1037
+ Job.add_member(:role, Shapes::ShapeRef.new(shape: RoleString, location_name: "Role"))
1038
+ Job.add_member(:created_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CreatedOn"))
1039
+ Job.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "LastModifiedOn"))
1040
+ Job.add_member(:execution_property, Shapes::ShapeRef.new(shape: ExecutionProperty, location_name: "ExecutionProperty"))
1041
+ Job.add_member(:command, Shapes::ShapeRef.new(shape: JobCommand, location_name: "Command"))
1042
+ Job.add_member(:default_arguments, Shapes::ShapeRef.new(shape: GenericMap, location_name: "DefaultArguments"))
1043
+ Job.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionsList, location_name: "Connections"))
1044
+ Job.add_member(:max_retries, Shapes::ShapeRef.new(shape: MaxRetries, location_name: "MaxRetries"))
1045
+ Job.add_member(:allocated_capacity, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "AllocatedCapacity"))
1046
+ Job.struct_class = Types::Job
1047
+
1048
+ JobBookmarkEntry.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, location_name: "JobName"))
1049
+ JobBookmarkEntry.add_member(:version, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "Version"))
1050
+ JobBookmarkEntry.add_member(:run, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "Run"))
1051
+ JobBookmarkEntry.add_member(:attempt, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "Attempt"))
1052
+ JobBookmarkEntry.add_member(:job_bookmark, Shapes::ShapeRef.new(shape: JsonValue, location_name: "JobBookmark"))
1053
+ JobBookmarkEntry.struct_class = Types::JobBookmarkEntry
1054
+
1055
+ JobCommand.add_member(:name, Shapes::ShapeRef.new(shape: GenericString, location_name: "Name"))
1056
+ JobCommand.add_member(:script_location, Shapes::ShapeRef.new(shape: ScriptLocationString, location_name: "ScriptLocation"))
1057
+ JobCommand.struct_class = Types::JobCommand
1058
+
1059
+ JobList.member = Shapes::ShapeRef.new(shape: Job)
1060
+
1061
+ JobRun.add_member(:id, Shapes::ShapeRef.new(shape: IdString, location_name: "Id"))
1062
+ JobRun.add_member(:attempt, Shapes::ShapeRef.new(shape: AttemptCount, location_name: "Attempt"))
1063
+ JobRun.add_member(:previous_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "PreviousRunId"))
1064
+ JobRun.add_member(:trigger_name, Shapes::ShapeRef.new(shape: NameString, location_name: "TriggerName"))
1065
+ JobRun.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
1066
+ JobRun.add_member(:started_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "StartedOn"))
1067
+ JobRun.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "LastModifiedOn"))
1068
+ JobRun.add_member(:completed_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CompletedOn"))
1069
+ JobRun.add_member(:job_run_state, Shapes::ShapeRef.new(shape: JobRunState, location_name: "JobRunState"))
1070
+ JobRun.add_member(:arguments, Shapes::ShapeRef.new(shape: GenericMap, location_name: "Arguments"))
1071
+ JobRun.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorString, location_name: "ErrorMessage"))
1072
+ JobRun.add_member(:predecessor_runs, Shapes::ShapeRef.new(shape: PredecessorList, location_name: "PredecessorRuns"))
1073
+ JobRun.add_member(:allocated_capacity, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "AllocatedCapacity"))
1074
+ JobRun.struct_class = Types::JobRun
1075
+
1076
+ JobRunList.member = Shapes::ShapeRef.new(shape: JobRun)
1077
+
1078
+ JobUpdate.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1079
+ JobUpdate.add_member(:log_uri, Shapes::ShapeRef.new(shape: UriString, location_name: "LogUri"))
1080
+ JobUpdate.add_member(:role, Shapes::ShapeRef.new(shape: RoleString, location_name: "Role"))
1081
+ JobUpdate.add_member(:execution_property, Shapes::ShapeRef.new(shape: ExecutionProperty, location_name: "ExecutionProperty"))
1082
+ JobUpdate.add_member(:command, Shapes::ShapeRef.new(shape: JobCommand, location_name: "Command"))
1083
+ JobUpdate.add_member(:default_arguments, Shapes::ShapeRef.new(shape: GenericMap, location_name: "DefaultArguments"))
1084
+ JobUpdate.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionsList, location_name: "Connections"))
1085
+ JobUpdate.add_member(:max_retries, Shapes::ShapeRef.new(shape: MaxRetries, location_name: "MaxRetries"))
1086
+ JobUpdate.add_member(:allocated_capacity, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "AllocatedCapacity"))
1087
+ JobUpdate.struct_class = Types::JobUpdate
1088
+
1089
+ LastCrawlInfo.add_member(:status, Shapes::ShapeRef.new(shape: LastCrawlStatus, location_name: "Status"))
1090
+ LastCrawlInfo.add_member(:error_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "ErrorMessage"))
1091
+ LastCrawlInfo.add_member(:log_group, Shapes::ShapeRef.new(shape: LogGroup, location_name: "LogGroup"))
1092
+ LastCrawlInfo.add_member(:log_stream, Shapes::ShapeRef.new(shape: LogStream, location_name: "LogStream"))
1093
+ LastCrawlInfo.add_member(:message_prefix, Shapes::ShapeRef.new(shape: MessagePrefix, location_name: "MessagePrefix"))
1094
+ LastCrawlInfo.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
1095
+ LastCrawlInfo.struct_class = Types::LastCrawlInfo
1096
+
1097
+ Location.add_member(:jdbc, Shapes::ShapeRef.new(shape: CodeGenNodeArgs, location_name: "Jdbc"))
1098
+ Location.add_member(:s3, Shapes::ShapeRef.new(shape: CodeGenNodeArgs, location_name: "S3"))
1099
+ Location.struct_class = Types::Location
1100
+
1101
+ LocationMap.key = Shapes::ShapeRef.new(shape: ColumnValuesString)
1102
+ LocationMap.value = Shapes::ShapeRef.new(shape: ColumnValuesString)
1103
+
1104
+ MappingEntry.add_member(:source_table, Shapes::ShapeRef.new(shape: TableName, location_name: "SourceTable"))
1105
+ MappingEntry.add_member(:source_path, Shapes::ShapeRef.new(shape: SchemaPathString, location_name: "SourcePath"))
1106
+ MappingEntry.add_member(:source_type, Shapes::ShapeRef.new(shape: FieldType, location_name: "SourceType"))
1107
+ MappingEntry.add_member(:target_table, Shapes::ShapeRef.new(shape: TableName, location_name: "TargetTable"))
1108
+ MappingEntry.add_member(:target_path, Shapes::ShapeRef.new(shape: SchemaPathString, location_name: "TargetPath"))
1109
+ MappingEntry.add_member(:target_type, Shapes::ShapeRef.new(shape: FieldType, location_name: "TargetType"))
1110
+ MappingEntry.struct_class = Types::MappingEntry
1111
+
1112
+ MappingList.member = Shapes::ShapeRef.new(shape: MappingEntry)
1113
+
1114
+ MatchCriteria.member = Shapes::ShapeRef.new(shape: NameString)
1115
+
1116
+ NameStringList.member = Shapes::ShapeRef.new(shape: NameString)
1117
+
1118
+ Order.add_member(:column, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Column"))
1119
+ Order.add_member(:sort_order, Shapes::ShapeRef.new(shape: IntegerFlag, required: true, location_name: "SortOrder"))
1120
+ Order.struct_class = Types::Order
1121
+
1122
+ OrderList.member = Shapes::ShapeRef.new(shape: Order)
1123
+
1124
+ ParametersMap.key = Shapes::ShapeRef.new(shape: KeyString)
1125
+ ParametersMap.value = Shapes::ShapeRef.new(shape: ParametersMapValue)
1126
+
1127
+ Partition.add_member(:values, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "Values"))
1128
+ Partition.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
1129
+ Partition.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, location_name: "TableName"))
1130
+ Partition.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
1131
+ Partition.add_member(:last_access_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAccessTime"))
1132
+ Partition.add_member(:storage_descriptor, Shapes::ShapeRef.new(shape: StorageDescriptor, location_name: "StorageDescriptor"))
1133
+ Partition.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
1134
+ Partition.add_member(:last_analyzed_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAnalyzedTime"))
1135
+ Partition.struct_class = Types::Partition
1136
+
1137
+ PartitionError.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "PartitionValues"))
1138
+ PartitionError.add_member(:error_detail, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "ErrorDetail"))
1139
+ PartitionError.struct_class = Types::PartitionError
1140
+
1141
+ PartitionErrors.member = Shapes::ShapeRef.new(shape: PartitionError)
1142
+
1143
+ PartitionInput.add_member(:values, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "Values"))
1144
+ PartitionInput.add_member(:last_access_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAccessTime"))
1145
+ PartitionInput.add_member(:storage_descriptor, Shapes::ShapeRef.new(shape: StorageDescriptor, location_name: "StorageDescriptor"))
1146
+ PartitionInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
1147
+ PartitionInput.add_member(:last_analyzed_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAnalyzedTime"))
1148
+ PartitionInput.struct_class = Types::PartitionInput
1149
+
1150
+ PartitionInputList.member = Shapes::ShapeRef.new(shape: PartitionInput)
1151
+
1152
+ PartitionList.member = Shapes::ShapeRef.new(shape: Partition)
1153
+
1154
+ PartitionValueList.add_member(:values, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "Values"))
1155
+ PartitionValueList.struct_class = Types::PartitionValueList
1156
+
1157
+ PathList.member = Shapes::ShapeRef.new(shape: Path)
1158
+
1159
+ PhysicalConnectionRequirements.add_member(:subnet_id, Shapes::ShapeRef.new(shape: NameString, location_name: "SubnetId"))
1160
+ PhysicalConnectionRequirements.add_member(:security_group_id_list, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "SecurityGroupIdList"))
1161
+ PhysicalConnectionRequirements.add_member(:availability_zone, Shapes::ShapeRef.new(shape: NameString, location_name: "AvailabilityZone"))
1162
+ PhysicalConnectionRequirements.struct_class = Types::PhysicalConnectionRequirements
1163
+
1164
+ Predecessor.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
1165
+ Predecessor.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "RunId"))
1166
+ Predecessor.struct_class = Types::Predecessor
1167
+
1168
+ PredecessorList.member = Shapes::ShapeRef.new(shape: Predecessor)
1169
+
1170
+ Predicate.add_member(:logical, Shapes::ShapeRef.new(shape: Logical, location_name: "Logical"))
1171
+ Predicate.add_member(:conditions, Shapes::ShapeRef.new(shape: ConditionList, location_name: "Conditions"))
1172
+ Predicate.struct_class = Types::Predicate
1173
+
1174
+ ResetJobBookmarkRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
1175
+ ResetJobBookmarkRequest.struct_class = Types::ResetJobBookmarkRequest
1176
+
1177
+ ResetJobBookmarkResponse.add_member(:job_bookmark_entry, Shapes::ShapeRef.new(shape: JobBookmarkEntry, location_name: "JobBookmarkEntry"))
1178
+ ResetJobBookmarkResponse.struct_class = Types::ResetJobBookmarkResponse
1179
+
1180
+ ResourceUri.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
1181
+ ResourceUri.add_member(:uri, Shapes::ShapeRef.new(shape: URI, location_name: "Uri"))
1182
+ ResourceUri.struct_class = Types::ResourceUri
1183
+
1184
+ ResourceUriList.member = Shapes::ShapeRef.new(shape: ResourceUri)
1185
+
1186
+ S3Target.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
1187
+ S3Target.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
1188
+ S3Target.struct_class = Types::S3Target
1189
+
1190
+ S3TargetList.member = Shapes::ShapeRef.new(shape: S3Target)
1191
+
1192
+ Schedule.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: CronExpression, location_name: "ScheduleExpression"))
1193
+ Schedule.add_member(:state, Shapes::ShapeRef.new(shape: ScheduleState, location_name: "State"))
1194
+ Schedule.struct_class = Types::Schedule
1195
+
1196
+ SchemaChangePolicy.add_member(:update_behavior, Shapes::ShapeRef.new(shape: UpdateBehavior, location_name: "UpdateBehavior"))
1197
+ SchemaChangePolicy.add_member(:delete_behavior, Shapes::ShapeRef.new(shape: DeleteBehavior, location_name: "DeleteBehavior"))
1198
+ SchemaChangePolicy.struct_class = Types::SchemaChangePolicy
1199
+
1200
+ SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: NameString)
1201
+
1202
+ Segment.add_member(:segment_number, Shapes::ShapeRef.new(shape: NonNegativeInteger, required: true, location_name: "SegmentNumber"))
1203
+ Segment.add_member(:total_segments, Shapes::ShapeRef.new(shape: TotalSegmentsInteger, required: true, location_name: "TotalSegments"))
1204
+ Segment.struct_class = Types::Segment
1205
+
1206
+ SerDeInfo.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1207
+ SerDeInfo.add_member(:serialization_library, Shapes::ShapeRef.new(shape: NameString, location_name: "SerializationLibrary"))
1208
+ SerDeInfo.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
1209
+ SerDeInfo.struct_class = Types::SerDeInfo
1210
+
1211
+ SkewedInfo.add_member(:skewed_column_names, Shapes::ShapeRef.new(shape: NameStringList, location_name: "SkewedColumnNames"))
1212
+ SkewedInfo.add_member(:skewed_column_values, Shapes::ShapeRef.new(shape: ColumnValueStringList, location_name: "SkewedColumnValues"))
1213
+ SkewedInfo.add_member(:skewed_column_value_location_maps, Shapes::ShapeRef.new(shape: LocationMap, location_name: "SkewedColumnValueLocationMaps"))
1214
+ SkewedInfo.struct_class = Types::SkewedInfo
1215
+
1216
+ StartCrawlerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1217
+ StartCrawlerRequest.struct_class = Types::StartCrawlerRequest
1218
+
1219
+ StartCrawlerResponse.struct_class = Types::StartCrawlerResponse
1220
+
1221
+ StartCrawlerScheduleRequest.add_member(:crawler_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "CrawlerName"))
1222
+ StartCrawlerScheduleRequest.struct_class = Types::StartCrawlerScheduleRequest
1223
+
1224
+ StartCrawlerScheduleResponse.struct_class = Types::StartCrawlerScheduleResponse
1225
+
1226
+ StartJobRunRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "JobName"))
1227
+ StartJobRunRequest.add_member(:job_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "JobRunId"))
1228
+ StartJobRunRequest.add_member(:arguments, Shapes::ShapeRef.new(shape: GenericMap, location_name: "Arguments"))
1229
+ StartJobRunRequest.add_member(:allocated_capacity, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "AllocatedCapacity"))
1230
+ StartJobRunRequest.struct_class = Types::StartJobRunRequest
1231
+
1232
+ StartJobRunResponse.add_member(:job_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "JobRunId"))
1233
+ StartJobRunResponse.struct_class = Types::StartJobRunResponse
1234
+
1235
+ StartTriggerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1236
+ StartTriggerRequest.struct_class = Types::StartTriggerRequest
1237
+
1238
+ StartTriggerResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1239
+ StartTriggerResponse.struct_class = Types::StartTriggerResponse
1240
+
1241
+ StopCrawlerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1242
+ StopCrawlerRequest.struct_class = Types::StopCrawlerRequest
1243
+
1244
+ StopCrawlerResponse.struct_class = Types::StopCrawlerResponse
1245
+
1246
+ StopCrawlerScheduleRequest.add_member(:crawler_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "CrawlerName"))
1247
+ StopCrawlerScheduleRequest.struct_class = Types::StopCrawlerScheduleRequest
1248
+
1249
+ StopCrawlerScheduleResponse.struct_class = Types::StopCrawlerScheduleResponse
1250
+
1251
+ StopTriggerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1252
+ StopTriggerRequest.struct_class = Types::StopTriggerRequest
1253
+
1254
+ StopTriggerResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1255
+ StopTriggerResponse.struct_class = Types::StopTriggerResponse
1256
+
1257
+ StorageDescriptor.add_member(:columns, Shapes::ShapeRef.new(shape: ColumnList, location_name: "Columns"))
1258
+ StorageDescriptor.add_member(:location, Shapes::ShapeRef.new(shape: LocationString, location_name: "Location"))
1259
+ StorageDescriptor.add_member(:input_format, Shapes::ShapeRef.new(shape: FormatString, location_name: "InputFormat"))
1260
+ StorageDescriptor.add_member(:output_format, Shapes::ShapeRef.new(shape: FormatString, location_name: "OutputFormat"))
1261
+ StorageDescriptor.add_member(:compressed, Shapes::ShapeRef.new(shape: Boolean, location_name: "Compressed"))
1262
+ StorageDescriptor.add_member(:number_of_buckets, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfBuckets"))
1263
+ StorageDescriptor.add_member(:serde_info, Shapes::ShapeRef.new(shape: SerDeInfo, location_name: "SerdeInfo"))
1264
+ StorageDescriptor.add_member(:bucket_columns, Shapes::ShapeRef.new(shape: NameStringList, location_name: "BucketColumns"))
1265
+ StorageDescriptor.add_member(:sort_columns, Shapes::ShapeRef.new(shape: OrderList, location_name: "SortColumns"))
1266
+ StorageDescriptor.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
1267
+ StorageDescriptor.add_member(:skewed_info, Shapes::ShapeRef.new(shape: SkewedInfo, location_name: "SkewedInfo"))
1268
+ StorageDescriptor.add_member(:stored_as_sub_directories, Shapes::ShapeRef.new(shape: Boolean, location_name: "StoredAsSubDirectories"))
1269
+ StorageDescriptor.struct_class = Types::StorageDescriptor
1270
+
1271
+ StringList.member = Shapes::ShapeRef.new(shape: GenericString)
1272
+
1273
+ Table.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1274
+ Table.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
1275
+ Table.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1276
+ Table.add_member(:owner, Shapes::ShapeRef.new(shape: NameString, location_name: "Owner"))
1277
+ Table.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
1278
+ Table.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "UpdateTime"))
1279
+ Table.add_member(:last_access_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAccessTime"))
1280
+ Table.add_member(:last_analyzed_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAnalyzedTime"))
1281
+ Table.add_member(:retention, Shapes::ShapeRef.new(shape: NonNegativeInteger, location_name: "Retention"))
1282
+ Table.add_member(:storage_descriptor, Shapes::ShapeRef.new(shape: StorageDescriptor, location_name: "StorageDescriptor"))
1283
+ Table.add_member(:partition_keys, Shapes::ShapeRef.new(shape: ColumnList, location_name: "PartitionKeys"))
1284
+ Table.add_member(:view_original_text, Shapes::ShapeRef.new(shape: ViewTextString, location_name: "ViewOriginalText"))
1285
+ Table.add_member(:view_expanded_text, Shapes::ShapeRef.new(shape: ViewTextString, location_name: "ViewExpandedText"))
1286
+ Table.add_member(:table_type, Shapes::ShapeRef.new(shape: TableTypeString, location_name: "TableType"))
1287
+ Table.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
1288
+ Table.add_member(:created_by, Shapes::ShapeRef.new(shape: NameString, location_name: "CreatedBy"))
1289
+ Table.struct_class = Types::Table
1290
+
1291
+ TableError.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, location_name: "TableName"))
1292
+ TableError.add_member(:error_detail, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "ErrorDetail"))
1293
+ TableError.struct_class = Types::TableError
1294
+
1295
+ TableErrors.member = Shapes::ShapeRef.new(shape: TableError)
1296
+
1297
+ TableInput.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1298
+ TableInput.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1299
+ TableInput.add_member(:owner, Shapes::ShapeRef.new(shape: NameString, location_name: "Owner"))
1300
+ TableInput.add_member(:last_access_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAccessTime"))
1301
+ TableInput.add_member(:last_analyzed_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastAnalyzedTime"))
1302
+ TableInput.add_member(:retention, Shapes::ShapeRef.new(shape: NonNegativeInteger, location_name: "Retention"))
1303
+ TableInput.add_member(:storage_descriptor, Shapes::ShapeRef.new(shape: StorageDescriptor, location_name: "StorageDescriptor"))
1304
+ TableInput.add_member(:partition_keys, Shapes::ShapeRef.new(shape: ColumnList, location_name: "PartitionKeys"))
1305
+ TableInput.add_member(:view_original_text, Shapes::ShapeRef.new(shape: ViewTextString, location_name: "ViewOriginalText"))
1306
+ TableInput.add_member(:view_expanded_text, Shapes::ShapeRef.new(shape: ViewTextString, location_name: "ViewExpandedText"))
1307
+ TableInput.add_member(:table_type, Shapes::ShapeRef.new(shape: TableTypeString, location_name: "TableType"))
1308
+ TableInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
1309
+ TableInput.struct_class = Types::TableInput
1310
+
1311
+ TableList.member = Shapes::ShapeRef.new(shape: Table)
1312
+
1313
+ TableVersion.add_member(:table, Shapes::ShapeRef.new(shape: Table, location_name: "Table"))
1314
+ TableVersion.add_member(:version_id, Shapes::ShapeRef.new(shape: VersionString, location_name: "VersionId"))
1315
+ TableVersion.struct_class = Types::TableVersion
1316
+
1317
+ Trigger.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1318
+ Trigger.add_member(:id, Shapes::ShapeRef.new(shape: IdString, location_name: "Id"))
1319
+ Trigger.add_member(:type, Shapes::ShapeRef.new(shape: TriggerType, location_name: "Type"))
1320
+ Trigger.add_member(:state, Shapes::ShapeRef.new(shape: TriggerState, location_name: "State"))
1321
+ Trigger.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1322
+ Trigger.add_member(:schedule, Shapes::ShapeRef.new(shape: GenericString, location_name: "Schedule"))
1323
+ Trigger.add_member(:actions, Shapes::ShapeRef.new(shape: ActionList, location_name: "Actions"))
1324
+ Trigger.add_member(:predicate, Shapes::ShapeRef.new(shape: Predicate, location_name: "Predicate"))
1325
+ Trigger.struct_class = Types::Trigger
1326
+
1327
+ TriggerList.member = Shapes::ShapeRef.new(shape: Trigger)
1328
+
1329
+ TriggerUpdate.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1330
+ TriggerUpdate.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1331
+ TriggerUpdate.add_member(:schedule, Shapes::ShapeRef.new(shape: GenericString, location_name: "Schedule"))
1332
+ TriggerUpdate.add_member(:actions, Shapes::ShapeRef.new(shape: ActionList, location_name: "Actions"))
1333
+ TriggerUpdate.add_member(:predicate, Shapes::ShapeRef.new(shape: Predicate, location_name: "Predicate"))
1334
+ TriggerUpdate.struct_class = Types::TriggerUpdate
1335
+
1336
+ UpdateClassifierRequest.add_member(:grok_classifier, Shapes::ShapeRef.new(shape: UpdateGrokClassifierRequest, location_name: "GrokClassifier"))
1337
+ UpdateClassifierRequest.struct_class = Types::UpdateClassifierRequest
1338
+
1339
+ UpdateClassifierResponse.struct_class = Types::UpdateClassifierResponse
1340
+
1341
+ UpdateConnectionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1342
+ UpdateConnectionRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1343
+ UpdateConnectionRequest.add_member(:connection_input, Shapes::ShapeRef.new(shape: ConnectionInput, required: true, location_name: "ConnectionInput"))
1344
+ UpdateConnectionRequest.struct_class = Types::UpdateConnectionRequest
1345
+
1346
+ UpdateConnectionResponse.struct_class = Types::UpdateConnectionResponse
1347
+
1348
+ UpdateCrawlerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1349
+ UpdateCrawlerRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "Role"))
1350
+ UpdateCrawlerRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: DatabaseName, location_name: "DatabaseName"))
1351
+ UpdateCrawlerRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionStringRemovable, location_name: "Description"))
1352
+ UpdateCrawlerRequest.add_member(:targets, Shapes::ShapeRef.new(shape: CrawlerTargets, location_name: "Targets"))
1353
+ UpdateCrawlerRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: CronExpression, location_name: "Schedule"))
1354
+ UpdateCrawlerRequest.add_member(:classifiers, Shapes::ShapeRef.new(shape: ClassifierNameList, location_name: "Classifiers"))
1355
+ UpdateCrawlerRequest.add_member(:table_prefix, Shapes::ShapeRef.new(shape: TablePrefix, location_name: "TablePrefix"))
1356
+ UpdateCrawlerRequest.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
1357
+ UpdateCrawlerRequest.struct_class = Types::UpdateCrawlerRequest
1358
+
1359
+ UpdateCrawlerResponse.struct_class = Types::UpdateCrawlerResponse
1360
+
1361
+ UpdateCrawlerScheduleRequest.add_member(:crawler_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "CrawlerName"))
1362
+ UpdateCrawlerScheduleRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: CronExpression, location_name: "Schedule"))
1363
+ UpdateCrawlerScheduleRequest.struct_class = Types::UpdateCrawlerScheduleRequest
1364
+
1365
+ UpdateCrawlerScheduleResponse.struct_class = Types::UpdateCrawlerScheduleResponse
1366
+
1367
+ UpdateDatabaseRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1368
+ UpdateDatabaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1369
+ UpdateDatabaseRequest.add_member(:database_input, Shapes::ShapeRef.new(shape: DatabaseInput, required: true, location_name: "DatabaseInput"))
1370
+ UpdateDatabaseRequest.struct_class = Types::UpdateDatabaseRequest
1371
+
1372
+ UpdateDatabaseResponse.struct_class = Types::UpdateDatabaseResponse
1373
+
1374
+ UpdateDevEndpointRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "EndpointName"))
1375
+ UpdateDevEndpointRequest.add_member(:public_key, Shapes::ShapeRef.new(shape: GenericString, location_name: "PublicKey"))
1376
+ UpdateDevEndpointRequest.add_member(:custom_libraries, Shapes::ShapeRef.new(shape: DevEndpointCustomLibraries, location_name: "CustomLibraries"))
1377
+ UpdateDevEndpointRequest.struct_class = Types::UpdateDevEndpointRequest
1378
+
1379
+ UpdateDevEndpointResponse.struct_class = Types::UpdateDevEndpointResponse
1380
+
1381
+ UpdateGrokClassifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1382
+ UpdateGrokClassifierRequest.add_member(:classification, Shapes::ShapeRef.new(shape: Classification, location_name: "Classification"))
1383
+ UpdateGrokClassifierRequest.add_member(:grok_pattern, Shapes::ShapeRef.new(shape: GrokPattern, location_name: "GrokPattern"))
1384
+ UpdateGrokClassifierRequest.add_member(:custom_patterns, Shapes::ShapeRef.new(shape: CustomPatterns, location_name: "CustomPatterns"))
1385
+ UpdateGrokClassifierRequest.struct_class = Types::UpdateGrokClassifierRequest
1386
+
1387
+ UpdateJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "JobName"))
1388
+ UpdateJobRequest.add_member(:job_update, Shapes::ShapeRef.new(shape: JobUpdate, required: true, location_name: "JobUpdate"))
1389
+ UpdateJobRequest.struct_class = Types::UpdateJobRequest
1390
+
1391
+ UpdateJobResponse.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
1392
+ UpdateJobResponse.struct_class = Types::UpdateJobResponse
1393
+
1394
+ UpdatePartitionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1395
+ UpdatePartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1396
+ UpdatePartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
1397
+ UpdatePartitionRequest.add_member(:partition_value_list, Shapes::ShapeRef.new(shape: BoundedPartitionValueList, required: true, location_name: "PartitionValueList"))
1398
+ UpdatePartitionRequest.add_member(:partition_input, Shapes::ShapeRef.new(shape: PartitionInput, required: true, location_name: "PartitionInput"))
1399
+ UpdatePartitionRequest.struct_class = Types::UpdatePartitionRequest
1400
+
1401
+ UpdatePartitionResponse.struct_class = Types::UpdatePartitionResponse
1402
+
1403
+ UpdateTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1404
+ UpdateTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1405
+ UpdateTableRequest.add_member(:table_input, Shapes::ShapeRef.new(shape: TableInput, required: true, location_name: "TableInput"))
1406
+ UpdateTableRequest.struct_class = Types::UpdateTableRequest
1407
+
1408
+ UpdateTableResponse.struct_class = Types::UpdateTableResponse
1409
+
1410
+ UpdateTriggerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1411
+ UpdateTriggerRequest.add_member(:trigger_update, Shapes::ShapeRef.new(shape: TriggerUpdate, required: true, location_name: "TriggerUpdate"))
1412
+ UpdateTriggerRequest.struct_class = Types::UpdateTriggerRequest
1413
+
1414
+ UpdateTriggerResponse.add_member(:trigger, Shapes::ShapeRef.new(shape: Trigger, location_name: "Trigger"))
1415
+ UpdateTriggerResponse.struct_class = Types::UpdateTriggerResponse
1416
+
1417
+ UpdateUserDefinedFunctionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1418
+ UpdateUserDefinedFunctionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1419
+ UpdateUserDefinedFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "FunctionName"))
1420
+ UpdateUserDefinedFunctionRequest.add_member(:function_input, Shapes::ShapeRef.new(shape: UserDefinedFunctionInput, required: true, location_name: "FunctionInput"))
1421
+ UpdateUserDefinedFunctionRequest.struct_class = Types::UpdateUserDefinedFunctionRequest
1422
+
1423
+ UpdateUserDefinedFunctionResponse.struct_class = Types::UpdateUserDefinedFunctionResponse
1424
+
1425
+ UserDefinedFunction.add_member(:function_name, Shapes::ShapeRef.new(shape: NameString, location_name: "FunctionName"))
1426
+ UserDefinedFunction.add_member(:class_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ClassName"))
1427
+ UserDefinedFunction.add_member(:owner_name, Shapes::ShapeRef.new(shape: NameString, location_name: "OwnerName"))
1428
+ UserDefinedFunction.add_member(:owner_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "OwnerType"))
1429
+ UserDefinedFunction.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
1430
+ UserDefinedFunction.add_member(:resource_uris, Shapes::ShapeRef.new(shape: ResourceUriList, location_name: "ResourceUris"))
1431
+ UserDefinedFunction.struct_class = Types::UserDefinedFunction
1432
+
1433
+ UserDefinedFunctionInput.add_member(:function_name, Shapes::ShapeRef.new(shape: NameString, location_name: "FunctionName"))
1434
+ UserDefinedFunctionInput.add_member(:class_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ClassName"))
1435
+ UserDefinedFunctionInput.add_member(:owner_name, Shapes::ShapeRef.new(shape: NameString, location_name: "OwnerName"))
1436
+ UserDefinedFunctionInput.add_member(:owner_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "OwnerType"))
1437
+ UserDefinedFunctionInput.add_member(:resource_uris, Shapes::ShapeRef.new(shape: ResourceUriList, location_name: "ResourceUris"))
1438
+ UserDefinedFunctionInput.struct_class = Types::UserDefinedFunctionInput
1439
+
1440
+ UserDefinedFunctionList.member = Shapes::ShapeRef.new(shape: UserDefinedFunction)
1441
+
1442
+ ValueStringList.member = Shapes::ShapeRef.new(shape: ValueString)
1443
+
1444
+
1445
+ # @api private
1446
+ API = Seahorse::Model::Api.new.tap do |api|
1447
+
1448
+ api.version = "2017-03-31"
1449
+
1450
+ api.metadata = {
1451
+ "endpointPrefix" => "glue",
1452
+ "jsonVersion" => "1.1",
1453
+ "protocol" => "json",
1454
+ "serviceFullName" => "AWS Glue",
1455
+ "signatureVersion" => "v4",
1456
+ "targetPrefix" => "AWSGlue",
1457
+ }
1458
+
1459
+ api.add_operation(:batch_create_partition, Seahorse::Model::Operation.new.tap do |o|
1460
+ o.name = "BatchCreatePartition"
1461
+ o.http_method = "POST"
1462
+ o.http_request_uri = "/"
1463
+ o.input = Shapes::ShapeRef.new(shape: BatchCreatePartitionRequest)
1464
+ o.output = Shapes::ShapeRef.new(shape: BatchCreatePartitionResponse)
1465
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1466
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1467
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
1468
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1469
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1470
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1471
+ end)
1472
+
1473
+ api.add_operation(:batch_delete_connection, Seahorse::Model::Operation.new.tap do |o|
1474
+ o.name = "BatchDeleteConnection"
1475
+ o.http_method = "POST"
1476
+ o.http_request_uri = "/"
1477
+ o.input = Shapes::ShapeRef.new(shape: BatchDeleteConnectionRequest)
1478
+ o.output = Shapes::ShapeRef.new(shape: BatchDeleteConnectionResponse)
1479
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1480
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1481
+ end)
1482
+
1483
+ api.add_operation(:batch_delete_partition, Seahorse::Model::Operation.new.tap do |o|
1484
+ o.name = "BatchDeletePartition"
1485
+ o.http_method = "POST"
1486
+ o.http_request_uri = "/"
1487
+ o.input = Shapes::ShapeRef.new(shape: BatchDeletePartitionRequest)
1488
+ o.output = Shapes::ShapeRef.new(shape: BatchDeletePartitionResponse)
1489
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1490
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1491
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1492
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1493
+ end)
1494
+
1495
+ api.add_operation(:batch_delete_table, Seahorse::Model::Operation.new.tap do |o|
1496
+ o.name = "BatchDeleteTable"
1497
+ o.http_method = "POST"
1498
+ o.http_request_uri = "/"
1499
+ o.input = Shapes::ShapeRef.new(shape: BatchDeleteTableRequest)
1500
+ o.output = Shapes::ShapeRef.new(shape: BatchDeleteTableResponse)
1501
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1502
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1503
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1504
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1505
+ end)
1506
+
1507
+ api.add_operation(:batch_get_partition, Seahorse::Model::Operation.new.tap do |o|
1508
+ o.name = "BatchGetPartition"
1509
+ o.http_method = "POST"
1510
+ o.http_request_uri = "/"
1511
+ o.input = Shapes::ShapeRef.new(shape: BatchGetPartitionRequest)
1512
+ o.output = Shapes::ShapeRef.new(shape: BatchGetPartitionResponse)
1513
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1514
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1515
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1516
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1517
+ end)
1518
+
1519
+ api.add_operation(:create_classifier, Seahorse::Model::Operation.new.tap do |o|
1520
+ o.name = "CreateClassifier"
1521
+ o.http_method = "POST"
1522
+ o.http_request_uri = "/"
1523
+ o.input = Shapes::ShapeRef.new(shape: CreateClassifierRequest)
1524
+ o.output = Shapes::ShapeRef.new(shape: CreateClassifierResponse)
1525
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1526
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1527
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1528
+ end)
1529
+
1530
+ api.add_operation(:create_connection, Seahorse::Model::Operation.new.tap do |o|
1531
+ o.name = "CreateConnection"
1532
+ o.http_method = "POST"
1533
+ o.http_request_uri = "/"
1534
+ o.input = Shapes::ShapeRef.new(shape: CreateConnectionRequest)
1535
+ o.output = Shapes::ShapeRef.new(shape: CreateConnectionResponse)
1536
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1537
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1538
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1539
+ end)
1540
+
1541
+ api.add_operation(:create_crawler, Seahorse::Model::Operation.new.tap do |o|
1542
+ o.name = "CreateCrawler"
1543
+ o.http_method = "POST"
1544
+ o.http_request_uri = "/"
1545
+ o.input = Shapes::ShapeRef.new(shape: CreateCrawlerRequest)
1546
+ o.output = Shapes::ShapeRef.new(shape: CreateCrawlerResponse)
1547
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1548
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1549
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1550
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
1551
+ end)
1552
+
1553
+ api.add_operation(:create_database, Seahorse::Model::Operation.new.tap do |o|
1554
+ o.name = "CreateDatabase"
1555
+ o.http_method = "POST"
1556
+ o.http_request_uri = "/"
1557
+ o.input = Shapes::ShapeRef.new(shape: CreateDatabaseRequest)
1558
+ o.output = Shapes::ShapeRef.new(shape: CreateDatabaseResponse)
1559
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1560
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1561
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
1562
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1563
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1564
+ end)
1565
+
1566
+ api.add_operation(:create_dev_endpoint, Seahorse::Model::Operation.new.tap do |o|
1567
+ o.name = "CreateDevEndpoint"
1568
+ o.http_method = "POST"
1569
+ o.http_request_uri = "/"
1570
+ o.input = Shapes::ShapeRef.new(shape: CreateDevEndpointRequest)
1571
+ o.output = Shapes::ShapeRef.new(shape: CreateDevEndpointResponse)
1572
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1573
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1574
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
1575
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1576
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1577
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1578
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1579
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
1580
+ end)
1581
+
1582
+ api.add_operation(:create_job, Seahorse::Model::Operation.new.tap do |o|
1583
+ o.name = "CreateJob"
1584
+ o.http_method = "POST"
1585
+ o.http_request_uri = "/"
1586
+ o.input = Shapes::ShapeRef.new(shape: CreateJobRequest)
1587
+ o.output = Shapes::ShapeRef.new(shape: CreateJobResponse)
1588
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1589
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
1590
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1591
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1592
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1593
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
1594
+ end)
1595
+
1596
+ api.add_operation(:create_partition, Seahorse::Model::Operation.new.tap do |o|
1597
+ o.name = "CreatePartition"
1598
+ o.http_method = "POST"
1599
+ o.http_request_uri = "/"
1600
+ o.input = Shapes::ShapeRef.new(shape: CreatePartitionRequest)
1601
+ o.output = Shapes::ShapeRef.new(shape: CreatePartitionResponse)
1602
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1603
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1604
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
1605
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1606
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1607
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1608
+ end)
1609
+
1610
+ api.add_operation(:create_script, Seahorse::Model::Operation.new.tap do |o|
1611
+ o.name = "CreateScript"
1612
+ o.http_method = "POST"
1613
+ o.http_request_uri = "/"
1614
+ o.input = Shapes::ShapeRef.new(shape: CreateScriptRequest)
1615
+ o.output = Shapes::ShapeRef.new(shape: CreateScriptResponse)
1616
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1617
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1618
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1619
+ end)
1620
+
1621
+ api.add_operation(:create_table, Seahorse::Model::Operation.new.tap do |o|
1622
+ o.name = "CreateTable"
1623
+ o.http_method = "POST"
1624
+ o.http_request_uri = "/"
1625
+ o.input = Shapes::ShapeRef.new(shape: CreateTableRequest)
1626
+ o.output = Shapes::ShapeRef.new(shape: CreateTableResponse)
1627
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1628
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1629
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1630
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
1631
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1632
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1633
+ end)
1634
+
1635
+ api.add_operation(:create_trigger, Seahorse::Model::Operation.new.tap do |o|
1636
+ o.name = "CreateTrigger"
1637
+ o.http_method = "POST"
1638
+ o.http_request_uri = "/"
1639
+ o.input = Shapes::ShapeRef.new(shape: CreateTriggerRequest)
1640
+ o.output = Shapes::ShapeRef.new(shape: CreateTriggerResponse)
1641
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1642
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1643
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1644
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1645
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
1646
+ end)
1647
+
1648
+ api.add_operation(:create_user_defined_function, Seahorse::Model::Operation.new.tap do |o|
1649
+ o.name = "CreateUserDefinedFunction"
1650
+ o.http_method = "POST"
1651
+ o.http_request_uri = "/"
1652
+ o.input = Shapes::ShapeRef.new(shape: CreateUserDefinedFunctionRequest)
1653
+ o.output = Shapes::ShapeRef.new(shape: CreateUserDefinedFunctionResponse)
1654
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
1655
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1656
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1657
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1658
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1659
+ end)
1660
+
1661
+ api.add_operation(:delete_classifier, Seahorse::Model::Operation.new.tap do |o|
1662
+ o.name = "DeleteClassifier"
1663
+ o.http_method = "POST"
1664
+ o.http_request_uri = "/"
1665
+ o.input = Shapes::ShapeRef.new(shape: DeleteClassifierRequest)
1666
+ o.output = Shapes::ShapeRef.new(shape: DeleteClassifierResponse)
1667
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1668
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1669
+ end)
1670
+
1671
+ api.add_operation(:delete_connection, Seahorse::Model::Operation.new.tap do |o|
1672
+ o.name = "DeleteConnection"
1673
+ o.http_method = "POST"
1674
+ o.http_request_uri = "/"
1675
+ o.input = Shapes::ShapeRef.new(shape: DeleteConnectionRequest)
1676
+ o.output = Shapes::ShapeRef.new(shape: DeleteConnectionResponse)
1677
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1678
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1679
+ end)
1680
+
1681
+ api.add_operation(:delete_crawler, Seahorse::Model::Operation.new.tap do |o|
1682
+ o.name = "DeleteCrawler"
1683
+ o.http_method = "POST"
1684
+ o.http_request_uri = "/"
1685
+ o.input = Shapes::ShapeRef.new(shape: DeleteCrawlerRequest)
1686
+ o.output = Shapes::ShapeRef.new(shape: DeleteCrawlerResponse)
1687
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1688
+ o.errors << Shapes::ShapeRef.new(shape: CrawlerRunningException)
1689
+ o.errors << Shapes::ShapeRef.new(shape: SchedulerTransitioningException)
1690
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1691
+ end)
1692
+
1693
+ api.add_operation(:delete_database, Seahorse::Model::Operation.new.tap do |o|
1694
+ o.name = "DeleteDatabase"
1695
+ o.http_method = "POST"
1696
+ o.http_request_uri = "/"
1697
+ o.input = Shapes::ShapeRef.new(shape: DeleteDatabaseRequest)
1698
+ o.output = Shapes::ShapeRef.new(shape: DeleteDatabaseResponse)
1699
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1700
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1701
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1702
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1703
+ end)
1704
+
1705
+ api.add_operation(:delete_dev_endpoint, Seahorse::Model::Operation.new.tap do |o|
1706
+ o.name = "DeleteDevEndpoint"
1707
+ o.http_method = "POST"
1708
+ o.http_request_uri = "/"
1709
+ o.input = Shapes::ShapeRef.new(shape: DeleteDevEndpointRequest)
1710
+ o.output = Shapes::ShapeRef.new(shape: DeleteDevEndpointResponse)
1711
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1712
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1713
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1714
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1715
+ end)
1716
+
1717
+ api.add_operation(:delete_job, Seahorse::Model::Operation.new.tap do |o|
1718
+ o.name = "DeleteJob"
1719
+ o.http_method = "POST"
1720
+ o.http_request_uri = "/"
1721
+ o.input = Shapes::ShapeRef.new(shape: DeleteJobRequest)
1722
+ o.output = Shapes::ShapeRef.new(shape: DeleteJobResponse)
1723
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1724
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1725
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1726
+ end)
1727
+
1728
+ api.add_operation(:delete_partition, Seahorse::Model::Operation.new.tap do |o|
1729
+ o.name = "DeletePartition"
1730
+ o.http_method = "POST"
1731
+ o.http_request_uri = "/"
1732
+ o.input = Shapes::ShapeRef.new(shape: DeletePartitionRequest)
1733
+ o.output = Shapes::ShapeRef.new(shape: DeletePartitionResponse)
1734
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1735
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1736
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1737
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1738
+ end)
1739
+
1740
+ api.add_operation(:delete_table, Seahorse::Model::Operation.new.tap do |o|
1741
+ o.name = "DeleteTable"
1742
+ o.http_method = "POST"
1743
+ o.http_request_uri = "/"
1744
+ o.input = Shapes::ShapeRef.new(shape: DeleteTableRequest)
1745
+ o.output = Shapes::ShapeRef.new(shape: DeleteTableResponse)
1746
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1747
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1748
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1749
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1750
+ end)
1751
+
1752
+ api.add_operation(:delete_trigger, Seahorse::Model::Operation.new.tap do |o|
1753
+ o.name = "DeleteTrigger"
1754
+ o.http_method = "POST"
1755
+ o.http_request_uri = "/"
1756
+ o.input = Shapes::ShapeRef.new(shape: DeleteTriggerRequest)
1757
+ o.output = Shapes::ShapeRef.new(shape: DeleteTriggerResponse)
1758
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1759
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1760
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1761
+ end)
1762
+
1763
+ api.add_operation(:delete_user_defined_function, Seahorse::Model::Operation.new.tap do |o|
1764
+ o.name = "DeleteUserDefinedFunction"
1765
+ o.http_method = "POST"
1766
+ o.http_request_uri = "/"
1767
+ o.input = Shapes::ShapeRef.new(shape: DeleteUserDefinedFunctionRequest)
1768
+ o.output = Shapes::ShapeRef.new(shape: DeleteUserDefinedFunctionResponse)
1769
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1770
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1771
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1772
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1773
+ end)
1774
+
1775
+ api.add_operation(:get_catalog_import_status, Seahorse::Model::Operation.new.tap do |o|
1776
+ o.name = "GetCatalogImportStatus"
1777
+ o.http_method = "POST"
1778
+ o.http_request_uri = "/"
1779
+ o.input = Shapes::ShapeRef.new(shape: GetCatalogImportStatusRequest)
1780
+ o.output = Shapes::ShapeRef.new(shape: GetCatalogImportStatusResponse)
1781
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1782
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1783
+ end)
1784
+
1785
+ api.add_operation(:get_classifier, Seahorse::Model::Operation.new.tap do |o|
1786
+ o.name = "GetClassifier"
1787
+ o.http_method = "POST"
1788
+ o.http_request_uri = "/"
1789
+ o.input = Shapes::ShapeRef.new(shape: GetClassifierRequest)
1790
+ o.output = Shapes::ShapeRef.new(shape: GetClassifierResponse)
1791
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1792
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1793
+ end)
1794
+
1795
+ api.add_operation(:get_classifiers, Seahorse::Model::Operation.new.tap do |o|
1796
+ o.name = "GetClassifiers"
1797
+ o.http_method = "POST"
1798
+ o.http_request_uri = "/"
1799
+ o.input = Shapes::ShapeRef.new(shape: GetClassifiersRequest)
1800
+ o.output = Shapes::ShapeRef.new(shape: GetClassifiersResponse)
1801
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1802
+ o[:pager] = Aws::Pager.new(
1803
+ limit_key: "max_results",
1804
+ tokens: {
1805
+ "next_token" => "next_token"
1806
+ }
1807
+ )
1808
+ end)
1809
+
1810
+ api.add_operation(:get_connection, Seahorse::Model::Operation.new.tap do |o|
1811
+ o.name = "GetConnection"
1812
+ o.http_method = "POST"
1813
+ o.http_request_uri = "/"
1814
+ o.input = Shapes::ShapeRef.new(shape: GetConnectionRequest)
1815
+ o.output = Shapes::ShapeRef.new(shape: GetConnectionResponse)
1816
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1817
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1818
+ end)
1819
+
1820
+ api.add_operation(:get_connections, Seahorse::Model::Operation.new.tap do |o|
1821
+ o.name = "GetConnections"
1822
+ o.http_method = "POST"
1823
+ o.http_request_uri = "/"
1824
+ o.input = Shapes::ShapeRef.new(shape: GetConnectionsRequest)
1825
+ o.output = Shapes::ShapeRef.new(shape: GetConnectionsResponse)
1826
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1827
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1828
+ o[:pager] = Aws::Pager.new(
1829
+ limit_key: "max_results",
1830
+ tokens: {
1831
+ "next_token" => "next_token"
1832
+ }
1833
+ )
1834
+ end)
1835
+
1836
+ api.add_operation(:get_crawler, Seahorse::Model::Operation.new.tap do |o|
1837
+ o.name = "GetCrawler"
1838
+ o.http_method = "POST"
1839
+ o.http_request_uri = "/"
1840
+ o.input = Shapes::ShapeRef.new(shape: GetCrawlerRequest)
1841
+ o.output = Shapes::ShapeRef.new(shape: GetCrawlerResponse)
1842
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1843
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1844
+ end)
1845
+
1846
+ api.add_operation(:get_crawler_metrics, Seahorse::Model::Operation.new.tap do |o|
1847
+ o.name = "GetCrawlerMetrics"
1848
+ o.http_method = "POST"
1849
+ o.http_request_uri = "/"
1850
+ o.input = Shapes::ShapeRef.new(shape: GetCrawlerMetricsRequest)
1851
+ o.output = Shapes::ShapeRef.new(shape: GetCrawlerMetricsResponse)
1852
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1853
+ o[:pager] = Aws::Pager.new(
1854
+ limit_key: "max_results",
1855
+ tokens: {
1856
+ "next_token" => "next_token"
1857
+ }
1858
+ )
1859
+ end)
1860
+
1861
+ api.add_operation(:get_crawlers, Seahorse::Model::Operation.new.tap do |o|
1862
+ o.name = "GetCrawlers"
1863
+ o.http_method = "POST"
1864
+ o.http_request_uri = "/"
1865
+ o.input = Shapes::ShapeRef.new(shape: GetCrawlersRequest)
1866
+ o.output = Shapes::ShapeRef.new(shape: GetCrawlersResponse)
1867
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1868
+ o[:pager] = Aws::Pager.new(
1869
+ limit_key: "max_results",
1870
+ tokens: {
1871
+ "next_token" => "next_token"
1872
+ }
1873
+ )
1874
+ end)
1875
+
1876
+ api.add_operation(:get_database, Seahorse::Model::Operation.new.tap do |o|
1877
+ o.name = "GetDatabase"
1878
+ o.http_method = "POST"
1879
+ o.http_request_uri = "/"
1880
+ o.input = Shapes::ShapeRef.new(shape: GetDatabaseRequest)
1881
+ o.output = Shapes::ShapeRef.new(shape: GetDatabaseResponse)
1882
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1883
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1884
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1885
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1886
+ end)
1887
+
1888
+ api.add_operation(:get_databases, Seahorse::Model::Operation.new.tap do |o|
1889
+ o.name = "GetDatabases"
1890
+ o.http_method = "POST"
1891
+ o.http_request_uri = "/"
1892
+ o.input = Shapes::ShapeRef.new(shape: GetDatabasesRequest)
1893
+ o.output = Shapes::ShapeRef.new(shape: GetDatabasesResponse)
1894
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1895
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1896
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1897
+ o[:pager] = Aws::Pager.new(
1898
+ limit_key: "max_results",
1899
+ tokens: {
1900
+ "next_token" => "next_token"
1901
+ }
1902
+ )
1903
+ end)
1904
+
1905
+ api.add_operation(:get_dataflow_graph, Seahorse::Model::Operation.new.tap do |o|
1906
+ o.name = "GetDataflowGraph"
1907
+ o.http_method = "POST"
1908
+ o.http_request_uri = "/"
1909
+ o.input = Shapes::ShapeRef.new(shape: GetDataflowGraphRequest)
1910
+ o.output = Shapes::ShapeRef.new(shape: GetDataflowGraphResponse)
1911
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1912
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1913
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1914
+ end)
1915
+
1916
+ api.add_operation(:get_dev_endpoint, Seahorse::Model::Operation.new.tap do |o|
1917
+ o.name = "GetDevEndpoint"
1918
+ o.http_method = "POST"
1919
+ o.http_request_uri = "/"
1920
+ o.input = Shapes::ShapeRef.new(shape: GetDevEndpointRequest)
1921
+ o.output = Shapes::ShapeRef.new(shape: GetDevEndpointResponse)
1922
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1923
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1924
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1925
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1926
+ end)
1927
+
1928
+ api.add_operation(:get_dev_endpoints, Seahorse::Model::Operation.new.tap do |o|
1929
+ o.name = "GetDevEndpoints"
1930
+ o.http_method = "POST"
1931
+ o.http_request_uri = "/"
1932
+ o.input = Shapes::ShapeRef.new(shape: GetDevEndpointsRequest)
1933
+ o.output = Shapes::ShapeRef.new(shape: GetDevEndpointsResponse)
1934
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1935
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1936
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1937
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1938
+ o[:pager] = Aws::Pager.new(
1939
+ limit_key: "max_results",
1940
+ tokens: {
1941
+ "next_token" => "next_token"
1942
+ }
1943
+ )
1944
+ end)
1945
+
1946
+ api.add_operation(:get_job, Seahorse::Model::Operation.new.tap do |o|
1947
+ o.name = "GetJob"
1948
+ o.http_method = "POST"
1949
+ o.http_request_uri = "/"
1950
+ o.input = Shapes::ShapeRef.new(shape: GetJobRequest)
1951
+ o.output = Shapes::ShapeRef.new(shape: GetJobResponse)
1952
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1953
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1954
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1955
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1956
+ end)
1957
+
1958
+ api.add_operation(:get_job_run, Seahorse::Model::Operation.new.tap do |o|
1959
+ o.name = "GetJobRun"
1960
+ o.http_method = "POST"
1961
+ o.http_request_uri = "/"
1962
+ o.input = Shapes::ShapeRef.new(shape: GetJobRunRequest)
1963
+ o.output = Shapes::ShapeRef.new(shape: GetJobRunResponse)
1964
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1965
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1966
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1967
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1968
+ end)
1969
+
1970
+ api.add_operation(:get_job_runs, Seahorse::Model::Operation.new.tap do |o|
1971
+ o.name = "GetJobRuns"
1972
+ o.http_method = "POST"
1973
+ o.http_request_uri = "/"
1974
+ o.input = Shapes::ShapeRef.new(shape: GetJobRunsRequest)
1975
+ o.output = Shapes::ShapeRef.new(shape: GetJobRunsResponse)
1976
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1977
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1978
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1979
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1980
+ o[:pager] = Aws::Pager.new(
1981
+ limit_key: "max_results",
1982
+ tokens: {
1983
+ "next_token" => "next_token"
1984
+ }
1985
+ )
1986
+ end)
1987
+
1988
+ api.add_operation(:get_jobs, Seahorse::Model::Operation.new.tap do |o|
1989
+ o.name = "GetJobs"
1990
+ o.http_method = "POST"
1991
+ o.http_request_uri = "/"
1992
+ o.input = Shapes::ShapeRef.new(shape: GetJobsRequest)
1993
+ o.output = Shapes::ShapeRef.new(shape: GetJobsResponse)
1994
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
1995
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
1996
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
1997
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
1998
+ o[:pager] = Aws::Pager.new(
1999
+ limit_key: "max_results",
2000
+ tokens: {
2001
+ "next_token" => "next_token"
2002
+ }
2003
+ )
2004
+ end)
2005
+
2006
+ api.add_operation(:get_mapping, Seahorse::Model::Operation.new.tap do |o|
2007
+ o.name = "GetMapping"
2008
+ o.http_method = "POST"
2009
+ o.http_request_uri = "/"
2010
+ o.input = Shapes::ShapeRef.new(shape: GetMappingRequest)
2011
+ o.output = Shapes::ShapeRef.new(shape: GetMappingResponse)
2012
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2013
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2014
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2015
+ end)
2016
+
2017
+ api.add_operation(:get_partition, Seahorse::Model::Operation.new.tap do |o|
2018
+ o.name = "GetPartition"
2019
+ o.http_method = "POST"
2020
+ o.http_request_uri = "/"
2021
+ o.input = Shapes::ShapeRef.new(shape: GetPartitionRequest)
2022
+ o.output = Shapes::ShapeRef.new(shape: GetPartitionResponse)
2023
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2024
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2025
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2026
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2027
+ end)
2028
+
2029
+ api.add_operation(:get_partitions, Seahorse::Model::Operation.new.tap do |o|
2030
+ o.name = "GetPartitions"
2031
+ o.http_method = "POST"
2032
+ o.http_request_uri = "/"
2033
+ o.input = Shapes::ShapeRef.new(shape: GetPartitionsRequest)
2034
+ o.output = Shapes::ShapeRef.new(shape: GetPartitionsResponse)
2035
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2036
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2037
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2038
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2039
+ o[:pager] = Aws::Pager.new(
2040
+ limit_key: "max_results",
2041
+ tokens: {
2042
+ "next_token" => "next_token"
2043
+ }
2044
+ )
2045
+ end)
2046
+
2047
+ api.add_operation(:get_plan, Seahorse::Model::Operation.new.tap do |o|
2048
+ o.name = "GetPlan"
2049
+ o.http_method = "POST"
2050
+ o.http_request_uri = "/"
2051
+ o.input = Shapes::ShapeRef.new(shape: GetPlanRequest)
2052
+ o.output = Shapes::ShapeRef.new(shape: GetPlanResponse)
2053
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2054
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2055
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2056
+ end)
2057
+
2058
+ api.add_operation(:get_table, Seahorse::Model::Operation.new.tap do |o|
2059
+ o.name = "GetTable"
2060
+ o.http_method = "POST"
2061
+ o.http_request_uri = "/"
2062
+ o.input = Shapes::ShapeRef.new(shape: GetTableRequest)
2063
+ o.output = Shapes::ShapeRef.new(shape: GetTableResponse)
2064
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2065
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2066
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2067
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2068
+ end)
2069
+
2070
+ api.add_operation(:get_table_versions, Seahorse::Model::Operation.new.tap do |o|
2071
+ o.name = "GetTableVersions"
2072
+ o.http_method = "POST"
2073
+ o.http_request_uri = "/"
2074
+ o.input = Shapes::ShapeRef.new(shape: GetTableVersionsRequest)
2075
+ o.output = Shapes::ShapeRef.new(shape: GetTableVersionsResponse)
2076
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2077
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2078
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2079
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2080
+ o[:pager] = Aws::Pager.new(
2081
+ limit_key: "max_results",
2082
+ tokens: {
2083
+ "next_token" => "next_token"
2084
+ }
2085
+ )
2086
+ end)
2087
+
2088
+ api.add_operation(:get_tables, Seahorse::Model::Operation.new.tap do |o|
2089
+ o.name = "GetTables"
2090
+ o.http_method = "POST"
2091
+ o.http_request_uri = "/"
2092
+ o.input = Shapes::ShapeRef.new(shape: GetTablesRequest)
2093
+ o.output = Shapes::ShapeRef.new(shape: GetTablesResponse)
2094
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2095
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2096
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2097
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2098
+ o[:pager] = Aws::Pager.new(
2099
+ limit_key: "max_results",
2100
+ tokens: {
2101
+ "next_token" => "next_token"
2102
+ }
2103
+ )
2104
+ end)
2105
+
2106
+ api.add_operation(:get_trigger, Seahorse::Model::Operation.new.tap do |o|
2107
+ o.name = "GetTrigger"
2108
+ o.http_method = "POST"
2109
+ o.http_request_uri = "/"
2110
+ o.input = Shapes::ShapeRef.new(shape: GetTriggerRequest)
2111
+ o.output = Shapes::ShapeRef.new(shape: GetTriggerResponse)
2112
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2113
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2114
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2115
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2116
+ end)
2117
+
2118
+ api.add_operation(:get_triggers, Seahorse::Model::Operation.new.tap do |o|
2119
+ o.name = "GetTriggers"
2120
+ o.http_method = "POST"
2121
+ o.http_request_uri = "/"
2122
+ o.input = Shapes::ShapeRef.new(shape: GetTriggersRequest)
2123
+ o.output = Shapes::ShapeRef.new(shape: GetTriggersResponse)
2124
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2125
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2126
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2127
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2128
+ o[:pager] = Aws::Pager.new(
2129
+ limit_key: "max_results",
2130
+ tokens: {
2131
+ "next_token" => "next_token"
2132
+ }
2133
+ )
2134
+ end)
2135
+
2136
+ api.add_operation(:get_user_defined_function, Seahorse::Model::Operation.new.tap do |o|
2137
+ o.name = "GetUserDefinedFunction"
2138
+ o.http_method = "POST"
2139
+ o.http_request_uri = "/"
2140
+ o.input = Shapes::ShapeRef.new(shape: GetUserDefinedFunctionRequest)
2141
+ o.output = Shapes::ShapeRef.new(shape: GetUserDefinedFunctionResponse)
2142
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2143
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2144
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2145
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2146
+ end)
2147
+
2148
+ api.add_operation(:get_user_defined_functions, Seahorse::Model::Operation.new.tap do |o|
2149
+ o.name = "GetUserDefinedFunctions"
2150
+ o.http_method = "POST"
2151
+ o.http_request_uri = "/"
2152
+ o.input = Shapes::ShapeRef.new(shape: GetUserDefinedFunctionsRequest)
2153
+ o.output = Shapes::ShapeRef.new(shape: GetUserDefinedFunctionsResponse)
2154
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2155
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2156
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2157
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2158
+ o[:pager] = Aws::Pager.new(
2159
+ limit_key: "max_results",
2160
+ tokens: {
2161
+ "next_token" => "next_token"
2162
+ }
2163
+ )
2164
+ end)
2165
+
2166
+ api.add_operation(:import_catalog_to_glue, Seahorse::Model::Operation.new.tap do |o|
2167
+ o.name = "ImportCatalogToGlue"
2168
+ o.http_method = "POST"
2169
+ o.http_request_uri = "/"
2170
+ o.input = Shapes::ShapeRef.new(shape: ImportCatalogToGlueRequest)
2171
+ o.output = Shapes::ShapeRef.new(shape: ImportCatalogToGlueResponse)
2172
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2173
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2174
+ end)
2175
+
2176
+ api.add_operation(:reset_job_bookmark, Seahorse::Model::Operation.new.tap do |o|
2177
+ o.name = "ResetJobBookmark"
2178
+ o.http_method = "POST"
2179
+ o.http_request_uri = "/"
2180
+ o.input = Shapes::ShapeRef.new(shape: ResetJobBookmarkRequest)
2181
+ o.output = Shapes::ShapeRef.new(shape: ResetJobBookmarkResponse)
2182
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2183
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2184
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2185
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2186
+ end)
2187
+
2188
+ api.add_operation(:start_crawler, Seahorse::Model::Operation.new.tap do |o|
2189
+ o.name = "StartCrawler"
2190
+ o.http_method = "POST"
2191
+ o.http_request_uri = "/"
2192
+ o.input = Shapes::ShapeRef.new(shape: StartCrawlerRequest)
2193
+ o.output = Shapes::ShapeRef.new(shape: StartCrawlerResponse)
2194
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2195
+ o.errors << Shapes::ShapeRef.new(shape: CrawlerRunningException)
2196
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2197
+ end)
2198
+
2199
+ api.add_operation(:start_crawler_schedule, Seahorse::Model::Operation.new.tap do |o|
2200
+ o.name = "StartCrawlerSchedule"
2201
+ o.http_method = "POST"
2202
+ o.http_request_uri = "/"
2203
+ o.input = Shapes::ShapeRef.new(shape: StartCrawlerScheduleRequest)
2204
+ o.output = Shapes::ShapeRef.new(shape: StartCrawlerScheduleResponse)
2205
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2206
+ o.errors << Shapes::ShapeRef.new(shape: SchedulerRunningException)
2207
+ o.errors << Shapes::ShapeRef.new(shape: SchedulerTransitioningException)
2208
+ o.errors << Shapes::ShapeRef.new(shape: NoScheduleException)
2209
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2210
+ end)
2211
+
2212
+ api.add_operation(:start_job_run, Seahorse::Model::Operation.new.tap do |o|
2213
+ o.name = "StartJobRun"
2214
+ o.http_method = "POST"
2215
+ o.http_request_uri = "/"
2216
+ o.input = Shapes::ShapeRef.new(shape: StartJobRunRequest)
2217
+ o.output = Shapes::ShapeRef.new(shape: StartJobRunResponse)
2218
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2219
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2220
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2221
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2222
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
2223
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentRunsExceededException)
2224
+ end)
2225
+
2226
+ api.add_operation(:start_trigger, Seahorse::Model::Operation.new.tap do |o|
2227
+ o.name = "StartTrigger"
2228
+ o.http_method = "POST"
2229
+ o.http_request_uri = "/"
2230
+ o.input = Shapes::ShapeRef.new(shape: StartTriggerRequest)
2231
+ o.output = Shapes::ShapeRef.new(shape: StartTriggerResponse)
2232
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2233
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2234
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2235
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2236
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
2237
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentRunsExceededException)
2238
+ end)
2239
+
2240
+ api.add_operation(:stop_crawler, Seahorse::Model::Operation.new.tap do |o|
2241
+ o.name = "StopCrawler"
2242
+ o.http_method = "POST"
2243
+ o.http_request_uri = "/"
2244
+ o.input = Shapes::ShapeRef.new(shape: StopCrawlerRequest)
2245
+ o.output = Shapes::ShapeRef.new(shape: StopCrawlerResponse)
2246
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2247
+ o.errors << Shapes::ShapeRef.new(shape: CrawlerNotRunningException)
2248
+ o.errors << Shapes::ShapeRef.new(shape: CrawlerStoppingException)
2249
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2250
+ end)
2251
+
2252
+ api.add_operation(:stop_crawler_schedule, Seahorse::Model::Operation.new.tap do |o|
2253
+ o.name = "StopCrawlerSchedule"
2254
+ o.http_method = "POST"
2255
+ o.http_request_uri = "/"
2256
+ o.input = Shapes::ShapeRef.new(shape: StopCrawlerScheduleRequest)
2257
+ o.output = Shapes::ShapeRef.new(shape: StopCrawlerScheduleResponse)
2258
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2259
+ o.errors << Shapes::ShapeRef.new(shape: SchedulerNotRunningException)
2260
+ o.errors << Shapes::ShapeRef.new(shape: SchedulerTransitioningException)
2261
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2262
+ end)
2263
+
2264
+ api.add_operation(:stop_trigger, Seahorse::Model::Operation.new.tap do |o|
2265
+ o.name = "StopTrigger"
2266
+ o.http_method = "POST"
2267
+ o.http_request_uri = "/"
2268
+ o.input = Shapes::ShapeRef.new(shape: StopTriggerRequest)
2269
+ o.output = Shapes::ShapeRef.new(shape: StopTriggerResponse)
2270
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2271
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2272
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2273
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2274
+ end)
2275
+
2276
+ api.add_operation(:update_classifier, Seahorse::Model::Operation.new.tap do |o|
2277
+ o.name = "UpdateClassifier"
2278
+ o.http_method = "POST"
2279
+ o.http_request_uri = "/"
2280
+ o.input = Shapes::ShapeRef.new(shape: UpdateClassifierRequest)
2281
+ o.output = Shapes::ShapeRef.new(shape: UpdateClassifierResponse)
2282
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2283
+ o.errors << Shapes::ShapeRef.new(shape: VersionMismatchException)
2284
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2285
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2286
+ end)
2287
+
2288
+ api.add_operation(:update_connection, Seahorse::Model::Operation.new.tap do |o|
2289
+ o.name = "UpdateConnection"
2290
+ o.http_method = "POST"
2291
+ o.http_request_uri = "/"
2292
+ o.input = Shapes::ShapeRef.new(shape: UpdateConnectionRequest)
2293
+ o.output = Shapes::ShapeRef.new(shape: UpdateConnectionResponse)
2294
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2295
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2296
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2297
+ end)
2298
+
2299
+ api.add_operation(:update_crawler, Seahorse::Model::Operation.new.tap do |o|
2300
+ o.name = "UpdateCrawler"
2301
+ o.http_method = "POST"
2302
+ o.http_request_uri = "/"
2303
+ o.input = Shapes::ShapeRef.new(shape: UpdateCrawlerRequest)
2304
+ o.output = Shapes::ShapeRef.new(shape: UpdateCrawlerResponse)
2305
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2306
+ o.errors << Shapes::ShapeRef.new(shape: VersionMismatchException)
2307
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2308
+ o.errors << Shapes::ShapeRef.new(shape: CrawlerRunningException)
2309
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2310
+ end)
2311
+
2312
+ api.add_operation(:update_crawler_schedule, Seahorse::Model::Operation.new.tap do |o|
2313
+ o.name = "UpdateCrawlerSchedule"
2314
+ o.http_method = "POST"
2315
+ o.http_request_uri = "/"
2316
+ o.input = Shapes::ShapeRef.new(shape: UpdateCrawlerScheduleRequest)
2317
+ o.output = Shapes::ShapeRef.new(shape: UpdateCrawlerScheduleResponse)
2318
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2319
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2320
+ o.errors << Shapes::ShapeRef.new(shape: VersionMismatchException)
2321
+ o.errors << Shapes::ShapeRef.new(shape: SchedulerTransitioningException)
2322
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2323
+ end)
2324
+
2325
+ api.add_operation(:update_database, Seahorse::Model::Operation.new.tap do |o|
2326
+ o.name = "UpdateDatabase"
2327
+ o.http_method = "POST"
2328
+ o.http_request_uri = "/"
2329
+ o.input = Shapes::ShapeRef.new(shape: UpdateDatabaseRequest)
2330
+ o.output = Shapes::ShapeRef.new(shape: UpdateDatabaseResponse)
2331
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2332
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2333
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2334
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2335
+ end)
2336
+
2337
+ api.add_operation(:update_dev_endpoint, Seahorse::Model::Operation.new.tap do |o|
2338
+ o.name = "UpdateDevEndpoint"
2339
+ o.http_method = "POST"
2340
+ o.http_request_uri = "/"
2341
+ o.input = Shapes::ShapeRef.new(shape: UpdateDevEndpointRequest)
2342
+ o.output = Shapes::ShapeRef.new(shape: UpdateDevEndpointResponse)
2343
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2344
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2345
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2346
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2347
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2348
+ end)
2349
+
2350
+ api.add_operation(:update_job, Seahorse::Model::Operation.new.tap do |o|
2351
+ o.name = "UpdateJob"
2352
+ o.http_method = "POST"
2353
+ o.http_request_uri = "/"
2354
+ o.input = Shapes::ShapeRef.new(shape: UpdateJobRequest)
2355
+ o.output = Shapes::ShapeRef.new(shape: UpdateJobResponse)
2356
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2357
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2358
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2359
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2360
+ end)
2361
+
2362
+ api.add_operation(:update_partition, Seahorse::Model::Operation.new.tap do |o|
2363
+ o.name = "UpdatePartition"
2364
+ o.http_method = "POST"
2365
+ o.http_request_uri = "/"
2366
+ o.input = Shapes::ShapeRef.new(shape: UpdatePartitionRequest)
2367
+ o.output = Shapes::ShapeRef.new(shape: UpdatePartitionResponse)
2368
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2369
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2370
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2371
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2372
+ end)
2373
+
2374
+ api.add_operation(:update_table, Seahorse::Model::Operation.new.tap do |o|
2375
+ o.name = "UpdateTable"
2376
+ o.http_method = "POST"
2377
+ o.http_request_uri = "/"
2378
+ o.input = Shapes::ShapeRef.new(shape: UpdateTableRequest)
2379
+ o.output = Shapes::ShapeRef.new(shape: UpdateTableResponse)
2380
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2381
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2382
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2383
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2384
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
2385
+ end)
2386
+
2387
+ api.add_operation(:update_trigger, Seahorse::Model::Operation.new.tap do |o|
2388
+ o.name = "UpdateTrigger"
2389
+ o.http_method = "POST"
2390
+ o.http_request_uri = "/"
2391
+ o.input = Shapes::ShapeRef.new(shape: UpdateTriggerRequest)
2392
+ o.output = Shapes::ShapeRef.new(shape: UpdateTriggerResponse)
2393
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2394
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2395
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2396
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2397
+ end)
2398
+
2399
+ api.add_operation(:update_user_defined_function, Seahorse::Model::Operation.new.tap do |o|
2400
+ o.name = "UpdateUserDefinedFunction"
2401
+ o.http_method = "POST"
2402
+ o.http_request_uri = "/"
2403
+ o.input = Shapes::ShapeRef.new(shape: UpdateUserDefinedFunctionRequest)
2404
+ o.output = Shapes::ShapeRef.new(shape: UpdateUserDefinedFunctionResponse)
2405
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
2406
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
2407
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
2408
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
2409
+ end)
2410
+ end
2411
+
2412
+ end
2413
+ end