aws-sdk-glue 1.240.0 → 1.242.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: 95a0a30f4cecd36fb3f47eeb926d7b1ca31796397b551d837d1729d34a1e874a
4
- data.tar.gz: aefcf1a6aa9f269a4b46b0f632c2e7e4aaf6824fb22d5d07d2095130c85a833e
3
+ metadata.gz: bacbd73aeef70b38bc88a79762264d775b1f945c4931bf17cd4129ef8c04efa3
4
+ data.tar.gz: 51b4728f80de9ca10eca64ce4206f8160ce0bdbbfb8c83078fe803f6f0362c28
5
5
  SHA512:
6
- metadata.gz: 91bb71ca0516685fded52a9b33ea0416aefbaf8c768d65958b402adcb975b6fdac9c33620c7d99256ac025710d117413f7d186e5b5a525c89208139b141b8ae4
7
- data.tar.gz: 3504a980cf54f9d80ce54d8630d2217e810090b0cc4518fe6edbb2fe6319338caec8098236bfd78e78a4250179fdc7c99b037bbebecfa29193dfbae0b7e6c008
6
+ metadata.gz: a8e598e4140064b2d655e94b67cdbd843726c8999885892e9481f3cf0ad5ad1fad89f0a1fd6229a9603bd3aa8638866137789d29f6241edcf69e2a671508a12d
7
+ data.tar.gz: c5f5b11b464aba0318b2bcaf891e37dd72f31ca033c7570073198d7d3313b9bd017d6cc80e3dcc9ae3e22ca4e6807ffd9d29c6786855aec998b04d2e369f7b16
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.242.0 (2025-11-20)
5
+ ------------------
6
+
7
+ * Feature - Added FunctionType parameter to Glue GetuserDefinedFunctions.
8
+
9
+ 1.241.0 (2025-11-17)
10
+ ------------------
11
+
12
+ * Feature - Amazon Glue Releasing 2 the new API ListIntegrationResourceProperties and DeleteIntegrationResourceProperty along with minor improvement on existing API(s).
13
+
4
14
  1.240.0 (2025-10-30)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.240.0
1
+ 1.242.0
@@ -2985,8 +2985,8 @@ module Aws::Glue
2985
2985
  #
2986
2986
  # resp = client.create_integration({
2987
2987
  # integration_name: "String128", # required
2988
- # source_arn: "String128", # required
2989
- # target_arn: "String128", # required
2988
+ # source_arn: "String512", # required
2989
+ # target_arn: "String512", # required
2990
2990
  # description: "IntegrationDescription",
2991
2991
  # data_filter: "String2048",
2992
2992
  # kms_key_id: "String2048",
@@ -3058,16 +3058,21 @@ module Aws::Glue
3058
3058
  # @option params [Types::TargetProcessingProperties] :target_processing_properties
3059
3059
  # The resource properties associated with the integration target.
3060
3060
  #
3061
+ # @option params [Array<Types::Tag>] :tags
3062
+ # Metadata assigned to the resource consisting of a list of key-value
3063
+ # pairs.
3064
+ #
3061
3065
  # @return [Types::CreateIntegrationResourcePropertyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3062
3066
  #
3063
3067
  # * {Types::CreateIntegrationResourcePropertyResponse#resource_arn #resource_arn} => String
3068
+ # * {Types::CreateIntegrationResourcePropertyResponse#resource_property_arn #resource_property_arn} => String
3064
3069
  # * {Types::CreateIntegrationResourcePropertyResponse#source_processing_properties #source_processing_properties} => Types::SourceProcessingProperties
3065
3070
  # * {Types::CreateIntegrationResourcePropertyResponse#target_processing_properties #target_processing_properties} => Types::TargetProcessingProperties
3066
3071
  #
3067
3072
  # @example Request syntax with placeholder values
3068
3073
  #
3069
3074
  # resp = client.create_integration_resource_property({
3070
- # resource_arn: "String128", # required
3075
+ # resource_arn: "String512", # required
3071
3076
  # source_processing_properties: {
3072
3077
  # role_arn: "String128",
3073
3078
  # },
@@ -3077,11 +3082,18 @@ module Aws::Glue
3077
3082
  # connection_name: "String128",
3078
3083
  # event_bus_arn: "String2048",
3079
3084
  # },
3085
+ # tags: [
3086
+ # {
3087
+ # key: "TagKey",
3088
+ # value: "TagValue",
3089
+ # },
3090
+ # ],
3080
3091
  # })
3081
3092
  #
3082
3093
  # @example Response structure
3083
3094
  #
3084
3095
  # resp.resource_arn #=> String
3096
+ # resp.resource_property_arn #=> String
3085
3097
  # resp.source_processing_properties.role_arn #=> String
3086
3098
  # resp.target_processing_properties.role_arn #=> String
3087
3099
  # resp.target_processing_properties.kms_arn #=> String
@@ -3130,7 +3142,7 @@ module Aws::Glue
3130
3142
  # @example Request syntax with placeholder values
3131
3143
  #
3132
3144
  # resp = client.create_integration_table_properties({
3133
- # resource_arn: "String128", # required
3145
+ # resource_arn: "String512", # required
3134
3146
  # table_name: "String128", # required
3135
3147
  # source_table_config: {
3136
3148
  # fields: ["String128"],
@@ -4736,6 +4748,7 @@ module Aws::Glue
4736
4748
  # function_name: "NameString",
4737
4749
  # class_name: "NameString",
4738
4750
  # owner_name: "NameString",
4751
+ # function_type: "REGULAR_FUNCTION", # accepts REGULAR_FUNCTION, AGGREGATE_FUNCTION, STORED_PROCEDURE
4739
4752
  # owner_type: "USER", # accepts USER, ROLE, GROUP
4740
4753
  # resource_uris: [
4741
4754
  # {
@@ -5241,6 +5254,29 @@ module Aws::Glue
5241
5254
  req.send_request(options)
5242
5255
  end
5243
5256
 
5257
+ # This API is used for deleting the `ResourceProperty` of the Glue
5258
+ # connection (for the source) or Glue database ARN (for the target).
5259
+ #
5260
+ # @option params [required, String] :resource_arn
5261
+ # The connection ARN of the source, or the database ARN of the target.
5262
+ #
5263
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
5264
+ #
5265
+ # @example Request syntax with placeholder values
5266
+ #
5267
+ # resp = client.delete_integration_resource_property({
5268
+ # resource_arn: "String512", # required
5269
+ # })
5270
+ #
5271
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteIntegrationResourceProperty AWS API Documentation
5272
+ #
5273
+ # @overload delete_integration_resource_property(params = {})
5274
+ # @param [Hash] params ({})
5275
+ def delete_integration_resource_property(params = {}, options = {})
5276
+ req = build_request(:delete_integration_resource_property, params)
5277
+ req.send_request(options)
5278
+ end
5279
+
5244
5280
  # Deletes the table properties that have been created for the tables
5245
5281
  # that need to be replicated.
5246
5282
  #
@@ -5255,7 +5291,7 @@ module Aws::Glue
5255
5291
  # @example Request syntax with placeholder values
5256
5292
  #
5257
5293
  # resp = client.delete_integration_table_properties({
5258
- # resource_arn: "String128", # required
5294
+ # resource_arn: "String512", # required
5259
5295
  # table_name: "String128", # required
5260
5296
  # })
5261
5297
  #
@@ -6167,7 +6203,7 @@ module Aws::Glue
6167
6203
  # integration_arn: "String128",
6168
6204
  # marker: "String128",
6169
6205
  # max_records: 1,
6170
- # target_arn: "String128",
6206
+ # target_arn: "String512",
6171
6207
  # })
6172
6208
  #
6173
6209
  # @example Response structure
@@ -8362,18 +8398,20 @@ module Aws::Glue
8362
8398
  # @return [Types::GetIntegrationResourcePropertyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8363
8399
  #
8364
8400
  # * {Types::GetIntegrationResourcePropertyResponse#resource_arn #resource_arn} => String
8401
+ # * {Types::GetIntegrationResourcePropertyResponse#resource_property_arn #resource_property_arn} => String
8365
8402
  # * {Types::GetIntegrationResourcePropertyResponse#source_processing_properties #source_processing_properties} => Types::SourceProcessingProperties
8366
8403
  # * {Types::GetIntegrationResourcePropertyResponse#target_processing_properties #target_processing_properties} => Types::TargetProcessingProperties
