aws-sdk-glue 1.99.0 → 1.103.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,11 +14,14 @@ module Aws::Glue
14
14
  include Seahorse::Model
15
15
 
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
17
18
  Action = Shapes::StructureShape.new(name: 'Action')
18
19
  ActionList = Shapes::ListShape.new(name: 'ActionList')
19
20
  AdditionalPlanOptionsMap = Shapes::MapShape.new(name: 'AdditionalPlanOptionsMap')
20
21
  AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
21
22
  AttemptCount = Shapes::IntegerShape.new(name: 'AttemptCount')
23
+ AuditContext = Shapes::StructureShape.new(name: 'AuditContext')
24
+ AuditContextString = Shapes::StringShape.new(name: 'AuditContextString')
22
25
  BackfillError = Shapes::StructureShape.new(name: 'BackfillError')
23
26
  BackfillErrorCode = Shapes::StringShape.new(name: 'BackfillErrorCode')
24
27
  BackfillErroredPartitionsList = Shapes::ListShape.new(name: 'BackfillErroredPartitionsList')
@@ -118,6 +121,8 @@ module Aws::Glue
118
121
  ColumnImportanceList = Shapes::ListShape.new(name: 'ColumnImportanceList')
119
122
  ColumnList = Shapes::ListShape.new(name: 'ColumnList')
120
123
  ColumnNameString = Shapes::StringShape.new(name: 'ColumnNameString')
124
+ ColumnRowFilter = Shapes::StructureShape.new(name: 'ColumnRowFilter')
125
+ ColumnRowFilterList = Shapes::ListShape.new(name: 'ColumnRowFilterList')
121
126
  ColumnStatistics = Shapes::StructureShape.new(name: 'ColumnStatistics')
122
127
  ColumnStatisticsData = Shapes::StructureShape.new(name: 'ColumnStatisticsData')
123
128
  ColumnStatisticsError = Shapes::StructureShape.new(name: 'ColumnStatisticsError')
@@ -271,6 +276,8 @@ module Aws::Glue
271
276
  DeleteUserDefinedFunctionResponse = Shapes::StructureShape.new(name: 'DeleteUserDefinedFunctionResponse')
272
277
  DeleteWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowRequest')
273
278
  DeleteWorkflowResponse = Shapes::StructureShape.new(name: 'DeleteWorkflowResponse')
279
+ DeltaTarget = Shapes::StructureShape.new(name: 'DeltaTarget')
280
+ DeltaTargetList = Shapes::ListShape.new(name: 'DeltaTargetList')
274
281
  DescriptionString = Shapes::StringShape.new(name: 'DescriptionString')
275
282
  DescriptionStringRemovable = Shapes::StringShape.new(name: 'DescriptionStringRemovable')
276
283
  DevEndpoint = Shapes::StructureShape.new(name: 'DevEndpoint')
@@ -413,6 +420,12 @@ module Aws::Glue
413
420
  GetTriggerResponse = Shapes::StructureShape.new(name: 'GetTriggerResponse')
414
421
  GetTriggersRequest = Shapes::StructureShape.new(name: 'GetTriggersRequest')
415
422
  GetTriggersResponse = Shapes::StructureShape.new(name: 'GetTriggersResponse')
423
+ GetUnfilteredPartitionMetadataRequest = Shapes::StructureShape.new(name: 'GetUnfilteredPartitionMetadataRequest')
424
+ GetUnfilteredPartitionMetadataResponse = Shapes::StructureShape.new(name: 'GetUnfilteredPartitionMetadataResponse')
425
+ GetUnfilteredPartitionsMetadataRequest = Shapes::StructureShape.new(name: 'GetUnfilteredPartitionsMetadataRequest')
426
+ GetUnfilteredPartitionsMetadataResponse = Shapes::StructureShape.new(name: 'GetUnfilteredPartitionsMetadataResponse')
427
+ GetUnfilteredTableMetadataRequest = Shapes::StructureShape.new(name: 'GetUnfilteredTableMetadataRequest')
428
+ GetUnfilteredTableMetadataResponse = Shapes::StructureShape.new(name: 'GetUnfilteredTableMetadataResponse')
416
429
  GetUserDefinedFunctionRequest = Shapes::StructureShape.new(name: 'GetUserDefinedFunctionRequest')
417
430
  GetUserDefinedFunctionResponse = Shapes::StructureShape.new(name: 'GetUserDefinedFunctionResponse')
418
431
  GetUserDefinedFunctionsRequest = Shapes::StructureShape.new(name: 'GetUserDefinedFunctionsRequest')
@@ -446,6 +459,7 @@ module Aws::Glue
446
459
  IntegerValue = Shapes::IntegerShape.new(name: 'IntegerValue')
447
460
  InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
448
461
  InvalidInputException = Shapes::StructureShape.new(name: 'InvalidInputException')
462
+ InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
449
463
  IsVersionValid = Shapes::BooleanShape.new(name: 'IsVersionValid')
450
464
  JdbcTarget = Shapes::StructureShape.new(name: 'JdbcTarget')
