aws-sdk-glue 1.101.0 → 1.102.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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')
@@ -473,6 +486,7 @@ module Aws::Glue
473
486
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
474
487
  LabelCount = Shapes::IntegerShape.new(name: 'LabelCount')
475
488
  LabelingSetGenerationTaskRunProperties = Shapes::StructureShape.new(name: 'LabelingSetGenerationTaskRunProperties')
489
+ LakeFormationConfiguration = Shapes::StructureShape.new(name: 'LakeFormationConfiguration')
476
490
  Language = Shapes::StringShape.new(name: 'Language')
477
491
  LastActiveDefinition = Shapes::StructureShape.new(name: 'LastActiveDefinition')
478
492
  LastCrawlInfo = Shapes::StructureShape.new(name: 'LastCrawlInfo')
@@ -502,6 +516,7 @@ module Aws::Glue
502
516
  Location = Shapes::StructureShape.new(name: 'Location')
503
517
  LocationMap = Shapes::MapShape.new(name: 'LocationMap')
504
518
  LocationString = Shapes::StringShape.new(name: 'LocationString')
519
+ LocationStringList = Shapes::ListShape.new(name: 'LocationStringList')
505
520
  LogGroup = Shapes::StringShape.new(name: 'LogGroup')
506
521
  LogStream = Shapes::StringShape.new(name: 'LogStream')
507
522
  Logical = Shapes::StringShape.new(name: 'Logical')
@@ -574,6 +589,9 @@ module Aws::Glue
574
589
  PathList = Shapes::ListShape.new(name: 'PathList')
575
590
  Permission = Shapes::StringShape.new(name: 'Permission')
576
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')
577
595
  PhysicalConnectionRequirements = Shapes::StructureShape.new(name: 'PhysicalConnectionRequirements')
578
596
  PolicyJsonString = Shapes::StringShape.new(name: 'PolicyJsonString')
579
597
  Predecessor = Shapes::StructureShape.new(name: 'Predecessor')
@@ -755,6 +773,8 @@ module Aws::Glue
755
773
  TriggerUpdate = Shapes::StructureShape.new(name: 'TriggerUpdate')
756
774
  TypeString = Shapes::StringShape.new(name: 'TypeString')
757
775
  URI = Shapes::StringShape.new(name: 'URI')
776
+ UnfilteredPartition = Shapes::StructureShape.new(name: 'UnfilteredPartition')
777
+ UnfilteredPartitionList = Shapes::ListShape.new(name: 'UnfilteredPartitionList')
758
778
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
759
779
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
760
780
  UpdateBehavior = Shapes::StringShape.new(name: 'UpdateBehavior')
@@ -844,6 +864,9 @@ module Aws::Glue
844
864
  AlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
845
865
  AlreadyExistsException.struct_class = Types::AlreadyExistsException
846
866
 
867
+ AuditContext.add_member(:additional_audit_context, Shapes::ShapeRef.new(shape: AuditContextString, location_name: "AdditionalAuditContext"))
868
+ AuditContext.struct_class = Types::AuditContext
869
+
847
870
  BackfillError.add_member(:code, Shapes::ShapeRef.new(shape: BackfillErrorCode, location_name: "Code"))
848
871
  BackfillError.add_member(:partitions, Shapes::ShapeRef.new(shape: BackfillErroredPartitionsList, location_name: "Partitions"))
849
872
  BackfillError.struct_class = Types::BackfillError
@@ -1075,6 +1098,7 @@ module Aws::Glue
1075
1098
 
1076
1099
  CatalogTarget.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
1077
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"))
1078
1102
  CatalogTarget.struct_class = Types::CatalogTarget
1079
1103
 
1080
1104
  CatalogTargetList.member = Shapes::ShapeRef.new(shape: CatalogTarget)
@@ -1139,6 +1163,12 @@ module Aws::Glue
1139
1163
 
1140
1164
  ColumnList.member = Shapes::ShapeRef.new(shape: Column)
1141
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
+
1142
1172
  ColumnStatistics.add_member(:column_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "ColumnName"))
