aws-sdk-glue 1.107.0 → 1.110.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,7 @@ module Aws::Glue
20
20
  AdditionalPlanOptionsMap = Shapes::MapShape.new(name: 'AdditionalPlanOptionsMap')
21
21
  AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
22
22
  AttemptCount = Shapes::IntegerShape.new(name: 'AttemptCount')
23
+ AuditColumnNamesList = Shapes::ListShape.new(name: 'AuditColumnNamesList')
23
24
  AuditContext = Shapes::StructureShape.new(name: 'AuditContext')
24
25
  AuditContextString = Shapes::StringShape.new(name: 'AuditContextString')
25
26
  BackfillError = Shapes::StructureShape.new(name: 'BackfillError')
@@ -44,6 +45,8 @@ module Aws::Glue
44
45
  BatchGetBlueprintsResponse = Shapes::StructureShape.new(name: 'BatchGetBlueprintsResponse')
45
46
  BatchGetCrawlersRequest = Shapes::StructureShape.new(name: 'BatchGetCrawlersRequest')
46
47
  BatchGetCrawlersResponse = Shapes::StructureShape.new(name: 'BatchGetCrawlersResponse')
48
+ BatchGetCustomEntityTypesRequest = Shapes::StructureShape.new(name: 'BatchGetCustomEntityTypesRequest')
49
+ BatchGetCustomEntityTypesResponse = Shapes::StructureShape.new(name: 'BatchGetCustomEntityTypesResponse')
47
50
  BatchGetDevEndpointsRequest = Shapes::StructureShape.new(name: 'BatchGetDevEndpointsRequest')
48
51
  BatchGetDevEndpointsResponse = Shapes::StructureShape.new(name: 'BatchGetDevEndpointsResponse')
49
52
  BatchGetJobsRequest = Shapes::StructureShape.new(name: 'BatchGetJobsRequest')
@@ -89,6 +92,8 @@ module Aws::Glue
89
92
  BoundedPartitionValueList = Shapes::ListShape.new(name: 'BoundedPartitionValueList')
90
93
  CancelMLTaskRunRequest = Shapes::StructureShape.new(name: 'CancelMLTaskRunRequest')
91
94
  CancelMLTaskRunResponse = Shapes::StructureShape.new(name: 'CancelMLTaskRunResponse')
95
+ CancelStatementRequest = Shapes::StructureShape.new(name: 'CancelStatementRequest')
96
+ CancelStatementResponse = Shapes::StructureShape.new(name: 'CancelStatementResponse')
92
97
  CatalogEncryptionMode = Shapes::StringShape.new(name: 'CatalogEncryptionMode')
93
98
  CatalogEntries = Shapes::ListShape.new(name: 'CatalogEntries')
94
99
  CatalogEntry = Shapes::StructureShape.new(name: 'CatalogEntry')
@@ -151,6 +156,7 @@ module Aws::Glue
151
156
  ConnectionPropertyKey = Shapes::StringShape.new(name: 'ConnectionPropertyKey')
152
157
  ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
153
158
  ConnectionsList = Shapes::StructureShape.new(name: 'ConnectionsList')
159
+ ContextWords = Shapes::ListShape.new(name: 'ContextWords')
154
160
  Crawl = Shapes::StructureShape.new(name: 'Crawl')
155
161
  CrawlList = Shapes::ListShape.new(name: 'CrawlList')
156
162
  CrawlState = Shapes::StringShape.new(name: 'CrawlState')
@@ -177,6 +183,8 @@ module Aws::Glue
177
183
  CreateCrawlerRequest = Shapes::StructureShape.new(name: 'CreateCrawlerRequest')
178
184
  CreateCrawlerResponse = Shapes::StructureShape.new(name: 'CreateCrawlerResponse')
179
185
  CreateCsvClassifierRequest = Shapes::StructureShape.new(name: 'CreateCsvClassifierRequest')
186
+ CreateCustomEntityTypeRequest = Shapes::StructureShape.new(name: 'CreateCustomEntityTypeRequest')
187
+ CreateCustomEntityTypeResponse = Shapes::StructureShape.new(name: 'CreateCustomEntityTypeResponse')
180
188
  CreateDatabaseRequest = Shapes::StructureShape.new(name: 'CreateDatabaseRequest')
181
189
  CreateDatabaseResponse = Shapes::StructureShape.new(name: 'CreateDatabaseResponse')
182
190
  CreateDevEndpointRequest = Shapes::StructureShape.new(name: 'CreateDevEndpointRequest')
@@ -199,6 +207,8 @@ module Aws::Glue
199
207
  CreateScriptResponse = Shapes::StructureShape.new(name: 'CreateScriptResponse')
200
208
  CreateSecurityConfigurationRequest = Shapes::StructureShape.new(name: 'CreateSecurityConfigurationRequest')
201
209
  CreateSecurityConfigurationResponse = Shapes::StructureShape.new(name: 'CreateSecurityConfigurationResponse')
210
+ CreateSessionRequest = Shapes::StructureShape.new(name: 'CreateSessionRequest')
211
+ CreateSessionResponse = Shapes::StructureShape.new(name: 'CreateSessionResponse')
202
212
  CreateTableRequest = Shapes::StructureShape.new(name: 'CreateTableRequest')
203
213
  CreateTableResponse = Shapes::StructureShape.new(name: 'CreateTableResponse')
204
214
  CreateTriggerRequest = Shapes::StructureShape.new(name: 'CreateTriggerRequest')
@@ -215,6 +225,9 @@ module Aws::Glue
215
225
  CsvHeader = Shapes::ListShape.new(name: 'CsvHeader')
216
226
  CsvHeaderOption = Shapes::StringShape.new(name: 'CsvHeaderOption')
217
227
  CsvQuoteSymbol = Shapes::StringShape.new(name: 'CsvQuoteSymbol')
228
+ CustomEntityType = Shapes::StructureShape.new(name: 'CustomEntityType')
229
+ CustomEntityTypeNames = Shapes::ListShape.new(name: 'CustomEntityTypeNames')
230
+ CustomEntityTypes = Shapes::ListShape.new(name: 'CustomEntityTypes')
218
231
  CustomPatterns = Shapes::StringShape.new(name: 'CustomPatterns')
219
232
  DagEdges = Shapes::ListShape.new(name: 'DagEdges')
220
233
  DagNodes = Shapes::ListShape.new(name: 'DagNodes')
@@ -244,6 +257,8 @@ module Aws::Glue
244
257
  DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
245
258
  DeleteCrawlerRequest = Shapes::StructureShape.new(name: 'DeleteCrawlerRequest')
246
259
  DeleteCrawlerResponse = Shapes::StructureShape.new(name: 'DeleteCrawlerResponse')
260
+ DeleteCustomEntityTypeRequest = Shapes::StructureShape.new(name: 'DeleteCustomEntityTypeRequest')
261
+ DeleteCustomEntityTypeResponse = Shapes::StructureShape.new(name: 'DeleteCustomEntityTypeResponse')
247
262
  DeleteDatabaseRequest = Shapes::StructureShape.new(name: 'DeleteDatabaseRequest')
