aws-sdk-glue 1.210.0 → 1.212.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 +8 -4
- data/lib/aws-sdk-glue/client_api.rb +11 -3
- data/lib/aws-sdk-glue/types.rb +14 -2
- data/lib/aws-sdk-glue.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4db97c2db74007717bf0a1b3f680c2bd520a5a0bb8c9e257cd183e15cfe7e9c7
|
4
|
+
data.tar.gz: cc8f8a0b1471fde0eb91188825501454c6039adfcc66c77eea2899af8ba55727
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f0754f16d1cd4cfddbbc6a8e283731871b719ef514b6c9ced534592052af189ce12813762a20058b45aa008193757dd7ad3a43d92af21b414d3a46d8c39aafe
|
7
|
+
data.tar.gz: bd1dde27fbbaec36aab960ba064a89a01fc1a04084c78cfe6c6f252bb101ed959019d80d95a75e39d4b7a69429c33cca255f2443e86a6b64608951d88b9cd084
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.212.0 (2025-04-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add input validations for multiple Glue APIs
|
8
|
+
|
9
|
+
1.211.0 (2025-03-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release added AllowFullTableExternalDataAccess to glue catalog resource.
|
13
|
+
|
4
14
|
1.210.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.212.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -2945,6 +2945,7 @@ module Aws::Glue
|
|
2945
2945
|
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
2946
2946
|
# },
|
2947
2947
|
# ],
|
2948
|
+
# allow_full_table_external_data_access: "True", # accepts True, False
|
2948
2949
|
# },
|
2949
2950
|
# tags: {
|
2950
2951
|
# "TagKey" => "TagValue",
|
@@ -5001,7 +5002,7 @@ module Aws::Glue
|
|
5001
5002
|
# "OrchestrationNameString" => "OrchestrationArgumentsValue",
|
5002
5003
|
# },
|
5003
5004
|
# connections: {
|
5004
|
-
# connections: ["
|
5005
|
+
# connections: ["ConnectionString"],
|
5005
5006
|
# },
|
5006
5007
|
# max_capacity: 1.0,
|
5007
5008
|
# number_of_workers: 1,
|
@@ -5514,7 +5515,7 @@ module Aws::Glue
|
|
5514
5515
|
#
|
5515
5516
|
# resp = client.create_workflow({
|
5516
5517
|
# name: "NameString", # required
|
5517
|
-
# description: "
|
5518
|
+
# description: "WorkflowDescriptionString",
|
5518
5519
|
# default_run_properties: {
|
5519
5520
|
# "IdString" => "GenericString",
|
5520
5521
|
# },
|
@@ -7155,6 +7156,7 @@ module Aws::Glue
|
|
7155
7156
|
# resp.catalog.create_database_default_permissions[0].principal.data_lake_principal_identifier #=> String
|
7156
7157
|
# resp.catalog.create_database_default_permissions[0].permissions #=> Array
|
7157
7158
|
# resp.catalog.create_database_default_permissions[0].permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS"
|
7159
|
+
# resp.catalog.allow_full_table_external_data_access #=> String, one of "True", "False"
|
7158
7160
|
#
|
7159
7161
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetCatalog AWS API Documentation
|
7160
7162
|
#
|
@@ -7273,6 +7275,7 @@ module Aws::Glue
|
|
7273
7275
|
# resp.catalog_list[0].create_database_default_permissions[0].principal.data_lake_principal_identifier #=> String
|
7274
7276
|
# resp.catalog_list[0].create_database_default_permissions[0].permissions #=> Array
|
7275
7277
|
# resp.catalog_list[0].create_database_default_permissions[0].permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS"
|
7278
|
+
# resp.catalog_list[0].allow_full_table_external_data_access #=> String, one of "True", "False"
|
7276
7279
|
# resp.next_token #=> String
|
7277
7280
|
#
|
7278
7281
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetCatalogs AWS API Documentation
|
@@ -18135,6 +18138,7 @@ module Aws::Glue
|
|
18135
18138
|
# permissions: ["ALL"], # accepts ALL, SELECT, ALTER, DROP, DELETE, INSERT, CREATE_DATABASE, CREATE_TABLE, DATA_LOCATION_ACCESS
|
18136
18139
|
# },
|
18137
18140
|
# ],
|
18141
|
+
# allow_full_table_external_data_access: "True", # accepts True, False
|
18138
18142
|
# },
|
18139
18143
|
# })
|
18140
18144
|
#
|
@@ -20043,7 +20047,7 @@ module Aws::Glue
|
|
20043
20047
|
#
|
20044
20048
|
# resp = client.update_workflow({
|
20045
20049
|
# name: "NameString", # required
|
20046
|
-
# description: "
|
20050
|
+
# description: "WorkflowDescriptionString",
|
20047
20051
|
# default_run_properties: {
|
20048
20052
|
# "IdString" => "GenericString",
|
20049
20053
|
# },
|
@@ -20081,7 +20085,7 @@ module Aws::Glue
|
|
20081
20085
|
tracer: tracer
|
20082
20086
|
)
|
20083
20087
|
context[:gem_name] = 'aws-sdk-glue'
|
20084
|
-
context[:gem_version] = '1.
|
20088
|
+
context[:gem_version] = '1.212.0'
|
20085
20089
|
Seahorse::Client::Request.new(handlers, context)
|
20086
20090
|
end
|
20087
20091
|
|
@@ -28,6 +28,7 @@ module Aws::Glue
|
|
28
28
|
Aggregate = Shapes::StructureShape.new(name: 'Aggregate')
|
29
29
|
AggregateOperation = Shapes::StructureShape.new(name: 'AggregateOperation')
|
30
30
|
AggregateOperations = Shapes::ListShape.new(name: 'AggregateOperations')
|
31
|
+
AllowFullTableExternalDataAccessEnum = Shapes::StringShape.new(name: 'AllowFullTableExternalDataAccessEnum')
|
31
32
|
AllowedValue = Shapes::StructureShape.new(name: 'AllowedValue')
|
32
33
|
AllowedValueDescriptionString = Shapes::StringShape.new(name: 'AllowedValueDescriptionString')
|
33
34
|
AllowedValueValueString = Shapes::StringShape.new(name: 'AllowedValueValueString')
|
@@ -258,6 +259,8 @@ module Aws::Glue
|
|
258
259
|
ConnectionPropertyKey = Shapes::StringShape.new(name: 'ConnectionPropertyKey')
|
259
260
|
ConnectionSchemaVersion = Shapes::IntegerShape.new(name: 'ConnectionSchemaVersion')
|
260
261
|
ConnectionStatus = Shapes::StringShape.new(name: 'ConnectionStatus')
|
262
|
+
ConnectionString = Shapes::StringShape.new(name: 'ConnectionString')
|
263
|
+
ConnectionStringList = Shapes::ListShape.new(name: 'ConnectionStringList')
|
261
264
|
ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
|
262
265
|
ConnectionTypeBrief = Shapes::StructureShape.new(name: 'ConnectionTypeBrief')
|
263
266
|
ConnectionTypeList = Shapes::ListShape.new(name: 'ConnectionTypeList')
|
@@ -1527,6 +1530,7 @@ module Aws::Glue
|
|
1527
1530
|
ViewValidationList = Shapes::ListShape.new(name: 'ViewValidationList')
|
1528
1531
|
WorkerType = Shapes::StringShape.new(name: 'WorkerType')
|
1529
1532
|
Workflow = Shapes::StructureShape.new(name: 'Workflow')
|
1533
|
+
WorkflowDescriptionString = Shapes::StringShape.new(name: 'WorkflowDescriptionString')
|
1530
1534
|
WorkflowGraph = Shapes::StructureShape.new(name: 'WorkflowGraph')
|
1531
1535
|
WorkflowNames = Shapes::ListShape.new(name: 'WorkflowNames')
|
1532
1536
|
WorkflowRun = Shapes::StructureShape.new(name: 'WorkflowRun')
|
@@ -2002,6 +2006,7 @@ module Aws::Glue
|
|
2002
2006
|
Catalog.add_member(:catalog_properties, Shapes::ShapeRef.new(shape: CatalogPropertiesOutput, location_name: "CatalogProperties"))
|
2003
2007
|
Catalog.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
|
2004
2008
|
Catalog.add_member(:create_database_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateDatabaseDefaultPermissions"))
|
2009
|
+
Catalog.add_member(:allow_full_table_external_data_access, Shapes::ShapeRef.new(shape: AllowFullTableExternalDataAccessEnum, location_name: "AllowFullTableExternalDataAccess"))
|
2005
2010
|
Catalog.struct_class = Types::Catalog
|
2006
2011
|
|
2007
2012
|
CatalogDeltaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
@@ -2036,6 +2041,7 @@ module Aws::Glue
|
|
2036
2041
|
CatalogInput.add_member(:catalog_properties, Shapes::ShapeRef.new(shape: CatalogProperties, location_name: "CatalogProperties"))
|
2037
2042
|
CatalogInput.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
|
2038
2043
|
CatalogInput.add_member(:create_database_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateDatabaseDefaultPermissions"))
|
2044
|
+
CatalogInput.add_member(:allow_full_table_external_data_access, Shapes::ShapeRef.new(shape: AllowFullTableExternalDataAccessEnum, location_name: "AllowFullTableExternalDataAccess"))
|
2039
2045
|
CatalogInput.struct_class = Types::CatalogInput
|
2040
2046
|
|
2041
2047
|
CatalogKafkaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
@@ -2413,6 +2419,8 @@ module Aws::Glue
|
|
2413
2419
|
ConnectionProperties.key = Shapes::ShapeRef.new(shape: ConnectionPropertyKey)
|
2414
2420
|
ConnectionProperties.value = Shapes::ShapeRef.new(shape: ValueString)
|
2415
2421
|
|
2422
|
+
ConnectionStringList.member = Shapes::ShapeRef.new(shape: ConnectionString)
|
2423
|
+
|
2416
2424
|
ConnectionTypeBrief.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "ConnectionType"))
|
2417
2425
|
ConnectionTypeBrief.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
2418
2426
|
ConnectionTypeBrief.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
@@ -2420,7 +2428,7 @@ module Aws::Glue
|
|
2420
2428
|
|
2421
2429
|
ConnectionTypeList.member = Shapes::ShapeRef.new(shape: ConnectionTypeBrief)
|
2422
2430
|
|
2423
|
-
ConnectionsList.add_member(:connections, Shapes::ShapeRef.new(shape:
|
2431
|
+
ConnectionsList.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionStringList, location_name: "Connections"))
|
2424
2432
|
ConnectionsList.struct_class = Types::ConnectionsList
|
2425
2433
|
|
2426
2434
|
ConnectorDataSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
@@ -2913,7 +2921,7 @@ module Aws::Glue
|
|
2913
2921
|
CreateUserDefinedFunctionResponse.struct_class = Types::CreateUserDefinedFunctionResponse
|
2914
2922
|
|
2915
2923
|
CreateWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
2916
|
-
CreateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
2924
|
+
CreateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescriptionString, location_name: "Description"))
|
2917
2925
|
CreateWorkflowRequest.add_member(:default_run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, location_name: "DefaultRunProperties"))
|
2918
2926
|
CreateWorkflowRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
2919
2927
|
CreateWorkflowRequest.add_member(:max_concurrent_runs, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxConcurrentRuns"))
|
@@ -7100,7 +7108,7 @@ module Aws::Glue
|
|
7100
7108
|
UpdateUserDefinedFunctionResponse.struct_class = Types::UpdateUserDefinedFunctionResponse
|
7101
7109
|
|
7102
7110
|
UpdateWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
7103
|
-
UpdateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape:
|
7111
|
+
UpdateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescriptionString, location_name: "Description"))
|
7104
7112
|
UpdateWorkflowRequest.add_member(:default_run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, location_name: "DefaultRunProperties"))
|
7105
7113
|
UpdateWorkflowRequest.add_member(:max_concurrent_runs, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxConcurrentRuns"))
|
7106
7114
|
UpdateWorkflowRequest.struct_class = Types::UpdateWorkflowRequest
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -1991,6 +1991,11 @@ module Aws::Glue
|
|
1991
1991
|
# operations.
|
1992
1992
|
# @return [Array<Types::PrincipalPermissions>]
|
1993
1993
|
#
|
1994
|
+
# @!attribute [rw] allow_full_table_external_data_access
|
1995
|
+
# Allows third-party engines to access data in Amazon S3 locations
|
1996
|
+
# that are registered with Lake Formation.
|
1997
|
+
# @return [String]
|
1998
|
+
#
|
1994
1999
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Catalog AWS API Documentation
|
1995
2000
|
#
|
1996
2001
|
class Catalog < Struct.new(
|
@@ -2005,7 +2010,8 @@ module Aws::Glue
|
|
2005
2010
|
:federated_catalog,
|
2006
2011
|
:catalog_properties,
|
2007
2012
|
:create_table_default_permissions,
|
2008
|
-
:create_database_default_permissions
|
2013
|
+
:create_database_default_permissions,
|
2014
|
+
:allow_full_table_external_data_access)
|
2009
2015
|
SENSITIVE = []
|
2010
2016
|
include Aws::Structure
|
2011
2017
|
end
|
@@ -2165,6 +2171,11 @@ module Aws::Glue
|
|
2165
2171
|
# empty list.
|
2166
2172
|
# @return [Array<Types::PrincipalPermissions>]
|
2167
2173
|
#
|
2174
|
+
# @!attribute [rw] allow_full_table_external_data_access
|
2175
|
+
# Allows third-party engines to access data in Amazon S3 locations
|
2176
|
+
# that are registered with Lake Formation.
|
2177
|
+
# @return [String]
|
2178
|
+
#
|
2168
2179
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CatalogInput AWS API Documentation
|
2169
2180
|
#
|
2170
2181
|
class CatalogInput < Struct.new(
|
@@ -2174,7 +2185,8 @@ module Aws::Glue
|
|
2174
2185
|
:target_redshift_catalog,
|
2175
2186
|
:catalog_properties,
|
2176
2187
|
:create_table_default_permissions,
|
2177
|
-
:create_database_default_permissions
|
2188
|
+
:create_database_default_permissions,
|
2189
|
+
:allow_full_table_external_data_access)
|
2178
2190
|
SENSITIVE = []
|
2179
2191
|
include Aws::Structure
|
2180
2192
|
end
|
data/lib/aws-sdk-glue.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -526,7 +526,8 @@ module Aws
|
|
526
526
|
}?,
|
527
527
|
permissions: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]?
|
528
528
|
},
|
529
|
-
]
|
529
|
+
]?,
|
530
|
+
allow_full_table_external_data_access: ("True" | "False")?
|
530
531
|
},
|
531
532
|
?tags: Hash[::String, ::String]
|
532
533
|
) -> _CreateCatalogResponseSuccess
|
@@ -5433,7 +5434,8 @@ module Aws
|
|
5433
5434
|
}?,
|
5434
5435
|
permissions: Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]?
|
5435
5436
|
},
|
5436
|
-
]
|
5437
|
+
]?,
|
5438
|
+
allow_full_table_external_data_access: ("True" | "False")?
|
5437
5439
|
}
|
5438
5440
|
) -> _UpdateCatalogResponseSuccess
|
5439
5441
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateCatalogResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -555,6 +555,7 @@ module Aws::Glue
|
|
555
555
|
attr_accessor catalog_properties: Types::CatalogPropertiesOutput
|
556
556
|
attr_accessor create_table_default_permissions: ::Array[Types::PrincipalPermissions]
|
557
557
|
attr_accessor create_database_default_permissions: ::Array[Types::PrincipalPermissions]
|
558
|
+
attr_accessor allow_full_table_external_data_access: ("True" | "False")
|
558
559
|
SENSITIVE: []
|
559
560
|
end
|
560
561
|
|
@@ -597,6 +598,7 @@ module Aws::Glue
|
|
597
598
|
attr_accessor catalog_properties: Types::CatalogProperties
|
598
599
|
attr_accessor create_table_default_permissions: ::Array[Types::PrincipalPermissions]
|
599
600
|
attr_accessor create_database_default_permissions: ::Array[Types::PrincipalPermissions]
|
601
|
+
attr_accessor allow_full_table_external_data_access: ("True" | "False")
|
600
602
|
SENSITIVE: []
|
601
603
|
end
|
602
604
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-glue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.212.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|