451
465
  JdbcTargetList = Shapes::ListShape.new(name: 'JdbcTargetList')
@@ -472,6 +486,7 @@ module Aws::Glue
472
486
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
473
487
  LabelCount = Shapes::IntegerShape.new(name: 'LabelCount')
474
488
  LabelingSetGenerationTaskRunProperties = Shapes::StructureShape.new(name: 'LabelingSetGenerationTaskRunProperties')
489
+ LakeFormationConfiguration = Shapes::StructureShape.new(name: 'LakeFormationConfiguration')
475
490
  Language = Shapes::StringShape.new(name: 'Language')
476
491
  LastActiveDefinition = Shapes::StructureShape.new(name: 'LastActiveDefinition')
477
492
  LastCrawlInfo = Shapes::StructureShape.new(name: 'LastCrawlInfo')
@@ -501,6 +516,7 @@ module Aws::Glue
501
516
  Location = Shapes::StructureShape.new(name: 'Location')
502
517
  LocationMap = Shapes::MapShape.new(name: 'LocationMap')
503
518
  LocationString = Shapes::StringShape.new(name: 'LocationString')
519
+ LocationStringList = Shapes::ListShape.new(name: 'LocationStringList')
504
520
  LogGroup = Shapes::StringShape.new(name: 'LogGroup')
505
521
  LogStream = Shapes::StringShape.new(name: 'LogStream')
506
522
  Logical = Shapes::StringShape.new(name: 'Logical')
@@ -573,6 +589,9 @@ module Aws::Glue
573
589
  PathList = Shapes::ListShape.new(name: 'PathList')
574
590
  Permission = Shapes::StringShape.new(name: 'Permission')
575
591
  PermissionList = Shapes::ListShape.new(name: 'PermissionList')
592
+ PermissionType = Shapes::StringShape.new(name: 'PermissionType')
593
+ PermissionTypeList = Shapes::ListShape.new(name: 'PermissionTypeList')
594
+ PermissionTypeMismatchException = Shapes::StructureShape.new(name: 'PermissionTypeMismatchException')
576
595
  PhysicalConnectionRequirements = Shapes::StructureShape.new(name: 'PhysicalConnectionRequirements')
577
596
  PolicyJsonString = Shapes::StringShape.new(name: 'PolicyJsonString')
578
597
  Predecessor = Shapes::StructureShape.new(name: 'Predecessor')
@@ -611,6 +630,7 @@ module Aws::Glue
611
630
  ReplaceBoolean = Shapes::BooleanShape.new(name: 'ReplaceBoolean')
612
631
  ResetJobBookmarkRequest = Shapes::StructureShape.new(name: 'ResetJobBookmarkRequest')
613
632
  ResetJobBookmarkResponse = Shapes::StructureShape.new(name: 'ResetJobBookmarkResponse')
633
+ ResourceNotReadyException = Shapes::StructureShape.new(name: 'ResourceNotReadyException')
614
634
  ResourceNumberLimitExceededException = Shapes::StructureShape.new(name: 'ResourceNumberLimitExceededException')
615
635
  ResourceShareType = Shapes::StringShape.new(name: 'ResourceShareType')
616
636
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
@@ -733,6 +753,7 @@ module Aws::Glue
733
753
  TimestampValue = Shapes::TimestampShape.new(name: 'TimestampValue')
734
754
  Token = Shapes::StringShape.new(name: 'Token')
735
755
  TotalSegmentsInteger = Shapes::IntegerShape.new(name: 'TotalSegmentsInteger')
756
+ TransactionIdString = Shapes::StringShape.new(name: 'TransactionIdString')
736
757
  TransformEncryption = Shapes::StructureShape.new(name: 'TransformEncryption')
737
758
  TransformFilterCriteria = Shapes::StructureShape.new(name: 'TransformFilterCriteria')
738
759
  TransformIdList = Shapes::ListShape.new(name: 'TransformIdList')
@@ -752,6 +773,8 @@ module Aws::Glue
752
773
  TriggerUpdate = Shapes::StructureShape.new(name: 'TriggerUpdate')
753
774
  TypeString = Shapes::StringShape.new(name: 'TypeString')
754
775
  URI = Shapes::StringShape.new(name: 'URI')
776
+ UnfilteredPartition = Shapes::StructureShape.new(name: 'UnfilteredPartition')
777
+ UnfilteredPartitionList = Shapes::ListShape.new(name: 'UnfilteredPartitionList')
755
778
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
756
779
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
757
780
  UpdateBehavior = Shapes::StringShape.new(name: 'UpdateBehavior')
@@ -841,6 +864,9 @@ module Aws::Glue
841
864
  AlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
842
865
  AlreadyExistsException.struct_class = Types::AlreadyExistsException
843
866
 
867
+ AuditContext.add_member(:additional_audit_context, Shapes::ShapeRef.new(shape: AuditContextString, location_name: "AdditionalAuditContext"))
868
+ AuditContext.struct_class = Types::AuditContext
869
+
844
870
  BackfillError.add_member(:code, Shapes::ShapeRef.new(shape: BackfillErrorCode, location_name: "Code"))