248
263
  DeleteDatabaseResponse = Shapes::StructureShape.new(name: 'DeleteDatabaseResponse')
249
264
  DeleteDevEndpointRequest = Shapes::StructureShape.new(name: 'DeleteDevEndpointRequest')
@@ -266,6 +281,8 @@ module Aws::Glue
266
281
  DeleteSchemaVersionsResponse = Shapes::StructureShape.new(name: 'DeleteSchemaVersionsResponse')
267
282
  DeleteSecurityConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteSecurityConfigurationRequest')
268
283
  DeleteSecurityConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteSecurityConfigurationResponse')
284
+ DeleteSessionRequest = Shapes::StructureShape.new(name: 'DeleteSessionRequest')
285
+ DeleteSessionResponse = Shapes::StructureShape.new(name: 'DeleteSessionResponse')
269
286
  DeleteTableRequest = Shapes::StructureShape.new(name: 'DeleteTableRequest')
270
287
  DeleteTableResponse = Shapes::StructureShape.new(name: 'DeleteTableResponse')
271
288
  DeleteTableVersionRequest = Shapes::StructureShape.new(name: 'DeleteTableVersionRequest')
@@ -287,6 +304,7 @@ module Aws::Glue
287
304
  DevEndpointNames = Shapes::ListShape.new(name: 'DevEndpointNames')
288
305
  Double = Shapes::FloatShape.new(name: 'Double')
289
306
  DoubleColumnStatisticsData = Shapes::StructureShape.new(name: 'DoubleColumnStatisticsData')
307
+ DoubleValue = Shapes::FloatShape.new(name: 'DoubleValue')
290
308
  DynamoDBTarget = Shapes::StructureShape.new(name: 'DynamoDBTarget')
291
309
  DynamoDBTargetList = Shapes::ListShape.new(name: 'DynamoDBTargetList')
292
310
  Edge = Shapes::StructureShape.new(name: 'Edge')
@@ -346,6 +364,8 @@ module Aws::Glue
346
364
  GetCrawlerResponse = Shapes::StructureShape.new(name: 'GetCrawlerResponse')
347
365
  GetCrawlersRequest = Shapes::StructureShape.new(name: 'GetCrawlersRequest')
348
366
  GetCrawlersResponse = Shapes::StructureShape.new(name: 'GetCrawlersResponse')
367
+ GetCustomEntityTypeRequest = Shapes::StructureShape.new(name: 'GetCustomEntityTypeRequest')
368
+ GetCustomEntityTypeResponse = Shapes::StructureShape.new(name: 'GetCustomEntityTypeResponse')
349
369
  GetDataCatalogEncryptionSettingsRequest = Shapes::StructureShape.new(name: 'GetDataCatalogEncryptionSettingsRequest')
350
370
  GetDataCatalogEncryptionSettingsResponse = Shapes::StructureShape.new(name: 'GetDataCatalogEncryptionSettingsResponse')
351
371
  GetDatabaseRequest = Shapes::StructureShape.new(name: 'GetDatabaseRequest')
@@ -405,6 +425,10 @@ module Aws::Glue
405
425
  GetSecurityConfigurationResponse = Shapes::StructureShape.new(name: 'GetSecurityConfigurationResponse')
406
426
  GetSecurityConfigurationsRequest = Shapes::StructureShape.new(name: 'GetSecurityConfigurationsRequest')
407
427
  GetSecurityConfigurationsResponse = Shapes::StructureShape.new(name: 'GetSecurityConfigurationsResponse')
428
+ GetSessionRequest = Shapes::StructureShape.new(name: 'GetSessionRequest')
429
+ GetSessionResponse = Shapes::StructureShape.new(name: 'GetSessionResponse')
430
+ GetStatementRequest = Shapes::StructureShape.new(name: 'GetStatementRequest')
431
+ GetStatementResponse = Shapes::StructureShape.new(name: 'GetStatementResponse')
408
432
  GetTableRequest = Shapes::StructureShape.new(name: 'GetTableRequest')
409
433
  GetTableResponse = Shapes::StructureShape.new(name: 'GetTableResponse')
410
434
  GetTableVersionRequest = Shapes::StructureShape.new(name: 'GetTableVersionRequest')
@@ -450,6 +474,7 @@ module Aws::Glue
450
474
  IdString = Shapes::StringShape.new(name: 'IdString')
451
475
  IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
452
476
  IllegalBlueprintStateException = Shapes::StructureShape.new(name: 'IllegalBlueprintStateException')
477
+ IllegalSessionStateException = Shapes::StructureShape.new(name: 'IllegalSessionStateException')
453
478
  IllegalWorkflowStateException = Shapes::StructureShape.new(name: 'IllegalWorkflowStateException')
454
479
  ImportCatalogToGlueRequest = Shapes::StructureShape.new(name: 'ImportCatalogToGlueRequest')
455
480
  ImportCatalogToGlueResponse = Shapes::StructureShape.new(name: 'ImportCatalogToGlueResponse')
@@ -497,6 +522,8 @@ module Aws::Glue
497
522
  ListBlueprintsResponse = Shapes::StructureShape.new(name: 'ListBlueprintsResponse')
498
523
  ListCrawlersRequest = Shapes::StructureShape.new(name: 'ListCrawlersRequest')
499
524
  ListCrawlersResponse = Shapes::StructureShape.new(name: 'ListCrawlersResponse')
525
+ ListCustomEntityTypesRequest = Shapes::StructureShape.new(name: 'ListCustomEntityTypesRequest')
526
+ ListCustomEntityTypesResponse = Shapes::StructureShape.new(name: 'ListCustomEntityTypesResponse')
500
527
  ListDevEndpointsRequest = Shapes::StructureShape.new(name: 'ListDevEndpointsRequest')
501
528
  ListDevEndpointsResponse = Shapes::StructureShape.new(name: 'ListDevEndpointsResponse')
502
529
  ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
@@ -509,6 +536,10 @@ module Aws::Glue
509
536
  ListSchemaVersionsResponse = Shapes::StructureShape.new(name: 'ListSchemaVersionsResponse')
510
537
  ListSchemasInput = Shapes::StructureShape.new(name: 'ListSchemasInput')
511
538
  ListSchemasResponse = Shapes::StructureShape.new(name: 'ListSchemasResponse')
539
+ ListSessionsRequest = Shapes::StructureShape.new(name: 'ListSessionsRequest')
540
+ ListSessionsResponse = Shapes::StructureShape.new(name: 'ListSessionsResponse')
541
+ ListStatementsRequest = Shapes::StructureShape.new(name: 'ListStatementsRequest')
542
+ ListStatementsResponse = Shapes::StructureShape.new(name: 'ListStatementsResponse')
512
543
  ListTriggersRequest = Shapes::StructureShape.new(name: 'ListTriggersRequest')
513
544
  ListTriggersResponse = Shapes::StructureShape.new(name: 'ListTriggersResponse')
514
545
  ListWorkflowsRequest = Shapes::StructureShape.new(name: 'ListWorkflowsRequest')
@@ -523,6 +554,7 @@ module Aws::Glue
523
554
  LogicalOperator = Shapes::StringShape.new(name: 'LogicalOperator')