8367
8404
  #
8368
8405
  # @example Request syntax with placeholder values
8369
8406
  #
8370
8407
  # resp = client.get_integration_resource_property({
8371
- # resource_arn: "String128", # required
8408
+ # resource_arn: "String512", # required
8372
8409
  # })
8373
8410
  #
8374
8411
  # @example Response structure
8375
8412
  #
8376
8413
  # resp.resource_arn #=> String
8414
+ # resp.resource_property_arn #=> String
8377
8415
  # resp.source_processing_properties.role_arn #=> String
8378
8416
  # resp.target_processing_properties.role_arn #=> String
8379
8417
  # resp.target_processing_properties.kms_arn #=> String
@@ -8415,7 +8453,7 @@ module Aws::Glue
8415
8453
  # @example Request syntax with placeholder values
8416
8454
  #
8417
8455
  # resp = client.get_integration_table_properties({
8418
- # resource_arn: "String128", # required
8456
+ # resource_arn: "String512", # required
8419
8457
  # table_name: "String128", # required
8420
8458
  # })
8421
8459
  #
@@ -11693,6 +11731,7 @@ module Aws::Glue
11693
11731
  # resp.user_defined_function.database_name #=> String
11694
11732
  # resp.user_defined_function.class_name #=> String
11695
11733
  # resp.user_defined_function.owner_name #=> String
11734
+ # resp.user_defined_function.function_type #=> String, one of "REGULAR_FUNCTION", "AGGREGATE_FUNCTION", "STORED_PROCEDURE"
11696
11735
  # resp.user_defined_function.owner_type #=> String, one of "USER", "ROLE", "GROUP"
11697
11736
  # resp.user_defined_function.create_time #=> Time
11698
11737
  # resp.user_defined_function.resource_uris #=> Array
@@ -11725,6 +11764,15 @@ module Aws::Glue
11725
11764
  # An optional function-name pattern string that filters the function
11726
11765
  # definitions returned.
11727
11766
  #
11767
+ # @option params [String] :function_type
11768
+ # An optional function-type pattern string that filters the function
11769
+ # definitions returned from Amazon Redshift Federated Permissions
11770
+ # Catalog.
11771
+ #
11772
+ # Specify a value of `REGULAR_FUNCTION` or `STORED_PROCEDURE`. The
11773
+ # `STORED_PROCEDURE` function type is only compatible with Amazon
11774
+ # Redshift Federated Permissions Catalog.
11775
+ #
11728
11776
  # @option params [String] :next_token
11729
11777
  # A continuation token, if this is a continuation call.
11730
11778
  #
@@ -11744,6 +11792,7 @@ module Aws::Glue
11744
11792
  # catalog_id: "CatalogIdString",
11745
11793
  # database_name: "NameString",
11746
11794
  # pattern: "NameString", # required
11795
+ # function_type: "REGULAR_FUNCTION", # accepts REGULAR_FUNCTION, AGGREGATE_FUNCTION, STORED_PROCEDURE
11747
11796
  # next_token: "Token",
11748
11797
  # max_results: 1,
11749
11798
  # })
@@ -11755,6 +11804,7 @@ module Aws::Glue
11755
11804
  # resp.user_defined_functions[0].database_name #=> String
11756
11805
  # resp.user_defined_functions[0].class_name #=> String
11757
11806
  # resp.user_defined_functions[0].owner_name #=> String
11807
+ # resp.user_defined_functions[0].function_type #=> String, one of "REGULAR_FUNCTION", "AGGREGATE_FUNCTION", "STORED_PROCEDURE"
11758
11808
  # resp.user_defined_functions[0].owner_type #=> String, one of "USER", "ROLE", "GROUP"
11759
11809
  # resp.user_defined_functions[0].create_time #=> Time
11760
11810
  # resp.user_defined_functions[0].resource_uris #=> Array
@@ -13147,6 +13197,58 @@ module Aws::Glue
13147
13197
  req.send_request(options)
13148
13198
  end
13149
13199
 
13200
+ # List integration resource properties for a single customer. It
13201
+ # supports the filters, maxRecords and markers.
13202
+ #
13203
+ # @option params [String] :marker
13204
+ # This is the pagination token for next page, initial value is `null`.
13205
+ #
13206
+ # @option params [Array<Types::IntegrationResourcePropertyFilter>] :filters
13207
+ # A list of filters, supported filter Key is `SourceArn` and
13208
+ # `TargetArn`.
13209
+ #
13210
+ # @option params [Integer] :max_records
13211
+ # This is total number of items to be evaluated.
13212
+ #
13213
+ # @return [Types::ListIntegrationResourcePropertiesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
13214
+ #
13215
+ # * {Types::ListIntegrationResourcePropertiesResponse#integration_resource_property_list #integration_resource_property_list} => Array&lt;Types::IntegrationResourceProperty&gt;
13216
+ # * {Types::ListIntegrationResourcePropertiesResponse#marker #marker} => String
13217
+ #
13218
+ # @example Request syntax with placeholder values
13219
+ #
13220
+ # resp = client.list_integration_resource_properties({
13221
+ # marker: "String1024",
13222
+ # filters: [
13223
+ # {
13224
+ # name: "String128",
13225
+ # values: ["String128"],
13226
+ # },
13227
+ # ],
13228
+ # max_records: 1,
13229
+ # })
13230
+ #
13231
+ # @example Response structure
13232
+ #
13233
+ # resp.integration_resource_property_list #=> Array
13234
+ # resp.integration_resource_property_list[0].resource_arn #=> String
13235
+ # resp.integration_resource_property_list[0].resource_property_arn #=> String
13236
+ # resp.integration_resource_property_list[0].source_processing_properties.role_arn #=> String
13237
+ # resp.integration_resource_property_list[0].target_processing_properties.role_arn #=> String
13238
+ # resp.integration_resource_property_list[0].target_processing_properties.kms_arn #=> String
13239
+ # resp.integration_resource_property_list[0].target_processing_properties.connection_name #=> String
13240
+ # resp.integration_resource_property_list[0].target_processing_properties.event_bus_arn #=> String
13241
+ # resp.marker #=> String
13242
+ #
13243
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ListIntegrationResourceProperties AWS API Documentation
13244
+ #
13245
+ # @overload list_integration_resource_properties(params = {})
13246
+ # @param [Hash] params ({})
13247
+ def list_integration_resource_properties(params = {}, options = {})
13248
+ req = build_request(:list_integration_resource_properties, params)
13249
+ req.send_request(options)
13250
+ end
13251
+
13150
13252
  # Retrieves the names of all job resources in this Amazon Web Services
13151
13253
  # account, or the resources with the specified tag. This operation
13152
13254
  # allows you to see which resources are available in your account, and
@@ -13790,7 +13892,8 @@ module Aws::Glue
13790
13892
  # Selects source tables for the integration using Maxwell filter syntax.
13791
13893
  #
13792
13894
  # @option params [Types::IntegrationConfig] :integration_config
13793
- # Properties associated with the integration.
13895
+ # The configuration settings for the integration. Currently, only the
13896
+ # RefreshInterval can be modified.
13794
13897
  #
13795
13898
  # @option params [String] :integration_name
13796
13899
  # A unique name for an integration in Glue.
@@ -16816,13 +16919,14 @@ module Aws::Glue
16816
16919
  # @return [Types::UpdateIntegrationResourcePropertyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
16817
16920
  #
16818
16921
  # * {Types::UpdateIntegrationResourcePropertyResponse#resource_arn #resource_arn} => String
16922
+ # * {Types::UpdateIntegrationResourcePropertyResponse#resource_property_arn #resource_property_arn} => String
16819
16923
  # * {Types::UpdateIntegrationResourcePropertyResponse#source_processing_properties #source_processing_properties} => Types::SourceProcessingProperties
16820
16924
  # * {Types::UpdateIntegrationResourcePropertyResponse#target_processing_properties #target_processing_properties} => Types::TargetProcessingProperties
16821
16925
  #
16822
16926
  # @example Request syntax with placeholder values
16823
16927
  #
16824
16928
  # resp = client.update_integration_resource_property({
16825
- # resource_arn: "String128", # required
16929
+ # resource_arn: "String512", # required
16826
16930
  # source_processing_properties: {
16827
16931
  # role_arn: "String128",
16828
16932
  # },
@@ -16837,6 +16941,7 @@ module Aws::Glue
16837
16941
  # @example Response structure