1143
1173
  ColumnStatistics.add_member(:column_type, Shapes::ShapeRef.new(shape: TypeString, required: true, location_name: "ColumnType"))
1144
1174
  ColumnStatistics.add_member(:analyzed_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "AnalyzedTime"))
@@ -1252,6 +1282,7 @@ module Aws::Glue
1252
1282
  Crawler.add_member(:version, Shapes::ShapeRef.new(shape: VersionId, location_name: "Version"))
1253
1283
  Crawler.add_member(:configuration, Shapes::ShapeRef.new(shape: CrawlerConfiguration, location_name: "Configuration"))
1254
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"))
1255
1286
  Crawler.struct_class = Types::Crawler
1256
1287
 
1257
1288
  CrawlerList.member = Shapes::ShapeRef.new(shape: Crawler)
@@ -1287,6 +1318,7 @@ module Aws::Glue
1287
1318
  CrawlerTargets.add_member(:mongo_db_targets, Shapes::ShapeRef.new(shape: MongoDBTargetList, location_name: "MongoDBTargets"))
1288
1319
  CrawlerTargets.add_member(:dynamo_db_targets, Shapes::ShapeRef.new(shape: DynamoDBTargetList, location_name: "DynamoDBTargets"))
1289
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"))
1290
1322
  CrawlerTargets.struct_class = Types::CrawlerTargets
1291
1323
 
1292
1324
  CreateBlueprintRequest.add_member(:name, Shapes::ShapeRef.new(shape: OrchestrationNameString, required: true, location_name: "Name"))
@@ -1324,6 +1356,7 @@ module Aws::Glue
1324
1356
  CreateCrawlerRequest.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
1325
1357
  CreateCrawlerRequest.add_member(:recrawl_policy, Shapes::ShapeRef.new(shape: RecrawlPolicy, location_name: "RecrawlPolicy"))
1326
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"))
1327
1360
  CreateCrawlerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CrawlerConfiguration, location_name: "Configuration"))
1328
1361
  CreateCrawlerRequest.add_member(:crawler_security_configuration, Shapes::ShapeRef.new(shape: CrawlerSecurityConfiguration, location_name: "CrawlerSecurityConfiguration"))
1329
1362
  CreateCrawlerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
@@ -1765,6 +1798,13 @@ module Aws::Glue
1765
1798
  DeleteWorkflowResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
1766
1799
  DeleteWorkflowResponse.struct_class = Types::DeleteWorkflowResponse
1767
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
+
1768
1808
  DevEndpoint.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: GenericString, location_name: "EndpointName"))
1769
1809
  DevEndpoint.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
1770
1810
  DevEndpoint.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroupIds"))
@@ -2353,6 +2393,47 @@ module Aws::Glue
2353
2393
  GetTriggersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
2354
2394
  GetTriggersResponse.struct_class = Types::GetTriggersResponse
2355
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
+
2356
2437
  GetUserDefinedFunctionRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2357
2438
  GetUserDefinedFunctionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
2358
2439
  GetUserDefinedFunctionRequest.add_member(:function_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "FunctionName"))
@@ -2574,6 +2655,10 @@ module Aws::Glue
2574
2655
  LabelingSetGenerationTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
2575
2656
  LabelingSetGenerationTaskRunProperties.struct_class = Types::LabelingSetGenerationTaskRunProperties
2576
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
+
2577
2662
  LastActiveDefinition.add_member(:description, Shapes::ShapeRef.new(shape: Generic512CharString, location_name: "Description"))
2578
2663
  LastActiveDefinition.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "LastModifiedOn"))
2579
2664
  LastActiveDefinition.add_member(:parameter_spec, Shapes::ShapeRef.new(shape: BlueprintParameterSpec, location_name: "ParameterSpec"))
@@ -2691,6 +2776,8 @@ module Aws::Glue
2691
2776
  LocationMap.key = Shapes::ShapeRef.new(shape: ColumnValuesString)
2692
2777
  LocationMap.value = Shapes::ShapeRef.new(shape: ColumnValuesString)
2693
2778
 