845
871
  BackfillError.add_member(:partitions, Shapes::ShapeRef.new(shape: BackfillErroredPartitionsList, location_name: "Partitions"))
846
872
  BackfillError.struct_class = Types::BackfillError
@@ -882,6 +908,7 @@ module Aws::Glue
882
908
  BatchDeleteTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
883
909
  BatchDeleteTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
884
910
  BatchDeleteTableRequest.add_member(:tables_to_delete, Shapes::ShapeRef.new(shape: BatchDeleteTableNameList, required: true, location_name: "TablesToDelete"))
911
+ BatchDeleteTableRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
885
912
  BatchDeleteTableRequest.struct_class = Types::BatchDeleteTableRequest
886
913
 
887
914
  BatchDeleteTableResponse.add_member(:errors, Shapes::ShapeRef.new(shape: TableErrors, location_name: "Errors"))
@@ -1071,6 +1098,7 @@ module Aws::Glue
1071
1098
 
1072
1099
  CatalogTarget.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1073
1100
  CatalogTarget.add_member(:tables, Shapes::ShapeRef.new(shape: CatalogTablesList, required: true, location_name: "Tables"))
1101
+ CatalogTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
1074
1102
  CatalogTarget.struct_class = Types::CatalogTarget
1075
1103
 
1076
1104
  CatalogTargetList.member = Shapes::ShapeRef.new(shape: CatalogTarget)
@@ -1135,6 +1163,12 @@ module Aws::Glue
1135
1163
 
1136
1164
  ColumnList.member = Shapes::ShapeRef.new(shape: Column)
1137
1165
 
1166
+ ColumnRowFilter.add_member(:column_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ColumnName"))
1167
+ ColumnRowFilter.add_member(:row_filter_expression, Shapes::ShapeRef.new(shape: PredicateString, location_name: "RowFilterExpression"))
1168
+ ColumnRowFilter.struct_class = Types::ColumnRowFilter
1169
+
1170
+ ColumnRowFilterList.member = Shapes::ShapeRef.new(shape: ColumnRowFilter)
1171
+
1138
1172
  ColumnStatistics.add_member(:column_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ColumnName"))
1139
1173
  ColumnStatistics.add_member(:column_type, Shapes::ShapeRef.new(shape: TypeString, required: true, location_name: "ColumnType"))
1140
1174
  ColumnStatistics.add_member(:analyzed_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "AnalyzedTime"))
@@ -1248,6 +1282,7 @@ module Aws::Glue
1248
1282
  Crawler.add_member(:version, Shapes::ShapeRef.new(shape: VersionId, location_name: "Version"))
1249
1283
  Crawler.add_member(:configuration, Shapes::ShapeRef.new(shape: CrawlerConfiguration, location_name: "Configuration"))
1250
1284
  Crawler.add_member(:crawler_security_configuration, Shapes::ShapeRef.new(shape: CrawlerSecurityConfiguration, location_name: "CrawlerSecurityConfiguration"))
1285
+ Crawler.add_member(:lake_formation_configuration, Shapes::ShapeRef.new(shape: LakeFormationConfiguration, location_name: "LakeFormationConfiguration"))
1251
1286
  Crawler.struct_class = Types::Crawler
1252
1287
 
1253
1288
  CrawlerList.member = Shapes::ShapeRef.new(shape: Crawler)
@@ -1283,6 +1318,7 @@ module Aws::Glue
1283
1318
  CrawlerTargets.add_member(:mongo_db_targets, Shapes::ShapeRef.new(shape: MongoDBTargetList, location_name: "MongoDBTargets"))
1284
1319
  CrawlerTargets.add_member(:dynamo_db_targets, Shapes::ShapeRef.new(shape: DynamoDBTargetList, location_name: "DynamoDBTargets"))
1285
1320
  CrawlerTargets.add_member(:catalog_targets, Shapes::ShapeRef.new(shape: CatalogTargetList, location_name: "CatalogTargets"))
1321
+ CrawlerTargets.add_member(:delta_targets, Shapes::ShapeRef.new(shape: DeltaTargetList, location_name: "DeltaTargets"))
1286
1322
  CrawlerTargets.struct_class = Types::CrawlerTargets
1287
1323
 
1288
1324
  CreateBlueprintRequest.add_member(:name, Shapes::ShapeRef.new(shape: OrchestrationNameString, required: true, location_name: "Name"))
@@ -1320,6 +1356,7 @@ module Aws::Glue
1320
1356
  CreateCrawlerRequest.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
1321
1357
  CreateCrawlerRequest.add_member(:recrawl_policy, Shapes::ShapeRef.new(shape: RecrawlPolicy, location_name: "RecrawlPolicy"))
1322
1358
  CreateCrawlerRequest.add_member(:lineage_configuration, Shapes::ShapeRef.new(shape: LineageConfiguration, location_name: "LineageConfiguration"))
1359
+ CreateCrawlerRequest.add_member(:lake_formation_configuration, Shapes::ShapeRef.new(shape: LakeFormationConfiguration, location_name: "LakeFormationConfiguration"))
1323
1360
  CreateCrawlerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CrawlerConfiguration, location_name: "Configuration"))