16838
16942
  #
16839
16943
  # resp.resource_arn #=> String
16944
+ # resp.resource_property_arn #=> String
16840
16945
  # resp.source_processing_properties.role_arn #=> String
16841
16946
  # resp.target_processing_properties.role_arn #=> String
16842
16947
  # resp.target_processing_properties.kms_arn #=> String
@@ -16880,7 +16985,7 @@ module Aws::Glue
16880
16985
  # @example Request syntax with placeholder values
16881
16986
  #
16882
16987
  # resp = client.update_integration_table_properties({
16883
- # resource_arn: "String128", # required
16988
+ # resource_arn: "String512", # required
16884
16989
  # table_name: "String128", # required
16885
16990
  # source_table_config: {
16886
16991
  # fields: ["String128"],
@@ -17871,6 +17976,7 @@ module Aws::Glue
17871
17976
  # function_name: "NameString",
17872
17977
  # class_name: "NameString",
17873
17978
  # owner_name: "NameString",
17979
+ # function_type: "REGULAR_FUNCTION", # accepts REGULAR_FUNCTION, AGGREGATE_FUNCTION, STORED_PROCEDURE
17874
17980
  # owner_type: "USER", # accepts USER, ROLE, GROUP
17875
17981
  # resource_uris: [
17876
17982
  # {
@@ -17960,7 +18066,7 @@ module Aws::Glue
17960
18066
  tracer: tracer
17961
18067
  )
17962
18068
  context[:gem_name] = 'aws-sdk-glue'
17963
- context[:gem_version] = '1.240.0'
18069
+ context[:gem_version] = '1.242.0'
17964
18070
  Seahorse::Client::Request.new(handlers, context)
17965
18071
  end
17966
18072
 
@@ -484,6 +484,8 @@ module Aws::Glue
484
484
  DeleteGlueIdentityCenterConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteGlueIdentityCenterConfigurationRequest')
485
485
  DeleteGlueIdentityCenterConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteGlueIdentityCenterConfigurationResponse')
486
486
  DeleteIntegrationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationRequest')
487
+ DeleteIntegrationResourcePropertyRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationResourcePropertyRequest')
488
+ DeleteIntegrationResourcePropertyResponse = Shapes::StructureShape.new(name: 'DeleteIntegrationResourcePropertyResponse')
487
489
  DeleteIntegrationResponse = Shapes::StructureShape.new(name: 'DeleteIntegrationResponse')
488
490
  DeleteIntegrationTablePropertiesRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationTablePropertiesRequest')
489
491
  DeleteIntegrationTablePropertiesResponse = Shapes::StructureShape.new(name: 'DeleteIntegrationTablePropertiesResponse')
@@ -626,6 +628,7 @@ module Aws::Glue
626
628
  FindMatchesParameters = Shapes::StructureShape.new(name: 'FindMatchesParameters')
627
629
  FindMatchesTaskRunProperties = Shapes::StructureShape.new(name: 'FindMatchesTaskRunProperties')
628
630
  FormatString = Shapes::StringShape.new(name: 'FormatString')
631
+ FunctionType = Shapes::StringShape.new(name: 'FunctionType')
629
632
  Generic512CharString = Shapes::StringShape.new(name: 'Generic512CharString')
630
633
  GenericBoundedDouble = Shapes::FloatShape.new(name: 'GenericBoundedDouble')
631
634
  GenericLimitedString = Shapes::StringShape.new(name: 'GenericLimitedString')
@@ -881,6 +884,11 @@ module Aws::Glue
881
884
  IntegrationPartition = Shapes::StructureShape.new(name: 'IntegrationPartition')
882
885
  IntegrationPartitionSpecList = Shapes::ListShape.new(name: 'IntegrationPartitionSpecList')
883
886
  IntegrationQuotaExceededFault = Shapes::StructureShape.new(name: 'IntegrationQuotaExceededFault')
887
+ IntegrationResourceProperty = Shapes::StructureShape.new(name: 'IntegrationResourceProperty')
888
+ IntegrationResourcePropertyFilter = Shapes::StructureShape.new(name: 'IntegrationResourcePropertyFilter')
889
+ IntegrationResourcePropertyFilterList = Shapes::ListShape.new(name: 'IntegrationResourcePropertyFilterList')
890
+ IntegrationResourcePropertyFilterValues = Shapes::ListShape.new(name: 'IntegrationResourcePropertyFilterValues')
891
+ IntegrationResourcePropertyList = Shapes::ListShape.new(name: 'IntegrationResourcePropertyList')
884
892
  IntegrationSourcePropertiesMap = Shapes::MapShape.new(name: 'IntegrationSourcePropertiesMap')
885
893
  IntegrationStatus = Shapes::StringShape.new(name: 'IntegrationStatus')
886
894
  IntegrationString = Shapes::StringShape.new(name: 'IntegrationString')
@@ -975,6 +983,8 @@ module Aws::Glue
975
983
  ListDevEndpointsResponse = Shapes::StructureShape.new(name: 'ListDevEndpointsResponse')
976
984
  ListEntitiesRequest = Shapes::StructureShape.new(name: 'ListEntitiesRequest')
977
985
  ListEntitiesResponse = Shapes::StructureShape.new(name: 'ListEntitiesResponse')
986
+ ListIntegrationResourcePropertiesRequest = Shapes::StructureShape.new(name: 'ListIntegrationResourcePropertiesRequest')
987
+ ListIntegrationResourcePropertiesResponse = Shapes::StructureShape.new(name: 'ListIntegrationResourcePropertiesResponse')
978
988
  ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
979
989
  ListJobsResponse = Shapes::StructureShape.new(name: 'ListJobsResponse')
980
990
  ListMLTransformsRequest = Shapes::StructureShape.new(name: 'ListMLTransformsRequest')
@@ -1403,8 +1413,10 @@ module Aws::Glue
1403
1413
  StorageDescriptor = Shapes::StructureShape.new(name: 'StorageDescriptor')
1404
1414
  StreamingDataPreviewOptions = Shapes::StructureShape.new(name: 'StreamingDataPreviewOptions')
1405
1415
  String = Shapes::StringShape.new(name: 'String')
1416
+ String1024 = Shapes::StringShape.new(name: 'String1024')
1406
1417
  String128 = Shapes::StringShape.new(name: 'String128')
1407
1418
  String2048 = Shapes::StringShape.new(name: 'String2048')
1419
+ String512 = Shapes::StringShape.new(name: 'String512')
1408
1420
  StringColumnStatisticsData = Shapes::StructureShape.new(name: 'StringColumnStatisticsData')
1409
1421
  StringList = Shapes::ListShape.new(name: 'StringList')
1410
1422
  StringToStringMap = Shapes::MapShape.new(name: 'StringToStringMap')
@@ -2815,8 +2827,8 @@ module Aws::Glue
2815
2827
  CreateIcebergTableInput.struct_class = Types::CreateIcebergTableInput
2816
2828
 
2817
2829
  CreateIntegrationRequest.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
2818
- CreateIntegrationRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
2819
- CreateIntegrationRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
2830
+ CreateIntegrationRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "SourceArn"))
2831
+ CreateIntegrationRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "TargetArn"))
2820
2832
  CreateIntegrationRequest.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
2821
2833
  CreateIntegrationRequest.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
2822
2834
  CreateIntegrationRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String2048, location_name: "KmsKeyId"))
@@ -2825,18 +2837,20 @@ module Aws::Glue
2825
2837
  CreateIntegrationRequest.add_member(:integration_config, Shapes::ShapeRef.new(shape: IntegrationConfig, location_name: "IntegrationConfig"))
2826
2838
  CreateIntegrationRequest.struct_class = Types::CreateIntegrationRequest
2827
2839
 
2828
- CreateIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
2840
+ CreateIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
2829
2841
  CreateIntegrationResourcePropertyRequest.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
2830
2842
  CreateIntegrationResourcePropertyRequest.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
2843
+ CreateIntegrationResourcePropertyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: IntegrationTagsList, location_name: "Tags"))
2831
2844
  CreateIntegrationResourcePropertyRequest.struct_class = Types::CreateIntegrationResourcePropertyRequest
2832
2845
 
2833
- CreateIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
2846
+ CreateIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
2847
+ CreateIntegrationResourcePropertyResponse.add_member(:resource_property_arn, Shapes::ShapeRef.new(shape: String512, location_name: "ResourcePropertyArn"))
2834
2848
  CreateIntegrationResourcePropertyResponse.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