524
555
  Long = Shapes::IntegerShape.new(name: 'Long')
525
556
  LongColumnStatisticsData = Shapes::StructureShape.new(name: 'LongColumnStatisticsData')
557
+ LongValue = Shapes::IntegerShape.new(name: 'LongValue')
526
558
  MLTransform = Shapes::StructureShape.new(name: 'MLTransform')
527
559
  MLTransformNotReadyException = Shapes::StructureShape.new(name: 'MLTransformNotReadyException')
528
560
  MLUserDataEncryption = Shapes::StructureShape.new(name: 'MLUserDataEncryption')
@@ -561,10 +593,15 @@ module Aws::Glue
561
593
  NullableDouble = Shapes::FloatShape.new(name: 'NullableDouble')
562
594
  NullableInteger = Shapes::IntegerShape.new(name: 'NullableInteger')
563
595
  OperationTimeoutException = Shapes::StructureShape.new(name: 'OperationTimeoutException')
596
+ OrchestrationArgumentsMap = Shapes::MapShape.new(name: 'OrchestrationArgumentsMap')
597
+ OrchestrationArgumentsValue = Shapes::StringShape.new(name: 'OrchestrationArgumentsValue')
564
598
  OrchestrationIAMRoleArn = Shapes::StringShape.new(name: 'OrchestrationIAMRoleArn')
565
599
  OrchestrationNameString = Shapes::StringShape.new(name: 'OrchestrationNameString')
600
+ OrchestrationRoleArn = Shapes::StringShape.new(name: 'OrchestrationRoleArn')
566
601
  OrchestrationS3Location = Shapes::StringShape.new(name: 'OrchestrationS3Location')
602
+ OrchestrationStatementCodeString = Shapes::StringShape.new(name: 'OrchestrationStatementCodeString')
567
603
  OrchestrationStringList = Shapes::ListShape.new(name: 'OrchestrationStringList')
604
+ OrchestrationToken = Shapes::StringShape.new(name: 'OrchestrationToken')
568
605
  Order = Shapes::StructureShape.new(name: 'Order')
569
606
  OrderList = Shapes::ListShape.new(name: 'OrderList')
570
607
  OtherMetadataValueList = Shapes::ListShape.new(name: 'OtherMetadataValueList')
@@ -643,6 +680,8 @@ module Aws::Glue
643
680
  RoleString = Shapes::StringShape.new(name: 'RoleString')
644
681
  RowTag = Shapes::StringShape.new(name: 'RowTag')
645
682
  RunId = Shapes::StringShape.new(name: 'RunId')
683
+ RunStatementRequest = Shapes::StructureShape.new(name: 'RunStatementRequest')
684
+ RunStatementResponse = Shapes::StructureShape.new(name: 'RunStatementResponse')
646
685
  S3Encryption = Shapes::StructureShape.new(name: 'S3Encryption')
647
686
  S3EncryptionList = Shapes::ListShape.new(name: 'S3EncryptionList')
648
687
  S3EncryptionMode = Shapes::StringShape.new(name: 'S3EncryptionMode')
@@ -685,6 +724,11 @@ module Aws::Glue
685
724
  SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
686
725
  Segment = Shapes::StructureShape.new(name: 'Segment')
687
726
  SerDeInfo = Shapes::StructureShape.new(name: 'SerDeInfo')
727
+ Session = Shapes::StructureShape.new(name: 'Session')
728
+ SessionCommand = Shapes::StructureShape.new(name: 'SessionCommand')
729
+ SessionIdList = Shapes::ListShape.new(name: 'SessionIdList')
730
+ SessionList = Shapes::ListShape.new(name: 'SessionList')
731
+ SessionStatus = Shapes::StringShape.new(name: 'SessionStatus')
688
732
  SkewedInfo = Shapes::StructureShape.new(name: 'SkewedInfo')
689
733
  Sort = Shapes::StringShape.new(name: 'Sort')
690
734
  SortCriteria = Shapes::ListShape.new(name: 'SortCriteria')
@@ -711,10 +755,17 @@ module Aws::Glue
711
755
  StartWorkflowRunRequest = Shapes::StructureShape.new(name: 'StartWorkflowRunRequest')
712
756
  StartWorkflowRunResponse = Shapes::StructureShape.new(name: 'StartWorkflowRunResponse')
713
757
  StartingEventBatchCondition = Shapes::StructureShape.new(name: 'StartingEventBatchCondition')
758
+ Statement = Shapes::StructureShape.new(name: 'Statement')
759
+ StatementList = Shapes::ListShape.new(name: 'StatementList')
760
+ StatementOutput = Shapes::StructureShape.new(name: 'StatementOutput')
761
+ StatementOutputData = Shapes::StructureShape.new(name: 'StatementOutputData')
762
+ StatementState = Shapes::StringShape.new(name: 'StatementState')
714
763
  StopCrawlerRequest = Shapes::StructureShape.new(name: 'StopCrawlerRequest')
715
764
  StopCrawlerResponse = Shapes::StructureShape.new(name: 'StopCrawlerResponse')
716
765
  StopCrawlerScheduleRequest = Shapes::StructureShape.new(name: 'StopCrawlerScheduleRequest')
717
766
  StopCrawlerScheduleResponse = Shapes::StructureShape.new(name: 'StopCrawlerScheduleResponse')
767
+ StopSessionRequest = Shapes::StructureShape.new(name: 'StopSessionRequest')
768
+ StopSessionResponse = Shapes::StructureShape.new(name: 'StopSessionResponse')
718
769
  StopTriggerRequest = Shapes::StructureShape.new(name: 'StopTriggerRequest')
719
770
  StopTriggerResponse = Shapes::StructureShape.new(name: 'StopTriggerResponse')
720
771
  StopWorkflowRunRequest = Shapes::StructureShape.new(name: 'StopWorkflowRunRequest')
@@ -864,7 +915,11 @@ module Aws::Glue
864
915
  AlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
865
916
  AlreadyExistsException.struct_class = Types::AlreadyExistsException
866
917
 
918
+ AuditColumnNamesList.member = Shapes::ShapeRef.new(shape: ColumnNameString)
919
+
867
920
  AuditContext.add_member(:additional_audit_context, Shapes::ShapeRef.new(shape: AuditContextString, location_name: "AdditionalAuditContext"))
921
+ AuditContext.add_member(:requested_columns, Shapes::ShapeRef.new(shape: AuditColumnNamesList, location_name: "RequestedColumns"))
922
+ AuditContext.add_member(:all_columns_requested, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "AllColumnsRequested"))
868
923
  AuditContext.struct_class = Types::AuditContext
869
924
 
870
925
  BackfillError.add_member(:code, Shapes::ShapeRef.new(shape: BackfillErrorCode, location_name: "Code"))
@@ -943,6 +998,13 @@ module Aws::Glue
943
998
  BatchGetCrawlersResponse.add_member(:crawlers_not_found, Shapes::ShapeRef.new(shape: CrawlerNameList, location_name: "CrawlersNotFound"))