1324
1361
  CreateCrawlerRequest.add_member(:crawler_security_configuration, Shapes::ShapeRef.new(shape: CrawlerSecurityConfiguration, location_name: "CrawlerSecurityConfiguration"))
1325
1362
  CreateCrawlerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
@@ -1505,6 +1542,7 @@ module Aws::Glue
1505
1542
  CreateTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1506
1543
  CreateTableRequest.add_member(:table_input, Shapes::ShapeRef.new(shape: TableInput, required: true, location_name: "TableInput"))
1507
1544
  CreateTableRequest.add_member(:partition_indexes, Shapes::ShapeRef.new(shape: PartitionIndexList, location_name: "PartitionIndexes"))
1545
+ CreateTableRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
1508
1546
  CreateTableRequest.struct_class = Types::CreateTableRequest
1509
1547
 
1510
1548
  CreateTableResponse.struct_class = Types::CreateTableResponse
@@ -1728,6 +1766,7 @@ module Aws::Glue
1728
1766
  DeleteTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
1729
1767
  DeleteTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1730
1768
  DeleteTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
1769
+ DeleteTableRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
1731
1770
  DeleteTableRequest.struct_class = Types::DeleteTableRequest
1732
1771
 
1733
1772
  DeleteTableResponse.struct_class = Types::DeleteTableResponse
@@ -1759,6 +1798,13 @@ module Aws::Glue
1759
1798
  DeleteWorkflowResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1760
1799
  DeleteWorkflowResponse.struct_class = Types::DeleteWorkflowResponse
1761
1800
 
1801
+ DeltaTarget.add_member(:delta_tables, Shapes::ShapeRef.new(shape: PathList, location_name: "DeltaTables"))
1802
+ DeltaTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
1803
+ DeltaTarget.add_member(:write_manifest, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "WriteManifest"))
1804
+ DeltaTarget.struct_class = Types::DeltaTarget
1805
+
1806
+ DeltaTargetList.member = Shapes::ShapeRef.new(shape: DeltaTarget)
1807
+
1762
1808
  DevEndpoint.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointName"))
1763
1809
  DevEndpoint.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
1764
1810
  DevEndpoint.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroupIds"))
@@ -2165,6 +2211,8 @@ module Aws::Glue
2165
2211
  GetPartitionsRequest.add_member(:segment, Shapes::ShapeRef.new(shape: Segment, location_name: "Segment"))
2166
2212
  GetPartitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2167
2213
  GetPartitionsRequest.add_member(:exclude_column_schema, Shapes::ShapeRef.new(shape: BooleanNullable, location_name: "ExcludeColumnSchema"))
2214
+ GetPartitionsRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
2215
+ GetPartitionsRequest.add_member(:query_as_of_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "QueryAsOfTime"))
2168
2216
  GetPartitionsRequest.struct_class = Types::GetPartitionsRequest
2169
2217
 
2170
2218
  GetPartitionsResponse.add_member(:partitions, Shapes::ShapeRef.new(shape: PartitionList, location_name: "Partitions"))
@@ -2282,6 +2330,8 @@ module Aws::Glue
2282
2330
  GetTableRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2283
2331
  GetTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2284
2332
  GetTableRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2333
+ GetTableRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
2334
+ GetTableRequest.add_member(:query_as_of_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "QueryAsOfTime"))
2285
2335
  GetTableRequest.struct_class = Types::GetTableRequest
2286
2336
 
2287
2337
  GetTableResponse.add_member(:table, Shapes::ShapeRef.new(shape: Table, location_name: "Table"))
@@ -2314,6 +2364,8 @@ module Aws::Glue
2314
2364
  GetTablesRequest.add_member(:expression, Shapes::ShapeRef.new(shape: FilterString, location_name: "Expression"))
2315
2365
  GetTablesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
2316
2366
  GetTablesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CatalogGetterPageSize, location_name: "MaxResults"))
2367
+ GetTablesRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
2368
+ GetTablesRequest.add_member(:query_as_of_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "QueryAsOfTime"))
2317
2369
  GetTablesRequest.struct_class = Types::GetTablesRequest
2318
2370
 
2319
2371
  GetTablesResponse.add_member(:table_list, Shapes::ShapeRef.new(shape: TableList, location_name: "TableList"))
@@ -2341,6 +2393,47 @@ module Aws::Glue
2341
2393
  GetTriggersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
2342
2394
  GetTriggersResponse.struct_class = Types::GetTriggersResponse
2343
2395
 