2835
2849
  CreateIntegrationResourcePropertyResponse.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
2836
2850
  CreateIntegrationResourcePropertyResponse.struct_class = Types::CreateIntegrationResourcePropertyResponse
2837
2851
 
2838
- CreateIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
2839
- CreateIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
2852
+ CreateIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "SourceArn"))
2853
+ CreateIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "TargetArn"))
2840
2854
  CreateIntegrationResponse.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
2841
2855
  CreateIntegrationResponse.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
2842
2856
  CreateIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
@@ -2850,7 +2864,7 @@ module Aws::Glue
2850
2864
  CreateIntegrationResponse.add_member(:integration_config, Shapes::ShapeRef.new(shape: IntegrationConfig, location_name: "IntegrationConfig"))
2851
2865
  CreateIntegrationResponse.struct_class = Types::CreateIntegrationResponse
2852
2866
 
2853
- CreateIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
2867
+ CreateIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
2854
2868
  CreateIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
2855
2869
  CreateIntegrationTablePropertiesRequest.add_member(:source_table_config, Shapes::ShapeRef.new(shape: SourceTableConfig, location_name: "SourceTableConfig"))
2856
2870
  CreateIntegrationTablePropertiesRequest.add_member(:target_table_config, Shapes::ShapeRef.new(shape: TargetTableConfig, location_name: "TargetTableConfig"))
@@ -3452,8 +3466,13 @@ module Aws::Glue
3452
3466
  DeleteIntegrationRequest.add_member(:integration_identifier, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationIdentifier"))
3453
3467
  DeleteIntegrationRequest.struct_class = Types::DeleteIntegrationRequest
3454
3468
 
3455
- DeleteIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
3456
- DeleteIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
3469
+ DeleteIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
3470
+ DeleteIntegrationResourcePropertyRequest.struct_class = Types::DeleteIntegrationResourcePropertyRequest
3471
+
3472
+ DeleteIntegrationResourcePropertyResponse.struct_class = Types::DeleteIntegrationResourcePropertyResponse
3473
+
3474
+ DeleteIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "SourceArn"))
3475
+ DeleteIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "TargetArn"))
3457
3476
  DeleteIntegrationResponse.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
3458
3477
  DeleteIntegrationResponse.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
3459
3478
  DeleteIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
@@ -3466,7 +3485,7 @@ module Aws::Glue
3466
3485
  DeleteIntegrationResponse.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
3467
3486
  DeleteIntegrationResponse.struct_class = Types::DeleteIntegrationResponse
3468
3487
 
3469
- DeleteIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
3488
+ DeleteIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
3470
3489
  DeleteIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
3471
3490
  DeleteIntegrationTablePropertiesRequest.struct_class = Types::DeleteIntegrationTablePropertiesRequest
3472
3491
 
@@ -3627,7 +3646,7 @@ module Aws::Glue
3627
3646
  DescribeInboundIntegrationsRequest.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, location_name: "IntegrationArn"))
3628
3647
  DescribeInboundIntegrationsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String128, location_name: "Marker"))
3629
3648
  DescribeInboundIntegrationsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegrationInteger, location_name: "MaxRecords"))
3630
- DescribeInboundIntegrationsRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, location_name: "TargetArn"))
3649
+ DescribeInboundIntegrationsRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: String512, location_name: "TargetArn"))
3631
3650
  DescribeInboundIntegrationsRequest.struct_class = Types::DescribeInboundIntegrationsRequest
3632
3651
 
3633
3652
  DescribeInboundIntegrationsResponse.add_member(:inbound_integrations, Shapes::ShapeRef.new(shape: InboundIntegrationsList, location_name: "InboundIntegrations"))
@@ -4269,19 +4288,20 @@ module Aws::Glue
4269
4288
  GetGlueIdentityCenterConfigurationResponse.add_member(:user_background_sessions_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "UserBackgroundSessionsEnabled"))
4270
4289
  GetGlueIdentityCenterConfigurationResponse.struct_class = Types::GetGlueIdentityCenterConfigurationResponse
4271
4290
 
4272
- GetIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
4291
+ GetIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
4273
4292
  GetIntegrationResourcePropertyRequest.struct_class = Types::GetIntegrationResourcePropertyRequest
4274
4293
 
4275
- GetIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, location_name: "ResourceArn"))
4294
+ GetIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, location_name: "ResourceArn"))
4295
+ GetIntegrationResourcePropertyResponse.add_member(:resource_property_arn, Shapes::ShapeRef.new(shape: String512, location_name: "ResourcePropertyArn"))
4276
4296
  GetIntegrationResourcePropertyResponse.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
4277
4297
  GetIntegrationResourcePropertyResponse.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
4278
4298
  GetIntegrationResourcePropertyResponse.struct_class = Types::GetIntegrationResourcePropertyResponse
4279
4299
 
4280
- GetIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
4300
+ GetIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
4281
4301
  GetIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
4282
4302
  GetIntegrationTablePropertiesRequest.struct_class = Types::GetIntegrationTablePropertiesRequest
4283
4303
 
4284
- GetIntegrationTablePropertiesResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, location_name: "ResourceArn"))
4304
+ GetIntegrationTablePropertiesResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, location_name: "ResourceArn"))
4285
4305
  GetIntegrationTablePropertiesResponse.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, location_name: "TableName"))
4286
4306
  GetIntegrationTablePropertiesResponse.add_member(:source_table_config, Shapes::ShapeRef.new(shape: SourceTableConfig, location_name: "SourceTableConfig"))
4287
4307
  GetIntegrationTablePropertiesResponse.add_member(:target_table_config, Shapes::ShapeRef.new(shape: TargetTableConfig, location_name: "TargetTableConfig"))
@@ -4713,6 +4733,7 @@ module Aws::Glue
4713
4733
  GetUserDefinedFunctionsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
4714
4734
  GetUserDefinedFunctionsRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
4715
4735
  GetUserDefinedFunctionsRequest.add_member(:pattern, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Pattern"))
4736
+ GetUserDefinedFunctionsRequest.add_member(:function_type, Shapes::ShapeRef.new(shape: FunctionType, location_name: "FunctionType"))
4716
4737
  GetUserDefinedFunctionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
4717
4738
  GetUserDefinedFunctionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CatalogGetterPageSize, location_name: "MaxResults"))
4718
4739
  GetUserDefinedFunctionsRequest.struct_class = Types::GetUserDefinedFunctionsRequest
@@ -4961,8 +4982,8 @@ module Aws::Glue
4961
4982
  ImportLabelsTaskRunProperties.add_member(:replace, Shapes::ShapeRef.new(shape: ReplaceBoolean, location_name: "Replace"))
4962
4983
  ImportLabelsTaskRunProperties.struct_class = Types::ImportLabelsTaskRunProperties
4963
4984
 
4964
- InboundIntegration.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
4965
- InboundIntegration.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
4985
+ InboundIntegration.add_member(:source_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "SourceArn"))
4986
+ InboundIntegration.add_member(:target_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "TargetArn"))
4966
4987
  InboundIntegration.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
4967
4988
  InboundIntegration.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "Status"))
4968
4989
  InboundIntegration.add_member(:create_time, Shapes::ShapeRef.new(shape: IntegrationTimestamp, required: true, location_name: "CreateTime"))
@@ -4976,8 +4997,8 @@ module Aws::Glue
4976
4997
 
4977
4998
  IntegerList.member = Shapes::ShapeRef.new(shape: Integer)
4978
4999
 
4979
- Integration.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
4980
- Integration.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
5000
+ Integration.add_member(:source_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "SourceArn"))
5001
+ Integration.add_member(:target_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "TargetArn"))
4981
5002
  Integration.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
4982
5003
  Integration.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
4983
5004
  Integration.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
@@ -5029,6 +5050,22 @@ module Aws::Glue
5029
5050
  IntegrationQuotaExceededFault.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
5030
5051
  IntegrationQuotaExceededFault.struct_class = Types::IntegrationQuotaExceededFault
5031
5052
 
