aws-sdk-glue 1.266.0 → 1.268.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce69ebd4ee1d9068c6bfcd8a40f74ff99631373fda81990eafccb02855bab12e
4
- data.tar.gz: 7d53e807770cf6407eec531cd40cf39b19567ca765e74e975309893baceb8994
3
+ metadata.gz: 775f9502c83364b4feb933cbdbf05df2db19026589f40c77c289b85aa45db3ae
4
+ data.tar.gz: ba37272e8b0aaf782b0c4cd20325ca812cb75473f7c7c1be3bb223674250c4f5
5
5
  SHA512:
6
- metadata.gz: fe8ba07475bd5b85f1ae13d94991857e557f721396bb6c93a8136f99d7e312a75448d59afc95f0135e623a451a335cf4996fb1d31bed46151f8ae528e2fb5e57
7
- data.tar.gz: f296eb026aceab2ec8a8fcd2c167cff0a5460695678debf61d544a15dfb54cacae197ec6007c9a149d467d7ee7a494d3525e856c5e7fe4f3a516be6c3ccb7105
6
+ metadata.gz: 818a15cf7406835d454078f61be5411da2ffbe9714521b7ad069bd4b1a83760845070adf0211aca37f11895254729796bd4cffe0a18c6d537fc0872e2bfe70ab
7
+ data.tar.gz: 7a8b4f58f0e0632fba66ca52f0f7e038c509f4aa17e66ebd095100540eea180859d18b9856722da7be31653336401e5de112bfcdd4545994971e40fa32b768aa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.268.0 (2026-08-05)
5
+ ------------------
6
+
7
+ * Feature - Added the PutDataCatalogExportConfiguration to export Glue Data Catalog metadata to systems tables stored in S3 Tables.
8
+
9
+ 1.267.0 (2026-07-29)
10
+ ------------------
11
+
12
+ * Feature - Adding filtering, partitioning, and VPC support to AWS Glue REST API connector
13
+
4
14
  1.266.0 (2026-07-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.266.0
1
+ 1.268.0
@@ -6661,6 +6661,7 @@ module Aws::Glue
6661
6661
  # resp.rest_configuration.global_source_configuration.request_parameters[0].allowed_values[0] #=> String
6662
6662
  # resp.rest_configuration.global_source_configuration.request_parameters[0].property_location #=> String, one of "HEADER", "BODY", "QUERY_PARAM", "PATH"
6663
6663
  # resp.rest_configuration.global_source_configuration.request_parameters[0].property_type #=> String, one of "USER_INPUT", "SECRET", "READ_ONLY", "UNUSED", "SECRET_OR_USER_INPUT"
6664
+ # resp.rest_configuration.global_source_configuration.request_parameters[0].format #=> String
6664
6665
  # resp.rest_configuration.global_source_configuration.response_configuration.result_path #=> String
6665
6666
  # resp.rest_configuration.global_source_configuration.response_configuration.error_path #=> String
6666
6667
  # resp.rest_configuration.global_source_configuration.pagination_configuration.cursor_configuration.next_page.key #=> String
@@ -6683,6 +6684,17 @@ module Aws::Glue
6683
6684
  # resp.rest_configuration.global_source_configuration.pagination_configuration.offset_configuration.limit_parameter.property_location #=> String, one of "HEADER", "BODY", "QUERY_PARAM", "PATH"
6684
6685
  # resp.rest_configuration.global_source_configuration.pagination_configuration.offset_configuration.limit_parameter.value.content_path #=> String
6685
6686
  # resp.rest_configuration.global_source_configuration.pagination_configuration.offset_configuration.limit_parameter.value.header_key #=> String
6687
+ # resp.rest_configuration.global_source_configuration.filter_configuration.filter_mode #=> String, one of "QUERY_PARAMS", "FILTER_STRING"
6688
+ # resp.rest_configuration.global_source_configuration.filter_configuration.operator_mappings #=> Hash
6689
+ # resp.rest_configuration.global_source_configuration.filter_configuration.operator_mappings["String"] #=> String
6690
+ # resp.rest_configuration.global_source_configuration.filter_configuration.date_time_format #=> String
6691
+ # resp.rest_configuration.global_source_configuration.filter_configuration.strip_quotes #=> Boolean
6692
+ # resp.rest_configuration.global_source_configuration.filter_configuration.between_configuration.low_bound_key #=> String
6693
+ # resp.rest_configuration.global_source_configuration.filter_configuration.between_configuration.high_bound_key #=> String
6694
+ # resp.rest_configuration.global_source_configuration.filter_configuration.between_configuration.template #=> String
6695
+ # resp.rest_configuration.global_source_configuration.filter_configuration.filter_string_configuration.query_parameter_name #=> String
6696
+ # resp.rest_configuration.global_source_configuration.filter_configuration.filter_string_configuration.quote_string_values #=> Boolean
6697
+ # resp.rest_configuration.global_source_configuration.filter_configuration.filter_string_configuration.quote_character #=> String
6686
6698
  # resp.rest_configuration.validation_endpoint_configuration.request_method #=> String, one of "GET", "POST"
6687
6699
  # resp.rest_configuration.validation_endpoint_configuration.request_path #=> String
6688
6700
  # resp.rest_configuration.validation_endpoint_configuration.request_parameters #=> Array
@@ -6694,6 +6706,7 @@ module Aws::Glue
6694
6706
  # resp.rest_configuration.validation_endpoint_configuration.request_parameters[0].allowed_values[0] #=> String
6695
6707
  # resp.rest_configuration.validation_endpoint_configuration.request_parameters[0].property_location #=> String, one of "HEADER", "BODY", "QUERY_PARAM", "PATH"
6696
6708
  # resp.rest_configuration.validation_endpoint_configuration.request_parameters[0].property_type #=> String, one of "USER_INPUT", "SECRET", "READ_ONLY", "UNUSED", "SECRET_OR_USER_INPUT"
6709
+ # resp.rest_configuration.validation_endpoint_configuration.request_parameters[0].format #=> String
6697
6710
  # resp.rest_configuration.validation_endpoint_configuration.response_configuration.result_path #=> String
6698
6711
  # resp.rest_configuration.validation_endpoint_configuration.response_configuration.error_path #=> String
6699
6712
  # resp.rest_configuration.validation_endpoint_configuration.pagination_configuration.cursor_configuration.next_page.key #=> String
@@ -6716,6 +6729,17 @@ module Aws::Glue
6716
6729
  # resp.rest_configuration.validation_endpoint_configuration.pagination_configuration.offset_configuration.limit_parameter.property_location #=> String, one of "HEADER", "BODY", "QUERY_PARAM", "PATH"
6717
6730
  # resp.rest_configuration.validation_endpoint_configuration.pagination_configuration.offset_configuration.limit_parameter.value.content_path #=> String
6718
6731
  # resp.rest_configuration.validation_endpoint_configuration.pagination_configuration.offset_configuration.limit_parameter.value.header_key #=> String
6732
+ # resp.rest_configuration.validation_endpoint_configuration.filter_configuration.filter_mode #=> String, one of "QUERY_PARAMS", "FILTER_STRING"
6733
+ # resp.rest_configuration.validation_endpoint_configuration.filter_configuration.operator_mappings #=> Hash
6734
+ # resp.rest_configuration.validation_endpoint_configuration.filter_configuration.operator_mappings["String"] #=> String
6735
+ # resp.rest_configuration.validation_endpoint_configuration.filter_configuration.date_time_format #=> String
6736
+ # resp.rest_configuration.validation_endpoint_configuration.filter_configuration.strip_quotes #=> Boolean
6737
+ # resp.rest_configuration.validation_endpoint_configuration.filter_configuration.between_configuration.low_bound_key #=> String
6738
+ # resp.rest_configuration.validation_endpoint_configuration.filter_configuration.between_configuration.high_bound_key #=> String
6739
+ # resp.rest_configuration.validation_endpoint_configuration.filter_configuration.between_configuration.template #=> String
6740
+ # resp.rest_configuration.validation_endpoint_configuration.filter_configuration.filter_string_configuration.query_parameter_name #=> String
6741
+ # resp.rest_configuration.validation_endpoint_configuration.filter_configuration.filter_string_configuration.quote_string_values #=> Boolean
6742
+ # resp.rest_configuration.validation_endpoint_configuration.filter_configuration.filter_string_configuration.quote_character #=> String
6719
6743
  # resp.rest_configuration.entity_configurations #=> Hash
6720
6744
  # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.request_method #=> String, one of "GET", "POST"
6721
6745
  # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.request_path #=> String
@@ -6728,6 +6752,7 @@ module Aws::Glue
6728
6752
  # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.request_parameters[0].allowed_values[0] #=> String
6729
6753
  # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.request_parameters[0].property_location #=> String, one of "HEADER", "BODY", "QUERY_PARAM", "PATH"
6730
6754
  # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.request_parameters[0].property_type #=> String, one of "USER_INPUT", "SECRET", "READ_ONLY", "UNUSED", "SECRET_OR_USER_INPUT"
6755
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.request_parameters[0].format #=> String
6731
6756
  # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.response_configuration.result_path #=> String
6732
6757
  # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.response_configuration.error_path #=> String
6733
6758
  # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.pagination_configuration.cursor_configuration.next_page.key #=> String
@@ -6750,9 +6775,32 @@ module Aws::Glue
6750
6775
  # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.pagination_configuration.offset_configuration.limit_parameter.property_location #=> String, one of "HEADER", "BODY", "QUERY_PARAM", "PATH"
6751
6776
  # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.pagination_configuration.offset_configuration.limit_parameter.value.content_path #=> String
6752
6777
  # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.pagination_configuration.offset_configuration.limit_parameter.value.header_key #=> String
6778
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.filter_configuration.filter_mode #=> String, one of "QUERY_PARAMS", "FILTER_STRING"
6779
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.filter_configuration.operator_mappings #=> Hash
6780
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.filter_configuration.operator_mappings["String"] #=> String
6781
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.filter_configuration.date_time_format #=> String
6782
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.filter_configuration.strip_quotes #=> Boolean
6783
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.filter_configuration.between_configuration.low_bound_key #=> String
6784
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.filter_configuration.between_configuration.high_bound_key #=> String
6785
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.filter_configuration.between_configuration.template #=> String
6786
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.filter_configuration.filter_string_configuration.query_parameter_name #=> String
6787
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.filter_configuration.filter_string_configuration.quote_string_values #=> Boolean
6788
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].source_configuration.filter_configuration.filter_string_configuration.quote_character #=> String
6753
6789
  # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].schema #=> Hash