2396
+ GetUnfilteredPartitionMetadataRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, required: true, location_name: "CatalogId"))
2397
+ GetUnfilteredPartitionMetadataRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2398
+ GetUnfilteredPartitionMetadataRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
2399
+ GetUnfilteredPartitionMetadataRequest.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "PartitionValues"))
2400
+ GetUnfilteredPartitionMetadataRequest.add_member(:audit_context, Shapes::ShapeRef.new(shape: AuditContext, location_name: "AuditContext"))
2401
+ GetUnfilteredPartitionMetadataRequest.add_member(:supported_permission_types, Shapes::ShapeRef.new(shape: PermissionTypeList, required: true, location_name: "SupportedPermissionTypes"))
2402
+ GetUnfilteredPartitionMetadataRequest.struct_class = Types::GetUnfilteredPartitionMetadataRequest
2403
+
2404
+ GetUnfilteredPartitionMetadataResponse.add_member(:partition, Shapes::ShapeRef.new(shape: Partition, location_name: "Partition"))
2405
+ GetUnfilteredPartitionMetadataResponse.add_member(:authorized_columns, Shapes::ShapeRef.new(shape: NameStringList, location_name: "AuthorizedColumns"))
2406
+ GetUnfilteredPartitionMetadataResponse.add_member(:is_registered_with_lake_formation, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRegisteredWithLakeFormation"))
2407
+ GetUnfilteredPartitionMetadataResponse.struct_class = Types::GetUnfilteredPartitionMetadataResponse
2408
+
2409
+ GetUnfilteredPartitionsMetadataRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, required: true, location_name: "CatalogId"))
2410
+ GetUnfilteredPartitionsMetadataRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2411
+ GetUnfilteredPartitionsMetadataRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
2412
+ GetUnfilteredPartitionsMetadataRequest.add_member(:expression, Shapes::ShapeRef.new(shape: PredicateString, location_name: "Expression"))
2413
+ GetUnfilteredPartitionsMetadataRequest.add_member(:audit_context, Shapes::ShapeRef.new(shape: AuditContext, location_name: "AuditContext"))
2414
+ GetUnfilteredPartitionsMetadataRequest.add_member(:supported_permission_types, Shapes::ShapeRef.new(shape: PermissionTypeList, required: true, location_name: "SupportedPermissionTypes"))
2415
+ GetUnfilteredPartitionsMetadataRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
2416
+ GetUnfilteredPartitionsMetadataRequest.add_member(:segment, Shapes::ShapeRef.new(shape: Segment, location_name: "Segment"))
2417
+ GetUnfilteredPartitionsMetadataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
2418
+ GetUnfilteredPartitionsMetadataRequest.struct_class = Types::GetUnfilteredPartitionsMetadataRequest
2419
+
2420
+ GetUnfilteredPartitionsMetadataResponse.add_member(:unfiltered_partitions, Shapes::ShapeRef.new(shape: UnfilteredPartitionList, location_name: "UnfilteredPartitions"))
2421
+ GetUnfilteredPartitionsMetadataResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
2422
+ GetUnfilteredPartitionsMetadataResponse.struct_class = Types::GetUnfilteredPartitionsMetadataResponse
2423
+
2424
+ GetUnfilteredTableMetadataRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, required: true, location_name: "CatalogId"))
2425
+ GetUnfilteredTableMetadataRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2426
+ GetUnfilteredTableMetadataRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2427
+ GetUnfilteredTableMetadataRequest.add_member(:audit_context, Shapes::ShapeRef.new(shape: AuditContext, location_name: "AuditContext"))
2428
+ GetUnfilteredTableMetadataRequest.add_member(:supported_permission_types, Shapes::ShapeRef.new(shape: PermissionTypeList, required: true, location_name: "SupportedPermissionTypes"))
2429
+ GetUnfilteredTableMetadataRequest.struct_class = Types::GetUnfilteredTableMetadataRequest
2430
+
2431
+ GetUnfilteredTableMetadataResponse.add_member(:table, Shapes::ShapeRef.new(shape: Table, location_name: "Table"))
2432
+ GetUnfilteredTableMetadataResponse.add_member(:authorized_columns, Shapes::ShapeRef.new(shape: NameStringList, location_name: "AuthorizedColumns"))
2433
+ GetUnfilteredTableMetadataResponse.add_member(:is_registered_with_lake_formation, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRegisteredWithLakeFormation"))
2434
+ GetUnfilteredTableMetadataResponse.add_member(:cell_filters, Shapes::ShapeRef.new(shape: ColumnRowFilterList, location_name: "CellFilters"))
2435
+ GetUnfilteredTableMetadataResponse.struct_class = Types::GetUnfilteredTableMetadataResponse
2436
+
2344
2437
  GetUserDefinedFunctionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2345
2438
  GetUserDefinedFunctionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2346
2439
  GetUserDefinedFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "FunctionName"))
@@ -2442,6 +2535,9 @@ module Aws::Glue
2442
2535
  InvalidInputException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2443
2536
  InvalidInputException.struct_class = Types::InvalidInputException
2444
2537
 
2538
+ InvalidStateException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2539
+ InvalidStateException.struct_class = Types::InvalidStateException
2540
+
2445
2541
  JdbcTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
2446
2542
  JdbcTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
2447
2543
  JdbcTarget.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
@@ -2559,6 +2655,10 @@ module Aws::Glue
2559
2655
  LabelingSetGenerationTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