5053
+ IntegrationResourceProperty.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
5054
+ IntegrationResourceProperty.add_member(:resource_property_arn, Shapes::ShapeRef.new(shape: String512, location_name: "ResourcePropertyArn"))
5055
+ IntegrationResourceProperty.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
5056
+ IntegrationResourceProperty.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
5057
+ IntegrationResourceProperty.struct_class = Types::IntegrationResourceProperty
5058
+
5059
+ IntegrationResourcePropertyFilter.add_member(:name, Shapes::ShapeRef.new(shape: String128, location_name: "Name"))
5060
+ IntegrationResourcePropertyFilter.add_member(:values, Shapes::ShapeRef.new(shape: IntegrationResourcePropertyFilterValues, location_name: "Values"))
5061
+ IntegrationResourcePropertyFilter.struct_class = Types::IntegrationResourcePropertyFilter
5062
+
5063
+ IntegrationResourcePropertyFilterList.member = Shapes::ShapeRef.new(shape: IntegrationResourcePropertyFilter)
5064
+
5065
+ IntegrationResourcePropertyFilterValues.member = Shapes::ShapeRef.new(shape: String128)
5066
+
5067
+ IntegrationResourcePropertyList.member = Shapes::ShapeRef.new(shape: IntegrationResourceProperty)
5068
+
5032
5069
  IntegrationSourcePropertiesMap.key = Shapes::ShapeRef.new(shape: IntegrationString)
5033
5070
  IntegrationSourcePropertiesMap.value = Shapes::ShapeRef.new(shape: IntegrationString)
5034
5071
 
@@ -5446,6 +5483,15 @@ module Aws::Glue
5446
5483
  ListEntitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
5447
5484
  ListEntitiesResponse.struct_class = Types::ListEntitiesResponse
5448
5485
 
5486
+ ListIntegrationResourcePropertiesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String1024, location_name: "Marker"))
5487
+ ListIntegrationResourcePropertiesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: IntegrationResourcePropertyFilterList, location_name: "Filters"))
5488
+ ListIntegrationResourcePropertiesRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegrationInteger, location_name: "MaxRecords"))
5489
+ ListIntegrationResourcePropertiesRequest.struct_class = Types::ListIntegrationResourcePropertiesRequest
5490
+
5491
+ ListIntegrationResourcePropertiesResponse.add_member(:integration_resource_property_list, Shapes::ShapeRef.new(shape: IntegrationResourcePropertyList, location_name: "IntegrationResourcePropertyList"))
5492
+ ListIntegrationResourcePropertiesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String1024, location_name: "Marker"))
5493
+ ListIntegrationResourcePropertiesResponse.struct_class = Types::ListIntegrationResourcePropertiesResponse
5494
+
5449
5495
  ListJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
5450
5496
  ListJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
5451
5497
  ListJobsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
@@ -5670,8 +5716,8 @@ module Aws::Glue
5670
5716
  ModifyIntegrationRequest.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, location_name: "IntegrationName"))
5671
5717
  ModifyIntegrationRequest.struct_class = Types::ModifyIntegrationRequest
5672
5718
 
5673
- ModifyIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "SourceArn"))
5674
- ModifyIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TargetArn"))
5719
+ ModifyIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "SourceArn"))
5720
+ ModifyIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "TargetArn"))
5675
5721
  ModifyIntegrationResponse.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
5676
5722
  ModifyIntegrationResponse.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
5677
5723
  ModifyIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
@@ -7357,17 +7403,18 @@ module Aws::Glue
7357
7403
  UpdateIcebergTableInput.add_member(:updates, Shapes::ShapeRef.new(shape: IcebergTableUpdateList, required: true, location_name: "Updates"))
7358
7404
  UpdateIcebergTableInput.struct_class = Types::UpdateIcebergTableInput
7359
7405
 
7360
- UpdateIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
7406
+ UpdateIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
7361
7407
  UpdateIntegrationResourcePropertyRequest.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
7362
7408
  UpdateIntegrationResourcePropertyRequest.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
7363
7409
  UpdateIntegrationResourcePropertyRequest.struct_class = Types::UpdateIntegrationResourcePropertyRequest
7364
7410
 
7365
- UpdateIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, location_name: "ResourceArn"))
7411
+ UpdateIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, location_name: "ResourceArn"))
7412
+ UpdateIntegrationResourcePropertyResponse.add_member(:resource_property_arn, Shapes::ShapeRef.new(shape: String512, location_name: "ResourcePropertyArn"))
7366
7413
  UpdateIntegrationResourcePropertyResponse.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
7367
7414
  UpdateIntegrationResourcePropertyResponse.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
7368
7415
  UpdateIntegrationResourcePropertyResponse.struct_class = Types::UpdateIntegrationResourcePropertyResponse
7369
7416
 
7370
- UpdateIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "ResourceArn"))
7417
+ UpdateIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
7371
7418
  UpdateIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
7372
7419
  UpdateIntegrationTablePropertiesRequest.add_member(:source_table_config, Shapes::ShapeRef.new(shape: SourceTableConfig, location_name: "SourceTableConfig"))
7373
7420
  UpdateIntegrationTablePropertiesRequest.add_member(:target_table_config, Shapes::ShapeRef.new(shape: TargetTableConfig, location_name: "TargetTableConfig"))
@@ -7538,6 +7585,7 @@ module Aws::Glue
7538
7585
  UserDefinedFunction.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DatabaseName"))
7539
7586
  UserDefinedFunction.add_member(:class_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ClassName"))
7540
7587
  UserDefinedFunction.add_member(:owner_name, Shapes::ShapeRef.new(shape: NameString, location_name: "OwnerName"))
7588
+ UserDefinedFunction.add_member(:function_type, Shapes::ShapeRef.new(shape: FunctionType, location_name: "FunctionType"))
7541
7589
  UserDefinedFunction.add_member(:owner_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "OwnerType"))
7542
7590
  UserDefinedFunction.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateTime"))
7543
7591
  UserDefinedFunction.add_member(:resource_uris, Shapes::ShapeRef.new(shape: ResourceUriList, location_name: "ResourceUris"))
@@ -7547,6 +7595,7 @@ module Aws::Glue
7547
7595
  UserDefinedFunctionInput.add_member(:function_name, Shapes::ShapeRef.new(shape: NameString, location_name: "FunctionName"))
7548
7596
  UserDefinedFunctionInput.add_member(:class_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ClassName"))
7549
7597
  UserDefinedFunctionInput.add_member(:owner_name, Shapes::ShapeRef.new(shape: NameString, location_name: "OwnerName"))
7598
+ UserDefinedFunctionInput.add_member(:function_type, Shapes::ShapeRef.new(shape: FunctionType, location_name: "FunctionType"))
7550
7599
  UserDefinedFunctionInput.add_member(:owner_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "OwnerType"))
7551
7600
  UserDefinedFunctionInput.add_member(:resource_uris, Shapes::ShapeRef.new(shape: ResourceUriList, location_name: "ResourceUris"))
7552
7601
  UserDefinedFunctionInput.struct_class = Types::UserDefinedFunctionInput
@@ -8569,6 +8618,21 @@ module Aws::Glue
8569
8618
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
8570
8619
  end)
8571
8620
 
8621
+ api.add_operation(:delete_integration_resource_property, Seahorse::Model::Operation.new.tap do |o|
8622
+ o.name = "DeleteIntegrationResourceProperty"
8623
+ o.http_method = "POST"
8624
+ o.http_request_uri = "/"
8625
+ o.input = Shapes::ShapeRef.new(shape: DeleteIntegrationResourcePropertyRequest)
8626
+ o.output = Shapes::ShapeRef.new(shape: DeleteIntegrationResourcePropertyResponse)
8627
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
8628
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
8629
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
8630
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
8631
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
8632
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
8633
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
8634
+ end)
8635
+
8572
8636
  api.add_operation(:delete_integration_table_properties, Seahorse::Model::Operation.new.tap do |o|
8573
8637
  o.name = "DeleteIntegrationTableProperties"
8574
8638
  o.http_method = "POST"
@@ -10200,6 +10264,21 @@ module Aws::Glue
10200
10264
  )
10201
10265
  end)
10202
10266
 
10267
+ api.add_operation(:list_integration_resource_properties, Seahorse::Model::Operation.new.tap do |o|
10268
+ o.name = "ListIntegrationResourceProperties"
10269
+ o.http_method = "POST"
10270
+ o.http_request_uri = "/"
10271
+ o.input = Shapes::ShapeRef.new(shape: ListIntegrationResourcePropertiesRequest)
10272
+ o.output = Shapes::ShapeRef.new(shape: ListIntegrationResourcePropertiesResponse)
10273
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
10274
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
10275
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
10276
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
10277
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
10278
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
10279
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
10280
+ end)
10281
+
10203
10282
  api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