944
999
  BatchGetCrawlersResponse.struct_class = Types::BatchGetCrawlersResponse
945
1000
 
1001
+ BatchGetCustomEntityTypesRequest.add_member(:names, Shapes::ShapeRef.new(shape: CustomEntityTypeNames, required: true, location_name: "Names"))
1002
+ BatchGetCustomEntityTypesRequest.struct_class = Types::BatchGetCustomEntityTypesRequest
1003
+
1004
+ BatchGetCustomEntityTypesResponse.add_member(:custom_entity_types, Shapes::ShapeRef.new(shape: CustomEntityTypes, location_name: "CustomEntityTypes"))
1005
+ BatchGetCustomEntityTypesResponse.add_member(:custom_entity_types_not_found, Shapes::ShapeRef.new(shape: CustomEntityTypeNames, location_name: "CustomEntityTypesNotFound"))
1006
+ BatchGetCustomEntityTypesResponse.struct_class = Types::BatchGetCustomEntityTypesResponse
1007
+
946
1008
  BatchGetDevEndpointsRequest.add_member(:dev_endpoint_names, Shapes::ShapeRef.new(shape: DevEndpointNames, required: true, location_name: "DevEndpointNames"))
947
1009
  BatchGetDevEndpointsRequest.struct_class = Types::BatchGetDevEndpointsRequest
948
1010
 
@@ -1083,6 +1145,13 @@ module Aws::Glue
1083
1145
  CancelMLTaskRunResponse.add_member(:status, Shapes::ShapeRef.new(shape: TaskStatusType, location_name: "Status"))
1084
1146
  CancelMLTaskRunResponse.struct_class = Types::CancelMLTaskRunResponse
1085
1147
 
1148
+ CancelStatementRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "SessionId"))
1149
+ CancelStatementRequest.add_member(:id, Shapes::ShapeRef.new(shape: IntegerValue, required: true, location_name: "Id"))
1150
+ CancelStatementRequest.add_member(:request_origin, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "RequestOrigin"))
1151
+ CancelStatementRequest.struct_class = Types::CancelStatementRequest
1152
+
1153
+ CancelStatementResponse.struct_class = Types::CancelStatementResponse
1154
+
1086
1155
  CatalogEntries.member = Shapes::ShapeRef.new(shape: CatalogEntry)
1087
1156
 
1088
1157
  CatalogEntry.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
@@ -1253,6 +1322,8 @@ module Aws::Glue
1253
1322
  ConnectionsList.add_member(:connections, Shapes::ShapeRef.new(shape: OrchestrationStringList, location_name: "Connections"))
1254
1323
  ConnectionsList.struct_class = Types::ConnectionsList
1255
1324
 
1325
+ ContextWords.member = Shapes::ShapeRef.new(shape: NameString)
1326
+
1256
1327
  Crawl.add_member(:state, Shapes::ShapeRef.new(shape: CrawlState, location_name: "State"))
1257
1328
  Crawl.add_member(:started_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "StartedOn"))
1258
1329
  Crawl.add_member(:completed_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CompletedOn"))
@@ -1373,6 +1444,14 @@ module Aws::Glue
1373
1444
  CreateCsvClassifierRequest.add_member(:allow_single_column, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "AllowSingleColumn"))
1374
1445
  CreateCsvClassifierRequest.struct_class = Types::CreateCsvClassifierRequest
1375
1446
 
1447
+ CreateCustomEntityTypeRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1448
+ CreateCustomEntityTypeRequest.add_member(:regex_string, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "RegexString"))
1449
+ CreateCustomEntityTypeRequest.add_member(:context_words, Shapes::ShapeRef.new(shape: ContextWords, location_name: "ContextWords"))
1450
+ CreateCustomEntityTypeRequest.struct_class = Types::CreateCustomEntityTypeRequest
1451
+
1452
+ CreateCustomEntityTypeResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1453
+ CreateCustomEntityTypeResponse.struct_class = Types::CreateCustomEntityTypeResponse
1454
+
1376
1455
  CreateDatabaseRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1377
1456
  CreateDatabaseRequest.add_member(:database_input, Shapes::ShapeRef.new(shape: DatabaseInput, required: true, location_name: "DatabaseInput"))
1378
1457
  CreateDatabaseRequest.struct_class = Types::CreateDatabaseRequest
@@ -1538,6 +1617,26 @@ module Aws::Glue
1538
1617
  CreateSecurityConfigurationResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CreatedTimestamp"))
1539
1618
  CreateSecurityConfigurationResponse.struct_class = Types::CreateSecurityConfigurationResponse
1540
1619
 
1620
+ CreateSessionRequest.add_member(:id, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Id"))
1621
+ CreateSessionRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
1622
+ CreateSessionRequest.add_member(:role, Shapes::ShapeRef.new(shape: OrchestrationRoleArn, required: true, location_name: "Role"))
1623
+ CreateSessionRequest.add_member(:command, Shapes::ShapeRef.new(shape: SessionCommand, required: true, location_name: "Command"))
1624
+ CreateSessionRequest.add_member(:timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "Timeout"))
1625
+ CreateSessionRequest.add_member(:idle_timeout, Shapes::ShapeRef.new(shape: Timeout, location_name: "IdleTimeout"))
1626
+ CreateSessionRequest.add_member(:default_arguments, Shapes::ShapeRef.new(shape: OrchestrationArgumentsMap, location_name: "DefaultArguments"))
1627
+ CreateSessionRequest.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionsList, location_name: "Connections"))
1628
+ CreateSessionRequest.add_member(:max_capacity, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "MaxCapacity"))
1629
+ CreateSessionRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
1630
+ CreateSessionRequest.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
1631
+ CreateSessionRequest.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
1632
+ CreateSessionRequest.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
1633
+ CreateSessionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
1634
+ CreateSessionRequest.add_member(:request_origin, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "RequestOrigin"))
1635
+ CreateSessionRequest.struct_class = Types::CreateSessionRequest
1636
+
1637
+ CreateSessionResponse.add_member(:session, Shapes::ShapeRef.new(shape: Session, location_name: "Session"))
1638
+ CreateSessionResponse.struct_class = Types::CreateSessionResponse
1639
+
1541
1640
  CreateTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1542
1641
  CreateTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1543
1642
  CreateTableRequest.add_member(:table_input, Shapes::ShapeRef.new(shape: TableInput, required: true, location_name: "TableInput"))
@@ -1598,6 +1697,15 @@ module Aws::Glue
1598
1697
 
1599
1698
  CsvHeader.member = Shapes::ShapeRef.new(shape: NameString)
1600
1699
 
1700
+ CustomEntityType.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1701
+ CustomEntityType.add_member(:regex_string, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "RegexString"))
1702
+ CustomEntityType.add_member(:context_words, Shapes::ShapeRef.new(shape: ContextWords, location_name: "ContextWords"))
1703
+ CustomEntityType.struct_class = Types::CustomEntityType
1704
+
1705
+ CustomEntityTypeNames.member = Shapes::ShapeRef.new(shape: NameString)
1706
+
1707
+ CustomEntityTypes.member = Shapes::ShapeRef.new(shape: CustomEntityType)
1708
+
1601
1709
  DagEdges.member = Shapes::ShapeRef.new(shape: CodeGenEdge)
