aws-sdk-glue 1.239.0 → 1.241.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +116 -12
- data/lib/aws-sdk-glue/client_api.rb +102 -24
- data/lib/aws-sdk-glue/types.rb +159 -7
- data/lib/aws-sdk-glue.rb +1 -1
- data/sig/client.rbs +42 -3
- data/sig/types.rbs +42 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c571088da7877e68c753ca2a14170e534b6fa2d2f6966a7ddcbb3347bdbb978
|
|
4
|
+
data.tar.gz: c1444fef632df415a97723733fd5f9643a08647ef13d2ede8f434105ab37cf3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30539120dd8a03f70bd17b54ae67bd9d65fc328e851f35723df3c16216e7c38d4847b815901862869411ef7f552facd89271ef67e0e6554f355a42b03fbacda0
|
|
7
|
+
data.tar.gz: fe099c2b6d903bbd0bfd8292c8bf0ad73f950eab09c967ec437e3ff0d7a86d84036f7034a9be66f9cf4acde752699df4d1fd4d6564a815ce2395ef8862a57818
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.241.0 (2025-11-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon Glue Releasing 2 the new API ListIntegrationResourceProperties and DeleteIntegrationResourceProperty along with minor improvement on existing API(s).
|
|
8
|
+
|
|
9
|
+
1.240.0 (2025-10-30)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This release adds the capability to enable User Background Sessions for customers running Trusted Identity Propagation enabled Interactive Sessions on AWS Glue.
|
|
13
|
+
|
|
4
14
|
1.239.0 (2025-10-21)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.241.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
|
@@ -2902,6 +2902,10 @@ module Aws::Glue
|
|
|
2902
2902
|
# A list of Identity Center scopes that define the permissions and
|
|
2903
2903
|
# access levels for the Glue configuration.
|
|
2904
2904
|
#
|
|
2905
|
+
# @option params [Boolean] :user_background_sessions_enabled
|
|
2906
|
+
# Specifies whether users can run background sessions when using
|
|
2907
|
+
# Identity Center authentication with Glue services.
|
|
2908
|
+
#
|
|
2905
2909
|
# @return [Types::CreateGlueIdentityCenterConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2906
2910
|
#
|
|
2907
2911
|
# * {Types::CreateGlueIdentityCenterConfigurationResponse#application_arn #application_arn} => String
|
|
@@ -2911,6 +2915,7 @@ module Aws::Glue
|
|
|
2911
2915
|
# resp = client.create_glue_identity_center_configuration({
|
|
2912
2916
|
# instance_arn: "IdentityCenterInstanceArn", # required
|
|
2913
2917
|
# scopes: ["IdentityCenterScope"],
|
|
2918
|
+
# user_background_sessions_enabled: false,
|
|
2914
2919
|
# })
|
|
2915
2920
|
#
|
|
2916
2921
|
# @example Response structure
|
|
@@ -2980,8 +2985,8 @@ module Aws::Glue
|
|
|
2980
2985
|
#
|
|
2981
2986
|
# resp = client.create_integration({
|
|
2982
2987
|
# integration_name: "String128", # required
|
|
2983
|
-
# source_arn: "
|
|
2984
|
-
# target_arn: "
|
|
2988
|
+
# source_arn: "String512", # required
|
|
2989
|
+
# target_arn: "String512", # required
|
|
2985
2990
|
# description: "IntegrationDescription",
|
|
2986
2991
|
# data_filter: "String2048",
|
|
2987
2992
|
# kms_key_id: "String2048",
|
|
@@ -3053,16 +3058,21 @@ module Aws::Glue
|
|
|
3053
3058
|
# @option params [Types::TargetProcessingProperties] :target_processing_properties
|
|
3054
3059
|
# The resource properties associated with the integration target.
|
|
3055
3060
|
#
|
|
3061
|
+
# @option params [Array<Types::Tag>] :tags
|
|
3062
|
+
# Metadata assigned to the resource consisting of a list of key-value
|
|
3063
|
+
# pairs.
|
|
3064
|
+
#
|
|
3056
3065
|
# @return [Types::CreateIntegrationResourcePropertyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3057
3066
|
#
|
|
3058
3067
|
# * {Types::CreateIntegrationResourcePropertyResponse#resource_arn #resource_arn} => String
|
|
3068
|
+
# * {Types::CreateIntegrationResourcePropertyResponse#resource_property_arn #resource_property_arn} => String
|
|
3059
3069
|
# * {Types::CreateIntegrationResourcePropertyResponse#source_processing_properties #source_processing_properties} => Types::SourceProcessingProperties
|
|
3060
3070
|
# * {Types::CreateIntegrationResourcePropertyResponse#target_processing_properties #target_processing_properties} => Types::TargetProcessingProperties
|
|
3061
3071
|
#
|
|
3062
3072
|
# @example Request syntax with placeholder values
|
|
3063
3073
|
#
|
|
3064
3074
|
# resp = client.create_integration_resource_property({
|
|
3065
|
-
# resource_arn: "
|
|
3075
|
+
# resource_arn: "String512", # required
|
|
3066
3076
|
# source_processing_properties: {
|
|
3067
3077
|
# role_arn: "String128",
|
|
3068
3078
|
# },
|
|
@@ -3072,11 +3082,18 @@ module Aws::Glue
|
|
|
3072
3082
|
# connection_name: "String128",
|
|
3073
3083
|
# event_bus_arn: "String2048",
|
|
3074
3084
|
# },
|
|
3085
|
+
# tags: [
|
|
3086
|
+
# {
|
|
3087
|
+
# key: "TagKey",
|
|
3088
|
+
# value: "TagValue",
|
|
3089
|
+
# },
|
|
3090
|
+
# ],
|
|
3075
3091
|
# })
|
|
3076
3092
|
#
|
|
3077
3093
|
# @example Response structure
|
|
3078
3094
|
#
|
|
3079
3095
|
# resp.resource_arn #=> String
|
|
3096
|
+
# resp.resource_property_arn #=> String
|
|
3080
3097
|
# resp.source_processing_properties.role_arn #=> String
|
|
3081
3098
|
# resp.target_processing_properties.role_arn #=> String
|
|
3082
3099
|
# resp.target_processing_properties.kms_arn #=> String
|
|
@@ -3125,7 +3142,7 @@ module Aws::Glue
|
|
|
3125
3142
|
# @example Request syntax with placeholder values
|
|
3126
3143
|
#
|
|
3127
3144
|
# resp = client.create_integration_table_properties({
|
|
3128
|
-
# resource_arn: "
|
|
3145
|
+
# resource_arn: "String512", # required
|
|
3129
3146
|
# table_name: "String128", # required
|
|
3130
3147
|
# source_table_config: {
|
|
3131
3148
|
# fields: ["String128"],
|
|
@@ -5236,6 +5253,29 @@ module Aws::Glue
|
|
|
5236
5253
|
req.send_request(options)
|
|
5237
5254
|
end
|
|
5238
5255
|
|
|
5256
|
+
# This API is used for deleting the `ResourceProperty` of the Glue
|
|
5257
|
+
# connection (for the source) or Glue database ARN (for the target).
|
|
5258
|
+
#
|
|
5259
|
+
# @option params [required, String] :resource_arn
|
|
5260
|
+
# The connection ARN of the source, or the database ARN of the target.
|
|
5261
|
+
#
|
|
5262
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
5263
|
+
#
|
|
5264
|
+
# @example Request syntax with placeholder values
|
|
5265
|
+
#
|
|
5266
|
+
# resp = client.delete_integration_resource_property({
|
|
5267
|
+
# resource_arn: "String512", # required
|
|
5268
|
+
# })
|
|
5269
|
+
#
|
|
5270
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteIntegrationResourceProperty AWS API Documentation
|
|
5271
|
+
#
|
|
5272
|
+
# @overload delete_integration_resource_property(params = {})
|
|
5273
|
+
# @param [Hash] params ({})
|
|
5274
|
+
def delete_integration_resource_property(params = {}, options = {})
|
|
5275
|
+
req = build_request(:delete_integration_resource_property, params)
|
|
5276
|
+
req.send_request(options)
|
|
5277
|
+
end
|
|
5278
|
+
|
|
5239
5279
|
# Deletes the table properties that have been created for the tables
|
|
5240
5280
|
# that need to be replicated.
|
|
5241
5281
|
#
|
|
@@ -5250,7 +5290,7 @@ module Aws::Glue
|
|
|
5250
5290
|
# @example Request syntax with placeholder values
|
|
5251
5291
|
#
|
|
5252
5292
|
# resp = client.delete_integration_table_properties({
|
|
5253
|
-
# resource_arn: "
|
|
5293
|
+
# resource_arn: "String512", # required
|
|
5254
5294
|
# table_name: "String128", # required
|
|
5255
5295
|
# })
|
|
5256
5296
|
#
|
|
@@ -6162,7 +6202,7 @@ module Aws::Glue
|
|
|
6162
6202
|
# integration_arn: "String128",
|
|
6163
6203
|
# marker: "String128",
|
|
6164
6204
|
# max_records: 1,
|
|
6165
|
-
# target_arn: "
|
|
6205
|
+
# target_arn: "String512",
|
|
6166
6206
|
# })
|
|
6167
6207
|
#
|
|
6168
6208
|
# @example Response structure
|
|
@@ -8329,6 +8369,7 @@ module Aws::Glue
|
|
|
8329
8369
|
# * {Types::GetGlueIdentityCenterConfigurationResponse#application_arn #application_arn} => String
|
|
8330
8370
|
# * {Types::GetGlueIdentityCenterConfigurationResponse#instance_arn #instance_arn} => String
|
|
8331
8371
|
# * {Types::GetGlueIdentityCenterConfigurationResponse#scopes #scopes} => Array<String>
|
|
8372
|
+
# * {Types::GetGlueIdentityCenterConfigurationResponse#user_background_sessions_enabled #user_background_sessions_enabled} => Boolean
|
|
8332
8373
|
#
|
|
8333
8374
|
# @example Response structure
|
|
8334
8375
|
#
|
|
@@ -8336,6 +8377,7 @@ module Aws::Glue
|
|
|
8336
8377
|
# resp.instance_arn #=> String
|
|
8337
8378
|
# resp.scopes #=> Array
|
|
8338
8379
|
# resp.scopes[0] #=> String
|
|
8380
|
+
# resp.user_background_sessions_enabled #=> Boolean
|
|
8339
8381
|
#
|
|
8340
8382
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetGlueIdentityCenterConfiguration AWS API Documentation
|
|
8341
8383
|
#
|
|
@@ -8355,18 +8397,20 @@ module Aws::Glue
|
|
|
8355
8397
|
# @return [Types::GetIntegrationResourcePropertyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
8356
8398
|
#
|
|
8357
8399
|
# * {Types::GetIntegrationResourcePropertyResponse#resource_arn #resource_arn} => String
|
|
8400
|
+
# * {Types::GetIntegrationResourcePropertyResponse#resource_property_arn #resource_property_arn} => String
|
|
8358
8401
|
# * {Types::GetIntegrationResourcePropertyResponse#source_processing_properties #source_processing_properties} => Types::SourceProcessingProperties
|
|
8359
8402
|
# * {Types::GetIntegrationResourcePropertyResponse#target_processing_properties #target_processing_properties} => Types::TargetProcessingProperties
|
|
8360
8403
|
#
|
|
8361
8404
|
# @example Request syntax with placeholder values
|
|
8362
8405
|
#
|
|
8363
8406
|
# resp = client.get_integration_resource_property({
|
|
8364
|
-
# resource_arn: "
|
|
8407
|
+
# resource_arn: "String512", # required
|
|
8365
8408
|
# })
|
|
8366
8409
|
#
|
|
8367
8410
|
# @example Response structure
|
|
8368
8411
|
#
|
|
8369
8412
|
# resp.resource_arn #=> String
|
|
8413
|
+
# resp.resource_property_arn #=> String
|
|
8370
8414
|
# resp.source_processing_properties.role_arn #=> String
|
|
8371
8415
|
# resp.target_processing_properties.role_arn #=> String
|
|
8372
8416
|
# resp.target_processing_properties.kms_arn #=> String
|
|
@@ -8408,7 +8452,7 @@ module Aws::Glue
|
|
|
8408
8452
|
# @example Request syntax with placeholder values
|
|
8409
8453
|
#
|
|
8410
8454
|
# resp = client.get_integration_table_properties({
|
|
8411
|
-
# resource_arn: "
|
|
8455
|
+
# resource_arn: "String512", # required
|
|
8412
8456
|
# table_name: "String128", # required
|
|
8413
8457
|
# })
|
|
8414
8458
|
#
|
|
@@ -13140,6 +13184,58 @@ module Aws::Glue
|
|
|
13140
13184
|
req.send_request(options)
|
|
13141
13185
|
end
|
|
13142
13186
|
|
|
13187
|
+
# List integration resource properties for a single customer. It
|
|
13188
|
+
# supports the filters, maxRecords and markers.
|
|
13189
|
+
#
|
|
13190
|
+
# @option params [String] :marker
|
|
13191
|
+
# This is the pagination token for next page, initial value is `null`.
|
|
13192
|
+
#
|
|
13193
|
+
# @option params [Array<Types::IntegrationResourcePropertyFilter>] :filters
|
|
13194
|
+
# A list of filters, supported filter Key is `SourceArn` and
|
|
13195
|
+
# `TargetArn`.
|
|
13196
|
+
#
|
|
13197
|
+
# @option params [Integer] :max_records
|
|
13198
|
+
# This is total number of items to be evaluated.
|
|
13199
|
+
#
|
|
13200
|
+
# @return [Types::ListIntegrationResourcePropertiesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
13201
|
+
#
|
|
13202
|
+
# * {Types::ListIntegrationResourcePropertiesResponse#integration_resource_property_list #integration_resource_property_list} => Array<Types::IntegrationResourceProperty>
|
|
13203
|
+
# * {Types::ListIntegrationResourcePropertiesResponse#marker #marker} => String
|
|
13204
|
+
#
|
|
13205
|
+
# @example Request syntax with placeholder values
|
|
13206
|
+
#
|
|
13207
|
+
# resp = client.list_integration_resource_properties({
|
|
13208
|
+
# marker: "String1024",
|
|
13209
|
+
# filters: [
|
|
13210
|
+
# {
|
|
13211
|
+
# name: "String128",
|
|
13212
|
+
# values: ["String128"],
|
|
13213
|
+
# },
|
|
13214
|
+
# ],
|
|
13215
|
+
# max_records: 1,
|
|
13216
|
+
# })
|
|
13217
|
+
#
|
|
13218
|
+
# @example Response structure
|
|
13219
|
+
#
|
|
13220
|
+
# resp.integration_resource_property_list #=> Array
|
|
13221
|
+
# resp.integration_resource_property_list[0].resource_arn #=> String
|
|
13222
|
+
# resp.integration_resource_property_list[0].resource_property_arn #=> String
|
|
13223
|
+
# resp.integration_resource_property_list[0].source_processing_properties.role_arn #=> String
|
|
13224
|
+
# resp.integration_resource_property_list[0].target_processing_properties.role_arn #=> String
|
|
13225
|
+
# resp.integration_resource_property_list[0].target_processing_properties.kms_arn #=> String
|
|
13226
|
+
# resp.integration_resource_property_list[0].target_processing_properties.connection_name #=> String
|
|
13227
|
+
# resp.integration_resource_property_list[0].target_processing_properties.event_bus_arn #=> String
|
|
13228
|
+
# resp.marker #=> String
|
|
13229
|
+
#
|
|
13230
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ListIntegrationResourceProperties AWS API Documentation
|
|
13231
|
+
#
|
|
13232
|
+
# @overload list_integration_resource_properties(params = {})
|
|
13233
|
+
# @param [Hash] params ({})
|
|
13234
|
+
def list_integration_resource_properties(params = {}, options = {})
|
|
13235
|
+
req = build_request(:list_integration_resource_properties, params)
|
|
13236
|
+
req.send_request(options)
|
|
13237
|
+
end
|
|
13238
|
+
|
|
13143
13239
|
# Retrieves the names of all job resources in this Amazon Web Services
|
|
13144
13240
|
# account, or the resources with the specified tag. This operation
|
|
13145
13241
|
# allows you to see which resources are available in your account, and
|
|
@@ -13783,7 +13879,8 @@ module Aws::Glue
|
|
|
13783
13879
|
# Selects source tables for the integration using Maxwell filter syntax.
|
|
13784
13880
|
#
|
|
13785
13881
|
# @option params [Types::IntegrationConfig] :integration_config
|
|
13786
|
-
#
|
|
13882
|
+
# The configuration settings for the integration. Currently, only the
|
|
13883
|
+
# RefreshInterval can be modified.
|
|
13787
13884
|
#
|
|
13788
13885
|
# @option params [String] :integration_name
|
|
13789
13886
|
# A unique name for an integration in Glue.
|
|
@@ -16768,12 +16865,17 @@ module Aws::Glue
|
|
|
16768
16865
|
# A list of Identity Center scopes that define the updated permissions
|
|
16769
16866
|
# and access levels for the Glue configuration.
|
|
16770
16867
|
#
|
|
16868
|
+
# @option params [Boolean] :user_background_sessions_enabled
|
|
16869
|
+
# Specifies whether users can run background sessions when using
|
|
16870
|
+
# Identity Center authentication with Glue services.
|
|
16871
|
+
#
|
|
16771
16872
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
16772
16873
|
#
|
|
16773
16874
|
# @example Request syntax with placeholder values
|
|
16774
16875
|
#
|
|
16775
16876
|
# resp = client.update_glue_identity_center_configuration({
|
|
16776
16877
|
# scopes: ["IdentityCenterScope"],
|
|
16878
|
+
# user_background_sessions_enabled: false,
|
|
16777
16879
|
# })
|
|
16778
16880
|
#
|
|
16779
16881
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateGlueIdentityCenterConfiguration AWS API Documentation
|
|
@@ -16804,13 +16906,14 @@ module Aws::Glue
|
|
|
16804
16906
|
# @return [Types::UpdateIntegrationResourcePropertyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
16805
16907
|
#
|
|
16806
16908
|
# * {Types::UpdateIntegrationResourcePropertyResponse#resource_arn #resource_arn} => String
|
|
16909
|
+
# * {Types::UpdateIntegrationResourcePropertyResponse#resource_property_arn #resource_property_arn} => String
|
|
16807
16910
|
# * {Types::UpdateIntegrationResourcePropertyResponse#source_processing_properties #source_processing_properties} => Types::SourceProcessingProperties
|
|
16808
16911
|
# * {Types::UpdateIntegrationResourcePropertyResponse#target_processing_properties #target_processing_properties} => Types::TargetProcessingProperties
|
|
16809
16912
|
#
|
|
16810
16913
|
# @example Request syntax with placeholder values
|
|
16811
16914
|
#
|
|
16812
16915
|
# resp = client.update_integration_resource_property({
|
|
16813
|
-
# resource_arn: "
|
|
16916
|
+
# resource_arn: "String512", # required
|
|
16814
16917
|
# source_processing_properties: {
|
|
16815
16918
|
# role_arn: "String128",
|
|
16816
16919
|
# },
|
|
@@ -16825,6 +16928,7 @@ module Aws::Glue
|
|
|
16825
16928
|
# @example Response structure
|
|
16826
16929
|
#
|
|
16827
16930
|
# resp.resource_arn #=> String
|
|
16931
|
+
# resp.resource_property_arn #=> String
|
|
16828
16932
|
# resp.source_processing_properties.role_arn #=> String
|
|
16829
16933
|
# resp.target_processing_properties.role_arn #=> String
|
|
16830
16934
|
# resp.target_processing_properties.kms_arn #=> String
|
|
@@ -16868,7 +16972,7 @@ module Aws::Glue
|
|
|
16868
16972
|
# @example Request syntax with placeholder values
|
|
16869
16973
|
#
|
|
16870
16974
|
# resp = client.update_integration_table_properties({
|
|
16871
|
-
# resource_arn: "
|
|
16975
|
+
# resource_arn: "String512", # required
|
|
16872
16976
|
# table_name: "String128", # required
|
|
16873
16977
|
# source_table_config: {
|
|
16874
16978
|
# fields: ["String128"],
|
|
@@ -17948,7 +18052,7 @@ module Aws::Glue
|
|
|
17948
18052
|
tracer: tracer
|
|
17949
18053
|
)
|
|
17950
18054
|
context[:gem_name] = 'aws-sdk-glue'
|
|
17951
|
-
context[:gem_version] = '1.
|
|
18055
|
+
context[:gem_version] = '1.241.0'
|
|
17952
18056
|
Seahorse::Client::Request.new(handlers, context)
|
|
17953
18057
|
end
|
|
17954
18058
|
|
|
@@ -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')
|
|
@@ -881,6 +883,11 @@ module Aws::Glue
|
|
|
881
883
|
IntegrationPartition = Shapes::StructureShape.new(name: 'IntegrationPartition')
|
|
882
884
|
IntegrationPartitionSpecList = Shapes::ListShape.new(name: 'IntegrationPartitionSpecList')
|
|
883
885
|
IntegrationQuotaExceededFault = Shapes::StructureShape.new(name: 'IntegrationQuotaExceededFault')
|
|
886
|
+
IntegrationResourceProperty = Shapes::StructureShape.new(name: 'IntegrationResourceProperty')
|
|
887
|
+
IntegrationResourcePropertyFilter = Shapes::StructureShape.new(name: 'IntegrationResourcePropertyFilter')
|
|
888
|
+
IntegrationResourcePropertyFilterList = Shapes::ListShape.new(name: 'IntegrationResourcePropertyFilterList')
|
|
889
|
+
IntegrationResourcePropertyFilterValues = Shapes::ListShape.new(name: 'IntegrationResourcePropertyFilterValues')
|
|
890
|
+
IntegrationResourcePropertyList = Shapes::ListShape.new(name: 'IntegrationResourcePropertyList')
|
|
884
891
|
IntegrationSourcePropertiesMap = Shapes::MapShape.new(name: 'IntegrationSourcePropertiesMap')
|
|
885
892
|
IntegrationStatus = Shapes::StringShape.new(name: 'IntegrationStatus')
|
|
886
893
|
IntegrationString = Shapes::StringShape.new(name: 'IntegrationString')
|
|
@@ -975,6 +982,8 @@ module Aws::Glue
|
|
|
975
982
|
ListDevEndpointsResponse = Shapes::StructureShape.new(name: 'ListDevEndpointsResponse')
|
|
976
983
|
ListEntitiesRequest = Shapes::StructureShape.new(name: 'ListEntitiesRequest')
|
|
977
984
|
ListEntitiesResponse = Shapes::StructureShape.new(name: 'ListEntitiesResponse')
|
|
985
|
+
ListIntegrationResourcePropertiesRequest = Shapes::StructureShape.new(name: 'ListIntegrationResourcePropertiesRequest')
|
|
986
|
+
ListIntegrationResourcePropertiesResponse = Shapes::StructureShape.new(name: 'ListIntegrationResourcePropertiesResponse')
|
|
978
987
|
ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
|
|
979
988
|
ListJobsResponse = Shapes::StructureShape.new(name: 'ListJobsResponse')
|
|
980
989
|
ListMLTransformsRequest = Shapes::StructureShape.new(name: 'ListMLTransformsRequest')
|
|
@@ -1403,8 +1412,10 @@ module Aws::Glue
|
|
|
1403
1412
|
StorageDescriptor = Shapes::StructureShape.new(name: 'StorageDescriptor')
|
|
1404
1413
|
StreamingDataPreviewOptions = Shapes::StructureShape.new(name: 'StreamingDataPreviewOptions')
|
|
1405
1414
|
String = Shapes::StringShape.new(name: 'String')
|
|
1415
|
+
String1024 = Shapes::StringShape.new(name: 'String1024')
|
|
1406
1416
|
String128 = Shapes::StringShape.new(name: 'String128')
|
|
1407
1417
|
String2048 = Shapes::StringShape.new(name: 'String2048')
|
|
1418
|
+
String512 = Shapes::StringShape.new(name: 'String512')
|
|
1408
1419
|
StringColumnStatisticsData = Shapes::StructureShape.new(name: 'StringColumnStatisticsData')
|
|
1409
1420
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
|
1410
1421
|
StringToStringMap = Shapes::MapShape.new(name: 'StringToStringMap')
|
|
@@ -2795,6 +2806,7 @@ module Aws::Glue
|
|
|
2795
2806
|
|
|
2796
2807
|
CreateGlueIdentityCenterConfigurationRequest.add_member(:instance_arn, Shapes::ShapeRef.new(shape: IdentityCenterInstanceArn, required: true, location_name: "InstanceArn"))
|
|
2797
2808
|
CreateGlueIdentityCenterConfigurationRequest.add_member(:scopes, Shapes::ShapeRef.new(shape: IdentityCenterScopesList, location_name: "Scopes"))
|
|
2809
|
+
CreateGlueIdentityCenterConfigurationRequest.add_member(:user_background_sessions_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "UserBackgroundSessionsEnabled"))
|
|
2798
2810
|
CreateGlueIdentityCenterConfigurationRequest.struct_class = Types::CreateGlueIdentityCenterConfigurationRequest
|
|
2799
2811
|
|
|
2800
2812
|
CreateGlueIdentityCenterConfigurationResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: ApplicationArn, location_name: "ApplicationArn"))
|
|
@@ -2814,8 +2826,8 @@ module Aws::Glue
|
|
|
2814
2826
|
CreateIcebergTableInput.struct_class = Types::CreateIcebergTableInput
|
|
2815
2827
|
|
|
2816
2828
|
CreateIntegrationRequest.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
|
|
2817
|
-
CreateIntegrationRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape:
|
|
2818
|
-
CreateIntegrationRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape:
|
|
2829
|
+
CreateIntegrationRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "SourceArn"))
|
|
2830
|
+
CreateIntegrationRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "TargetArn"))
|
|
2819
2831
|
CreateIntegrationRequest.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
|
2820
2832
|
CreateIntegrationRequest.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
|
2821
2833
|
CreateIntegrationRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String2048, location_name: "KmsKeyId"))
|
|
@@ -2824,18 +2836,20 @@ module Aws::Glue
|
|
|
2824
2836
|
CreateIntegrationRequest.add_member(:integration_config, Shapes::ShapeRef.new(shape: IntegrationConfig, location_name: "IntegrationConfig"))
|
|
2825
2837
|
CreateIntegrationRequest.struct_class = Types::CreateIntegrationRequest
|
|
2826
2838
|
|
|
2827
|
-
CreateIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
|
2839
|
+
CreateIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
|
|
2828
2840
|
CreateIntegrationResourcePropertyRequest.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
|
2829
2841
|
CreateIntegrationResourcePropertyRequest.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
|
2842
|
+
CreateIntegrationResourcePropertyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: IntegrationTagsList, location_name: "Tags"))
|
|
2830
2843
|
CreateIntegrationResourcePropertyRequest.struct_class = Types::CreateIntegrationResourcePropertyRequest
|
|
2831
2844
|
|
|
2832
|
-
CreateIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
|
2845
|
+
CreateIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
|
|
2846
|
+
CreateIntegrationResourcePropertyResponse.add_member(:resource_property_arn, Shapes::ShapeRef.new(shape: String512, location_name: "ResourcePropertyArn"))
|
|
2833
2847
|
CreateIntegrationResourcePropertyResponse.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
|
2834
2848
|
CreateIntegrationResourcePropertyResponse.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
|
2835
2849
|
CreateIntegrationResourcePropertyResponse.struct_class = Types::CreateIntegrationResourcePropertyResponse
|
|
2836
2850
|
|
|
2837
|
-
CreateIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape:
|
|
2838
|
-
CreateIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape:
|
|
2851
|
+
CreateIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "SourceArn"))
|
|
2852
|
+
CreateIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "TargetArn"))
|
|
2839
2853
|
CreateIntegrationResponse.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
|
|
2840
2854
|
CreateIntegrationResponse.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
|
2841
2855
|
CreateIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
|
@@ -2849,7 +2863,7 @@ module Aws::Glue
|
|
|
2849
2863
|
CreateIntegrationResponse.add_member(:integration_config, Shapes::ShapeRef.new(shape: IntegrationConfig, location_name: "IntegrationConfig"))
|
|
2850
2864
|
CreateIntegrationResponse.struct_class = Types::CreateIntegrationResponse
|
|
2851
2865
|
|
|
2852
|
-
CreateIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
|
2866
|
+
CreateIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
|
|
2853
2867
|
CreateIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
|
|
2854
2868
|
CreateIntegrationTablePropertiesRequest.add_member(:source_table_config, Shapes::ShapeRef.new(shape: SourceTableConfig, location_name: "SourceTableConfig"))
|
|
2855
2869
|
CreateIntegrationTablePropertiesRequest.add_member(:target_table_config, Shapes::ShapeRef.new(shape: TargetTableConfig, location_name: "TargetTableConfig"))
|
|
@@ -3451,8 +3465,13 @@ module Aws::Glue
|
|
|
3451
3465
|
DeleteIntegrationRequest.add_member(:integration_identifier, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationIdentifier"))
|
|
3452
3466
|
DeleteIntegrationRequest.struct_class = Types::DeleteIntegrationRequest
|
|
3453
3467
|
|
|
3454
|
-
|
|
3455
|
-
|
|
3468
|
+
DeleteIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
|
|
3469
|
+
DeleteIntegrationResourcePropertyRequest.struct_class = Types::DeleteIntegrationResourcePropertyRequest
|
|
3470
|
+
|
|
3471
|
+
DeleteIntegrationResourcePropertyResponse.struct_class = Types::DeleteIntegrationResourcePropertyResponse
|
|
3472
|
+
|
|
3473
|
+
DeleteIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "SourceArn"))
|
|
3474
|
+
DeleteIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "TargetArn"))
|
|
3456
3475
|
DeleteIntegrationResponse.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
|
|
3457
3476
|
DeleteIntegrationResponse.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
|
3458
3477
|
DeleteIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
|
@@ -3465,7 +3484,7 @@ module Aws::Glue
|
|
|
3465
3484
|
DeleteIntegrationResponse.add_member(:data_filter, Shapes::ShapeRef.new(shape: String2048, location_name: "DataFilter"))
|
|
3466
3485
|
DeleteIntegrationResponse.struct_class = Types::DeleteIntegrationResponse
|
|
3467
3486
|
|
|
3468
|
-
DeleteIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
|
3487
|
+
DeleteIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
|
|
3469
3488
|
DeleteIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
|
|
3470
3489
|
DeleteIntegrationTablePropertiesRequest.struct_class = Types::DeleteIntegrationTablePropertiesRequest
|
|
3471
3490
|
|
|
@@ -3626,7 +3645,7 @@ module Aws::Glue
|
|
|
3626
3645
|
DescribeInboundIntegrationsRequest.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, location_name: "IntegrationArn"))
|
|
3627
3646
|
DescribeInboundIntegrationsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String128, location_name: "Marker"))
|
|
3628
3647
|
DescribeInboundIntegrationsRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegrationInteger, location_name: "MaxRecords"))
|
|
3629
|
-
DescribeInboundIntegrationsRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape:
|
|
3648
|
+
DescribeInboundIntegrationsRequest.add_member(:target_arn, Shapes::ShapeRef.new(shape: String512, location_name: "TargetArn"))
|
|
3630
3649
|
DescribeInboundIntegrationsRequest.struct_class = Types::DescribeInboundIntegrationsRequest
|
|
3631
3650
|
|
|
3632
3651
|
DescribeInboundIntegrationsResponse.add_member(:inbound_integrations, Shapes::ShapeRef.new(shape: InboundIntegrationsList, location_name: "InboundIntegrations"))
|
|
@@ -4265,21 +4284,23 @@ module Aws::Glue
|
|
|
4265
4284
|
GetGlueIdentityCenterConfigurationResponse.add_member(:application_arn, Shapes::ShapeRef.new(shape: ApplicationArn, location_name: "ApplicationArn"))
|
|
4266
4285
|
GetGlueIdentityCenterConfigurationResponse.add_member(:instance_arn, Shapes::ShapeRef.new(shape: IdentityCenterInstanceArn, location_name: "InstanceArn"))
|
|
4267
4286
|
GetGlueIdentityCenterConfigurationResponse.add_member(:scopes, Shapes::ShapeRef.new(shape: OrchestrationStringList, location_name: "Scopes"))
|
|
4287
|
+
GetGlueIdentityCenterConfigurationResponse.add_member(:user_background_sessions_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "UserBackgroundSessionsEnabled"))
|
|
4268
4288
|
GetGlueIdentityCenterConfigurationResponse.struct_class = Types::GetGlueIdentityCenterConfigurationResponse
|
|
4269
4289
|
|
|
4270
|
-
GetIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
|
4290
|
+
GetIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
|
|
4271
4291
|
GetIntegrationResourcePropertyRequest.struct_class = Types::GetIntegrationResourcePropertyRequest
|
|
4272
4292
|
|
|
4273
|
-
GetIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
|
4293
|
+
GetIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, location_name: "ResourceArn"))
|
|
4294
|
+
GetIntegrationResourcePropertyResponse.add_member(:resource_property_arn, Shapes::ShapeRef.new(shape: String512, location_name: "ResourcePropertyArn"))
|
|
4274
4295
|
GetIntegrationResourcePropertyResponse.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
|
4275
4296
|
GetIntegrationResourcePropertyResponse.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
|
4276
4297
|
GetIntegrationResourcePropertyResponse.struct_class = Types::GetIntegrationResourcePropertyResponse
|
|
4277
4298
|
|
|
4278
|
-
GetIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
|
4299
|
+
GetIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
|
|
4279
4300
|
GetIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
|
|
4280
4301
|
GetIntegrationTablePropertiesRequest.struct_class = Types::GetIntegrationTablePropertiesRequest
|
|
4281
4302
|
|
|
4282
|
-
GetIntegrationTablePropertiesResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
|
4303
|
+
GetIntegrationTablePropertiesResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, location_name: "ResourceArn"))
|
|
4283
4304
|
GetIntegrationTablePropertiesResponse.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, location_name: "TableName"))
|
|
4284
4305
|
GetIntegrationTablePropertiesResponse.add_member(:source_table_config, Shapes::ShapeRef.new(shape: SourceTableConfig, location_name: "SourceTableConfig"))
|
|
4285
4306
|
GetIntegrationTablePropertiesResponse.add_member(:target_table_config, Shapes::ShapeRef.new(shape: TargetTableConfig, location_name: "TargetTableConfig"))
|
|
@@ -4959,8 +4980,8 @@ module Aws::Glue
|
|
|
4959
4980
|
ImportLabelsTaskRunProperties.add_member(:replace, Shapes::ShapeRef.new(shape: ReplaceBoolean, location_name: "Replace"))
|
|
4960
4981
|
ImportLabelsTaskRunProperties.struct_class = Types::ImportLabelsTaskRunProperties
|
|
4961
4982
|
|
|
4962
|
-
InboundIntegration.add_member(:source_arn, Shapes::ShapeRef.new(shape:
|
|
4963
|
-
InboundIntegration.add_member(:target_arn, Shapes::ShapeRef.new(shape:
|
|
4983
|
+
InboundIntegration.add_member(:source_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "SourceArn"))
|
|
4984
|
+
InboundIntegration.add_member(:target_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "TargetArn"))
|
|
4964
4985
|
InboundIntegration.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
|
4965
4986
|
InboundIntegration.add_member(:status, Shapes::ShapeRef.new(shape: IntegrationStatus, required: true, location_name: "Status"))
|
|
4966
4987
|
InboundIntegration.add_member(:create_time, Shapes::ShapeRef.new(shape: IntegrationTimestamp, required: true, location_name: "CreateTime"))
|
|
@@ -4974,8 +4995,8 @@ module Aws::Glue
|
|
|
4974
4995
|
|
|
4975
4996
|
IntegerList.member = Shapes::ShapeRef.new(shape: Integer)
|
|
4976
4997
|
|
|
4977
|
-
Integration.add_member(:source_arn, Shapes::ShapeRef.new(shape:
|
|
4978
|
-
Integration.add_member(:target_arn, Shapes::ShapeRef.new(shape:
|
|
4998
|
+
Integration.add_member(:source_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "SourceArn"))
|
|
4999
|
+
Integration.add_member(:target_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "TargetArn"))
|
|
4979
5000
|
Integration.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
|
4980
5001
|
Integration.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
|
|
4981
5002
|
Integration.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
|
@@ -5027,6 +5048,22 @@ module Aws::Glue
|
|
|
5027
5048
|
IntegrationQuotaExceededFault.add_member(:message, Shapes::ShapeRef.new(shape: IntegrationErrorMessage, location_name: "Message"))
|
|
5028
5049
|
IntegrationQuotaExceededFault.struct_class = Types::IntegrationQuotaExceededFault
|
|
5029
5050
|
|
|
5051
|
+
IntegrationResourceProperty.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
|
|
5052
|
+
IntegrationResourceProperty.add_member(:resource_property_arn, Shapes::ShapeRef.new(shape: String512, location_name: "ResourcePropertyArn"))
|
|
5053
|
+
IntegrationResourceProperty.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
|
5054
|
+
IntegrationResourceProperty.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
|
5055
|
+
IntegrationResourceProperty.struct_class = Types::IntegrationResourceProperty
|
|
5056
|
+
|
|
5057
|
+
IntegrationResourcePropertyFilter.add_member(:name, Shapes::ShapeRef.new(shape: String128, location_name: "Name"))
|
|
5058
|
+
IntegrationResourcePropertyFilter.add_member(:values, Shapes::ShapeRef.new(shape: IntegrationResourcePropertyFilterValues, location_name: "Values"))
|
|
5059
|
+
IntegrationResourcePropertyFilter.struct_class = Types::IntegrationResourcePropertyFilter
|
|
5060
|
+
|
|
5061
|
+
IntegrationResourcePropertyFilterList.member = Shapes::ShapeRef.new(shape: IntegrationResourcePropertyFilter)
|
|
5062
|
+
|
|
5063
|
+
IntegrationResourcePropertyFilterValues.member = Shapes::ShapeRef.new(shape: String128)
|
|
5064
|
+
|
|
5065
|
+
IntegrationResourcePropertyList.member = Shapes::ShapeRef.new(shape: IntegrationResourceProperty)
|
|
5066
|
+
|
|
5030
5067
|
IntegrationSourcePropertiesMap.key = Shapes::ShapeRef.new(shape: IntegrationString)
|
|
5031
5068
|
IntegrationSourcePropertiesMap.value = Shapes::ShapeRef.new(shape: IntegrationString)
|
|
5032
5069
|
|
|
@@ -5444,6 +5481,15 @@ module Aws::Glue
|
|
|
5444
5481
|
ListEntitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
5445
5482
|
ListEntitiesResponse.struct_class = Types::ListEntitiesResponse
|
|
5446
5483
|
|
|
5484
|
+
ListIntegrationResourcePropertiesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String1024, location_name: "Marker"))
|
|
5485
|
+
ListIntegrationResourcePropertiesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: IntegrationResourcePropertyFilterList, location_name: "Filters"))
|
|
5486
|
+
ListIntegrationResourcePropertiesRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegrationInteger, location_name: "MaxRecords"))
|
|
5487
|
+
ListIntegrationResourcePropertiesRequest.struct_class = Types::ListIntegrationResourcePropertiesRequest
|
|
5488
|
+
|
|
5489
|
+
ListIntegrationResourcePropertiesResponse.add_member(:integration_resource_property_list, Shapes::ShapeRef.new(shape: IntegrationResourcePropertyList, location_name: "IntegrationResourcePropertyList"))
|
|
5490
|
+
ListIntegrationResourcePropertiesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String1024, location_name: "Marker"))
|
|
5491
|
+
ListIntegrationResourcePropertiesResponse.struct_class = Types::ListIntegrationResourcePropertiesResponse
|
|
5492
|
+
|
|
5447
5493
|
ListJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
|
5448
5494
|
ListJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
|
5449
5495
|
ListJobsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
|
@@ -5668,8 +5714,8 @@ module Aws::Glue
|
|
|
5668
5714
|
ModifyIntegrationRequest.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, location_name: "IntegrationName"))
|
|
5669
5715
|
ModifyIntegrationRequest.struct_class = Types::ModifyIntegrationRequest
|
|
5670
5716
|
|
|
5671
|
-
ModifyIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape:
|
|
5672
|
-
ModifyIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape:
|
|
5717
|
+
ModifyIntegrationResponse.add_member(:source_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "SourceArn"))
|
|
5718
|
+
ModifyIntegrationResponse.add_member(:target_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "TargetArn"))
|
|
5673
5719
|
ModifyIntegrationResponse.add_member(:integration_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationName"))
|
|
5674
5720
|
ModifyIntegrationResponse.add_member(:description, Shapes::ShapeRef.new(shape: IntegrationDescription, location_name: "Description"))
|
|
5675
5721
|
ModifyIntegrationResponse.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "IntegrationArn"))
|
|
@@ -7338,6 +7384,7 @@ module Aws::Glue
|
|
|
7338
7384
|
UpdateDevEndpointResponse.struct_class = Types::UpdateDevEndpointResponse
|
|
7339
7385
|
|
|
7340
7386
|
UpdateGlueIdentityCenterConfigurationRequest.add_member(:scopes, Shapes::ShapeRef.new(shape: IdentityCenterScopesList, location_name: "Scopes"))
|
|
7387
|
+
UpdateGlueIdentityCenterConfigurationRequest.add_member(:user_background_sessions_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "UserBackgroundSessionsEnabled"))
|
|
7341
7388
|
UpdateGlueIdentityCenterConfigurationRequest.struct_class = Types::UpdateGlueIdentityCenterConfigurationRequest
|
|
7342
7389
|
|
|
7343
7390
|
UpdateGlueIdentityCenterConfigurationResponse.struct_class = Types::UpdateGlueIdentityCenterConfigurationResponse
|
|
@@ -7354,17 +7401,18 @@ module Aws::Glue
|
|
|
7354
7401
|
UpdateIcebergTableInput.add_member(:updates, Shapes::ShapeRef.new(shape: IcebergTableUpdateList, required: true, location_name: "Updates"))
|
|
7355
7402
|
UpdateIcebergTableInput.struct_class = Types::UpdateIcebergTableInput
|
|
7356
7403
|
|
|
7357
|
-
UpdateIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
|
7404
|
+
UpdateIntegrationResourcePropertyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
|
|
7358
7405
|
UpdateIntegrationResourcePropertyRequest.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
|
7359
7406
|
UpdateIntegrationResourcePropertyRequest.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
|
7360
7407
|
UpdateIntegrationResourcePropertyRequest.struct_class = Types::UpdateIntegrationResourcePropertyRequest
|
|
7361
7408
|
|
|
7362
|
-
UpdateIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
|
7409
|
+
UpdateIntegrationResourcePropertyResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, location_name: "ResourceArn"))
|
|
7410
|
+
UpdateIntegrationResourcePropertyResponse.add_member(:resource_property_arn, Shapes::ShapeRef.new(shape: String512, location_name: "ResourcePropertyArn"))
|
|
7363
7411
|
UpdateIntegrationResourcePropertyResponse.add_member(:source_processing_properties, Shapes::ShapeRef.new(shape: SourceProcessingProperties, location_name: "SourceProcessingProperties"))
|
|
7364
7412
|
UpdateIntegrationResourcePropertyResponse.add_member(:target_processing_properties, Shapes::ShapeRef.new(shape: TargetProcessingProperties, location_name: "TargetProcessingProperties"))
|
|
7365
7413
|
UpdateIntegrationResourcePropertyResponse.struct_class = Types::UpdateIntegrationResourcePropertyResponse
|
|
7366
7414
|
|
|
7367
|
-
UpdateIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape:
|
|
7415
|
+
UpdateIntegrationTablePropertiesRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
|
|
7368
7416
|
UpdateIntegrationTablePropertiesRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
|
|
7369
7417
|
UpdateIntegrationTablePropertiesRequest.add_member(:source_table_config, Shapes::ShapeRef.new(shape: SourceTableConfig, location_name: "SourceTableConfig"))
|
|
7370
7418
|
UpdateIntegrationTablePropertiesRequest.add_member(:target_table_config, Shapes::ShapeRef.new(shape: TargetTableConfig, location_name: "TargetTableConfig"))
|
|
@@ -8566,6 +8614,21 @@ module Aws::Glue
|
|
|
8566
8614
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
|
8567
8615
|
end)
|
|
8568
8616
|
|
|
8617
|
+
api.add_operation(:delete_integration_resource_property, Seahorse::Model::Operation.new.tap do |o|
|
|
8618
|
+
o.name = "DeleteIntegrationResourceProperty"
|
|
8619
|
+
o.http_method = "POST"
|
|
8620
|
+
o.http_request_uri = "/"
|
|
8621
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIntegrationResourcePropertyRequest)
|
|
8622
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIntegrationResourcePropertyResponse)
|
|
8623
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
8624
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
8625
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
8626
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
8627
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
|
8628
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
8629
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
|
8630
|
+
end)
|
|
8631
|
+
|
|
8569
8632
|
api.add_operation(:delete_integration_table_properties, Seahorse::Model::Operation.new.tap do |o|
|
|
8570
8633
|
o.name = "DeleteIntegrationTableProperties"
|
|
8571
8634
|
o.http_method = "POST"
|
|
@@ -10197,6 +10260,21 @@ module Aws::Glue
|
|
|
10197
10260
|
)
|
|
10198
10261
|
end)
|
|
10199
10262
|
|
|
10263
|
+
api.add_operation(:list_integration_resource_properties, Seahorse::Model::Operation.new.tap do |o|
|
|
10264
|
+
o.name = "ListIntegrationResourceProperties"
|
|
10265
|
+
o.http_method = "POST"
|
|
10266
|
+
o.http_request_uri = "/"
|
|
10267
|
+
o.input = Shapes::ShapeRef.new(shape: ListIntegrationResourcePropertiesRequest)
|
|
10268
|
+
o.output = Shapes::ShapeRef.new(shape: ListIntegrationResourcePropertiesResponse)
|
|
10269
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
10270
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
10271
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
10272
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
10273
|
+
o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
|
|
10274
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
|
10275
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
|
10276
|
+
end)
|
|
10277
|
+
|
|
10200
10278
|
api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
|
|
10201
10279
|
o.name = "ListJobs"
|
|
10202
10280
|
o.http_method = "POST"
|
data/lib/aws-sdk-glue/types.rb
CHANGED
|
@@ -5815,11 +5815,17 @@ module Aws::Glue
|
|
|
5815
5815
|
# access levels for the Glue configuration.
|
|
5816
5816
|
# @return [Array<String>]
|
|
5817
5817
|
#
|
|
5818
|
+
# @!attribute [rw] user_background_sessions_enabled
|
|
5819
|
+
# Specifies whether users can run background sessions when using
|
|
5820
|
+
# Identity Center authentication with Glue services.
|
|
5821
|
+
# @return [Boolean]
|
|
5822
|
+
#
|
|
5818
5823
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateGlueIdentityCenterConfigurationRequest AWS API Documentation
|
|
5819
5824
|
#
|
|
5820
5825
|
class CreateGlueIdentityCenterConfigurationRequest < Struct.new(
|
|
5821
5826
|
:instance_arn,
|
|
5822
|
-
:scopes
|
|
5827
|
+
:scopes,
|
|
5828
|
+
:user_background_sessions_enabled)
|
|
5823
5829
|
SENSITIVE = []
|
|
5824
5830
|
include Aws::Structure
|
|
5825
5831
|
end
|
|
@@ -5978,12 +5984,18 @@ module Aws::Glue
|
|
|
5978
5984
|
# The resource properties associated with the integration target.
|
|
5979
5985
|
# @return [Types::TargetProcessingProperties]
|
|
5980
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
|
+
#
|
|
5981
5992
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateIntegrationResourcePropertyRequest AWS API Documentation
|
|
5982
5993
|
#
|
|
5983
5994
|
class CreateIntegrationResourcePropertyRequest < Struct.new(
|
|
5984
5995
|
:resource_arn,
|
|
5985
5996
|
:source_processing_properties,
|
|
5986
|
-
:target_processing_properties
|
|
5997
|
+
:target_processing_properties,
|
|
5998
|
+
:tags)
|
|
5987
5999
|
SENSITIVE = []
|
|
5988
6000
|
include Aws::Structure
|
|
5989
6001
|
end
|
|
@@ -5992,6 +6004,12 @@ module Aws::Glue
|
|
|
5992
6004
|
# The connection ARN of the source, or the database ARN of the target.
|
|
5993
6005
|
# @return [String]
|
|
5994
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:<region>:<account\_id>:integrationresourceproperty/*
|
|
6011
|
+
# @return [String]
|
|
6012
|
+
#
|
|
5995
6013
|
# @!attribute [rw] source_processing_properties
|
|
5996
6014
|
# The resource properties associated with the integration source.
|
|
5997
6015
|
# @return [Types::SourceProcessingProperties]
|
|
@@ -6004,6 +6022,7 @@ module Aws::Glue
|
|
|
6004
6022
|
#
|
|
6005
6023
|
class CreateIntegrationResourcePropertyResponse < Struct.new(
|
|
6006
6024
|
:resource_arn,
|
|
6025
|
+
:resource_property_arn,
|
|
6007
6026
|
:source_processing_properties,
|
|
6008
6027
|
:target_processing_properties)
|
|
6009
6028
|
SENSITIVE = []
|
|
@@ -9170,6 +9189,22 @@ module Aws::Glue
|
|
|
9170
9189
|
include Aws::Structure
|
|
9171
9190
|
end
|
|
9172
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
|
+
|
|
9173
9208
|
# @!attribute [rw] source_arn
|
|
9174
9209
|
# The ARN of the source for the integration.
|
|
9175
9210
|
# @return [String]
|
|
@@ -13087,12 +13122,18 @@ module Aws::Glue
|
|
|
13087
13122
|
# access levels for the Glue configuration.
|
|
13088
13123
|
# @return [Array<String>]
|
|
13089
13124
|
#
|
|
13125
|
+
# @!attribute [rw] user_background_sessions_enabled
|
|
13126
|
+
# Indicates whether users can run background sessions when using
|
|
13127
|
+
# Identity Center authentication with Glue services.
|
|
13128
|
+
# @return [Boolean]
|
|
13129
|
+
#
|
|
13090
13130
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetGlueIdentityCenterConfigurationResponse AWS API Documentation
|
|
13091
13131
|
#
|
|
13092
13132
|
class GetGlueIdentityCenterConfigurationResponse < Struct.new(
|
|
13093
13133
|
:application_arn,
|
|
13094
13134
|
:instance_arn,
|
|
13095
|
-
:scopes
|
|
13135
|
+
:scopes,
|
|
13136
|
+
:user_background_sessions_enabled)
|
|
13096
13137
|
SENSITIVE = []
|
|
13097
13138
|
include Aws::Structure
|
|
13098
13139
|
end
|
|
@@ -13113,6 +13154,12 @@ module Aws::Glue
|
|
|
13113
13154
|
# The connection ARN of the source, or the database ARN of the target.
|
|
13114
13155
|
# @return [String]
|
|
13115
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:<region>:<account\_id>:integrationresourceproperty/*
|
|
13161
|
+
# @return [String]
|
|
13162
|
+
#
|
|
13116
13163
|
# @!attribute [rw] source_processing_properties
|
|
13117
13164
|
# The resource properties associated with the integration source.
|
|
13118
13165
|
# @return [Types::SourceProcessingProperties]
|
|
@@ -13125,6 +13172,7 @@ module Aws::Glue
|
|
|
13125
13172
|
#
|
|
13126
13173
|
class GetIntegrationResourcePropertyResponse < Struct.new(
|
|
13127
13174
|
:resource_arn,
|
|
13175
|
+
:resource_property_arn,
|
|
13128
13176
|
:source_processing_properties,
|
|
13129
13177
|
:target_processing_properties)
|
|
13130
13178
|
SENSITIVE = []
|
|
@@ -16850,7 +16898,6 @@ module Aws::Glue
|
|
|
16850
16898
|
# to align the refresh rate with your specific data update patterns,
|
|
16851
16899
|
# system load considerations, and performance optimization goals. Time
|
|
16852
16900
|
# increment can be set from 15 minutes to 8640 minutes (six days).
|
|
16853
|
-
# Currently supports creation of `RefreshInterval` only.
|
|
16854
16901
|
# @return [String]
|
|
16855
16902
|
#
|
|
16856
16903
|
# @!attribute [rw] source_properties
|
|
@@ -17024,6 +17071,57 @@ module Aws::Glue
|
|
|
17024
17071
|
include Aws::Structure
|
|
17025
17072
|
end
|
|
17026
17073
|
|
|
17074
|
+
# A structure representing an integration resource property.
|
|
17075
|
+
#
|
|
17076
|
+
# @!attribute [rw] resource_arn
|
|
17077
|
+
# The connection ARN of the source, or the database ARN of the target.
|
|
17078
|
+
# @return [String]
|
|
17079
|
+
#
|
|
17080
|
+
# @!attribute [rw] resource_property_arn
|
|
17081
|
+
# The resource ARN created through this create API. The format is
|
|
17082
|
+
# something like
|
|
17083
|
+
# arn:aws:glue:<region>:<account\_id>:integrationresourceproperty/*
|
|
17084
|
+
# @return [String]
|
|
17085
|
+
#
|
|
17086
|
+
# @!attribute [rw] source_processing_properties
|
|
17087
|
+
# The resource properties associated with the integration source.
|
|
17088
|
+
# @return [Types::SourceProcessingProperties]
|
|
17089
|
+
#
|
|
17090
|
+
# @!attribute [rw] target_processing_properties
|
|
17091
|
+
# The resource properties associated with the integration target.
|
|
17092
|
+
# @return [Types::TargetProcessingProperties]
|
|
17093
|
+
#
|
|
17094
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/IntegrationResourceProperty AWS API Documentation
|
|
17095
|
+
#
|
|
17096
|
+
class IntegrationResourceProperty < Struct.new(
|
|
17097
|
+
:resource_arn,
|
|
17098
|
+
:resource_property_arn,
|
|
17099
|
+
:source_processing_properties,
|
|
17100
|
+
:target_processing_properties)
|
|
17101
|
+
SENSITIVE = []
|
|
17102
|
+
include Aws::Structure
|
|
17103
|
+
end
|
|
17104
|
+
|
|
17105
|
+
# A filter for integration resource properties.
|
|
17106
|
+
#
|
|
17107
|
+
# @!attribute [rw] name
|
|
17108
|
+
# The name of the filter. Supported filter keys are `SourceArn` and
|
|
17109
|
+
# `TargetArn`.
|
|
17110
|
+
# @return [String]
|
|
17111
|
+
#
|
|
17112
|
+
# @!attribute [rw] values
|
|
17113
|
+
# A list of filter values.
|
|
17114
|
+
# @return [Array<String>]
|
|
17115
|
+
#
|
|
17116
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/IntegrationResourcePropertyFilter AWS API Documentation
|
|
17117
|
+
#
|
|
17118
|
+
class IntegrationResourcePropertyFilter < Struct.new(
|
|
17119
|
+
:name,
|
|
17120
|
+
:values)
|
|
17121
|
+
SENSITIVE = []
|
|
17122
|
+
include Aws::Structure
|
|
17123
|
+
end
|
|
17124
|
+
|
|
17027
17125
|
# An internal server error occurred.
|
|
17028
17126
|
#
|
|
17029
17127
|
# @!attribute [rw] message
|
|
@@ -19560,6 +19658,46 @@ module Aws::Glue
|
|
|
19560
19658
|
include Aws::Structure
|
|
19561
19659
|
end
|
|
19562
19660
|
|
|
19661
|
+
# @!attribute [rw] marker
|
|
19662
|
+
# This is the pagination token for next page, initial value is `null`.
|
|
19663
|
+
# @return [String]
|
|
19664
|
+
#
|
|
19665
|
+
# @!attribute [rw] filters
|
|
19666
|
+
# A list of filters, supported filter Key is `SourceArn` and
|
|
19667
|
+
# `TargetArn`.
|
|
19668
|
+
# @return [Array<Types::IntegrationResourcePropertyFilter>]
|
|
19669
|
+
#
|
|
19670
|
+
# @!attribute [rw] max_records
|
|
19671
|
+
# This is total number of items to be evaluated.
|
|
19672
|
+
# @return [Integer]
|
|
19673
|
+
#
|
|
19674
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ListIntegrationResourcePropertiesRequest AWS API Documentation
|
|
19675
|
+
#
|
|
19676
|
+
class ListIntegrationResourcePropertiesRequest < Struct.new(
|
|
19677
|
+
:marker,
|
|
19678
|
+
:filters,
|
|
19679
|
+
:max_records)
|
|
19680
|
+
SENSITIVE = []
|
|
19681
|
+
include Aws::Structure
|
|
19682
|
+
end
|
|
19683
|
+
|
|
19684
|
+
# @!attribute [rw] integration_resource_property_list
|
|
19685
|
+
# A list of integration resource property meeting the filter criteria.
|
|
19686
|
+
# @return [Array<Types::IntegrationResourceProperty>]
|
|
19687
|
+
#
|
|
19688
|
+
# @!attribute [rw] marker
|
|
19689
|
+
# This is the pagination token for the next page.
|
|
19690
|
+
# @return [String]
|
|
19691
|
+
#
|
|
19692
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ListIntegrationResourcePropertiesResponse AWS API Documentation
|
|
19693
|
+
#
|
|
19694
|
+
class ListIntegrationResourcePropertiesResponse < Struct.new(
|
|
19695
|
+
:integration_resource_property_list,
|
|
19696
|
+
:marker)
|
|
19697
|
+
SENSITIVE = []
|
|
19698
|
+
include Aws::Structure
|
|
19699
|
+
end
|
|
19700
|
+
|
|
19563
19701
|
# @!attribute [rw] next_token
|
|
19564
19702
|
# A continuation token, if this is a continuation request.
|
|
19565
19703
|
# @return [String]
|
|
@@ -20623,7 +20761,8 @@ module Aws::Glue
|
|
|
20623
20761
|
# @return [String]
|
|
20624
20762
|
#
|
|
20625
20763
|
# @!attribute [rw] integration_config
|
|
20626
|
-
#
|
|
20764
|
+
# The configuration settings for the integration. Currently, only the
|
|
20765
|
+
# RefreshInterval can be modified.
|
|
20627
20766
|
# @return [Types::IntegrationConfig]
|
|
20628
20767
|
#
|
|
20629
20768
|
# @!attribute [rw] integration_name
|
|
@@ -20711,7 +20850,7 @@ module Aws::Glue
|
|
|
20711
20850
|
# @return [String]
|
|
20712
20851
|
#
|
|
20713
20852
|
# @!attribute [rw] integration_config
|
|
20714
|
-
#
|
|
20853
|
+
# The updated configuration settings for the integration.
|
|
20715
20854
|
# @return [Types::IntegrationConfig]
|
|
20716
20855
|
#
|
|
20717
20856
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ModifyIntegrationResponse AWS API Documentation
|
|
@@ -28599,10 +28738,16 @@ module Aws::Glue
|
|
|
28599
28738
|
# and access levels for the Glue configuration.
|
|
28600
28739
|
# @return [Array<String>]
|
|
28601
28740
|
#
|
|
28741
|
+
# @!attribute [rw] user_background_sessions_enabled
|
|
28742
|
+
# Specifies whether users can run background sessions when using
|
|
28743
|
+
# Identity Center authentication with Glue services.
|
|
28744
|
+
# @return [Boolean]
|
|
28745
|
+
#
|
|
28602
28746
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateGlueIdentityCenterConfigurationRequest AWS API Documentation
|
|
28603
28747
|
#
|
|
28604
28748
|
class UpdateGlueIdentityCenterConfigurationRequest < Struct.new(
|
|
28605
|
-
:scopes
|
|
28749
|
+
:scopes,
|
|
28750
|
+
:user_background_sessions_enabled)
|
|
28606
28751
|
SENSITIVE = []
|
|
28607
28752
|
include Aws::Structure
|
|
28608
28753
|
end
|
|
@@ -28706,6 +28851,12 @@ module Aws::Glue
|
|
|
28706
28851
|
# The connection ARN of the source, or the database ARN of the target.
|
|
28707
28852
|
# @return [String]
|
|
28708
28853
|
#
|
|
28854
|
+
# @!attribute [rw] resource_property_arn
|
|
28855
|
+
# The resource ARN created through this create API. The format is
|
|
28856
|
+
# something like
|
|
28857
|
+
# arn:aws:glue:<region>:<account\_id>:integrationresourceproperty/*
|
|
28858
|
+
# @return [String]
|
|
28859
|
+
#
|
|
28709
28860
|
# @!attribute [rw] source_processing_properties
|
|
28710
28861
|
# The resource properties associated with the integration source.
|
|
28711
28862
|
# @return [Types::SourceProcessingProperties]
|
|
@@ -28718,6 +28869,7 @@ module Aws::Glue
|
|
|
28718
28869
|
#
|
|
28719
28870
|
class UpdateIntegrationResourcePropertyResponse < Struct.new(
|
|
28720
28871
|
:resource_arn,
|
|
28872
|
+
:resource_property_arn,
|
|
28721
28873
|
:source_processing_properties,
|
|
28722
28874
|
:target_processing_properties)
|
|
28723
28875
|
SENSITIVE = []
|
data/lib/aws-sdk-glue.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -865,7 +865,8 @@ module Aws
|
|
|
865
865
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#create_glue_identity_center_configuration-instance_method
|
|
866
866
|
def create_glue_identity_center_configuration: (
|
|
867
867
|
instance_arn: ::String,
|
|
868
|
-
?scopes: Array[::String]
|
|
868
|
+
?scopes: Array[::String],
|
|
869
|
+
?user_background_sessions_enabled: bool
|
|
869
870
|
) -> _CreateGlueIdentityCenterConfigurationResponseSuccess
|
|
870
871
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGlueIdentityCenterConfigurationResponseSuccess
|
|
871
872
|
|
|
@@ -911,6 +912,7 @@ module Aws
|
|
|
911
912
|
interface _CreateIntegrationResourcePropertyResponseSuccess
|
|
912
913
|
include ::Seahorse::Client::_ResponseSuccess[Types::CreateIntegrationResourcePropertyResponse]
|
|
913
914
|
def resource_arn: () -> ::String
|
|
915
|
+
def resource_property_arn: () -> ::String
|
|
914
916
|
def source_processing_properties: () -> Types::SourceProcessingProperties
|
|
915
917
|
def target_processing_properties: () -> Types::TargetProcessingProperties
|
|
916
918
|
end
|
|
@@ -925,7 +927,13 @@ module Aws
|
|
|
925
927
|
kms_arn: ::String?,
|
|
926
928
|
connection_name: ::String?,
|
|
927
929
|
event_bus_arn: ::String?
|
|
928
|
-
}
|
|
930
|
+
},
|
|
931
|
+
?tags: Array[
|
|
932
|
+
{
|
|
933
|
+
key: ::String?,
|
|
934
|
+
value: ::String?
|
|
935
|
+
},
|
|
936
|
+
]
|
|
929
937
|
) -> _CreateIntegrationResourcePropertyResponseSuccess
|
|
930
938
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIntegrationResourcePropertyResponseSuccess
|
|
931
939
|
|
|
@@ -3226,6 +3234,15 @@ module Aws
|
|
|
3226
3234
|
) -> _DeleteIntegrationResponseSuccess
|
|
3227
3235
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIntegrationResponseSuccess
|
|
3228
3236
|
|
|
3237
|
+
interface _DeleteIntegrationResourcePropertyResponseSuccess
|
|
3238
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIntegrationResourcePropertyResponse]
|
|
3239
|
+
end
|
|
3240
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#delete_integration_resource_property-instance_method
|
|
3241
|
+
def delete_integration_resource_property: (
|
|
3242
|
+
resource_arn: ::String
|
|
3243
|
+
) -> _DeleteIntegrationResourcePropertyResponseSuccess
|
|
3244
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteIntegrationResourcePropertyResponseSuccess
|
|
3245
|
+
|
|
3229
3246
|
interface _DeleteIntegrationTablePropertiesResponseSuccess
|
|
3230
3247
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteIntegrationTablePropertiesResponse]
|
|
3231
3248
|
end
|
|
@@ -3944,6 +3961,7 @@ module Aws
|
|
|
3944
3961
|
def application_arn: () -> ::String
|
|
3945
3962
|
def instance_arn: () -> ::String
|
|
3946
3963
|
def scopes: () -> ::Array[::String]
|
|
3964
|
+
def user_background_sessions_enabled: () -> bool
|
|
3947
3965
|
end
|
|
3948
3966
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#get_glue_identity_center_configuration-instance_method
|
|
3949
3967
|
def get_glue_identity_center_configuration: (
|
|
@@ -3953,6 +3971,7 @@ module Aws
|
|
|
3953
3971
|
interface _GetIntegrationResourcePropertyResponseSuccess
|
|
3954
3972
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetIntegrationResourcePropertyResponse]
|
|
3955
3973
|
def resource_arn: () -> ::String
|
|
3974
|
+
def resource_property_arn: () -> ::String
|
|
3956
3975
|
def source_processing_properties: () -> Types::SourceProcessingProperties
|
|
3957
3976
|
def target_processing_properties: () -> Types::TargetProcessingProperties
|
|
3958
3977
|
end
|
|
@@ -5063,6 +5082,24 @@ module Aws
|
|
|
5063
5082
|
) -> _ListEntitiesResponseSuccess
|
|
5064
5083
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEntitiesResponseSuccess
|
|
5065
5084
|
|
|
5085
|
+
interface _ListIntegrationResourcePropertiesResponseSuccess
|
|
5086
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListIntegrationResourcePropertiesResponse]
|
|
5087
|
+
def integration_resource_property_list: () -> ::Array[Types::IntegrationResourceProperty]
|
|
5088
|
+
def marker: () -> ::String
|
|
5089
|
+
end
|
|
5090
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#list_integration_resource_properties-instance_method
|
|
5091
|
+
def list_integration_resource_properties: (
|
|
5092
|
+
?marker: ::String,
|
|
5093
|
+
?filters: Array[
|
|
5094
|
+
{
|
|
5095
|
+
name: ::String?,
|
|
5096
|
+
values: Array[::String]?
|
|
5097
|
+
},
|
|
5098
|
+
],
|
|
5099
|
+
?max_records: ::Integer
|
|
5100
|
+
) -> _ListIntegrationResourcePropertiesResponseSuccess
|
|
5101
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIntegrationResourcePropertiesResponseSuccess
|
|
5102
|
+
|
|
5066
5103
|
interface _ListJobsResponseSuccess
|
|
5067
5104
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListJobsResponse]
|
|
5068
5105
|
def job_names: () -> ::Array[::String]
|
|
@@ -6346,13 +6383,15 @@ module Aws
|
|
|
6346
6383
|
end
|
|
6347
6384
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#update_glue_identity_center_configuration-instance_method
|
|
6348
6385
|
def update_glue_identity_center_configuration: (
|
|
6349
|
-
?scopes: Array[::String]
|
|
6386
|
+
?scopes: Array[::String],
|
|
6387
|
+
?user_background_sessions_enabled: bool
|
|
6350
6388
|
) -> _UpdateGlueIdentityCenterConfigurationResponseSuccess
|
|
6351
6389
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGlueIdentityCenterConfigurationResponseSuccess
|
|
6352
6390
|
|
|
6353
6391
|
interface _UpdateIntegrationResourcePropertyResponseSuccess
|
|
6354
6392
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateIntegrationResourcePropertyResponse]
|
|
6355
6393
|
def resource_arn: () -> ::String
|
|
6394
|
+
def resource_property_arn: () -> ::String
|
|
6356
6395
|
def source_processing_properties: () -> Types::SourceProcessingProperties
|
|
6357
6396
|
def target_processing_properties: () -> Types::TargetProcessingProperties
|
|
6358
6397
|
end
|
data/sig/types.rbs
CHANGED
|
@@ -1355,6 +1355,7 @@ module Aws::Glue
|
|
|
1355
1355
|
class CreateGlueIdentityCenterConfigurationRequest
|
|
1356
1356
|
attr_accessor instance_arn: ::String
|
|
1357
1357
|
attr_accessor scopes: ::Array[::String]
|
|
1358
|
+
attr_accessor user_background_sessions_enabled: bool
|
|
1358
1359
|
SENSITIVE: []
|
|
1359
1360
|
end
|
|
1360
1361
|
|
|
@@ -1397,11 +1398,13 @@ module Aws::Glue
|
|
|
1397
1398
|
attr_accessor resource_arn: ::String
|
|
1398
1399
|
attr_accessor source_processing_properties: Types::SourceProcessingProperties
|
|
1399
1400
|
attr_accessor target_processing_properties: Types::TargetProcessingProperties
|
|
1401
|
+
attr_accessor tags: ::Array[Types::Tag]
|
|
1400
1402
|
SENSITIVE: []
|
|
1401
1403
|
end
|
|
1402
1404
|
|
|
1403
1405
|
class CreateIntegrationResourcePropertyResponse
|
|
1404
1406
|
attr_accessor resource_arn: ::String
|
|
1407
|
+
attr_accessor resource_property_arn: ::String
|
|
1405
1408
|
attr_accessor source_processing_properties: Types::SourceProcessingProperties
|
|
1406
1409
|
attr_accessor target_processing_properties: Types::TargetProcessingProperties
|
|
1407
1410
|
SENSITIVE: []
|
|
@@ -2151,6 +2154,14 @@ module Aws::Glue
|
|
|
2151
2154
|
SENSITIVE: []
|
|
2152
2155
|
end
|
|
2153
2156
|
|
|
2157
|
+
class DeleteIntegrationResourcePropertyRequest
|
|
2158
|
+
attr_accessor resource_arn: ::String
|
|
2159
|
+
SENSITIVE: []
|
|
2160
|
+
end
|
|
2161
|
+
|
|
2162
|
+
class DeleteIntegrationResourcePropertyResponse < Aws::EmptyStructure
|
|
2163
|
+
end
|
|
2164
|
+
|
|
2154
2165
|
class DeleteIntegrationResponse
|
|
2155
2166
|
attr_accessor source_arn: ::String
|
|
2156
2167
|
attr_accessor target_arn: ::String
|
|
@@ -3224,6 +3235,7 @@ module Aws::Glue
|
|
|
3224
3235
|
attr_accessor application_arn: ::String
|
|
3225
3236
|
attr_accessor instance_arn: ::String
|
|
3226
3237
|
attr_accessor scopes: ::Array[::String]
|
|
3238
|
+
attr_accessor user_background_sessions_enabled: bool
|
|
3227
3239
|
SENSITIVE: []
|
|
3228
3240
|
end
|
|
3229
3241
|
|
|
@@ -3234,6 +3246,7 @@ module Aws::Glue
|
|
|
3234
3246
|
|
|
3235
3247
|
class GetIntegrationResourcePropertyResponse
|
|
3236
3248
|
attr_accessor resource_arn: ::String
|
|
3249
|
+
attr_accessor resource_property_arn: ::String
|
|
3237
3250
|
attr_accessor source_processing_properties: Types::SourceProcessingProperties
|
|
3238
3251
|
attr_accessor target_processing_properties: Types::TargetProcessingProperties
|
|
3239
3252
|
SENSITIVE: []
|
|
@@ -4204,6 +4217,20 @@ module Aws::Glue
|
|
|
4204
4217
|
SENSITIVE: []
|
|
4205
4218
|
end
|
|
4206
4219
|
|
|
4220
|
+
class IntegrationResourceProperty
|
|
4221
|
+
attr_accessor resource_arn: ::String
|
|
4222
|
+
attr_accessor resource_property_arn: ::String
|
|
4223
|
+
attr_accessor source_processing_properties: Types::SourceProcessingProperties
|
|
4224
|
+
attr_accessor target_processing_properties: Types::TargetProcessingProperties
|
|
4225
|
+
SENSITIVE: []
|
|
4226
|
+
end
|
|
4227
|
+
|
|
4228
|
+
class IntegrationResourcePropertyFilter
|
|
4229
|
+
attr_accessor name: ::String
|
|
4230
|
+
attr_accessor values: ::Array[::String]
|
|
4231
|
+
SENSITIVE: []
|
|
4232
|
+
end
|
|
4233
|
+
|
|
4207
4234
|
class InternalServerException
|
|
4208
4235
|
attr_accessor message: ::String
|
|
4209
4236
|
SENSITIVE: []
|
|
@@ -4702,6 +4729,19 @@ module Aws::Glue
|
|
|
4702
4729
|
SENSITIVE: []
|
|
4703
4730
|
end
|
|
4704
4731
|
|
|
4732
|
+
class ListIntegrationResourcePropertiesRequest
|
|
4733
|
+
attr_accessor marker: ::String
|
|
4734
|
+
attr_accessor filters: ::Array[Types::IntegrationResourcePropertyFilter]
|
|
4735
|
+
attr_accessor max_records: ::Integer
|
|
4736
|
+
SENSITIVE: []
|
|
4737
|
+
end
|
|
4738
|
+
|
|
4739
|
+
class ListIntegrationResourcePropertiesResponse
|
|
4740
|
+
attr_accessor integration_resource_property_list: ::Array[Types::IntegrationResourceProperty]
|
|
4741
|
+
attr_accessor marker: ::String
|
|
4742
|
+
SENSITIVE: []
|
|
4743
|
+
end
|
|
4744
|
+
|
|
4705
4745
|
class ListJobsRequest
|
|
4706
4746
|
attr_accessor next_token: ::String
|
|
4707
4747
|
attr_accessor max_results: ::Integer
|
|
@@ -6988,6 +7028,7 @@ module Aws::Glue
|
|
|
6988
7028
|
|
|
6989
7029
|
class UpdateGlueIdentityCenterConfigurationRequest
|
|
6990
7030
|
attr_accessor scopes: ::Array[::String]
|
|
7031
|
+
attr_accessor user_background_sessions_enabled: bool
|
|
6991
7032
|
SENSITIVE: []
|
|
6992
7033
|
end
|
|
6993
7034
|
|
|
@@ -7021,6 +7062,7 @@ module Aws::Glue
|
|
|
7021
7062
|
|
|
7022
7063
|
class UpdateIntegrationResourcePropertyResponse
|
|
7023
7064
|
attr_accessor resource_arn: ::String
|
|
7065
|
+
attr_accessor resource_property_arn: ::String
|
|
7024
7066
|
attr_accessor source_processing_properties: Types::SourceProcessingProperties
|
|
7025
7067
|
attr_accessor target_processing_properties: Types::TargetProcessingProperties
|
|
7026
7068
|
SENSITIVE: []
|