2560
2656
  LabelingSetGenerationTaskRunProperties.struct_class = Types::LabelingSetGenerationTaskRunProperties
2561
2657
 
2658
+ LakeFormationConfiguration.add_member(:use_lake_formation_credentials, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "UseLakeFormationCredentials"))
2659
+ LakeFormationConfiguration.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
2660
+ LakeFormationConfiguration.struct_class = Types::LakeFormationConfiguration
2661
+
2562
2662
  LastActiveDefinition.add_member(:description, Shapes::ShapeRef.new(shape: Generic512CharString, location_name: "Description"))
2563
2663
  LastActiveDefinition.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "LastModifiedOn"))
2564
2664
  LastActiveDefinition.add_member(:parameter_spec, Shapes::ShapeRef.new(shape: BlueprintParameterSpec, location_name: "ParameterSpec"))
@@ -2676,6 +2776,8 @@ module Aws::Glue
2676
2776
  LocationMap.key = Shapes::ShapeRef.new(shape: ColumnValuesString)
2677
2777
  LocationMap.value = Shapes::ShapeRef.new(shape: ColumnValuesString)
2678
2778
 
2779
+ LocationStringList.member = Shapes::ShapeRef.new(shape: LocationString)
2780
+
2679
2781
  LongColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: Long, location_name: "MinimumValue"))
2680
2782
  LongColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: Long, location_name: "MaximumValue"))
2681
2783
  LongColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
@@ -2835,6 +2937,11 @@ module Aws::Glue
2835
2937
 
2836
2938
  PermissionList.member = Shapes::ShapeRef.new(shape: Permission)
2837
2939
 
2940
+ PermissionTypeList.member = Shapes::ShapeRef.new(shape: PermissionType)
2941
+
2942
+ PermissionTypeMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2943
+ PermissionTypeMismatchException.struct_class = Types::PermissionTypeMismatchException
2944
+
2838
2945
  PhysicalConnectionRequirements.add_member(:subnet_id, Shapes::ShapeRef.new(shape: NameString, location_name: "SubnetId"))
2839
2946
  PhysicalConnectionRequirements.add_member(:security_group_id_list, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "SecurityGroupIdList"))
2840
2947
  PhysicalConnectionRequirements.add_member(:availability_zone, Shapes::ShapeRef.new(shape: NameString, location_name: "AvailabilityZone"))
@@ -2964,6 +3071,9 @@ module Aws::Glue
2964
3071
  ResetJobBookmarkResponse.add_member(:job_bookmark_entry, Shapes::ShapeRef.new(shape: JobBookmarkEntry, location_name: "JobBookmarkEntry"))
2965
3072
  ResetJobBookmarkResponse.struct_class = Types::ResetJobBookmarkResponse
2966
3073
 
3074
+ ResourceNotReadyException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
3075
+ ResourceNotReadyException.struct_class = Types::ResourceNotReadyException
3076
+
2967
3077
  ResourceNumberLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2968
3078
  ResourceNumberLimitExceededException.struct_class = Types::ResourceNumberLimitExceededException
2969
3079
 
@@ -3171,6 +3281,7 @@ module Aws::Glue
3171
3281
  StartTriggerResponse.struct_class = Types::StartTriggerResponse
3172
3282
 
3173
3283
  StartWorkflowRunRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
3284
+ StartWorkflowRunRequest.add_member(:run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, location_name: "RunProperties"))
3174
3285
  StartWorkflowRunRequest.struct_class = Types::StartWorkflowRunRequest
3175
3286
 
3176
3287
  StartWorkflowRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "RunId"))
@@ -3204,6 +3315,7 @@ module Aws::Glue
3204
3315
 
3205
3316
  StorageDescriptor.add_member(:columns, Shapes::ShapeRef.new(shape: ColumnList, location_name: "Columns"))
3206
3317
  StorageDescriptor.add_member(:location, Shapes::ShapeRef.new(shape: LocationString, location_name: "Location"))
3318
+ StorageDescriptor.add_member(:additional_locations, Shapes::ShapeRef.new(shape: LocationStringList, location_name: "AdditionalLocations"))
3207
3319
  StorageDescriptor.add_member(:input_format, Shapes::ShapeRef.new(shape: FormatString, location_name: "InputFormat"))
3208
3320
  StorageDescriptor.add_member(:output_format, Shapes::ShapeRef.new(shape: FormatString, location_name: "OutputFormat"))
3209
3321
  StorageDescriptor.add_member(:compressed, Shapes::ShapeRef.new(shape: Boolean, location_name: "Compressed"))
@@ -3383,6 +3495,13 @@ module Aws::Glue
3383
3495
  TriggerUpdate.add_member(:event_batching_condition, Shapes::ShapeRef.new(shape: EventBatchingCondition, location_name: "EventBatchingCondition"))
3384
3496
  TriggerUpdate.struct_class = Types::TriggerUpdate
3385
3497
 