6754
6790
  # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].schema["FieldDefinitionMapKeyString"].name #=> String
6755
6791
  # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].schema["FieldDefinitionMapKeyString"].field_data_type #=> String, one of "INT", "SMALLINT", "BIGINT", "FLOAT", "LONG", "DATE", "BOOLEAN", "MAP", "ARRAY", "STRING", "TIMESTAMP", "DECIMAL", "BYTE", "SHORT", "DOUBLE", "STRUCT", "BINARY", "UNION"
6792
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].schema["FieldDefinitionMapKeyString"].response_date_format #=> String
6793
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].schema["FieldDefinitionMapKeyString"].is_partitionable #=> Boolean
6794
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].schema["FieldDefinitionMapKeyString"].is_nullable #=> Boolean
6795
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].schema["FieldDefinitionMapKeyString"].is_queryable #=> Boolean
6796
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].schema["FieldDefinitionMapKeyString"].is_orderable #=> Boolean
6797
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].schema["FieldDefinitionMapKeyString"].filter_overrides.field_name #=> String
6798
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].schema["FieldDefinitionMapKeyString"].filter_overrides.operator_mappings #=> Hash
6799
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].schema["FieldDefinitionMapKeyString"].filter_overrides.operator_mappings["String"] #=> String
6800
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].schema["FieldDefinitionMapKeyString"].filter_overrides.between_configuration.low_bound_key #=> String
6801
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].schema["FieldDefinitionMapKeyString"].filter_overrides.between_configuration.high_bound_key #=> String
6802
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].schema["FieldDefinitionMapKeyString"].filter_overrides.between_configuration.template #=> String
6803
+ # resp.rest_configuration.entity_configurations["EntityConfigurationMapKeyString"].schema["FieldDefinitionMapKeyString"].filter_overrides.date_time_format #=> String
6756
6804
  #