1602
1710
 
1603
1711
  DagNodes.member = Shapes::ShapeRef.new(shape: CodeGenNode)
@@ -1690,6 +1798,12 @@ module Aws::Glue
1690
1798
 
1691
1799
  DeleteCrawlerResponse.struct_class = Types::DeleteCrawlerResponse
1692
1800
 
1801
+ DeleteCustomEntityTypeRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1802
+ DeleteCustomEntityTypeRequest.struct_class = Types::DeleteCustomEntityTypeRequest
1803
+
1804
+ DeleteCustomEntityTypeResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1805
+ DeleteCustomEntityTypeResponse.struct_class = Types::DeleteCustomEntityTypeResponse
1806
+
1693
1807
  DeleteDatabaseRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1694
1808
  DeleteDatabaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1695
1809
  DeleteDatabaseRequest.struct_class = Types::DeleteDatabaseRequest
@@ -1763,6 +1877,13 @@ module Aws::Glue
1763
1877
 
1764
1878
  DeleteSecurityConfigurationResponse.struct_class = Types::DeleteSecurityConfigurationResponse
1765
1879
 
1880
+ DeleteSessionRequest.add_member(:id, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Id"))
1881
+ DeleteSessionRequest.add_member(:request_origin, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "RequestOrigin"))
1882
+ DeleteSessionRequest.struct_class = Types::DeleteSessionRequest
1883
+
1884
+ DeleteSessionResponse.add_member(:id, Shapes::ShapeRef.new(shape: NameString, location_name: "Id"))
1885
+ DeleteSessionResponse.struct_class = Types::DeleteSessionResponse
1886
+
1766
1887
  DeleteTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1767
1888
  DeleteTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1768
1889
  DeleteTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
@@ -2033,6 +2154,14 @@ module Aws::Glue
2033
2154
  GetCrawlersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
2034
2155
  GetCrawlersResponse.struct_class = Types::GetCrawlersResponse
2035
2156
 
2157
+ GetCustomEntityTypeRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2158
+ GetCustomEntityTypeRequest.struct_class = Types::GetCustomEntityTypeRequest
2159
+
2160
+ GetCustomEntityTypeResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
2161
+ GetCustomEntityTypeResponse.add_member(:regex_string, Shapes::ShapeRef.new(shape: NameString, location_name: "RegexString"))
2162
+ GetCustomEntityTypeResponse.add_member(:context_words, Shapes::ShapeRef.new(shape: ContextWords, location_name: "ContextWords"))
2163
+ GetCustomEntityTypeResponse.struct_class = Types::GetCustomEntityTypeResponse
2164
+
2036
2165
  GetDataCatalogEncryptionSettingsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2037
2166
  GetDataCatalogEncryptionSettingsRequest.struct_class = Types::GetDataCatalogEncryptionSettingsRequest
2038
2167
 
@@ -2327,6 +2456,21 @@ module Aws::Glue
2327
2456
  GetSecurityConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
2328
2457
  GetSecurityConfigurationsResponse.struct_class = Types::GetSecurityConfigurationsResponse
2329
2458
 
2459
+ GetSessionRequest.add_member(:id, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Id"))
2460
+ GetSessionRequest.add_member(:request_origin, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "RequestOrigin"))
2461
+ GetSessionRequest.struct_class = Types::GetSessionRequest
2462
+
2463
+ GetSessionResponse.add_member(:session, Shapes::ShapeRef.new(shape: Session, location_name: "Session"))
2464
+ GetSessionResponse.struct_class = Types::GetSessionResponse
2465
+
2466
+ GetStatementRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "SessionId"))
2467
+ GetStatementRequest.add_member(:id, Shapes::ShapeRef.new(shape: IntegerValue, required: true, location_name: "Id"))
2468
+ GetStatementRequest.add_member(:request_origin, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "RequestOrigin"))
2469
+ GetStatementRequest.struct_class = Types::GetStatementRequest
2470
+
2471
+ GetStatementResponse.add_member(:statement, Shapes::ShapeRef.new(shape: Statement, location_name: "Statement"))
2472
+ GetStatementResponse.struct_class = Types::GetStatementResponse
2473
+
2330
2474
  GetTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2331
2475
  GetTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2332
2476
  GetTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
@@ -2517,6 +2661,9 @@ module Aws::Glue
2517
2661
  IllegalBlueprintStateException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2518
2662
  IllegalBlueprintStateException.struct_class = Types::IllegalBlueprintStateException
2519
2663
 
2664
+ IllegalSessionStateException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2665
+ IllegalSessionStateException.struct_class = Types::IllegalSessionStateException
2666
+
2520
2667
  IllegalWorkflowStateException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2521
2668
  IllegalWorkflowStateException.struct_class = Types::IllegalWorkflowStateException
2522
2669
 
@@ -2614,6 +2761,7 @@ module Aws::Glue
2614
2761
  JobRun.add_member(:log_group_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "LogGroupName"))
2615
2762
  JobRun.add_member(:notification_property, Shapes::ShapeRef.new(shape: NotificationProperty, location_name: "NotificationProperty"))
2616
2763
  JobRun.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
2764
+ JobRun.add_member(:dpu_seconds, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "DPUSeconds"))
2617
2765
  JobRun.struct_class = Types::JobRun
2618
2766
 
2619
2767
  JobRunList.member = Shapes::ShapeRef.new(shape: JobRun)
@@ -2695,6 +2843,14 @@ module Aws::Glue
2695
2843
  ListCrawlersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
2696
2844
  ListCrawlersResponse.struct_class = Types::ListCrawlersResponse
2697
2845
 
2846
+ ListCustomEntityTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
2847
+ ListCustomEntityTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2848
+ ListCustomEntityTypesRequest.struct_class = Types::ListCustomEntityTypesRequest
2849
+
2850
+ ListCustomEntityTypesResponse.add_member(:custom_entity_types, Shapes::ShapeRef.new(shape: CustomEntityTypes, location_name: "CustomEntityTypes"))
2851
+ ListCustomEntityTypesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
2852
+ ListCustomEntityTypesResponse.struct_class = Types::ListCustomEntityTypesResponse
2853
+
2698
2854
  ListDevEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
2699
2855
  ListDevEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2700
2856
  ListDevEndpointsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
@@ -2750,6 +2906,26 @@ module Aws::Glue
2750
2906
  ListSchemasResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
2751
2907
  ListSchemasResponse.struct_class = Types::ListSchemasResponse
2752
2908
 