3498
+ UnfilteredPartition.add_member(:partition, Shapes::ShapeRef.new(shape: Partition, location_name: "Partition"))
3499
+ UnfilteredPartition.add_member(:authorized_columns, Shapes::ShapeRef.new(shape: NameStringList, location_name: "AuthorizedColumns"))
3500
+ UnfilteredPartition.add_member(:is_registered_with_lake_formation, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRegisteredWithLakeFormation"))
3501
+ UnfilteredPartition.struct_class = Types::UnfilteredPartition
3502
+
3503
+ UnfilteredPartitionList.member = Shapes::ShapeRef.new(shape: UnfilteredPartition)
3504
+
3386
3505
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, required: true, location_name: "ResourceArn"))
3387
3506
  UntagResourceRequest.add_member(:tags_to_remove, Shapes::ShapeRef.new(shape: TagKeysList, required: true, location_name: "TagsToRemove"))
3388
3507
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -3444,6 +3563,7 @@ module Aws::Glue
3444
3563
  UpdateCrawlerRequest.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
3445
3564
  UpdateCrawlerRequest.add_member(:recrawl_policy, Shapes::ShapeRef.new(shape: RecrawlPolicy, location_name: "RecrawlPolicy"))
3446
3565
  UpdateCrawlerRequest.add_member(:lineage_configuration, Shapes::ShapeRef.new(shape: LineageConfiguration, location_name: "LineageConfiguration"))
3566
+ UpdateCrawlerRequest.add_member(:lake_formation_configuration, Shapes::ShapeRef.new(shape: LakeFormationConfiguration, location_name: "LakeFormationConfiguration"))
3447
3567
  UpdateCrawlerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CrawlerConfiguration, location_name: "Configuration"))
3448
3568
  UpdateCrawlerRequest.add_member(:crawler_security_configuration, Shapes::ShapeRef.new(shape: CrawlerSecurityConfiguration, location_name: "CrawlerSecurityConfiguration"))
3449
3569
  UpdateCrawlerRequest.struct_class = Types::UpdateCrawlerRequest
@@ -3549,6 +3669,7 @@ module Aws::Glue
3549
3669
  UpdateTableRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
3550
3670
  UpdateTableRequest.add_member(:table_input, Shapes::ShapeRef.new(shape: TableInput, required: true, location_name: "TableInput"))
3551
3671
  UpdateTableRequest.add_member(:skip_archive, Shapes::ShapeRef.new(shape: BooleanNullable, location_name: "SkipArchive"))
3672
+ UpdateTableRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
3552
3673
  UpdateTableRequest.struct_class = Types::UpdateTableRequest
3553
3674
 
3554
3675
  UpdateTableResponse.struct_class = Types::UpdateTableResponse
@@ -3727,6 +3848,8 @@ module Aws::Glue
3727
3848
  o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
3728
3849
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3729
3850
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3851
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
3852
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
3730
3853
  end)
3731
3854
 
3732
3855
  api.add_operation(:batch_delete_table_version, Seahorse::Model::Operation.new.tap do |o|
@@ -3796,6 +3919,7 @@ module Aws::Glue
3796
3919
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
3797
3920
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
3798
3921
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
3922
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
3799
3923
  end)
3800
3924
 
3801
3925
  api.add_operation(:batch_get_triggers, Seahorse::Model::Operation.new.tap do |o|
@@ -4072,6 +4196,7 @@ module Aws::Glue
4072
4196
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4073
4197
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
4074
4198
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
4199
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
4075
4200
  end)
4076
4201
 
4077
4202
  api.add_operation(:create_trigger, Seahorse::Model::Operation.new.tap do |o|
@@ -4334,6 +4459,7 @@ module Aws::Glue
4334
4459
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4335
4460
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4336
4461
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
4462
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
4337
4463
  end)
4338
4464
 