6757
6805
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DescribeConnectionType AWS API Documentation
6758
6806
  #
@@ -8445,6 +8493,38 @@ module Aws::Glue
8445
8493
  req.send_request(options)
8446
8494
  end
8447
8495
 
8496
+ # Retrieves the current export configuration for the Glue Data Catalog.
8497
+ # The export configuration controls whether catalog metadata is exported
8498
+ # to S3 Tables.
8499
+ #
8500
+ # @return [Types::GetDataCatalogExportConfigurationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8501
+ #
8502
+ # * {Types::GetDataCatalogExportConfigurationOutput#export_setting #export_setting} => String
8503
+ # * {Types::GetDataCatalogExportConfigurationOutput#status #status} => String
8504
+ # * {Types::GetDataCatalogExportConfigurationOutput#encryption_configuration #encryption_configuration} => Types::ExportEncryptionConfiguration
8505
+ # * {Types::GetDataCatalogExportConfigurationOutput#s3_table_bucket_arn #s3_table_bucket_arn} => String
8506
+ # * {Types::GetDataCatalogExportConfigurationOutput#created_at #created_at} => Time
8507
+ # * {Types::GetDataCatalogExportConfigurationOutput#updated_at #updated_at} => Time
8508
+ #
8509
+ # @example Response structure
8510
+ #
8511
+ # resp.export_setting #=> String, one of "ENABLED", "DISABLED"
8512
+ # resp.status #=> String, one of "ENABLING", "ENABLED", "DISABLING", "DISABLED", "FAILED"
8513
+ # resp.encryption_configuration.sse_algorithm #=> String
8514
+ # resp.encryption_configuration.kms_key_arn #=> String
8515
+ # resp.s3_table_bucket_arn #=> String
8516
+ # resp.created_at #=> Time
8517
+ # resp.updated_at #=> Time
8518
+ #
8519
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDataCatalogExportConfiguration AWS API Documentation
8520
+ #
8521
+ # @overload get_data_catalog_export_configuration(params = {})
8522
+ # @param [Hash] params ({})
8523
+ def get_data_catalog_export_configuration(params = {}, options = {})
8524
+ req = build_request(:get_data_catalog_export_configuration, params)
8525
+ req.send_request(options)
8526
+ end
8527
+
8448
8528
  # Retrieve the training status of the model along with more information