2909
+ ListSessionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: OrchestrationToken, location_name: "NextToken"))
2910
+ ListSessionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2911
+ ListSessionsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
2912
+ ListSessionsRequest.add_member(:request_origin, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "RequestOrigin"))
2913
+ ListSessionsRequest.struct_class = Types::ListSessionsRequest
2914
+
2915
+ ListSessionsResponse.add_member(:ids, Shapes::ShapeRef.new(shape: SessionIdList, location_name: "Ids"))
2916
+ ListSessionsResponse.add_member(:sessions, Shapes::ShapeRef.new(shape: SessionList, location_name: "Sessions"))
2917
+ ListSessionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: OrchestrationToken, location_name: "NextToken"))
2918
+ ListSessionsResponse.struct_class = Types::ListSessionsResponse
2919
+
2920
+ ListStatementsRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "SessionId"))
2921
+ ListStatementsRequest.add_member(:request_origin, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "RequestOrigin"))
2922
+ ListStatementsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: OrchestrationToken, location_name: "NextToken"))
2923
+ ListStatementsRequest.struct_class = Types::ListStatementsRequest
2924
+
2925
+ ListStatementsResponse.add_member(:statements, Shapes::ShapeRef.new(shape: StatementList, location_name: "Statements"))
2926
+ ListStatementsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: OrchestrationToken, location_name: "NextToken"))
2927
+ ListStatementsResponse.struct_class = Types::ListStatementsResponse
2928
+
2753
2929
  ListTriggersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
2754
2930
  ListTriggersRequest.add_member(:dependent_job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DependentJobName"))
2755
2931
  ListTriggersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
@@ -2871,6 +3047,9 @@ module Aws::Glue
2871
3047
  OperationTimeoutException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2872
3048
  OperationTimeoutException.struct_class = Types::OperationTimeoutException
2873
3049
 
3050
+ OrchestrationArgumentsMap.key = Shapes::ShapeRef.new(shape: OrchestrationNameString)
3051
+ OrchestrationArgumentsMap.value = Shapes::ShapeRef.new(shape: OrchestrationArgumentsValue)
3052
+
2874
3053
  OrchestrationStringList.member = Shapes::ShapeRef.new(shape: GenericString)
2875
3054
 
2876
3055
  Order.add_member(:column, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Column"))
@@ -3092,6 +3271,14 @@ module Aws::Glue
3092
3271
  ResumeWorkflowRunResponse.add_member(:node_ids, Shapes::ShapeRef.new(shape: NodeIdList, location_name: "NodeIds"))
3093
3272
  ResumeWorkflowRunResponse.struct_class = Types::ResumeWorkflowRunResponse
3094
3273
 
3274
+ RunStatementRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "SessionId"))
3275
+ RunStatementRequest.add_member(:code, Shapes::ShapeRef.new(shape: OrchestrationStatementCodeString, required: true, location_name: "Code"))
3276
+ RunStatementRequest.add_member(:request_origin, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "RequestOrigin"))
3277
+ RunStatementRequest.struct_class = Types::RunStatementRequest
3278
+
3279
+ RunStatementResponse.add_member(:id, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "Id"))
3280
+ RunStatementResponse.struct_class = Types::RunStatementResponse
3281
+
3095
3282
  S3Encryption.add_member(:s3_encryption_mode, Shapes::ShapeRef.new(shape: S3EncryptionMode, location_name: "S3EncryptionMode"))
3096
3283
  S3Encryption.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
3097
3284
  S3Encryption.struct_class = Types::S3Encryption
@@ -3202,6 +3389,29 @@ module Aws::Glue
3202
3389
  SerDeInfo.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
3203
3390
  SerDeInfo.struct_class = Types::SerDeInfo
3204
3391
 
3392
+ Session.add_member(:id, Shapes::ShapeRef.new(shape: NameString, location_name: "Id"))
3393
+ Session.add_member(:created_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CreatedOn"))
3394
+ Session.add_member(:status, Shapes::ShapeRef.new(shape: SessionStatus, location_name: "Status"))
3395
+ Session.add_member(:error_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "ErrorMessage"))
3396
+ Session.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
3397
+ Session.add_member(:role, Shapes::ShapeRef.new(shape: OrchestrationRoleArn, location_name: "Role"))
3398
+ Session.add_member(:command, Shapes::ShapeRef.new(shape: SessionCommand, location_name: "Command"))
3399
+ Session.add_member(:default_arguments, Shapes::ShapeRef.new(shape: OrchestrationArgumentsMap, location_name: "DefaultArguments"))
3400
+ Session.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionsList, location_name: "Connections"))
3401
+ Session.add_member(:progress, Shapes::ShapeRef.new(shape: DoubleValue, location_name: "Progress"))
3402
+ Session.add_member(:max_capacity, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "MaxCapacity"))
3403
+ Session.add_member(:security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "SecurityConfiguration"))
3404
+ Session.add_member(:glue_version, Shapes::ShapeRef.new(shape: GlueVersionString, location_name: "GlueVersion"))
3405
+ Session.struct_class = Types::Session
3406
+
3407
+ SessionCommand.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
3408
+ SessionCommand.add_member(:python_version, Shapes::ShapeRef.new(shape: PythonVersionString, location_name: "PythonVersion"))
3409
+ SessionCommand.struct_class = Types::SessionCommand
3410
+
3411
+ SessionIdList.member = Shapes::ShapeRef.new(shape: NameString)
3412
+
3413
+ SessionList.member = Shapes::ShapeRef.new(shape: Session)
3414
+
3205
3415
  SkewedInfo.add_member(:skewed_column_names, Shapes::ShapeRef.new(shape: NameStringList, location_name: "SkewedColumnNames"))
3206
3416
  SkewedInfo.add_member(:skewed_column_values, Shapes::ShapeRef.new(shape: ColumnValueStringList, location_name: "SkewedColumnValues"))
3207
3417
  SkewedInfo.add_member(:skewed_column_value_location_maps, Shapes::ShapeRef.new(shape: LocationMap, location_name: "SkewedColumnValueLocationMaps"))
@@ -3291,6 +3501,28 @@ module Aws::Glue
3291
3501
  StartingEventBatchCondition.add_member(:batch_window, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "BatchWindow"))
3292
3502
  StartingEventBatchCondition.struct_class = Types::StartingEventBatchCondition
3293
3503
 
3504
+ Statement.add_member(:id, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "Id"))
3505
+ Statement.add_member(:code, Shapes::ShapeRef.new(shape: GenericString, location_name: "Code"))
3506
+ Statement.add_member(:state, Shapes::ShapeRef.new(shape: StatementState, location_name: "State"))
3507
+ Statement.add_member(:output, Shapes::ShapeRef.new(shape: StatementOutput, location_name: "Output"))
3508
+ Statement.add_member(:progress, Shapes::ShapeRef.new(shape: DoubleValue, location_name: "Progress"))
3509
+ Statement.add_member(:started_on, Shapes::ShapeRef.new(shape: LongValue, location_name: "StartedOn"))
3510
+ Statement.add_member(:completed_on, Shapes::ShapeRef.new(shape: LongValue, location_name: "CompletedOn"))
3511
+ Statement.struct_class = Types::Statement
3512
+
3513
+ StatementList.member = Shapes::ShapeRef.new(shape: Statement)
3514
+
3515
+ StatementOutput.add_member(:data, Shapes::ShapeRef.new(shape: StatementOutputData, location_name: "Data"))
3516
+ StatementOutput.add_member(:execution_count, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "ExecutionCount"))
3517
+ StatementOutput.add_member(:status, Shapes::ShapeRef.new(shape: StatementState, location_name: "Status"))
3518
+ StatementOutput.add_member(:error_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "ErrorName"))
3519
+ StatementOutput.add_member(:error_value, Shapes::ShapeRef.new(shape: GenericString, location_name: "ErrorValue"))
3520
+ StatementOutput.add_member(:traceback, Shapes::ShapeRef.new(shape: OrchestrationStringList, location_name: "Traceback"))
3521
+ StatementOutput.struct_class = Types::StatementOutput
3522
+
3523
+ StatementOutputData.add_member(:text_plain, Shapes::ShapeRef.new(shape: GenericString, location_name: "TextPlain"))
3524
+ StatementOutputData.struct_class = Types::StatementOutputData
3525
+
3294
3526
  StopCrawlerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
