aws-sdk-glue 1.168.0 → 1.169.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +71 -1
- data/lib/aws-sdk-glue/client_api.rb +25 -0
- data/lib/aws-sdk-glue/types.rb +109 -1
- data/lib/aws-sdk-glue.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/types.rbs +21 -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: 6ea91f2ebbbdac9e0b3cb3143b659311ae3cff9d7c141c292d57a6dc12b0d808
|
|
4
|
+
data.tar.gz: 6739829c9a011811b6ee5556527c55d0550a63c742b1c69cf9afa1225c2b4914
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3dfb262f466b36b57c4caf8b05acb48afbb564689deeb1f90a248bd202fdd164fd7f44fcf8797c7897117d26729ab66f1c43a36199043b66a5763e9db4bacb4a
|
|
7
|
+
data.tar.gz: 553eb5698719bdae71113afd982d9add5fc4f896df188081d8d151cd880d130d63e03180a39a8399b008620ae7ca17f12f9ed8a99da1ba07a748ead8a6c2beb9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.169.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
|
@@ -10826,6 +10826,17 @@ module Aws::Glue
|
|
|
10826
10826
|
# resp.table.federated_table.identifier #=> String
|
|
10827
10827
|
# resp.table.federated_table.database_identifier #=> String
|
|
10828
10828
|
# resp.table.federated_table.connection_name #=> String
|
|
10829
|
+
# resp.table.view_definition.is_protected #=> Boolean
|
|
10830
|
+
# resp.table.view_definition.definer #=> String
|
|
10831
|
+
# resp.table.view_definition.sub_objects #=> Array
|
|
10832
|
+
# resp.table.view_definition.sub_objects[0] #=> String
|
|
10833
|
+
# resp.table.view_definition.representations #=> Array
|
|
10834
|
+
# resp.table.view_definition.representations[0].dialect #=> String, one of "REDSHIFT", "ATHENA", "SPARK"
|
|
10835
|
+
# resp.table.view_definition.representations[0].dialect_version #=> String
|
|
10836
|
+
# resp.table.view_definition.representations[0].view_original_text #=> String
|
|
10837
|
+
# resp.table.view_definition.representations[0].view_expanded_text #=> String
|
|
10838
|
+
# resp.table.view_definition.representations[0].is_stale #=> Boolean
|
|
10839
|
+
# resp.table.is_multi_dialect_view #=> Boolean
|
|
10829
10840
|
#
|
|
10830
10841
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetTable AWS API Documentation
|
|
10831
10842
|
#
|
|
@@ -10993,6 +11004,17 @@ module Aws::Glue
|
|
|
10993
11004
|
# resp.table_version.table.federated_table.identifier #=> String
|
|
10994
11005
|
# resp.table_version.table.federated_table.database_identifier #=> String
|
|
10995
11006
|
# resp.table_version.table.federated_table.connection_name #=> String
|
|
11007
|
+
# resp.table_version.table.view_definition.is_protected #=> Boolean
|
|
11008
|
+
# resp.table_version.table.view_definition.definer #=> String
|
|
11009
|
+
# resp.table_version.table.view_definition.sub_objects #=> Array
|
|
11010
|
+
# resp.table_version.table.view_definition.sub_objects[0] #=> String
|
|
11011
|
+
# resp.table_version.table.view_definition.representations #=> Array
|
|
11012
|
+
# resp.table_version.table.view_definition.representations[0].dialect #=> String, one of "REDSHIFT", "ATHENA", "SPARK"
|
|
11013
|
+
# resp.table_version.table.view_definition.representations[0].dialect_version #=> String
|
|
11014
|
+
# resp.table_version.table.view_definition.representations[0].view_original_text #=> String
|
|
11015
|
+
# resp.table_version.table.view_definition.representations[0].view_expanded_text #=> String
|
|
11016
|
+
# resp.table_version.table.view_definition.representations[0].is_stale #=> Boolean
|
|
11017
|
+
# resp.table_version.table.is_multi_dialect_view #=> Boolean
|
|
10996
11018
|
# resp.table_version.version_id #=> String
|
|
10997
11019
|
#
|
|
10998
11020
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetTableVersion AWS API Documentation
|
|
@@ -11112,6 +11134,17 @@ module Aws::Glue
|
|
|
11112
11134
|
# resp.table_versions[0].table.federated_table.identifier #=> String
|
|
11113
11135
|
# resp.table_versions[0].table.federated_table.database_identifier #=> String
|
|
11114
11136
|
# resp.table_versions[0].table.federated_table.connection_name #=> String
|
|
11137
|
+
# resp.table_versions[0].table.view_definition.is_protected #=> Boolean
|
|
11138
|
+
# resp.table_versions[0].table.view_definition.definer #=> String
|
|
11139
|
+
# resp.table_versions[0].table.view_definition.sub_objects #=> Array
|
|
11140
|
+
# resp.table_versions[0].table.view_definition.sub_objects[0] #=> String
|
|
11141
|
+
# resp.table_versions[0].table.view_definition.representations #=> Array
|
|
11142
|
+
# resp.table_versions[0].table.view_definition.representations[0].dialect #=> String, one of "REDSHIFT", "ATHENA", "SPARK"
|
|
11143
|
+
# resp.table_versions[0].table.view_definition.representations[0].dialect_version #=> String
|
|
11144
|
+
# resp.table_versions[0].table.view_definition.representations[0].view_original_text #=> String
|
|
11145
|
+
# resp.table_versions[0].table.view_definition.representations[0].view_expanded_text #=> String
|
|
11146
|
+
# resp.table_versions[0].table.view_definition.representations[0].is_stale #=> Boolean
|
|
11147
|
+
# resp.table_versions[0].table.is_multi_dialect_view #=> Boolean
|
|
11115
11148
|
# resp.table_versions[0].version_id #=> String
|
|
11116
11149
|
# resp.next_token #=> String
|
|
11117
11150
|
#
|
|
@@ -11242,6 +11275,17 @@ module Aws::Glue
|
|
|
11242
11275
|
# resp.table_list[0].federated_table.identifier #=> String
|
|
11243
11276
|
# resp.table_list[0].federated_table.database_identifier #=> String
|
|
11244
11277
|
# resp.table_list[0].federated_table.connection_name #=> String
|
|
11278
|
+
# resp.table_list[0].view_definition.is_protected #=> Boolean
|
|
11279
|
+
# resp.table_list[0].view_definition.definer #=> String
|
|
11280
|
+
# resp.table_list[0].view_definition.sub_objects #=> Array
|
|
11281
|
+
# resp.table_list[0].view_definition.sub_objects[0] #=> String
|
|
11282
|
+
# resp.table_list[0].view_definition.representations #=> Array
|
|
11283
|
+
# resp.table_list[0].view_definition.representations[0].dialect #=> String, one of "REDSHIFT", "ATHENA", "SPARK"
|
|
11284
|
+
# resp.table_list[0].view_definition.representations[0].dialect_version #=> String
|
|
11285
|
+
# resp.table_list[0].view_definition.representations[0].view_original_text #=> String
|
|
11286
|
+
# resp.table_list[0].view_definition.representations[0].view_expanded_text #=> String
|
|
11287
|
+
# resp.table_list[0].view_definition.representations[0].is_stale #=> Boolean
|
|
11288
|
+
# resp.table_list[0].is_multi_dialect_view #=> Boolean
|
|
11245
11289
|
# resp.next_token #=> String
|
|
11246
11290
|
#
|
|
11247
11291
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetTables AWS API Documentation
|
|
@@ -11804,7 +11848,9 @@ module Aws::Glue
|
|
|
11804
11848
|
# * {Types::GetUnfilteredTableMetadataResponse#is_registered_with_lake_formation #is_registered_with_lake_formation} => Boolean
|
|
11805
11849
|
# * {Types::GetUnfilteredTableMetadataResponse#cell_filters #cell_filters} => Array<Types::ColumnRowFilter>
|
|
11806
11850
|
# * {Types::GetUnfilteredTableMetadataResponse#query_authorization_id #query_authorization_id} => String
|
|
11851
|
+
# * {Types::GetUnfilteredTableMetadataResponse#is_multi_dialect_view #is_multi_dialect_view} => Boolean
|
|
11807
11852
|
# * {Types::GetUnfilteredTableMetadataResponse#resource_arn #resource_arn} => String
|
|
11853
|
+
# * {Types::GetUnfilteredTableMetadataResponse#is_protected #is_protected} => Boolean
|
|
11808
11854
|
# * {Types::GetUnfilteredTableMetadataResponse#permissions #permissions} => Array<String>
|
|
11809
11855
|
#
|
|
11810
11856
|
# @example Request syntax with placeholder values
|
|
@@ -11905,6 +11951,17 @@ module Aws::Glue
|
|
|
11905
11951
|
# resp.table.federated_table.identifier #=> String
|
|
11906
11952
|
# resp.table.federated_table.database_identifier #=> String
|
|
11907
11953
|
# resp.table.federated_table.connection_name #=> String
|
|
11954
|
+
# resp.table.view_definition.is_protected #=> Boolean
|
|
11955
|
+
# resp.table.view_definition.definer #=> String
|
|
11956
|
+
# resp.table.view_definition.sub_objects #=> Array
|
|
11957
|
+
# resp.table.view_definition.sub_objects[0] #=> String
|
|
11958
|
+
# resp.table.view_definition.representations #=> Array
|
|
11959
|
+
# resp.table.view_definition.representations[0].dialect #=> String, one of "REDSHIFT", "ATHENA", "SPARK"
|
|
11960
|
+
# resp.table.view_definition.representations[0].dialect_version #=> String
|
|
11961
|
+
# resp.table.view_definition.representations[0].view_original_text #=> String
|
|
11962
|
+
# resp.table.view_definition.representations[0].view_expanded_text #=> String
|
|
11963
|
+
# resp.table.view_definition.representations[0].is_stale #=> Boolean
|
|
11964
|
+
# resp.table.is_multi_dialect_view #=> Boolean
|
|
11908
11965
|
# resp.authorized_columns #=> Array
|
|
11909
11966
|
# resp.authorized_columns[0] #=> String
|
|
11910
11967
|
# resp.is_registered_with_lake_formation #=> Boolean
|
|
@@ -11912,7 +11969,9 @@ module Aws::Glue
|
|
|
11912
11969
|
# resp.cell_filters[0].column_name #=> String
|
|
11913
11970
|
# resp.cell_filters[0].row_filter_expression #=> String
|
|
11914
11971
|
# resp.query_authorization_id #=> String
|
|
11972
|
+
# resp.is_multi_dialect_view #=> Boolean
|
|
11915
11973
|
# resp.resource_arn #=> String
|
|
11974
|
+
# resp.is_protected #=> Boolean
|
|
11916
11975
|
# resp.permissions #=> Array
|
|
11917
11976
|
# resp.permissions[0] #=> String, one of "ALL", "SELECT", "ALTER", "DROP", "DELETE", "INSERT", "CREATE_DATABASE", "CREATE_TABLE", "DATA_LOCATION_ACCESS"
|
|
11918
11977
|
#
|
|
@@ -14362,6 +14421,17 @@ module Aws::Glue
|
|
|
14362
14421
|
# resp.table_list[0].federated_table.identifier #=> String
|
|
14363
14422
|
# resp.table_list[0].federated_table.database_identifier #=> String
|
|
14364
14423
|
# resp.table_list[0].federated_table.connection_name #=> String
|
|
14424
|
+
# resp.table_list[0].view_definition.is_protected #=> Boolean
|
|
14425
|
+
# resp.table_list[0].view_definition.definer #=> String
|
|
14426
|
+
# resp.table_list[0].view_definition.sub_objects #=> Array
|
|
14427
|
+
# resp.table_list[0].view_definition.sub_objects[0] #=> String
|
|
14428
|
+
# resp.table_list[0].view_definition.representations #=> Array
|
|
14429
|
+
# resp.table_list[0].view_definition.representations[0].dialect #=> String, one of "REDSHIFT", "ATHENA", "SPARK"
|
|
14430
|
+
# resp.table_list[0].view_definition.representations[0].dialect_version #=> String
|
|
14431
|
+
# resp.table_list[0].view_definition.representations[0].view_original_text #=> String
|
|
14432
|
+
# resp.table_list[0].view_definition.representations[0].view_expanded_text #=> String
|
|
14433
|
+
# resp.table_list[0].view_definition.representations[0].is_stale #=> Boolean
|
|
14434
|
+
# resp.table_list[0].is_multi_dialect_view #=> Boolean
|
|
14365
14435
|
#
|
|
14366
14436
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SearchTables AWS API Documentation
|
|
14367
14437
|
#
|
|
@@ -17008,7 +17078,7 @@ module Aws::Glue
|
|
|
17008
17078
|
params: params,
|
|
17009
17079
|
config: config)
|
|
17010
17080
|
context[:gem_name] = 'aws-sdk-glue'
|
|
17011
|
-
context[:gem_version] = '1.
|
|
17081
|
+
context[:gem_version] = '1.169.0'
|
|
17012
17082
|
Seahorse::Client::Request.new(handlers, context)
|
|
17013
17083
|
end
|
|
17014
17084
|
|
|
@@ -1221,8 +1221,12 @@ module Aws::Glue
|
|
|
1221
1221
|
VersionMismatchException = Shapes::StructureShape.new(name: 'VersionMismatchException')
|
|
1222
1222
|
VersionString = Shapes::StringShape.new(name: 'VersionString')
|
|
1223
1223
|
VersionsString = Shapes::StringShape.new(name: 'VersionsString')
|
|
1224
|
+
ViewDefinition = Shapes::StructureShape.new(name: 'ViewDefinition')
|
|
1224
1225
|
ViewDialect = Shapes::StringShape.new(name: 'ViewDialect')
|
|
1225
1226
|
ViewDialectVersionString = Shapes::StringShape.new(name: 'ViewDialectVersionString')
|
|
1227
|
+
ViewRepresentation = Shapes::StructureShape.new(name: 'ViewRepresentation')
|
|
1228
|
+
ViewRepresentationList = Shapes::ListShape.new(name: 'ViewRepresentationList')
|
|
1229
|
+
ViewSubObjectsList = Shapes::ListShape.new(name: 'ViewSubObjectsList')
|
|
1226
1230
|
ViewTextString = Shapes::StringShape.new(name: 'ViewTextString')
|
|
1227
1231
|
WorkerType = Shapes::StringShape.new(name: 'WorkerType')
|
|
1228
1232
|
Workflow = Shapes::StructureShape.new(name: 'Workflow')
|
|
@@ -3681,7 +3685,9 @@ module Aws::Glue
|
|
|
3681
3685
|
GetUnfilteredTableMetadataResponse.add_member(:is_registered_with_lake_formation, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRegisteredWithLakeFormation"))
|
|
3682
3686
|
GetUnfilteredTableMetadataResponse.add_member(:cell_filters, Shapes::ShapeRef.new(shape: ColumnRowFilterList, location_name: "CellFilters"))
|
|
3683
3687
|
GetUnfilteredTableMetadataResponse.add_member(:query_authorization_id, Shapes::ShapeRef.new(shape: HashString, location_name: "QueryAuthorizationId"))
|
|
3688
|
+
GetUnfilteredTableMetadataResponse.add_member(:is_multi_dialect_view, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsMultiDialectView"))
|
|
3684
3689
|
GetUnfilteredTableMetadataResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ArnString, location_name: "ResourceArn"))
|
|
3690
|
+
GetUnfilteredTableMetadataResponse.add_member(:is_protected, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsProtected"))
|
|
3685
3691
|
GetUnfilteredTableMetadataResponse.add_member(:permissions, Shapes::ShapeRef.new(shape: PermissionList, location_name: "Permissions"))
|
|
3686
3692
|
GetUnfilteredTableMetadataResponse.struct_class = Types::GetUnfilteredTableMetadataResponse
|
|
3687
3693
|
|
|
@@ -5392,6 +5398,8 @@ module Aws::Glue
|
|
|
5392
5398
|
Table.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
|
5393
5399
|
Table.add_member(:version_id, Shapes::ShapeRef.new(shape: VersionString, location_name: "VersionId"))
|
|
5394
5400
|
Table.add_member(:federated_table, Shapes::ShapeRef.new(shape: FederatedTable, location_name: "FederatedTable"))
|
|
5401
|
+
Table.add_member(:view_definition, Shapes::ShapeRef.new(shape: ViewDefinition, location_name: "ViewDefinition"))
|
|
5402
|
+
Table.add_member(:is_multi_dialect_view, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IsMultiDialectView"))
|
|
5395
5403
|
Table.struct_class = Types::Table
|
|
5396
5404
|
|
|
5397
5405
|
TableError.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, location_name: "TableName"))
|
|
@@ -5859,6 +5867,23 @@ module Aws::Glue
|
|
|
5859
5867
|
VersionMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
|
5860
5868
|
VersionMismatchException.struct_class = Types::VersionMismatchException
|
|
5861
5869
|
|
|
5870
|
+
ViewDefinition.add_member(:is_protected, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IsProtected"))
|
|
5871
|
+
ViewDefinition.add_member(:definer, Shapes::ShapeRef.new(shape: ArnString, location_name: "Definer"))
|
|
5872
|
+
ViewDefinition.add_member(:sub_objects, Shapes::ShapeRef.new(shape: ViewSubObjectsList, location_name: "SubObjects"))
|
|
5873
|
+
ViewDefinition.add_member(:representations, Shapes::ShapeRef.new(shape: ViewRepresentationList, location_name: "Representations"))
|
|
5874
|
+
ViewDefinition.struct_class = Types::ViewDefinition
|
|
5875
|
+
|
|
5876
|
+
ViewRepresentation.add_member(:dialect, Shapes::ShapeRef.new(shape: ViewDialect, location_name: "Dialect"))
|
|
5877
|
+
ViewRepresentation.add_member(:dialect_version, Shapes::ShapeRef.new(shape: ViewDialectVersionString, location_name: "DialectVersion"))
|
|
5878
|
+
ViewRepresentation.add_member(:view_original_text, Shapes::ShapeRef.new(shape: ViewTextString, location_name: "ViewOriginalText"))
|
|
5879
|
+
ViewRepresentation.add_member(:view_expanded_text, Shapes::ShapeRef.new(shape: ViewTextString, location_name: "ViewExpandedText"))
|
|
5880
|
+
ViewRepresentation.add_member(:is_stale, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IsStale"))
|
|
5881
|
+
ViewRepresentation.struct_class = Types::ViewRepresentation
|
|
5882
|
+
|
|
5883
|
+
ViewRepresentationList.member = Shapes::ShapeRef.new(shape: ViewRepresentation)
|
|
5884
|
+
|
|
5885
|
+
ViewSubObjectsList.member = Shapes::ShapeRef.new(shape: ArnString)
|
|
5886
|
+
|
|
5862
5887
|
Workflow.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
|
|
5863
5888
|
Workflow.add_member(:description, Shapes::ShapeRef.new(shape: GenericString, location_name: "Description"))
|
|
5864
5889
|
Workflow.add_member(:default_run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, location_name: "DefaultRunProperties"))
|
data/lib/aws-sdk-glue/types.rb
CHANGED
|
@@ -12161,10 +12161,23 @@ module Aws::Glue
|
|
|
12161
12161
|
# Lake Formation.
|
|
12162
12162
|
# @return [String]
|
|
12163
12163
|
#
|
|
12164
|
+
# @!attribute [rw] is_multi_dialect_view
|
|
12165
|
+
# Specifies whether the view supports the SQL dialects of one or more
|
|
12166
|
+
# different query engines and can therefore be read by those engines.
|
|
12167
|
+
# @return [Boolean]
|
|
12168
|
+
#
|
|
12164
12169
|
# @!attribute [rw] resource_arn
|
|
12165
12170
|
# The resource ARN of the parent resource extracted from the request.
|
|
12166
12171
|
# @return [String]
|
|
12167
12172
|
#
|
|
12173
|
+
# @!attribute [rw] is_protected
|
|
12174
|
+
# A flag that instructs the engine not to push user-provided
|
|
12175
|
+
# operations into the logical plan of the view during query planning.
|
|
12176
|
+
# However, if set this flag does not guarantee that the engine will
|
|
12177
|
+
# comply. Refer to the engine's documentation to understand the
|
|
12178
|
+
# guarantees provided, if any.
|
|
12179
|
+
# @return [Boolean]
|
|
12180
|
+
#
|
|
12168
12181
|
# @!attribute [rw] permissions
|
|
12169
12182
|
# The Lake Formation data permissions of the caller on the table. Used
|
|
12170
12183
|
# to authorize the call when no view context is found.
|
|
@@ -12178,7 +12191,9 @@ module Aws::Glue
|
|
|
12178
12191
|
:is_registered_with_lake_formation,
|
|
12179
12192
|
:cell_filters,
|
|
12180
12193
|
:query_authorization_id,
|
|
12194
|
+
:is_multi_dialect_view,
|
|
12181
12195
|
:resource_arn,
|
|
12196
|
+
:is_protected,
|
|
12182
12197
|
:permissions)
|
|
12183
12198
|
SENSITIVE = []
|
|
12184
12199
|
include Aws::Structure
|
|
@@ -20850,6 +20865,16 @@ module Aws::Glue
|
|
|
20850
20865
|
# Glue Data Catalog.
|
|
20851
20866
|
# @return [Types::FederatedTable]
|
|
20852
20867
|
#
|
|
20868
|
+
# @!attribute [rw] view_definition
|
|
20869
|
+
# A structure that contains all the information that defines the view,
|
|
20870
|
+
# including the dialect or dialects for the view, and the query.
|
|
20871
|
+
# @return [Types::ViewDefinition]
|
|
20872
|
+
#
|
|
20873
|
+
# @!attribute [rw] is_multi_dialect_view
|
|
20874
|
+
# Specifies whether the view supports the SQL dialects of one or more
|
|
20875
|
+
# different query engines and can therefore be read by those engines.
|
|
20876
|
+
# @return [Boolean]
|
|
20877
|
+
#
|
|
20853
20878
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Table AWS API Documentation
|
|
20854
20879
|
#
|
|
20855
20880
|
class Table < Struct.new(
|
|
@@ -20873,7 +20898,9 @@ module Aws::Glue
|
|
|
20873
20898
|
:target_table,
|
|
20874
20899
|
:catalog_id,
|
|
20875
20900
|
:version_id,
|
|
20876
|
-
:federated_table
|
|
20901
|
+
:federated_table,
|
|
20902
|
+
:view_definition,
|
|
20903
|
+
:is_multi_dialect_view)
|
|
20877
20904
|
SENSITIVE = []
|
|
20878
20905
|
include Aws::Structure
|
|
20879
20906
|
end
|
|
@@ -23082,6 +23109,87 @@ module Aws::Glue
|
|
|
23082
23109
|
include Aws::Structure
|
|
23083
23110
|
end
|
|
23084
23111
|
|
|
23112
|
+
# A structure containing details for representations.
|
|
23113
|
+
#
|
|
23114
|
+
# @!attribute [rw] is_protected
|
|
23115
|
+
# You can set this flag as true to instruct the engine not to push
|
|
23116
|
+
# user-provided operations into the logical plan of the view during
|
|
23117
|
+
# query planning. However, setting this flag does not guarantee that
|
|
23118
|
+
# the engine will comply. Refer to the engine's documentation to
|
|
23119
|
+
# understand the guarantees provided, if any.
|
|
23120
|
+
# @return [Boolean]
|
|
23121
|
+
#
|
|
23122
|
+
# @!attribute [rw] definer
|
|
23123
|
+
# The definer of a view in SQL.
|
|
23124
|
+
# @return [String]
|
|
23125
|
+
#
|
|
23126
|
+
# @!attribute [rw] sub_objects
|
|
23127
|
+
# A list of table Amazon Resource Names (ARNs).
|
|
23128
|
+
# @return [Array<String>]
|
|
23129
|
+
#
|
|
23130
|
+
# @!attribute [rw] representations
|
|
23131
|
+
# A list of representations.
|
|
23132
|
+
# @return [Array<Types::ViewRepresentation>]
|
|
23133
|
+
#
|
|
23134
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ViewDefinition AWS API Documentation
|
|
23135
|
+
#
|
|
23136
|
+
class ViewDefinition < Struct.new(
|
|
23137
|
+
:is_protected,
|
|
23138
|
+
:definer,
|
|
23139
|
+
:sub_objects,
|
|
23140
|
+
:representations)
|
|
23141
|
+
SENSITIVE = []
|
|
23142
|
+
include Aws::Structure
|
|
23143
|
+
end
|
|
23144
|
+
|
|
23145
|
+
# A structure that contains the dialect of the view, and the query that
|
|
23146
|
+
# defines the view.
|
|
23147
|
+
#
|
|
23148
|
+
# @!attribute [rw] dialect
|
|
23149
|
+
# The dialect of the query engine.
|
|
23150
|
+
# @return [String]
|
|
23151
|
+
#
|
|
23152
|
+
# @!attribute [rw] dialect_version
|
|
23153
|
+
# The version of the dialect of the query engine. For example, 3.0.0.
|
|
23154
|
+
# @return [String]
|
|
23155
|
+
#
|
|
23156
|
+
# @!attribute [rw] view_original_text
|
|
23157
|
+
# The `SELECT` query provided by the customer during `CREATE VIEW
|
|
23158
|
+
# DDL`. This SQL is not used during a query on a view
|
|
23159
|
+
# (`ViewExpandedText` is used instead). `ViewOriginalText` is used for
|
|
23160
|
+
# cases like `SHOW CREATE VIEW` where users want to see the original
|
|
23161
|
+
# DDL command that created the view.
|
|
23162
|
+
# @return [String]
|
|
23163
|
+
#
|
|
23164
|
+
# @!attribute [rw] view_expanded_text
|
|
23165
|
+
# The expanded SQL for the view. This SQL is used by engines while
|
|
23166
|
+
# processing a query on a view. Engines may perform operations during
|
|
23167
|
+
# view creation to transform `ViewOriginalText` to `ViewExpandedText`.
|
|
23168
|
+
# For example:
|
|
23169
|
+
#
|
|
23170
|
+
# * Fully qualify identifiers: `SELECT * from table1 → SELECT * from
|
|
23171
|
+
# db1.table1`
|
|
23172
|
+
#
|
|
23173
|
+
# ^
|
|
23174
|
+
# @return [String]
|
|
23175
|
+
#
|
|
23176
|
+
# @!attribute [rw] is_stale
|
|
23177
|
+
# Dialects marked as stale are no longer valid and must be updated
|
|
23178
|
+
# before they can be queried in their respective query engines.
|
|
23179
|
+
# @return [Boolean]
|
|
23180
|
+
#
|
|
23181
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ViewRepresentation AWS API Documentation
|
|
23182
|
+
#
|
|
23183
|
+
class ViewRepresentation < Struct.new(
|
|
23184
|
+
:dialect,
|
|
23185
|
+
:dialect_version,
|
|
23186
|
+
:view_original_text,
|
|
23187
|
+
:view_expanded_text,
|
|
23188
|
+
:is_stale)
|
|
23189
|
+
SENSITIVE = []
|
|
23190
|
+
include Aws::Structure
|
|
23191
|
+
end
|
|
23192
|
+
|
|
23085
23193
|
# A workflow is a collection of multiple dependent Glue jobs and
|
|
23086
23194
|
# crawlers that are run to complete a complex ETL task. A workflow
|
|
23087
23195
|
# manages the execution and monitoring of all its jobs and crawlers.
|
data/lib/aws-sdk-glue.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -3709,7 +3709,9 @@ module Aws
|
|
|
3709
3709
|
def is_registered_with_lake_formation: () -> bool
|
|
3710
3710
|
def cell_filters: () -> ::Array[Types::ColumnRowFilter]
|
|
3711
3711
|
def query_authorization_id: () -> ::String
|
|
3712
|
+
def is_multi_dialect_view: () -> bool
|
|
3712
3713
|
def resource_arn: () -> ::String
|
|
3714
|
+
def is_protected: () -> bool
|
|
3713
3715
|
def permissions: () -> ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]
|
|
3714
3716
|
end
|
|
3715
3717
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#get_unfiltered_table_metadata-instance_method
|
data/sig/types.rbs
CHANGED
|
@@ -3048,7 +3048,9 @@ module Aws::Glue
|
|
|
3048
3048
|
attr_accessor is_registered_with_lake_formation: bool
|
|
3049
3049
|
attr_accessor cell_filters: ::Array[Types::ColumnRowFilter]
|
|
3050
3050
|
attr_accessor query_authorization_id: ::String
|
|
3051
|
+
attr_accessor is_multi_dialect_view: bool
|
|
3051
3052
|
attr_accessor resource_arn: ::String
|
|
3053
|
+
attr_accessor is_protected: bool
|
|
3052
3054
|
attr_accessor permissions: ::Array[("ALL" | "SELECT" | "ALTER" | "DROP" | "DELETE" | "INSERT" | "CREATE_DATABASE" | "CREATE_TABLE" | "DATA_LOCATION_ACCESS")]
|
|
3053
3055
|
SENSITIVE: []
|
|
3054
3056
|
end
|
|
@@ -5151,6 +5153,8 @@ module Aws::Glue
|
|
|
5151
5153
|
attr_accessor catalog_id: ::String
|
|
5152
5154
|
attr_accessor version_id: ::String
|
|
5153
5155
|
attr_accessor federated_table: Types::FederatedTable
|
|
5156
|
+
attr_accessor view_definition: Types::ViewDefinition
|
|
5157
|
+
attr_accessor is_multi_dialect_view: bool
|
|
5154
5158
|
SENSITIVE: []
|
|
5155
5159
|
end
|
|
5156
5160
|
|
|
@@ -5728,6 +5732,23 @@ module Aws::Glue
|
|
|
5728
5732
|
SENSITIVE: []
|
|
5729
5733
|
end
|
|
5730
5734
|
|
|
5735
|
+
class ViewDefinition
|
|
5736
|
+
attr_accessor is_protected: bool
|
|
5737
|
+
attr_accessor definer: ::String
|
|
5738
|
+
attr_accessor sub_objects: ::Array[::String]
|
|
5739
|
+
attr_accessor representations: ::Array[Types::ViewRepresentation]
|
|
5740
|
+
SENSITIVE: []
|
|
5741
|
+
end
|
|
5742
|
+
|
|
5743
|
+
class ViewRepresentation
|
|
5744
|
+
attr_accessor dialect: ("REDSHIFT" | "ATHENA" | "SPARK")
|
|
5745
|
+
attr_accessor dialect_version: ::String
|
|
5746
|
+
attr_accessor view_original_text: ::String
|
|
5747
|
+
attr_accessor view_expanded_text: ::String
|
|
5748
|
+
attr_accessor is_stale: bool
|
|
5749
|
+
SENSITIVE: []
|
|
5750
|
+
end
|
|
5751
|
+
|
|
5731
5752
|
class Workflow
|
|
5732
5753
|
attr_accessor name: ::String
|
|
5733
5754
|
attr_accessor description: ::String
|
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.169.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: 2024-02
|
|
11
|
+
date: 2024-04-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|