8449
8529
  # (CompletedOn, StartedOn, FailureReason).
8450
8530
  #
@@ -15799,6 +15879,57 @@ module Aws::Glue
15799
15879
  req.send_request(options)
15800
15880
  end
15801
15881
 
15882
+ # Creates or updates the export configuration for the Glue Data Catalog.
15883
+ # Use this operation to enable or disable the export of catalog metadata
15884
+ # to S3 Tables.
15885
+ #
15886
+ # @option params [required, String] :export_setting
15887
+ # The export setting for the data catalog. Specify `ENABLED` to start
15888
+ # exporting catalog metadata to S3 Tables, or `DISABLED` to stop
15889
+ # exporting. This field is required.
15890
+ #
15891
+ # @option params [Types::ExportEncryptionConfiguration] :encryption_configuration
15892
+ # The encryption configuration for the exported data. If not specified,
15893
+ # the default encryption settings are used.
15894
+ #
15895
+ # @option params [String] :client_token
15896
+ # A unique, case-sensitive identifier that you provide to ensure the
15897
+ # idempotency of the request.
15898
+ #
15899
+ # **A suitable default value is auto-generated.** You should normally
15900
+ # not need to pass this option.**
15901
+ #
15902
+ # @return [Types::PutDataCatalogExportConfigurationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
15903
+ #
15904
+ # * {Types::PutDataCatalogExportConfigurationOutput#export_setting #export_setting} => String
15905
+ # * {Types::PutDataCatalogExportConfigurationOutput#encryption_configuration #encryption_configuration} => Types::ExportEncryptionConfiguration
15906
+ #
15907
+ # @example Request syntax with placeholder values
15908
+ #
15909
+ # resp = client.put_data_catalog_export_configuration({
15910
+ # export_setting: "ENABLED", # required, accepts ENABLED, DISABLED
15911
+ # encryption_configuration: {
15912
+ # sse_algorithm: "SseAlgorithm",
15913
+ # kms_key_arn: "KmsKeyArnString",
15914
+ # },
15915
+ # client_token: "HashString",
15916
+ # })
15917
+ #
15918
+ # @example Response structure
15919
+ #
15920
+ # resp.export_setting #=> String, one of "ENABLED", "DISABLED"
15921
+ # resp.encryption_configuration.sse_algorithm #=> String
15922
+ # resp.encryption_configuration.kms_key_arn #=> String
15923
+ #
15924
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/PutDataCatalogExportConfiguration AWS API Documentation
15925
+ #
15926
+ # @overload put_data_catalog_export_configuration(params = {})
15927
+ # @param [Hash] params ({})
15928
+ def put_data_catalog_export_configuration(params = {}, options = {})
15929
+ req = build_request(:put_data_catalog_export_configuration, params)
15930
+ req.send_request(options)
15931
+ end
15932
+
15802
15933
  # Annotate all datapoints for a Profile.