4339
4465
  api.add_operation(:delete_table_version, Seahorse::Model::Operation.new.tap do |o|
@@ -4826,6 +4952,8 @@ module Aws::Glue
4826
4952
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4827
4953
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4828
4954
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
4955
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
4956
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
4829
4957
  o[:pager] = Aws::Pager.new(
4830
4958
  limit_key: "max_results",
4831
4959
  tokens: {
@@ -4976,6 +5104,7 @@ module Aws::Glue
4976
5104
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
4977
5105
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
4978
5106
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
5107
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
4979
5108
  end)
4980
5109
 
4981
5110
  api.add_operation(:get_table_version, Seahorse::Model::Operation.new.tap do |o|
@@ -5071,6 +5200,54 @@ module Aws::Glue
5071
5200
  )
5072
5201
  end)
5073
5202
 
5203
+ api.add_operation(:get_unfiltered_partition_metadata, Seahorse::Model::Operation.new.tap do |o|
5204
+ o.name = "GetUnfilteredPartitionMetadata"
5205
+ o.http_method = "POST"
5206
+ o.http_request_uri = "/"
5207
+ o.input = Shapes::ShapeRef.new(shape: GetUnfilteredPartitionMetadataRequest)
5208
+ o.output = Shapes::ShapeRef.new(shape: GetUnfilteredPartitionMetadataResponse)
5209
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5210
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5211
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5212
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5213
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
5214
+ o.errors << Shapes::ShapeRef.new(shape: PermissionTypeMismatchException)
5215
+ end)
5216
+
5217
+ api.add_operation(:get_unfiltered_partitions_metadata, Seahorse::Model::Operation.new.tap do |o|
5218
+ o.name = "GetUnfilteredPartitionsMetadata"
5219
+ o.http_method = "POST"
5220
+ o.http_request_uri = "/"
5221
+ o.input = Shapes::ShapeRef.new(shape: GetUnfilteredPartitionsMetadataRequest)
5222
+ o.output = Shapes::ShapeRef.new(shape: GetUnfilteredPartitionsMetadataResponse)
5223
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5224
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5225
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5226
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5227
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
5228
+ o.errors << Shapes::ShapeRef.new(shape: PermissionTypeMismatchException)
5229
+ o[:pager] = Aws::Pager.new(
5230
+ limit_key: "max_results",
5231
+ tokens: {
5232
+ "next_token" => "next_token"
5233
+ }
5234
+ )
5235
+ end)
5236
+
5237
+ api.add_operation(:get_unfiltered_table_metadata, Seahorse::Model::Operation.new.tap do |o|
5238
+ o.name = "GetUnfilteredTableMetadata"
5239
+ o.http_method = "POST"
5240
+ o.http_request_uri = "/"
5241
+ o.input = Shapes::ShapeRef.new(shape: GetUnfilteredTableMetadataRequest)
5242
+ o.output = Shapes::ShapeRef.new(shape: GetUnfilteredTableMetadataResponse)
5243
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5244
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5245
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5246
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5247
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
5248
+ o.errors << Shapes::ShapeRef.new(shape: PermissionTypeMismatchException)
5249
+ end)
5250
+
5074
5251
  api.add_operation(:get_user_defined_function, Seahorse::Model::Operation.new.tap do |o|
5075
5252
  o.name = "GetUserDefinedFunction"
5076
5253
  o.http_method = "POST"
@@ -5874,6 +6051,7 @@ module Aws::Glue
5874
6051
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
5875
6052
  o.errors << Shapes::ShapeRef.new(shape: ResourceNumberLimitExceededException)
5876
6053
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
6054
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
5877
6055
  end)
5878
6056
 
5879
6057
  api.add_operation(:update_trigger, Seahorse::Model::Operation.new.tap do |o|
@@ -43,9 +43,12 @@ module Aws::Glue
43
43
  # * {IllegalWorkflowStateException}
44
44
  # * {InternalServiceException}
45
45
  # * {InvalidInputException}
46
+ # * {InvalidStateException}
46
47
  # * {MLTransformNotReadyException}
47
48
  # * {NoScheduleException}
48
49
  # * {OperationTimeoutException}
50
+ # * {PermissionTypeMismatchException}
51
+ # * {ResourceNotReadyException}
49
52
  # * {ResourceNumberLimitExceededException}
50
53
  # * {SchedulerNotRunningException}
51
54
  # * {SchedulerRunningException}
@@ -299,6 +302,21 @@ module Aws::Glue
299
302
  end
300
303
  end
301
304
 
305
+ class InvalidStateException < ServiceError
306
+
307
+ # @param [Seahorse::Client::RequestContext] context
308
+ # @param [String] message
309
+ # @param [Aws::Glue::Types::InvalidStateException] data
310
+ def initialize(context, message, data = Aws::EmptyStructure.new)
311
+ super(context, message, data)
312
+ end
313
+
314
+ # @return [String]
315
+ def message
316
+ @message || @data[:message]
317
+ end
318
+ end
319
+
302
320
  class MLTransformNotReadyException < ServiceError
303
321
 
304
322
  # @param [Seahorse::Client::RequestContext] context
@@ -344,6 +362,36 @@ module Aws::Glue
344
362
  end
345
363
  end
346
364
 
365
+ class PermissionTypeMismatchException < ServiceError
366
+
367
+ # @param [Seahorse::Client::RequestContext] context
368
+ # @param [String] message
369
+ # @param [Aws::Glue::Types::PermissionTypeMismatchException] data
370
+ def initialize(context, message, data = Aws::EmptyStructure.new)
371
+ super(context, message, data)
372
+ end
373
+
374
+ # @return [String]
375
+ def message
376
+ @message || @data[:message]
377
+ end
378
+ end
379
+
380
+ class ResourceNotReadyException < ServiceError
381
+
382
+ # @param [Seahorse::Client::RequestContext] context
383
+ # @param [String] message
384
+ # @param [Aws::Glue::Types::ResourceNotReadyException] data
385
+ def initialize(context, message, data = Aws::EmptyStructure.new)
386
+ super(context, message, data)
387
+ end
388
+
389
+ # @return [String]
390
+ def message
391
+ @message || @data[:message]
392
+ end
393
+ end
394
+
347
395
  class ResourceNumberLimitExceededException < ServiceError
348
396
 
349
397
  # @param [Seahorse::Client::RequestContext] context