10204
10283
  o.name = "ListJobs"
10205
10284
  o.http_method = "POST"
@@ -5984,12 +5984,18 @@ module Aws::Glue
5984
5984
  # The resource properties associated with the integration target.
5985
5985
  # @return [Types::TargetProcessingProperties]
5986
5986
  #
5987
+ # @!attribute [rw] tags
5988
+ # Metadata assigned to the resource consisting of a list of key-value
5989
+ # pairs.
5990
+ # @return [Array<Types::Tag>]
5991
+ #
5987
5992
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateIntegrationResourcePropertyRequest AWS API Documentation
5988
5993
  #
5989
5994
  class CreateIntegrationResourcePropertyRequest < Struct.new(
5990
5995
  :resource_arn,
5991
5996
  :source_processing_properties,
5992
- :target_processing_properties)
5997
+ :target_processing_properties,
5998
+ :tags)
5993
5999
  SENSITIVE = []
5994
6000
  include Aws::Structure
5995
6001
  end
@@ -5998,6 +6004,12 @@ module Aws::Glue
5998
6004
  # The connection ARN of the source, or the database ARN of the target.
5999
6005
  # @return [String]
6000
6006
  #
6007
+ # @!attribute [rw] resource_property_arn
6008
+ # The resource ARN created through this create API. The format is
6009
+ # something like
6010
+ # arn:aws:glue:&lt;region&gt;:&lt;account\_id&gt;:integrationresourceproperty/*
6011
+ # @return [String]
6012
+ #
6001
6013
  # @!attribute [rw] source_processing_properties
6002
6014
  # The resource properties associated with the integration source.
6003
6015
  # @return [Types::SourceProcessingProperties]
@@ -6010,6 +6022,7 @@ module Aws::Glue
6010
6022
  #
6011
6023
  class CreateIntegrationResourcePropertyResponse < Struct.new(
6012
6024
  :resource_arn,
6025
+ :resource_property_arn,
6013
6026
  :source_processing_properties,
6014
6027
  :target_processing_properties)
6015
6028
  SENSITIVE = []
@@ -9176,6 +9189,22 @@ module Aws::Glue
9176
9189
  include Aws::Structure
9177
9190
  end
9178
9191
 
9192
+ # @!attribute [rw] resource_arn
9193
+ # The connection ARN of the source, or the database ARN of the target.
9194
+ # @return [String]
9195
+ #
9196
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteIntegrationResourcePropertyRequest AWS API Documentation
9197
+ #
9198
+ class DeleteIntegrationResourcePropertyRequest < Struct.new(
9199
+ :resource_arn)
9200
+ SENSITIVE = []
9201
+ include Aws::Structure
9202
+ end
9203
+
9204
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteIntegrationResourcePropertyResponse AWS API Documentation
9205
+ #
9206
+ class DeleteIntegrationResourcePropertyResponse < Aws::EmptyStructure; end
9207
+
9179
9208
  # @!attribute [rw] source_arn
9180
9209
  # The ARN of the source for the integration.
9181
9210
  # @return [String]
@@ -13125,6 +13154,12 @@ module Aws::Glue
13125
13154
  # The connection ARN of the source, or the database ARN of the target.
13126
13155
  # @return [String]
13127
13156
  #
13157
+ # @!attribute [rw] resource_property_arn
13158
+ # The resource ARN created through this create API. The format is
13159
+ # something like
13160
+ # arn:aws:glue:&lt;region&gt;:&lt;account\_id&gt;:integrationresourceproperty/*
13161
+ # @return [String]
13162
+ #
13128
13163
  # @!attribute [rw] source_processing_properties
13129
13164
  # The resource properties associated with the integration source.
13130
13165
  # @return [Types::SourceProcessingProperties]
@@ -13137,6 +13172,7 @@ module Aws::Glue
13137
13172
  #
13138
13173
  class GetIntegrationResourcePropertyResponse < Struct.new(
13139
13174
  :resource_arn,
13175
+ :resource_property_arn,
13140
13176
  :source_processing_properties,
13141
13177
  :target_processing_properties)
13142
13178
  SENSITIVE = []
@@ -15495,6 +15531,16 @@ module Aws::Glue
15495
15531
  # definitions returned.
15496
15532
  # @return [String]
15497
15533
  #
15534
+ # @!attribute [rw] function_type
15535
+ # An optional function-type pattern string that filters the function
15536
+ # definitions returned from Amazon Redshift Federated Permissions
15537
+ # Catalog.
15538
+ #
15539
+ # Specify a value of `REGULAR_FUNCTION` or `STORED_PROCEDURE`. The
15540
+ # `STORED_PROCEDURE` function type is only compatible with Amazon
15541
+ # Redshift Federated Permissions Catalog.
15542
+ # @return [String]
15543
+ #
15498
15544
  # @!attribute [rw] next_token
15499
15545
  # A continuation token, if this is a continuation call.
15500
15546
  # @return [String]
@@ -15509,6 +15555,7 @@ module Aws::Glue
15509
15555
  :catalog_id,
15510
15556
  :database_name,
15511
15557
  :pattern,
15558
+ :function_type,
15512
15559
  :next_token,
15513
15560
  :max_results)
15514
15561
  SENSITIVE = []
@@ -16862,7 +16909,6 @@ module Aws::Glue
16862
16909
  # to align the refresh rate with your specific data update patterns,
16863
16910
  # system load considerations, and performance optimization goals. Time
16864
16911
  # increment can be set from 15 minutes to 8640 minutes (six days).
16865
- # Currently supports creation of `RefreshInterval` only.
16866
16912
  # @return [String]
16867
16913
  #
16868
16914
  # @!attribute [rw] source_properties
@@ -17036,6 +17082,57 @@ module Aws::Glue
17036
17082
  include Aws::Structure
17037
17083
  end
17038
17084
 
17085
+ # A structure representing an integration resource property.
17086
+ #
17087
+ # @!attribute [rw] resource_arn
17088
+ # The connection ARN of the source, or the database ARN of the target.
17089
+ # @return [String]
17090
+ #
17091
+ # @!attribute [rw] resource_property_arn
17092
+ # The resource ARN created through this create API. The format is
17093
+ # something like
17094
+ # arn:aws:glue:&lt;region&gt;:&lt;account\_id&gt;:integrationresourceproperty/*
17095
+ # @return [String]
17096
+ #
17097
+ # @!attribute [rw] source_processing_properties
17098
+ # The resource properties associated with the integration source.
17099
+ # @return [Types::SourceProcessingProperties]
17100
+ #
17101
+ # @!attribute [rw] target_processing_properties
17102
+ # The resource properties associated with the integration target.
17103
+ # @return [Types::TargetProcessingProperties]
17104
+ #
17105
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/IntegrationResourceProperty AWS API Documentation
17106
+ #
17107
+ class IntegrationResourceProperty < Struct.new(
17108
+ :resource_arn,
17109
+ :resource_property_arn,
17110
+ :source_processing_properties,
17111
+ :target_processing_properties)
17112
+ SENSITIVE = []
17113
+ include Aws::Structure
17114
+ end
17115
+
17116
+ # A filter for integration resource properties.
17117
+ #
17118
+ # @!attribute [rw] name
17119
+ # The name of the filter. Supported filter keys are `SourceArn` and
17120
+ # `TargetArn`.
17121
+ # @return [String]
17122
+ #
17123
+ # @!attribute [rw] values
17124
+ # A list of filter values.
17125
+ # @return [Array<String>]
17126
+ #
17127
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/IntegrationResourcePropertyFilter AWS API Documentation
17128
+ #
17129
+ class IntegrationResourcePropertyFilter < Struct.new(
17130
+ :name,
17131
+ :values)
17132
+ SENSITIVE = []
17133
+ include Aws::Structure
17134
+ end
17135
+
17039
17136
  # An internal server error occurred.
17040
17137
  #
17041
17138
  # @!attribute [rw] message
@@ -19572,6 +19669,46 @@ module Aws::Glue
19572
19669
  include Aws::Structure
19573
19670
  end
19574
19671
 