15803
15934
  #
15804
15935
  # @option params [required, String] :profile_id
@@ -16174,6 +16305,7 @@ module Aws::Glue
16174
16305
  # allowed_values: ["String"],
16175
16306
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16176
16307
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16308
+ # format: "String",
16177
16309
  # },
16178
16310
  # additional_request_parameters: [
16179
16311
  # {
@@ -16184,6 +16316,7 @@ module Aws::Glue
16184
16316
  # allowed_values: ["String"],
16185
16317
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16186
16318
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16319
+ # format: "String",
16187
16320
  # },
16188
16321
  # ],
16189
16322
  # },
@@ -16200,6 +16333,7 @@ module Aws::Glue
16200
16333
  # allowed_values: ["String"],
16201
16334
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16202
16335
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16336
+ # format: "String",
16203
16337
  # },
16204
16338
  # request_method: "GET", # accepts GET, POST
16205
16339
  # content_type: "APPLICATION_JSON", # accepts APPLICATION_JSON, URL_ENCODED
@@ -16211,6 +16345,7 @@ module Aws::Glue
16211
16345
  # allowed_values: ["String"],
16212
16346
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16213
16347
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16348
+ # format: "String",
16214
16349
  # },
16215
16350
  # client_secret: {
16216
16351
  # name: "PropertyName", # required
@@ -16220,6 +16355,7 @@ module Aws::Glue
16220
16355
  # allowed_values: ["String"],
16221
16356
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16222
16357
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16358
+ # format: "String",
16223
16359
  # },
16224
16360
  # scope: {
16225
16361
  # name: "PropertyName", # required
@@ -16229,6 +16365,7 @@ module Aws::Glue
16229
16365
  # allowed_values: ["String"],
16230
16366
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16231
16367
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16368
+ # format: "String",
16232
16369
  # },
16233
16370
  # token_url_parameters: [
16234
16371
  # {
@@ -16239,6 +16376,7 @@ module Aws::Glue
16239
16376
  # allowed_values: ["String"],
16240
16377
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16241
16378
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16379
+ # format: "String",
16242
16380
  # },
16243
16381
  # ],
16244
16382
  # },
@@ -16251,6 +16389,7 @@ module Aws::Glue
16251
16389
  # allowed_values: ["String"],
16252
16390
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16253
16391
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16392
+ # format: "String",
16254
16393
  # },
16255
16394
  # request_method: "GET", # accepts GET, POST
16256
16395
  # content_type: "APPLICATION_JSON", # accepts APPLICATION_JSON, URL_ENCODED
@@ -16262,6 +16401,7 @@ module Aws::Glue
16262
16401
  # allowed_values: ["String"],
16263
16402
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16264
16403
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16404
+ # format: "String",
16265
16405
  # },
16266
16406
  # token_url_parameters: [
16267
16407
  # {
@@ -16272,6 +16412,7 @@ module Aws::Glue
16272
16412
  # allowed_values: ["String"],
16273
16413
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16274
16414
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16415
+ # format: "String",
16275
16416
  # },
16276
16417
  # ],
16277
16418
  # },
@@ -16284,6 +16425,7 @@ module Aws::Glue
16284
16425
  # allowed_values: ["String"],
16285
16426
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16286
16427
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16428
+ # format: "String",
16287
16429
  # },
16288
16430
  # authorization_code: {
16289
16431
  # name: "PropertyName", # required
@@ -16293,6 +16435,7 @@ module Aws::Glue
16293
16435
  # allowed_values: ["String"],
16294
16436
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16295
16437
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16438
+ # format: "String",
16296
16439
  # },