2779
+ LocationStringList.member = Shapes::ShapeRef.new(shape: LocationString)
2780
+
2694
2781
  LongColumnStatisticsData.add_member(:minimum_value, Shapes::ShapeRef.new(shape: Long, location_name: "MinimumValue"))
2695
2782
  LongColumnStatisticsData.add_member(:maximum_value, Shapes::ShapeRef.new(shape: Long, location_name: "MaximumValue"))
2696
2783
  LongColumnStatisticsData.add_member(:number_of_nulls, Shapes::ShapeRef.new(shape: NonNegativeLong, required: true, location_name: "NumberOfNulls"))
@@ -2850,6 +2937,11 @@ module Aws::Glue
2850
2937
 
2851
2938
  PermissionList.member = Shapes::ShapeRef.new(shape: Permission)
2852
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
+
2853
2945
  PhysicalConnectionRequirements.add_member(:subnet_id, Shapes::ShapeRef.new(shape: NameString, location_name: "SubnetId"))
2854
2946
  PhysicalConnectionRequirements.add_member(:security_group_id_list, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "SecurityGroupIdList"))
2855
2947
  PhysicalConnectionRequirements.add_member(:availability_zone, Shapes::ShapeRef.new(shape: NameString, location_name: "AvailabilityZone"))
@@ -3222,6 +3314,7 @@ module Aws::Glue
3222
3314
 
3223
3315
  StorageDescriptor.add_member(:columns, Shapes::ShapeRef.new(shape: ColumnList, location_name: "Columns"))
3224
3316
  StorageDescriptor.add_member(:location, Shapes::ShapeRef.new(shape: LocationString, location_name: "Location"))
3317
+ StorageDescriptor.add_member(:additional_locations, Shapes::ShapeRef.new(shape: LocationStringList, location_name: "AdditionalLocations"))
3225
3318
  StorageDescriptor.add_member(:input_format, Shapes::ShapeRef.new(shape: FormatString, location_name: "InputFormat"))
3226
3319
  StorageDescriptor.add_member(:output_format, Shapes::ShapeRef.new(shape: FormatString, location_name: "OutputFormat"))
3227
3320
  StorageDescriptor.add_member(:compressed, Shapes::ShapeRef.new(shape: Boolean, location_name: "Compressed"))
@@ -3401,6 +3494,13 @@ module Aws::Glue
3401
3494
  TriggerUpdate.add_member(:event_batching_condition, Shapes::ShapeRef.new(shape: EventBatchingCondition, location_name: "EventBatchingCondition"))
3402
3495
  TriggerUpdate.struct_class = Types::TriggerUpdate
3403
3496
 
3497
+ UnfilteredPartition.add_member(:partition, Shapes::ShapeRef.new(shape: Partition, location_name: "Partition"))
3498
+ UnfilteredPartition.add_member(:authorized_columns, Shapes::ShapeRef.new(shape: NameStringList, location_name: "AuthorizedColumns"))
3499
+ UnfilteredPartition.add_member(:is_registered_with_lake_formation, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRegisteredWithLakeFormation"))
3500
+ UnfilteredPartition.struct_class = Types::UnfilteredPartition
3501
+
3502
+ UnfilteredPartitionList.member = Shapes::ShapeRef.new(shape: UnfilteredPartition)
3503
+
3404
3504
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: GlueResourceArn, required: true, location_name: "ResourceArn"))
3405
3505
  UntagResourceRequest.add_member(:tags_to_remove, Shapes::ShapeRef.new(shape: TagKeysList, required: true, location_name: "TagsToRemove"))
3406
3506
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -3462,6 +3562,7 @@ module Aws::Glue
3462
3562
  UpdateCrawlerRequest.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: SchemaChangePolicy, location_name: "SchemaChangePolicy"))
3463
3563
  UpdateCrawlerRequest.add_member(:recrawl_policy, Shapes::ShapeRef.new(shape: RecrawlPolicy, location_name: "RecrawlPolicy"))
3464
3564
  UpdateCrawlerRequest.add_member(:lineage_configuration, Shapes::ShapeRef.new(shape: LineageConfiguration, location_name: "LineageConfiguration"))