19672
+ # @!attribute [rw] marker
19673
+ # This is the pagination token for next page, initial value is `null`.
19674
+ # @return [String]
19675
+ #
19676
+ # @!attribute [rw] filters
19677
+ # A list of filters, supported filter Key is `SourceArn` and
19678
+ # `TargetArn`.
19679
+ # @return [Array<Types::IntegrationResourcePropertyFilter>]
19680
+ #
19681
+ # @!attribute [rw] max_records
19682
+ # This is total number of items to be evaluated.
19683
+ # @return [Integer]
19684
+ #
19685
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ListIntegrationResourcePropertiesRequest AWS API Documentation
19686
+ #
19687
+ class ListIntegrationResourcePropertiesRequest < Struct.new(
19688
+ :marker,
19689
+ :filters,
19690
+ :max_records)
19691
+ SENSITIVE = []
19692
+ include Aws::Structure
19693
+ end
19694
+
19695
+ # @!attribute [rw] integration_resource_property_list
19696
+ # A list of integration resource property meeting the filter criteria.
19697
+ # @return [Array<Types::IntegrationResourceProperty>]
19698
+ #
19699
+ # @!attribute [rw] marker
19700
+ # This is the pagination token for the next page.
19701
+ # @return [String]
19702
+ #
19703
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ListIntegrationResourcePropertiesResponse AWS API Documentation
19704
+ #
19705
+ class ListIntegrationResourcePropertiesResponse < Struct.new(
19706
+ :integration_resource_property_list,
19707
+ :marker)
19708
+ SENSITIVE = []
19709
+ include Aws::Structure
19710
+ end
19711
+
19575
19712
  # @!attribute [rw] next_token
19576
19713
  # A continuation token, if this is a continuation request.
19577
19714
  # @return [String]
@@ -20635,7 +20772,8 @@ module Aws::Glue
20635
20772
  # @return [String]
20636
20773
  #
20637
20774
  # @!attribute [rw] integration_config
20638
- # Properties associated with the integration.
20775
+ # The configuration settings for the integration. Currently, only the
20776
+ # RefreshInterval can be modified.
20639
20777
  # @return [Types::IntegrationConfig]
20640
20778
  #
20641
20779
  # @!attribute [rw] integration_name
@@ -20723,7 +20861,7 @@ module Aws::Glue
20723
20861
  # @return [String]
20724
20862
  #
20725
20863
  # @!attribute [rw] integration_config
20726
- # Properties associated with the integration.
20864
+ # The updated configuration settings for the integration.
20727
20865
  # @return [Types::IntegrationConfig]
20728
20866
  #
20729
20867
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ModifyIntegrationResponse AWS API Documentation
@@ -28724,6 +28862,12 @@ module Aws::Glue
28724
28862
  # The connection ARN of the source, or the database ARN of the target.
28725
28863
  # @return [String]
28726
28864
  #
28865
+ # @!attribute [rw] resource_property_arn
28866
+ # The resource ARN created through this create API. The format is
28867
+ # something like
28868
+ # arn:aws:glue:&lt;region&gt;:&lt;account\_id&gt;:integrationresourceproperty/*
28869
+ # @return [String]
28870
+ #
28727
28871
  # @!attribute [rw] source_processing_properties
28728
28872
  # The resource properties associated with the integration source.
28729
28873
  # @return [Types::SourceProcessingProperties]
@@ -28736,6 +28880,7 @@ module Aws::Glue
28736
28880
  #
28737
28881
  class UpdateIntegrationResourcePropertyResponse < Struct.new(
28738
28882
  :resource_arn,
28883
+ :resource_property_arn,
28739
28884
  :source_processing_properties,
28740
28885
  :target_processing_properties)
28741
28886
  SENSITIVE = []
@@ -29591,6 +29736,10 @@ module Aws::Glue
29591
29736
  # The owner of the function.
29592
29737
  # @return [String]
29593
29738
  #
29739
+ # @!attribute [rw] function_type
29740
+ # The type of the function.
29741
+ # @return [String]
29742
+ #
29594
29743
  # @!attribute [rw] owner_type
29595
29744
  # The owner type.
29596
29745
  # @return [String]
@@ -29614,6 +29763,7 @@ module Aws::Glue
29614
29763
  :database_name,
29615
29764
  :class_name,
29616
29765
  :owner_name,
29766
+ :function_type,
29617
29767
  :owner_type,
29618
29768
  :create_time,
29619
29769
  :resource_uris,
@@ -29636,6 +29786,10 @@ module Aws::Glue
29636
29786
  # The owner of the function.
29637
29787
  # @return [String]
29638
29788
  #
29789
+ # @!attribute [rw] function_type
29790
+ # The type of the function.
29791
+ # @return [String]
29792
+ #
29639
29793
  # @!attribute [rw] owner_type
29640
29794
  # The owner type.
29641
29795
  # @return [String]
@@ -29650,6 +29804,7 @@ module Aws::Glue
29650
29804
  :function_name,
29651
29805
  :class_name,
29652
29806
  :owner_name,
29807
+ :function_type,
29653
29808
  :owner_type,
29654
29809
  :resource_uris)
29655
29810
  SENSITIVE = []
data/lib/aws-sdk-glue.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Glue
54
54
  autoload :EndpointProvider, 'aws-sdk-glue/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-glue/endpoints'
56
56
 
57
- GEM_VERSION = '1.240.0'
57
+ GEM_VERSION = '1.242.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -912,6 +912,7 @@ module Aws
912
912
  interface _CreateIntegrationResourcePropertyResponseSuccess
913
913
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateIntegrationResourcePropertyResponse]
914
914
  def resource_arn: () -> ::String
915
+ def resource_property_arn: () -> ::String
915
916
  def source_processing_properties: () -> Types::SourceProcessingProperties
916
917
  def target_processing_properties: () -> Types::TargetProcessingProperties
917
918
  end
@@ -926,7 +927,13 @@ module Aws
926
927
  kms_arn: ::String?,
927
928
  connection_name: ::String?,
928
929
  event_bus_arn: ::String?
929
- }
930
+ },
931
+ ?tags: Array[
932
+ {
933
+ key: ::String?,
934
+ value: ::String?
935
+ },
936
+ ]
930
937
  ) -> _CreateIntegrationResourcePropertyResponseSuccess
931
938
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIntegrationResourcePropertyResponseSuccess
932
939
 
@@ -3053,6 +3060,7 @@ module Aws
3053
3060
  function_name: ::String?,
3054
3061
  class_name: ::String?,
3055
3062
  owner_name: ::String?,
3063
+ function_type: ("REGULAR_FUNCTION" | "AGGREGATE_FUNCTION" | "STORED_PROCEDURE")?,
3056
3064
  owner_type: ("USER" | "ROLE" | "GROUP")?,
3057
3065
  resource_uris: Array[
3058
3066
  {
@@ -3227,6 +3235,15 @@ module Aws
3227
3235
  ) -> _DeleteIntegrationResponseSuccess
3228
3236
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIntegrationResponseSuccess
3229
3237
 
3238
+ interface _DeleteIntegrationResourcePropertyResponseSuccess
3239
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIntegrationResourcePropertyResponse]
3240
+ end
3241
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#delete_integration_resource_property-instance_method
3242
+ def delete_integration_resource_property: (
3243
+ resource_arn: ::String
3244
+ ) -> _DeleteIntegrationResourcePropertyResponseSuccess
3245
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIntegrationResourcePropertyResponseSuccess
3246
+
3230
3247
  interface _DeleteIntegrationTablePropertiesResponseSuccess
3231
3248
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIntegrationTablePropertiesResponse]
3232
3249
  end
@@ -3955,6 +3972,7 @@ module Aws
3955
3972
  interface _GetIntegrationResourcePropertyResponseSuccess
3956
3973
  include ::Seahorse::Client::_ResponseSuccess[Types::GetIntegrationResourcePropertyResponse]
3957
3974
  def resource_arn: () -> ::String
3975
+ def resource_property_arn: () -> ::String
3958
3976
  def source_processing_properties: () -> Types::SourceProcessingProperties
3959
3977
  def target_processing_properties: () -> Types::TargetProcessingProperties
3960
3978
  end
@@ -4729,6 +4747,7 @@ module Aws
4729
4747
  ?catalog_id: ::String,
4730
4748
  ?database_name: ::String,
4731
4749
  pattern: ::String,
4750
+ ?function_type: ("REGULAR_FUNCTION" | "AGGREGATE_FUNCTION" | "STORED_PROCEDURE"),
4732
4751
  ?next_token: ::String,