16297
16440
  # redirect_uri: {
16298
16441
  # name: "PropertyName", # required
@@ -16302,6 +16445,7 @@ module Aws::Glue
16302
16445
  # allowed_values: ["String"],
16303
16446
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16304
16447
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16448
+ # format: "String",
16305
16449
  # },
16306
16450
  # token_url: {
16307
16451
  # name: "PropertyName", # required
@@ -16311,6 +16455,7 @@ module Aws::Glue
16311
16455
  # allowed_values: ["String"],
16312
16456
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16313
16457
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16458
+ # format: "String",
16314
16459
  # },
16315
16460
  # request_method: "GET", # accepts GET, POST
16316
16461
  # content_type: "APPLICATION_JSON", # accepts APPLICATION_JSON, URL_ENCODED
@@ -16322,6 +16467,7 @@ module Aws::Glue
16322
16467
  # allowed_values: ["String"],
16323
16468
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16324
16469
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16470
+ # format: "String",
16325
16471
  # },
16326
16472
  # client_secret: {
16327
16473
  # name: "PropertyName", # required
@@ -16331,6 +16477,7 @@ module Aws::Glue
16331
16477
  # allowed_values: ["String"],
16332
16478
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16333
16479
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16480
+ # format: "String",
16334
16481
  # },
16335
16482
  # scope: {
16336
16483
  # name: "PropertyName", # required
@@ -16340,6 +16487,7 @@ module Aws::Glue
16340
16487
  # allowed_values: ["String"],
16341
16488
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16342
16489
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16490
+ # format: "String",
16343
16491
  # },
16344
16492
  # prompt: {
16345
16493
  # name: "PropertyName", # required
@@ -16349,6 +16497,7 @@ module Aws::Glue
16349
16497
  # allowed_values: ["String"],
16350
16498
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16351
16499
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16500
+ # format: "String",
16352
16501
  # },
16353
16502
  # token_url_parameters: [
16354
16503
  # {
@@ -16359,6 +16508,7 @@ module Aws::Glue
16359
16508
  # allowed_values: ["String"],
16360
16509
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16361
16510
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16511
+ # format: "String",
16362
16512
  # },
16363
16513
  # ],
16364
16514
  # },
@@ -16372,6 +16522,7 @@ module Aws::Glue
16372
16522
  # allowed_values: ["String"],
16373
16523
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16374
16524
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16525
+ # format: "String",
16375
16526
  # },
16376
16527
  # password: {
16377
16528
  # name: "PropertyName", # required
@@ -16381,6 +16532,7 @@ module Aws::Glue
16381
16532
  # allowed_values: ["String"],
16382
16533
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16383
16534
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16535
+ # format: "String",
16384
16536
  # },
16385
16537
  # },
16386
16538
  # custom_authentication_properties: {
@@ -16393,6 +16545,7 @@ module Aws::Glue
16393
16545
  # allowed_values: ["String"],
16394
16546
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16395
16547
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16548
+ # format: "String",
16396
16549
  # },
16397
16550
  # ],
16398
16551
  # },
@@ -16410,6 +16563,7 @@ module Aws::Glue
16410
16563
  # allowed_values: ["String"],
16411
16564
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16412
16565
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16566
+ # format: "String",
16413
16567
  # },
16414
16568
  # ],
16415
16569
  # response_configuration: {
@@ -16458,6 +16612,24 @@ module Aws::Glue
16458
16612
  # },
16459
16613
  # },
16460
16614
  # },
16615
+ # filter_configuration: {
16616
+ # filter_mode: "QUERY_PARAMS", # required, accepts QUERY_PARAMS, FILTER_STRING
16617
+ # operator_mappings: {
16618
+ # "String" => "String",
16619
+ # },
16620
+ # date_time_format: "String",
16621
+ # strip_quotes: false,
16622
+ # between_configuration: {
16623
+ # low_bound_key: "String",
16624
+ # high_bound_key: "String",
16625
+ # template: "String",
16626
+ # },
16627
+ # filter_string_configuration: {
16628
+ # query_parameter_name: "String", # required
16629
+ # quote_string_values: false,
16630
+ # quote_character: "String",
16631
+ # },
16632
+ # },
16461
16633
  # },
16462
16634
  # validation_endpoint_configuration: {
