aws-sdk-glue 1.176.0 → 1.177.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 +44 -1
- data/lib/aws-sdk-glue/client_api.rb +23 -0
- data/lib/aws-sdk-glue/types.rb +99 -2
- data/lib/aws-sdk-glue.rb +1 -1
- data/sig/client.rbs +31 -1
- 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: 5632615edc16ed8dfe518374b578d644671b5807d60a6575cb0bcba00a9953b1
|
|
4
|
+
data.tar.gz: 7cb47cb0e191b02f1fbaafb144bf1f660e90da124eaf21b21160dd3c6f79a82b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20917ca8e62c5668a41f9707936cdc5105128535f8ba3a9bc5afc65600f3f7cbe6171a6930d03814bf0eda2b4946d91cae0e5e8b9cf9eedf18576ea65049d05b
|
|
7
|
+
data.tar.gz: b9faaeda2bfa1ed1a5ce598409aea402f342c1e2407630d957d0607666440bc2e37722ae8cdaa37e966733574a2a11847b61a60768353bf496edc57d382333c3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.177.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
|
@@ -4638,6 +4638,20 @@ module Aws::Glue
|
|
|
4638
4638
|
# name: "NameString",
|
|
4639
4639
|
# region: "NameString",
|
|
4640
4640
|
# },
|
|
4641
|
+
# view_definition: {
|
|
4642
|
+
# is_protected: false,
|
|
4643
|
+
# definer: "ArnString",
|
|
4644
|
+
# representations: [
|
|
4645
|
+
# {
|
|
4646
|
+
# dialect: "REDSHIFT", # accepts REDSHIFT, ATHENA, SPARK
|
|
4647
|
+
# dialect_version: "ViewDialectVersionString",
|
|
4648
|
+
# view_original_text: "ViewTextString",
|
|
4649
|
+
# validation_connection: "NameString",
|
|
4650
|
+
# view_expanded_text: "ViewTextString",
|
|
4651
|
+
# },
|
|
4652
|
+
# ],
|
|
4653
|
+
# sub_objects: ["ArnString"],
|
|
4654
|
+
# },
|
|
4641
4655
|
# },
|
|
4642
4656
|
# partition_indexes: [
|
|
4643
4657
|
# {
|
|
@@ -10952,6 +10966,7 @@ module Aws::Glue
|
|
|
10952
10966
|
# resp.table.view_definition.representations[0].dialect_version #=> String
|
|
10953
10967
|
# resp.table.view_definition.representations[0].view_original_text #=> String
|
|
10954
10968
|
# resp.table.view_definition.representations[0].view_expanded_text #=> String
|
|
10969
|
+
# resp.table.view_definition.representations[0].validation_connection #=> String
|
|
10955
10970
|
# resp.table.view_definition.representations[0].is_stale #=> Boolean
|
|
10956
10971
|
# resp.table.is_multi_dialect_view #=> Boolean
|
|
10957
10972
|
#
|
|
@@ -11130,6 +11145,7 @@ module Aws::Glue
|
|
|
11130
11145
|
# resp.table_version.table.view_definition.representations[0].dialect_version #=> String
|
|
11131
11146
|
# resp.table_version.table.view_definition.representations[0].view_original_text #=> String
|
|
11132
11147
|
# resp.table_version.table.view_definition.representations[0].view_expanded_text #=> String
|
|
11148
|
+
# resp.table_version.table.view_definition.representations[0].validation_connection #=> String
|
|
11133
11149
|
# resp.table_version.table.view_definition.representations[0].is_stale #=> Boolean
|
|
11134
11150
|
# resp.table_version.table.is_multi_dialect_view #=> Boolean
|
|
11135
11151
|
# resp.table_version.version_id #=> String
|
|
@@ -11260,6 +11276,7 @@ module Aws::Glue
|
|
|
11260
11276
|
# resp.table_versions[0].table.view_definition.representations[0].dialect_version #=> String
|
|
11261
11277
|
# resp.table_versions[0].table.view_definition.representations[0].view_original_text #=> String
|
|
11262
11278
|
# resp.table_versions[0].table.view_definition.representations[0].view_expanded_text #=> String
|
|
11279
|
+
# resp.table_versions[0].table.view_definition.representations[0].validation_connection #=> String
|
|
11263
11280
|
# resp.table_versions[0].table.view_definition.representations[0].is_stale #=> Boolean
|
|
11264
11281
|
# resp.table_versions[0].table.is_multi_dialect_view #=> Boolean
|
|
11265
11282
|
# resp.table_versions[0].version_id #=> String
|
|
@@ -11401,6 +11418,7 @@ module Aws::Glue
|
|
|
11401
11418
|
# resp.table_list[0].view_definition.representations[0].dialect_version #=> String
|
|
11402
11419
|
# resp.table_list[0].view_definition.representations[0].view_original_text #=> String
|
|
11403
11420
|
# resp.table_list[0].view_definition.representations[0].view_expanded_text #=> String
|
|
11421
|
+
# resp.table_list[0].view_definition.representations[0].validation_connection #=> String
|
|
11404
11422
|
# resp.table_list[0].view_definition.representations[0].is_stale #=> Boolean
|
|
11405
11423
|
# resp.table_list[0].is_multi_dialect_view #=> Boolean
|
|
11406
11424
|
# resp.next_token #=> String
|
|
@@ -12119,6 +12137,7 @@ module Aws::Glue
|
|
|
12119
12137
|
# resp.table.view_definition.representations[0].dialect_version #=> String
|
|
12120
12138
|
# resp.table.view_definition.representations[0].view_original_text #=> String
|
|
12121
12139
|
# resp.table.view_definition.representations[0].view_expanded_text #=> String
|
|
12140
|
+
# resp.table.view_definition.representations[0].validation_connection #=> String
|
|
12122
12141
|
# resp.table.view_definition.representations[0].is_stale #=> Boolean
|
|
12123
12142
|
# resp.table.is_multi_dialect_view #=> Boolean
|
|
12124
12143
|
# resp.authorized_columns #=> Array
|
|
@@ -14598,6 +14617,7 @@ module Aws::Glue
|
|
|
14598
14617
|
# resp.table_list[0].view_definition.representations[0].dialect_version #=> String
|
|
14599
14618
|
# resp.table_list[0].view_definition.representations[0].view_original_text #=> String
|
|
14600
14619
|
# resp.table_list[0].view_definition.representations[0].view_expanded_text #=> String
|
|
14620
|
+
# resp.table_list[0].view_definition.representations[0].validation_connection #=> String
|
|
14601
14621
|
# resp.table_list[0].view_definition.representations[0].is_stale #=> Boolean
|
|
14602
14622
|
# resp.table_list[0].is_multi_dialect_view #=> Boolean
|
|
14603
14623
|
#
|
|
@@ -16925,6 +16945,13 @@ module Aws::Glue
|
|
|
16925
16945
|
# @option params [String] :version_id
|
|
16926
16946
|
# The version ID at which to update the table contents.
|
|
16927
16947
|
#
|
|
16948
|
+
# @option params [String] :view_update_action
|
|
16949
|
+
# The operation to be performed when updating the view.
|
|
16950
|
+
#
|
|
16951
|
+
# @option params [Boolean] :force
|
|
16952
|
+
# A flag that can be set to true to ignore matching storage descriptor
|
|
16953
|
+
# and subobject matching requirements.
|
|
16954
|
+
#
|
|
16928
16955
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
16929
16956
|
#
|
|
16930
16957
|
# @example Request syntax with placeholder values
|
|
@@ -17013,10 +17040,26 @@ module Aws::Glue
|
|
|
17013
17040
|
# name: "NameString",
|
|
17014
17041
|
# region: "NameString",
|
|
17015
17042
|
# },
|
|
17043
|
+
# view_definition: {
|
|
17044
|
+
# is_protected: false,
|
|
17045
|
+
# definer: "ArnString",
|
|
17046
|
+
# representations: [
|
|
17047
|
+
# {
|
|
17048
|
+
# dialect: "REDSHIFT", # accepts REDSHIFT, ATHENA, SPARK
|
|
17049
|
+
# dialect_version: "ViewDialectVersionString",
|
|
17050
|
+
# view_original_text: "ViewTextString",
|
|
17051
|
+
# validation_connection: "NameString",
|
|
17052
|
+
# view_expanded_text: "ViewTextString",
|
|
17053
|
+
# },
|
|
17054
|
+
# ],
|
|
17055
|
+
# sub_objects: ["ArnString"],
|
|
17056
|
+
# },
|
|
17016
17057
|
# },
|
|
17017
17058
|
# skip_archive: false,
|
|
17018
17059
|
# transaction_id: "TransactionIdString",
|
|
17019
17060
|
# version_id: "VersionString",
|
|
17061
|
+
# view_update_action: "ADD", # accepts ADD, REPLACE, ADD_OR_REPLACE, DROP
|
|
17062
|
+
# force: false,
|
|
17020
17063
|
# })
|
|
17021
17064
|
#
|
|
17022
17065
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateTable AWS API Documentation
|
|
@@ -17269,7 +17312,7 @@ module Aws::Glue
|
|
|
17269
17312
|
params: params,
|
|
17270
17313
|
config: config)
|
|
17271
17314
|
context[:gem_name] = 'aws-sdk-glue'
|
|
17272
|
-
context[:gem_version] = '1.
|
|
17315
|
+
context[:gem_version] = '1.177.0'
|
|
17273
17316
|
Seahorse::Client::Request.new(handlers, context)
|
|
17274
17317
|
end
|
|
17275
17318
|
|
|
@@ -1243,12 +1243,16 @@ module Aws::Glue
|
|
|
1243
1243
|
VersionString = Shapes::StringShape.new(name: 'VersionString')
|
|
1244
1244
|
VersionsString = Shapes::StringShape.new(name: 'VersionsString')
|
|
1245
1245
|
ViewDefinition = Shapes::StructureShape.new(name: 'ViewDefinition')
|
|
1246
|
+
ViewDefinitionInput = Shapes::StructureShape.new(name: 'ViewDefinitionInput')
|
|
1246
1247
|
ViewDialect = Shapes::StringShape.new(name: 'ViewDialect')
|
|
1247
1248
|
ViewDialectVersionString = Shapes::StringShape.new(name: 'ViewDialectVersionString')
|
|
1248
1249
|
ViewRepresentation = Shapes::StructureShape.new(name: 'ViewRepresentation')
|
|
1250
|
+
ViewRepresentationInput = Shapes::StructureShape.new(name: 'ViewRepresentationInput')
|
|
1251
|
+
ViewRepresentationInputList = Shapes::ListShape.new(name: 'ViewRepresentationInputList')
|
|
1249
1252
|
ViewRepresentationList = Shapes::ListShape.new(name: 'ViewRepresentationList')
|
|
1250
1253
|
ViewSubObjectsList = Shapes::ListShape.new(name: 'ViewSubObjectsList')
|
|
1251
1254
|
ViewTextString = Shapes::StringShape.new(name: 'ViewTextString')
|
|
1255
|
+
ViewUpdateAction = Shapes::StringShape.new(name: 'ViewUpdateAction')
|
|
1252
1256
|
WorkerType = Shapes::StringShape.new(name: 'WorkerType')
|
|
1253
1257
|
Workflow = Shapes::StructureShape.new(name: 'Workflow')
|
|
1254
1258
|
WorkflowGraph = Shapes::StructureShape.new(name: 'WorkflowGraph')
|
|
@@ -5497,6 +5501,7 @@ module Aws::Glue
|
|
|
5497
5501
|
TableInput.add_member(:table_type, Shapes::ShapeRef.new(shape: TableTypeString, location_name: "TableType"))
|
|
5498
5502
|
TableInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
|
|
5499
5503
|
TableInput.add_member(:target_table, Shapes::ShapeRef.new(shape: TableIdentifier, location_name: "TargetTable"))
|
|
5504
|
+
TableInput.add_member(:view_definition, Shapes::ShapeRef.new(shape: ViewDefinitionInput, location_name: "ViewDefinition"))
|
|
5500
5505
|
TableInput.struct_class = Types::TableInput
|
|
5501
5506
|
|
|
5502
5507
|
TableList.member = Shapes::ShapeRef.new(shape: Table)
|
|
@@ -5875,6 +5880,8 @@ module Aws::Glue
|
|
|
5875
5880
|
UpdateTableRequest.add_member(:skip_archive, Shapes::ShapeRef.new(shape: BooleanNullable, location_name: "SkipArchive"))
|
|
5876
5881
|
UpdateTableRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
|
|
5877
5882
|
UpdateTableRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: VersionString, location_name: "VersionId"))
|
|
5883
|
+
UpdateTableRequest.add_member(:view_update_action, Shapes::ShapeRef.new(shape: ViewUpdateAction, location_name: "ViewUpdateAction"))
|
|
5884
|
+
UpdateTableRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
|
|
5878
5885
|
UpdateTableRequest.struct_class = Types::UpdateTableRequest
|
|
5879
5886
|
|
|
5880
5887
|
UpdateTableResponse.struct_class = Types::UpdateTableResponse
|
|
@@ -5946,13 +5953,29 @@ module Aws::Glue
|
|
|
5946
5953
|
ViewDefinition.add_member(:representations, Shapes::ShapeRef.new(shape: ViewRepresentationList, location_name: "Representations"))
|
|
5947
5954
|
ViewDefinition.struct_class = Types::ViewDefinition
|
|
5948
5955
|
|
|
5956
|
+
ViewDefinitionInput.add_member(:is_protected, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IsProtected"))
|
|
5957
|
+
ViewDefinitionInput.add_member(:definer, Shapes::ShapeRef.new(shape: ArnString, location_name: "Definer"))
|
|
5958
|
+
ViewDefinitionInput.add_member(:representations, Shapes::ShapeRef.new(shape: ViewRepresentationInputList, location_name: "Representations"))
|
|
5959
|
+
ViewDefinitionInput.add_member(:sub_objects, Shapes::ShapeRef.new(shape: ViewSubObjectsList, location_name: "SubObjects"))
|
|
5960
|
+
ViewDefinitionInput.struct_class = Types::ViewDefinitionInput
|
|
5961
|
+
|
|
5949
5962
|
ViewRepresentation.add_member(:dialect, Shapes::ShapeRef.new(shape: ViewDialect, location_name: "Dialect"))
|
|
5950
5963
|
ViewRepresentation.add_member(:dialect_version, Shapes::ShapeRef.new(shape: ViewDialectVersionString, location_name: "DialectVersion"))
|
|
5951
5964
|
ViewRepresentation.add_member(:view_original_text, Shapes::ShapeRef.new(shape: ViewTextString, location_name: "ViewOriginalText"))
|
|
5952
5965
|
ViewRepresentation.add_member(:view_expanded_text, Shapes::ShapeRef.new(shape: ViewTextString, location_name: "ViewExpandedText"))
|
|
5966
|
+
ViewRepresentation.add_member(:validation_connection, Shapes::ShapeRef.new(shape: NameString, location_name: "ValidationConnection"))
|
|
5953
5967
|
ViewRepresentation.add_member(:is_stale, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "IsStale"))
|
|
5954
5968
|
ViewRepresentation.struct_class = Types::ViewRepresentation
|
|
5955
5969
|
|
|
5970
|
+
ViewRepresentationInput.add_member(:dialect, Shapes::ShapeRef.new(shape: ViewDialect, location_name: "Dialect"))
|
|
5971
|
+
ViewRepresentationInput.add_member(:dialect_version, Shapes::ShapeRef.new(shape: ViewDialectVersionString, location_name: "DialectVersion"))
|
|
5972
|
+
ViewRepresentationInput.add_member(:view_original_text, Shapes::ShapeRef.new(shape: ViewTextString, location_name: "ViewOriginalText"))
|
|
5973
|
+
ViewRepresentationInput.add_member(:validation_connection, Shapes::ShapeRef.new(shape: NameString, location_name: "ValidationConnection"))
|
|
5974
|
+
ViewRepresentationInput.add_member(:view_expanded_text, Shapes::ShapeRef.new(shape: ViewTextString, location_name: "ViewExpandedText"))
|
|
5975
|
+
ViewRepresentationInput.struct_class = Types::ViewRepresentationInput
|
|
5976
|
+
|
|
5977
|
+
ViewRepresentationInputList.member = Shapes::ShapeRef.new(shape: ViewRepresentationInput)
|
|
5978
|
+
|
|
5956
5979
|
ViewRepresentationList.member = Shapes::ShapeRef.new(shape: ViewRepresentation)
|
|
5957
5980
|
|
|
5958
5981
|
ViewSubObjectsList.member = Shapes::ShapeRef.new(shape: ArnString)
|
data/lib/aws-sdk-glue/types.rb
CHANGED
|
@@ -21455,6 +21455,11 @@ module Aws::Glue
|
|
|
21455
21455
|
# resource linking.
|
|
21456
21456
|
# @return [Types::TableIdentifier]
|
|
21457
21457
|
#
|
|
21458
|
+
# @!attribute [rw] view_definition
|
|
21459
|
+
# A structure that contains all the information that defines the view,
|
|
21460
|
+
# including the dialect or dialects for the view, and the query.
|
|
21461
|
+
# @return [Types::ViewDefinitionInput]
|
|
21462
|
+
#
|
|
21458
21463
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/TableInput AWS API Documentation
|
|
21459
21464
|
#
|
|
21460
21465
|
class TableInput < Struct.new(
|
|
@@ -21470,7 +21475,8 @@ module Aws::Glue
|
|
|
21470
21475
|
:view_expanded_text,
|
|
21471
21476
|
:table_type,
|
|
21472
21477
|
:parameters,
|
|
21473
|
-
:target_table
|
|
21478
|
+
:target_table,
|
|
21479
|
+
:view_definition)
|
|
21474
21480
|
SENSITIVE = []
|
|
21475
21481
|
include Aws::Structure
|
|
21476
21482
|
end
|
|
@@ -23238,6 +23244,15 @@ module Aws::Glue
|
|
|
23238
23244
|
# The version ID at which to update the table contents.
|
|
23239
23245
|
# @return [String]
|
|
23240
23246
|
#
|
|
23247
|
+
# @!attribute [rw] view_update_action
|
|
23248
|
+
# The operation to be performed when updating the view.
|
|
23249
|
+
# @return [String]
|
|
23250
|
+
#
|
|
23251
|
+
# @!attribute [rw] force
|
|
23252
|
+
# A flag that can be set to true to ignore matching storage descriptor
|
|
23253
|
+
# and subobject matching requirements.
|
|
23254
|
+
# @return [Boolean]
|
|
23255
|
+
#
|
|
23241
23256
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateTableRequest AWS API Documentation
|
|
23242
23257
|
#
|
|
23243
23258
|
class UpdateTableRequest < Struct.new(
|
|
@@ -23246,7 +23261,9 @@ module Aws::Glue
|
|
|
23246
23261
|
:table_input,
|
|
23247
23262
|
:skip_archive,
|
|
23248
23263
|
:transaction_id,
|
|
23249
|
-
:version_id
|
|
23264
|
+
:version_id,
|
|
23265
|
+
:view_update_action,
|
|
23266
|
+
:force)
|
|
23250
23267
|
SENSITIVE = []
|
|
23251
23268
|
include Aws::Structure
|
|
23252
23269
|
end
|
|
@@ -23562,6 +23579,40 @@ module Aws::Glue
|
|
|
23562
23579
|
include Aws::Structure
|
|
23563
23580
|
end
|
|
23564
23581
|
|
|
23582
|
+
# A structure containing details for creating or updating an Glue view.
|
|
23583
|
+
#
|
|
23584
|
+
# @!attribute [rw] is_protected
|
|
23585
|
+
# You can set this flag as true to instruct the engine not to push
|
|
23586
|
+
# user-provided operations into the logical plan of the view during
|
|
23587
|
+
# query planning. However, setting this flag does not guarantee that
|
|
23588
|
+
# the engine will comply. Refer to the engine's documentation to
|
|
23589
|
+
# understand the guarantees provided, if any.
|
|
23590
|
+
# @return [Boolean]
|
|
23591
|
+
#
|
|
23592
|
+
# @!attribute [rw] definer
|
|
23593
|
+
# The definer of a view in SQL.
|
|
23594
|
+
# @return [String]
|
|
23595
|
+
#
|
|
23596
|
+
# @!attribute [rw] representations
|
|
23597
|
+
# A list of structures that contains the dialect of the view, and the
|
|
23598
|
+
# query that defines the view.
|
|
23599
|
+
# @return [Array<Types::ViewRepresentationInput>]
|
|
23600
|
+
#
|
|
23601
|
+
# @!attribute [rw] sub_objects
|
|
23602
|
+
# A list of base table ARNs that make up the view.
|
|
23603
|
+
# @return [Array<String>]
|
|
23604
|
+
#
|
|
23605
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ViewDefinitionInput AWS API Documentation
|
|
23606
|
+
#
|
|
23607
|
+
class ViewDefinitionInput < Struct.new(
|
|
23608
|
+
:is_protected,
|
|
23609
|
+
:definer,
|
|
23610
|
+
:representations,
|
|
23611
|
+
:sub_objects)
|
|
23612
|
+
SENSITIVE = []
|
|
23613
|
+
include Aws::Structure
|
|
23614
|
+
end
|
|
23615
|
+
|
|
23565
23616
|
# A structure that contains the dialect of the view, and the query that
|
|
23566
23617
|
# defines the view.
|
|
23567
23618
|
#
|
|
@@ -23593,6 +23644,11 @@ module Aws::Glue
|
|
|
23593
23644
|
# ^
|
|
23594
23645
|
# @return [String]
|
|
23595
23646
|
#
|
|
23647
|
+
# @!attribute [rw] validation_connection
|
|
23648
|
+
# The name of the connection to be used to validate the specific
|
|
23649
|
+
# representation of the view.
|
|
23650
|
+
# @return [String]
|
|
23651
|
+
#
|
|
23596
23652
|
# @!attribute [rw] is_stale
|
|
23597
23653
|
# Dialects marked as stale are no longer valid and must be updated
|
|
23598
23654
|
# before they can be queried in their respective query engines.
|
|
@@ -23605,11 +23661,52 @@ module Aws::Glue
|
|
|
23605
23661
|
:dialect_version,
|
|
23606
23662
|
:view_original_text,
|
|
23607
23663
|
:view_expanded_text,
|
|
23664
|
+
:validation_connection,
|
|
23608
23665
|
:is_stale)
|
|
23609
23666
|
SENSITIVE = []
|
|
23610
23667
|
include Aws::Structure
|
|
23611
23668
|
end
|
|
23612
23669
|
|
|
23670
|
+
# A structure containing details of a representation to update or create
|
|
23671
|
+
# a Lake Formation view.
|
|
23672
|
+
#
|
|
23673
|
+
# @!attribute [rw] dialect
|
|
23674
|
+
# A parameter that specifies the engine type of a specific
|
|
23675
|
+
# representation.
|
|
23676
|
+
# @return [String]
|
|
23677
|
+
#
|
|
23678
|
+
# @!attribute [rw] dialect_version
|
|
23679
|
+
# A parameter that specifies the version of the engine of a specific
|
|
23680
|
+
# representation.
|
|
23681
|
+
# @return [String]
|
|
23682
|
+
#
|
|
23683
|
+
# @!attribute [rw] view_original_text
|
|
23684
|
+
# A string that represents the original SQL query that describes the
|
|
23685
|
+
# view.
|
|
23686
|
+
# @return [String]
|
|
23687
|
+
#
|
|
23688
|
+
# @!attribute [rw] validation_connection
|
|
23689
|
+
# The name of the connection to be used to validate the specific
|
|
23690
|
+
# representation of the view.
|
|
23691
|
+
# @return [String]
|
|
23692
|
+
#
|
|
23693
|
+
# @!attribute [rw] view_expanded_text
|
|
23694
|
+
# A string that represents the SQL query that describes the view with
|
|
23695
|
+
# expanded resource ARNs
|
|
23696
|
+
# @return [String]
|
|
23697
|
+
#
|
|
23698
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ViewRepresentationInput AWS API Documentation
|
|
23699
|
+
#
|
|
23700
|
+
class ViewRepresentationInput < Struct.new(
|
|
23701
|
+
:dialect,
|
|
23702
|
+
:dialect_version,
|
|
23703
|
+
:view_original_text,
|
|
23704
|
+
:validation_connection,
|
|
23705
|
+
:view_expanded_text)
|
|
23706
|
+
SENSITIVE = []
|
|
23707
|
+
include Aws::Structure
|
|
23708
|
+
end
|
|
23709
|
+
|
|
23613
23710
|
# A workflow is a collection of multiple dependent Glue jobs and
|
|
23614
23711
|
# crawlers that are run to complete a complex ETL task. A workflow
|
|
23615
23712
|
# manages the execution and monitoring of all its jobs and crawlers.
|
data/lib/aws-sdk-glue.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -2311,6 +2311,20 @@ module Aws
|
|
|
2311
2311
|
database_name: ::String?,
|
|
2312
2312
|
name: ::String?,
|
|
2313
2313
|
region: ::String?
|
|
2314
|
+
}?,
|
|
2315
|
+
view_definition: {
|
|
2316
|
+
is_protected: bool?,
|
|
2317
|
+
definer: ::String?,
|
|
2318
|
+
representations: Array[
|
|
2319
|
+
{
|
|
2320
|
+
dialect: ("REDSHIFT" | "ATHENA" | "SPARK")?,
|
|
2321
|
+
dialect_version: ::String?,
|
|
2322
|
+
view_original_text: ::String?,
|
|
2323
|
+
validation_connection: ::String?,
|
|
2324
|
+
view_expanded_text: ::String?
|
|
2325
|
+
},
|
|
2326
|
+
]?,
|
|
2327
|
+
sub_objects: Array[::String]?
|
|
2314
2328
|
}?
|
|
2315
2329
|
},
|
|
2316
2330
|
?partition_indexes: Array[
|
|
@@ -6558,11 +6572,27 @@ module Aws
|
|
|
6558
6572
|
database_name: ::String?,
|
|
6559
6573
|
name: ::String?,
|
|
6560
6574
|
region: ::String?
|
|
6575
|
+
}?,
|
|
6576
|
+
view_definition: {
|
|
6577
|
+
is_protected: bool?,
|
|
6578
|
+
definer: ::String?,
|
|
6579
|
+
representations: Array[
|
|
6580
|
+
{
|
|
6581
|
+
dialect: ("REDSHIFT" | "ATHENA" | "SPARK")?,
|
|
6582
|
+
dialect_version: ::String?,
|
|
6583
|
+
view_original_text: ::String?,
|
|
6584
|
+
validation_connection: ::String?,
|
|
6585
|
+
view_expanded_text: ::String?
|
|
6586
|
+
},
|
|
6587
|
+
]?,
|
|
6588
|
+
sub_objects: Array[::String]?
|
|
6561
6589
|
}?
|
|
6562
6590
|
},
|
|
6563
6591
|
?skip_archive: bool,
|
|
6564
6592
|
?transaction_id: ::String,
|
|
6565
|
-
?version_id: ::String
|
|
6593
|
+
?version_id: ::String,
|
|
6594
|
+
?view_update_action: ("ADD" | "REPLACE" | "ADD_OR_REPLACE" | "DROP"),
|
|
6595
|
+
?force: bool
|
|
6566
6596
|
) -> _UpdateTableResponseSuccess
|
|
6567
6597
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTableResponseSuccess
|
|
6568
6598
|
|
data/sig/types.rbs
CHANGED
|
@@ -5248,6 +5248,7 @@ module Aws::Glue
|
|
|
5248
5248
|
attr_accessor table_type: ::String
|
|
5249
5249
|
attr_accessor parameters: ::Hash[::String, ::String]
|
|
5250
5250
|
attr_accessor target_table: Types::TableIdentifier
|
|
5251
|
+
attr_accessor view_definition: Types::ViewDefinitionInput
|
|
5251
5252
|
SENSITIVE: []
|
|
5252
5253
|
end
|
|
5253
5254
|
|
|
@@ -5708,6 +5709,8 @@ module Aws::Glue
|
|
|
5708
5709
|
attr_accessor skip_archive: bool
|
|
5709
5710
|
attr_accessor transaction_id: ::String
|
|
5710
5711
|
attr_accessor version_id: ::String
|
|
5712
|
+
attr_accessor view_update_action: ("ADD" | "REPLACE" | "ADD_OR_REPLACE" | "DROP")
|
|
5713
|
+
attr_accessor force: bool
|
|
5711
5714
|
SENSITIVE: []
|
|
5712
5715
|
end
|
|
5713
5716
|
|
|
@@ -5802,15 +5805,33 @@ module Aws::Glue
|
|
|
5802
5805
|
SENSITIVE: []
|
|
5803
5806
|
end
|
|
5804
5807
|
|
|
5808
|
+
class ViewDefinitionInput
|
|
5809
|
+
attr_accessor is_protected: bool
|
|
5810
|
+
attr_accessor definer: ::String
|
|
5811
|
+
attr_accessor representations: ::Array[Types::ViewRepresentationInput]
|
|
5812
|
+
attr_accessor sub_objects: ::Array[::String]
|
|
5813
|
+
SENSITIVE: []
|
|
5814
|
+
end
|
|
5815
|
+
|
|
5805
5816
|
class ViewRepresentation
|
|
5806
5817
|
attr_accessor dialect: ("REDSHIFT" | "ATHENA" | "SPARK")
|
|
5807
5818
|
attr_accessor dialect_version: ::String
|
|
5808
5819
|
attr_accessor view_original_text: ::String
|
|
5809
5820
|
attr_accessor view_expanded_text: ::String
|
|
5821
|
+
attr_accessor validation_connection: ::String
|
|
5810
5822
|
attr_accessor is_stale: bool
|
|
5811
5823
|
SENSITIVE: []
|
|
5812
5824
|
end
|
|
5813
5825
|
|
|
5826
|
+
class ViewRepresentationInput
|
|
5827
|
+
attr_accessor dialect: ("REDSHIFT" | "ATHENA" | "SPARK")
|
|
5828
|
+
attr_accessor dialect_version: ::String
|
|
5829
|
+
attr_accessor view_original_text: ::String
|
|
5830
|
+
attr_accessor validation_connection: ::String
|
|
5831
|
+
attr_accessor view_expanded_text: ::String
|
|
5832
|
+
SENSITIVE: []
|
|
5833
|
+
end
|
|
5834
|
+
|
|
5814
5835
|
class Workflow
|
|
5815
5836
|
attr_accessor name: ::String
|
|
5816
5837
|
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.177.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-06-
|
|
11
|
+
date: 2024-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|