3565
+ UpdateCrawlerRequest.add_member(:lake_formation_configuration, Shapes::ShapeRef.new(shape: LakeFormationConfiguration, location_name: "LakeFormationConfiguration"))
3465
3566
  UpdateCrawlerRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: CrawlerConfiguration, location_name: "Configuration"))
3466
3567
  UpdateCrawlerRequest.add_member(:crawler_security_configuration, Shapes::ShapeRef.new(shape: CrawlerSecurityConfiguration, location_name: "CrawlerSecurityConfiguration"))
3467
3568
  UpdateCrawlerRequest.struct_class = Types::UpdateCrawlerRequest
@@ -5098,6 +5199,54 @@ module Aws::Glue
5098
5199
  )
5099
5200
  end)
5100
5201
 
5202
+ api.add_operation(:get_unfiltered_partition_metadata, Seahorse::Model::Operation.new.tap do |o|
5203
+ o.name = "GetUnfilteredPartitionMetadata"
5204
+ o.http_method = "POST"
5205
+ o.http_request_uri = "/"
5206
+ o.input = Shapes::ShapeRef.new(shape: GetUnfilteredPartitionMetadataRequest)
5207
+ o.output = Shapes::ShapeRef.new(shape: GetUnfilteredPartitionMetadataResponse)
5208
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5209
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5210
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5211
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5212
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
5213
+ o.errors << Shapes::ShapeRef.new(shape: PermissionTypeMismatchException)
5214
+ end)
5215
+
5216
+ api.add_operation(:get_unfiltered_partitions_metadata, Seahorse::Model::Operation.new.tap do |o|
5217
+ o.name = "GetUnfilteredPartitionsMetadata"
5218
+ o.http_method = "POST"
5219
+ o.http_request_uri = "/"
5220
+ o.input = Shapes::ShapeRef.new(shape: GetUnfilteredPartitionsMetadataRequest)
5221
+ o.output = Shapes::ShapeRef.new(shape: GetUnfilteredPartitionsMetadataResponse)
5222
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5223
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5224
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5225
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5226
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
5227
+ o.errors << Shapes::ShapeRef.new(shape: PermissionTypeMismatchException)
5228
+ o[:pager] = Aws::Pager.new(
5229
+ limit_key: "max_results",
5230
+ tokens: {
5231
+ "next_token" => "next_token"
5232
+ }
5233
+ )
5234
+ end)
5235
+
5236
+ api.add_operation(:get_unfiltered_table_metadata, Seahorse::Model::Operation.new.tap do |o|
5237
+ o.name = "GetUnfilteredTableMetadata"
5238
+ o.http_method = "POST"
5239
+ o.http_request_uri = "/"
5240
+ o.input = Shapes::ShapeRef.new(shape: GetUnfilteredTableMetadataRequest)
5241
+ o.output = Shapes::ShapeRef.new(shape: GetUnfilteredTableMetadataResponse)
5242
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
5243
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5244
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5245
+ o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5246
+ o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
5247
+ o.errors << Shapes::ShapeRef.new(shape: PermissionTypeMismatchException)
5248
+ end)
5249
+
5101
5250
  api.add_operation(:get_user_defined_function, Seahorse::Model::Operation.new.tap do |o|
5102
5251
  o.name = "GetUserDefinedFunction"
5103
5252
  o.http_method = "POST"
@@ -47,6 +47,7 @@ module Aws::Glue
47
47
  # * {MLTransformNotReadyException}
48
48
  # * {NoScheduleException}
49
49
  # * {OperationTimeoutException}
50
+ # * {PermissionTypeMismatchException}
50
51
  # * {ResourceNotReadyException}
51
52
  # * {ResourceNumberLimitExceededException}
52
53
  # * {SchedulerNotRunningException}
@@ -361,6 +362,21 @@ module Aws::Glue
361
362
  end
362
363
  end
363
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
+
364
380
  class ResourceNotReadyException < ServiceError
365
381
 
366
382
  # @param [Seahorse::Client::RequestContext] context