16463
16635
  # request_method: "GET", # accepts GET, POST
@@ -16471,6 +16643,7 @@ module Aws::Glue
16471
16643
  # allowed_values: ["String"],
16472
16644
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16473
16645
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16646
+ # format: "String",
16474
16647
  # },
16475
16648
  # ],
16476
16649
  # response_configuration: {
@@ -16519,6 +16692,24 @@ module Aws::Glue
16519
16692
  # },
16520
16693
  # },
16521
16694
  # },
16695
+ # filter_configuration: {
16696
+ # filter_mode: "QUERY_PARAMS", # required, accepts QUERY_PARAMS, FILTER_STRING
16697
+ # operator_mappings: {
16698
+ # "String" => "String",
16699
+ # },
16700
+ # date_time_format: "String",
16701
+ # strip_quotes: false,
16702
+ # between_configuration: {
16703
+ # low_bound_key: "String",
16704
+ # high_bound_key: "String",
16705
+ # template: "String",
16706
+ # },
16707
+ # filter_string_configuration: {
16708
+ # query_parameter_name: "String", # required
16709
+ # quote_string_values: false,
16710
+ # quote_character: "String",
16711
+ # },
16712
+ # },
16522
16713
  # },
16523
16714
  # entity_configurations: {
16524
16715
  # "EntityConfigurationMapKeyString" => {
@@ -16534,6 +16725,7 @@ module Aws::Glue
16534
16725
  # allowed_values: ["String"],
16535
16726
  # property_location: "HEADER", # accepts HEADER, BODY, QUERY_PARAM, PATH
16536
16727
  # property_type: "USER_INPUT", # required, accepts USER_INPUT, SECRET, READ_ONLY, UNUSED, SECRET_OR_USER_INPUT
16728
+ # format: "String",
16537
16729
  # },
16538
16730
  # ],
16539
16731
  # response_configuration: {
@@ -16582,11 +16774,46 @@ module Aws::Glue
16582
16774
  # },
16583
16775
  # },
16584
16776
  # },
16777
+ # filter_configuration: {
16778
+ # filter_mode: "QUERY_PARAMS", # required, accepts QUERY_PARAMS, FILTER_STRING
16779
+ # operator_mappings: {
16780
+ # "String" => "String",
16781
+ # },
16782
+ # date_time_format: "String",
16783
+ # strip_quotes: false,
16784
+ # between_configuration: {
16785
+ # low_bound_key: "String",
16786
+ # high_bound_key: "String",
16787
+ # template: "String",
16788
+ # },
16789
+ # filter_string_configuration: {
16790
+ # query_parameter_name: "String", # required
16791
+ # quote_string_values: false,
16792
+ # quote_character: "String",
16793
+ # },
16794
+ # },
16585
16795
  # },
16586
16796
  # schema: {
16587
16797
  # "FieldDefinitionMapKeyString" => {
16588
16798
  # name: "String", # required
16589
16799
  # field_data_type: "INT", # required, accepts INT, SMALLINT, BIGINT, FLOAT, LONG, DATE, BOOLEAN, MAP, ARRAY, STRING, TIMESTAMP, DECIMAL, BYTE, SHORT, DOUBLE, STRUCT, BINARY, UNION
16800
+ # response_date_format: "String",
16801
+ # is_partitionable: false,
16802
+ # is_nullable: false,
16803
+ # is_queryable: false,
16804
+ # is_orderable: false,
16805
+ # filter_overrides: {
16806
+ # field_name: "String",
16807
+ # operator_mappings: {
16808
+ # "String" => "String",
16809
+ # },
16810
+ # between_configuration: {
16811
+ # low_bound_key: "String",
16812
+ # high_bound_key: "String",
16813
+ # template: "String",
16814
+ # },
16815
+ # date_time_format: "String",
16816
+ # },
16590
16817
  # },
16591
16818
  # },
16592
16819
  # },
@@ -20842,7 +21069,7 @@ module Aws::Glue
20842
21069
  tracer: tracer
20843
21070
  )
20844
21071
  context[:gem_name] = 'aws-sdk-glue'
20845
- context[:gem_version] = '1.266.0'
21072
+ context[:gem_version] = '1.268.0'
20846
21073
  Seahorse::Client::Request.new(handlers, context)
20847
21074
  end
20848
21075