3295
3527
  StopCrawlerRequest.struct_class = Types::StopCrawlerRequest
3296
3528
 
@@ -3301,6 +3533,13 @@ module Aws::Glue
3301
3533
 
3302
3534
  StopCrawlerScheduleResponse.struct_class = Types::StopCrawlerScheduleResponse
3303
3535
 
3536
+ StopSessionRequest.add_member(:id, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Id"))
3537
+ StopSessionRequest.add_member(:request_origin, Shapes::ShapeRef.new(shape: OrchestrationNameString, location_name: "RequestOrigin"))
3538
+ StopSessionRequest.struct_class = Types::StopSessionRequest
3539
+
3540
+ StopSessionResponse.add_member(:id, Shapes::ShapeRef.new(shape: NameString, location_name: "Id"))
3541
+ StopSessionResponse.struct_class = Types::StopSessionResponse
3542
+
3304
3543
  StopTriggerRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
3305
3544
  StopTriggerRequest.struct_class = Types::StopTriggerRequest
3306
3545
 
@@ -3887,6 +4126,17 @@ module Aws::Glue
3887
4126
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3888
4127
  end)
3889
4128
 
4129
+ api.add_operation(:batch_get_custom_entity_types, Seahorse::Model::Operation.new.tap do |o|
4130
+ o.name = "BatchGetCustomEntityTypes"
4131
+ o.http_method = "POST"
4132
+ o.http_request_uri = "/"
4133
+ o.input = Shapes::ShapeRef.new(shape: BatchGetCustomEntityTypesRequest)
4134
+ o.output = Shapes::ShapeRef.new(shape: BatchGetCustomEntityTypesResponse)
4135
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4136
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4137
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4138
+ end)
4139
+
3890
4140
  api.add_operation(:batch_get_dev_endpoints, Seahorse::Model::Operation.new.tap do |o|
3891
4141
  o.name = "BatchGetDevEndpoints"
3892
4142
  o.http_method = "POST"
@@ -3982,6 +4232,20 @@ module Aws::Glue
3982
4232
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3983
4233
  end)
3984
4234
 
4235
+ api.add_operation(:cancel_statement, Seahorse::Model::Operation.new.tap do |o|
4236
+ o.name = "CancelStatement"
4237
+ o.http_method = "POST"
4238
+ o.http_request_uri = "/"
4239
+ o.input = Shapes::ShapeRef.new(shape: CancelStatementRequest)
4240
+ o.output = Shapes::ShapeRef.new(shape: CancelStatementResponse)
4241
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4242
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4243
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4244
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4245
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4246
+ o.errors << Shapes::ShapeRef.new(shape: IllegalSessionStateException)
4247
+ end)
4248
+
3985
4249
  api.add_operation(:check_schema_version_validity, Seahorse::Model::Operation.new.tap do |o|
3986
4250
  o.name = "CheckSchemaVersionValidity"
3987
4251
  o.http_method = "POST"
@@ -4042,6 +4306,21 @@ module Aws::Glue
4042
4306
  o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
4043
4307
  end)
4044
4308
 
4309
+ api.add_operation(:create_custom_entity_type, Seahorse::Model::Operation.new.tap do |o|
4310
+ o.name = "CreateCustomEntityType"
4311
+ o.http_method = "POST"
4312
+ o.http_request_uri = "/"
4313
+ o.input = Shapes::ShapeRef.new(shape: CreateCustomEntityTypeRequest)
4314
+ o.output = Shapes::ShapeRef.new(shape: CreateCustomEntityTypeResponse)
4315
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4316
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
4317
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
4318
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4319
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4320
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4321
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
4322
+ end)
4323
+
4045
4324
  api.add_operation(:create_database, Seahorse::Model::Operation.new.tap do |o|
4046
4325
  o.name = "CreateDatabase"
4047
4326
  o.http_method = "POST"
@@ -4186,6 +4465,22 @@ module Aws::Glue
4186
4465
  o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
4187
4466
  end)
4188
4467
 
4468
+ api.add_operation(:create_session, Seahorse::Model::Operation.new.tap do |o|
4469
+ o.name = "CreateSession"
4470
+ o.http_method = "POST"
4471
+ o.http_request_uri = "/"
4472
+ o.input = Shapes::ShapeRef.new(shape: CreateSessionRequest)
4473
+ o.output = Shapes::ShapeRef.new(shape: CreateSessionResponse)
4474
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4475
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
4476
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4477
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4478
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4479
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4480
+ o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
4481
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
4482
+ end)
4483
+
4189
4484
  api.add_operation(:create_table, Seahorse::Model::Operation.new.tap do |o|
4190
4485
  o.name = "CreateTable"
4191
4486
  o.http_method = "POST"
@@ -4317,6 +4612,19 @@ module Aws::Glue
4317
4612
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4318
4613
  end)
4319
4614
 
4615
+ api.add_operation(:delete_custom_entity_type, Seahorse::Model::Operation.new.tap do |o|
4616
+ o.name = "DeleteCustomEntityType"
4617
+ o.http_method = "POST"
4618
+ o.http_request_uri = "/"
4619
+ o.input = Shapes::ShapeRef.new(shape: DeleteCustomEntityTypeRequest)
4620
+ o.output = Shapes::ShapeRef.new(shape: DeleteCustomEntityTypeResponse)
4621
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
4622
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4623
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4624
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4625
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4626
+ end)
4627
+
4320
4628
  api.add_operation(:delete_database, Seahorse::Model::Operation.new.tap do |o|
4321
4629
  o.name = "DeleteDatabase"
4322
4630
  o.http_method = "POST"
@@ -4452,6 +4760,20 @@ module Aws::Glue
4452
4760
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4453
4761
  end)
4454
4762
 
4763
+ api.add_operation(:delete_session, Seahorse::Model::Operation.new.tap do |o|
4764
+ o.name = "DeleteSession"
4765
+ o.http_method = "POST"
4766
+ o.http_request_uri = "/"
4767
+ o.input = Shapes::ShapeRef.new(shape: DeleteSessionRequest)
4768
+ o.output = Shapes::ShapeRef.new(shape: DeleteSessionResponse)
4769
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4770
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4771
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4772
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4773
+ o.errors << Shapes::ShapeRef.new(shape: IllegalSessionStateException)
4774
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
4775
+ end)
4776
+
4455
4777
  api.add_operation(:delete_table, Seahorse::Model::Operation.new.tap do |o|
4456
4778
  o.name = "DeleteTable"
4457
4779
  o.http_method = "POST"
@@ -4686,6 +5008,19 @@ module Aws::Glue
4686
5008
  )