4733
4752
  ?max_results: ::Integer
4734
4753
  ) -> _GetUserDefinedFunctionsResponseSuccess
@@ -5065,6 +5084,24 @@ module Aws
5065
5084
  ) -> _ListEntitiesResponseSuccess
5066
5085
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEntitiesResponseSuccess
5067
5086
 
5087
+ interface _ListIntegrationResourcePropertiesResponseSuccess
5088
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIntegrationResourcePropertiesResponse]
5089
+ def integration_resource_property_list: () -> ::Array[Types::IntegrationResourceProperty]
5090
+ def marker: () -> ::String
5091
+ end
5092
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#list_integration_resource_properties-instance_method
5093
+ def list_integration_resource_properties: (
5094
+ ?marker: ::String,
5095
+ ?filters: Array[
5096
+ {
5097
+ name: ::String?,
5098
+ values: Array[::String]?
5099
+ },
5100
+ ],
5101
+ ?max_records: ::Integer
5102
+ ) -> _ListIntegrationResourcePropertiesResponseSuccess
5103
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIntegrationResourcePropertiesResponseSuccess
5104
+
5068
5105
  interface _ListJobsResponseSuccess
5069
5106
  include ::Seahorse::Client::_ResponseSuccess[Types::ListJobsResponse]
5070
5107
  def job_names: () -> ::Array[::String]
@@ -6356,6 +6393,7 @@ module Aws
6356
6393
  interface _UpdateIntegrationResourcePropertyResponseSuccess
6357
6394
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIntegrationResourcePropertyResponse]
6358
6395
  def resource_arn: () -> ::String
6396
+ def resource_property_arn: () -> ::String
6359
6397
  def source_processing_properties: () -> Types::SourceProcessingProperties
6360
6398
  def target_processing_properties: () -> Types::TargetProcessingProperties
6361
6399
  end
@@ -8401,6 +8439,7 @@ module Aws
8401
8439
  function_name: ::String?,
8402
8440
  class_name: ::String?,
8403
8441
  owner_name: ::String?,
8442
+ function_type: ("REGULAR_FUNCTION" | "AGGREGATE_FUNCTION" | "STORED_PROCEDURE")?,
8404
8443
  owner_type: ("USER" | "ROLE" | "GROUP")?,
8405
8444
  resource_uris: Array[
8406
8445
  {
data/sig/types.rbs CHANGED
@@ -1398,11 +1398,13 @@ module Aws::Glue
1398
1398
  attr_accessor resource_arn: ::String
1399
1399
  attr_accessor source_processing_properties: Types::SourceProcessingProperties
1400
1400
  attr_accessor target_processing_properties: Types::TargetProcessingProperties
1401
+ attr_accessor tags: ::Array[Types::Tag]
1401
1402
  SENSITIVE: []
1402
1403
  end
1403
1404
 
1404
1405
  class CreateIntegrationResourcePropertyResponse
1405
1406
  attr_accessor resource_arn: ::String
1407
+ attr_accessor resource_property_arn: ::String
1406
1408
  attr_accessor source_processing_properties: Types::SourceProcessingProperties
1407
1409
  attr_accessor target_processing_properties: Types::TargetProcessingProperties
1408
1410
  SENSITIVE: []
@@ -2152,6 +2154,14 @@ module Aws::Glue
2152
2154
  SENSITIVE: []
2153
2155
  end
2154
2156
 
2157
+ class DeleteIntegrationResourcePropertyRequest
2158
+ attr_accessor resource_arn: ::String
2159
+ SENSITIVE: []
2160
+ end
2161
+
2162
+ class DeleteIntegrationResourcePropertyResponse < Aws::EmptyStructure
2163
+ end
2164
+
2155
2165
  class DeleteIntegrationResponse
2156
2166
  attr_accessor source_arn: ::String
2157
2167
  attr_accessor target_arn: ::String
@@ -3236,6 +3246,7 @@ module Aws::Glue
3236
3246
 
3237
3247
  class GetIntegrationResourcePropertyResponse
3238
3248
  attr_accessor resource_arn: ::String
3249
+ attr_accessor resource_property_arn: ::String
3239
3250
  attr_accessor source_processing_properties: Types::SourceProcessingProperties
3240
3251
  attr_accessor target_processing_properties: Types::TargetProcessingProperties
3241
3252
  SENSITIVE: []
@@ -3830,6 +3841,7 @@ module Aws::Glue
3830
3841
  attr_accessor catalog_id: ::String
3831
3842
  attr_accessor database_name: ::String
3832
3843
  attr_accessor pattern: ::String
3844
+ attr_accessor function_type: ("REGULAR_FUNCTION" | "AGGREGATE_FUNCTION" | "STORED_PROCEDURE")
3833
3845
  attr_accessor next_token: ::String
3834
3846
  attr_accessor max_results: ::Integer
3835
3847
  SENSITIVE: []
@@ -4206,6 +4218,20 @@ module Aws::Glue
4206
4218
  SENSITIVE: []
4207
4219
  end
4208
4220
 
4221
+ class IntegrationResourceProperty
4222
+ attr_accessor resource_arn: ::String
4223
+ attr_accessor resource_property_arn: ::String
4224
+ attr_accessor source_processing_properties: Types::SourceProcessingProperties
4225
+ attr_accessor target_processing_properties: Types::TargetProcessingProperties
4226
+ SENSITIVE: []
4227
+ end
4228
+
4229
+ class IntegrationResourcePropertyFilter
4230
+ attr_accessor name: ::String
4231
+ attr_accessor values: ::Array[::String]
4232
+ SENSITIVE: []
4233
+ end
4234
+
4209
4235
  class InternalServerException
4210
4236
  attr_accessor message: ::String
4211
4237
  SENSITIVE: []
@@ -4704,6 +4730,19 @@ module Aws::Glue
4704
4730
  SENSITIVE: []
4705
4731
  end
4706
4732
 
4733
+ class ListIntegrationResourcePropertiesRequest
4734
+ attr_accessor marker: ::String
4735
+ attr_accessor filters: ::Array[Types::IntegrationResourcePropertyFilter]
4736
+ attr_accessor max_records: ::Integer
4737
+ SENSITIVE: []
4738
+ end
4739
+
4740
+ class ListIntegrationResourcePropertiesResponse
4741
+ attr_accessor integration_resource_property_list: ::Array[Types::IntegrationResourceProperty]
4742
+ attr_accessor marker: ::String
4743
+ SENSITIVE: []
4744
+ end
4745
+
4707
4746
  class ListJobsRequest
4708
4747
  attr_accessor next_token: ::String
4709
4748
  attr_accessor max_results: ::Integer
@@ -7024,6 +7063,7 @@ module Aws::Glue
7024
7063
 
7025
7064
  class UpdateIntegrationResourcePropertyResponse
7026
7065
  attr_accessor resource_arn: ::String
7066
+ attr_accessor resource_property_arn: ::String
7027
7067
  attr_accessor source_processing_properties: Types::SourceProcessingProperties
7028
7068
  attr_accessor target_processing_properties: Types::TargetProcessingProperties
7029
7069
  SENSITIVE: []
@@ -7260,6 +7300,7 @@ module Aws::Glue
7260
7300
  attr_accessor database_name: ::String
7261
7301
  attr_accessor class_name: ::String
7262
7302
  attr_accessor owner_name: ::String
7303
+ attr_accessor function_type: ("REGULAR_FUNCTION" | "AGGREGATE_FUNCTION" | "STORED_PROCEDURE")
7263
7304
  attr_accessor owner_type: ("USER" | "ROLE" | "GROUP")
7264
7305
  attr_accessor create_time: ::Time
7265
7306
  attr_accessor resource_uris: ::Array[Types::ResourceUri]
@@ -7271,6 +7312,7 @@ module Aws::Glue
7271
7312
  attr_accessor function_name: ::String
7272
7313
  attr_accessor class_name: ::String
7273
7314
  attr_accessor owner_name: ::String
7315
+ attr_accessor function_type: ("REGULAR_FUNCTION" | "AGGREGATE_FUNCTION" | "STORED_PROCEDURE")
7274
7316
  attr_accessor owner_type: ("USER" | "ROLE" | "GROUP")
7275
7317
  attr_accessor resource_uris: ::Array[Types::ResourceUri]
7276
7318
  SENSITIVE: []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.240.0
4
+ version: 1.242.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services