4687
5009
  end)
4688
5010
 
5011
+ api.add_operation(:get_custom_entity_type, Seahorse::Model::Operation.new.tap do |o|
5012
+ o.name = "GetCustomEntityType"
5013
+ o.http_method = "POST"
5014
+ o.http_request_uri = "/"
5015
+ o.input = Shapes::ShapeRef.new(shape: GetCustomEntityTypeRequest)
5016
+ o.output = Shapes::ShapeRef.new(shape: GetCustomEntityTypeResponse)
5017
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5018
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5019
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5020
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5021
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5022
+ end)
5023
+
4689
5024
  api.add_operation(:get_data_catalog_encryption_settings, Seahorse::Model::Operation.new.tap do |o|
4690
5025
  o.name = "GetDataCatalogEncryptionSettings"
4691
5026
  o.http_method = "POST"
@@ -5097,6 +5432,33 @@ module Aws::Glue
5097
5432
  )
5098
5433
  end)
5099
5434
 
5435
+ api.add_operation(:get_session, Seahorse::Model::Operation.new.tap do |o|
5436
+ o.name = "GetSession"
5437
+ o.http_method = "POST"
5438
+ o.http_request_uri = "/"
5439
+ o.input = Shapes::ShapeRef.new(shape: GetSessionRequest)
5440
+ o.output = Shapes::ShapeRef.new(shape: GetSessionResponse)
5441
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5442
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5443
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5444
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5445
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5446
+ end)
5447
+
5448
+ api.add_operation(:get_statement, Seahorse::Model::Operation.new.tap do |o|
5449
+ o.name = "GetStatement"
5450
+ o.http_method = "POST"
5451
+ o.http_request_uri = "/"
5452
+ o.input = Shapes::ShapeRef.new(shape: GetStatementRequest)
5453
+ o.output = Shapes::ShapeRef.new(shape: GetStatementResponse)
5454
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5455
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5456
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5457
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5458
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5459
+ o.errors << Shapes::ShapeRef.new(shape: IllegalSessionStateException)
5460
+ end)
5461
+
5100
5462
  api.add_operation(:get_table, Seahorse::Model::Operation.new.tap do |o|
5101
5463
  o.name = "GetTable"
5102
5464
  o.http_method = "POST"
@@ -5380,6 +5742,23 @@ module Aws::Glue
5380
5742
  )
5381
5743
  end)
5382
5744
 
5745
+ api.add_operation(:list_custom_entity_types, Seahorse::Model::Operation.new.tap do |o|
5746
+ o.name = "ListCustomEntityTypes"
5747
+ o.http_method = "POST"
5748
+ o.http_request_uri = "/"
5749
+ o.input = Shapes::ShapeRef.new(shape: ListCustomEntityTypesRequest)
5750
+ o.output = Shapes::ShapeRef.new(shape: ListCustomEntityTypesResponse)
5751
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5752
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5753
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5754
+ o[:pager] = Aws::Pager.new(
5755
+ limit_key: "max_results",
5756
+ tokens: {
5757
+ "next_token" => "next_token"
5758
+ }
5759
+ )
5760
+ end)
5761
+
5383
5762
  api.add_operation(:list_dev_endpoints, Seahorse::Model::Operation.new.tap do |o|
5384
5763
  o.name = "ListDevEndpoints"
5385
5764
  o.http_method = "POST"
@@ -5487,6 +5866,38 @@ module Aws::Glue
5487
5866
  )
5488
5867
  end)
5489
5868
 
5869
+ api.add_operation(:list_sessions, Seahorse::Model::Operation.new.tap do |o|
5870
+ o.name = "ListSessions"
5871
+ o.http_method = "POST"
5872
+ o.http_request_uri = "/"
5873
+ o.input = Shapes::ShapeRef.new(shape: ListSessionsRequest)
5874
+ o.output = Shapes::ShapeRef.new(shape: ListSessionsResponse)
5875
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5876
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5877
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5878
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5879
+ o[:pager] = Aws::Pager.new(
5880
+ limit_key: "max_results",
5881
+ tokens: {
5882
+ "next_token" => "next_token"
5883
+ }
5884
+ )
5885
+ end)
5886
+
5887
+ api.add_operation(:list_statements, Seahorse::Model::Operation.new.tap do |o|
5888
+ o.name = "ListStatements"
5889
+ o.http_method = "POST"
5890
+ o.http_request_uri = "/"
5891
+ o.input = Shapes::ShapeRef.new(shape: ListStatementsRequest)
5892
+ o.output = Shapes::ShapeRef.new(shape: ListStatementsResponse)
5893
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5894
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5895
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5896
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5897
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5898
+ o.errors << Shapes::ShapeRef.new(shape: IllegalSessionStateException)
5899
+ end)
5900
+
5490
5901
  api.add_operation(:list_triggers, Seahorse::Model::Operation.new.tap do |o|
5491
5902
  o.name = "ListTriggers"
5492
5903
  o.http_method = "POST"
@@ -5636,6 +6047,22 @@ module Aws::Glue
5636
6047
  o.errors << Shapes::ShapeRef.new(shape: IllegalWorkflowStateException)
5637
6048
  end)
5638
6049
 
6050
+ api.add_operation(:run_statement, Seahorse::Model::Operation.new.tap do |o|
6051
+ o.name = "RunStatement"
6052
+ o.http_method = "POST"
6053
+ o.http_request_uri = "/"
6054
+ o.input = Shapes::ShapeRef.new(shape: RunStatementRequest)
6055
+ o.output = Shapes::ShapeRef.new(shape: RunStatementResponse)
6056
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
6057
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6058
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6059
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
6060
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
6061
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6062
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
6063
+ o.errors << Shapes::ShapeRef.new(shape: IllegalSessionStateException)
6064
+ end)
6065
+
5639
6066
  api.add_operation(:search_tables, Seahorse::Model::Operation.new.tap do |o|
5640
6067
  o.name = "SearchTables"
5641
6068
  o.http_method = "POST"
@@ -5809,6 +6236,20 @@ module Aws::Glue
5809
6236
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5810
6237
  end)
5811
6238
 
6239
+ api.add_operation(:stop_session, Seahorse::Model::Operation.new.tap do |o|
6240
+ o.name = "StopSession"
6241
+ o.http_method = "POST"
6242
+ o.http_request_uri = "/"
6243
+ o.input = Shapes::ShapeRef.new(shape: StopSessionRequest)
6244
+ o.output = Shapes::ShapeRef.new(shape: StopSessionResponse)
6245
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6246
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6247
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
6248
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
6249
+ o.errors << Shapes::ShapeRef.new(shape: IllegalSessionStateException)
6250
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
6251
+ end)
6252
+
5812
6253
  api.add_operation(:stop_trigger, Seahorse::Model::Operation.new.tap do |o|
5813
6254
  o.name = "StopTrigger"
5814
6255
  o.http_method = "POST"