aws-sdk-glue 1.99.0 → 1.103.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +450 -3
- data/lib/aws-sdk-glue/client_api.rb +178 -0
- data/lib/aws-sdk-glue/errors.rb +48 -0
- data/lib/aws-sdk-glue/types.rb +516 -11
- data/lib/aws-sdk-glue.rb +1 -1
- metadata +4 -4
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
27
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
30
|
+
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
30
31
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
31
32
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
32
33
|
|
@@ -73,6 +74,7 @@ module Aws::Glue
|
|
73
74
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
74
75
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
76
|
add_plugin(Aws::Plugins::HttpChecksum)
|
77
|
+
add_plugin(Aws::Plugins::DefaultsMode)
|
76
78
|
add_plugin(Aws::Plugins::SignatureV4)
|
77
79
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
78
80
|
|
@@ -119,7 +121,9 @@ module Aws::Glue
|
|
119
121
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
122
|
# are very aggressive. Construct and pass an instance of
|
121
123
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
-
# enable retries and extended timeouts.
|
124
|
+
# enable retries and extended timeouts. Instance profile credential
|
125
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
126
|
+
# to true.
|
123
127
|
#
|
124
128
|
# @option options [required, String] :region
|
125
129
|
# The AWS region to connect to. The configured `:region` is
|
@@ -173,6 +177,10 @@ module Aws::Glue
|
|
173
177
|
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
174
178
|
# a clock skew correction and retry requests with skewed client clocks.
|
175
179
|
#
|
180
|
+
# @option options [String] :defaults_mode ("legacy")
|
181
|
+
# See {Aws::DefaultsModeConfiguration} for a list of the
|
182
|
+
# accepted modes and the configuration defaults that are included.
|
183
|
+
#
|
176
184
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
177
185
|
# Set to true to disable SDK automatically adding host prefix
|
178
186
|
# to default service endpoint when available.
|
@@ -305,7 +313,7 @@ module Aws::Glue
|
|
305
313
|
# seconds to wait when opening a HTTP session before raising a
|
306
314
|
# `Timeout::Error`.
|
307
315
|
#
|
308
|
-
# @option options [
|
316
|
+
# @option options [Float] :http_read_timeout (60) The default
|
309
317
|
# number of seconds to wait for response data. This value can
|
310
318
|
# safely be set per-request on the session.
|
311
319
|
#
|
@@ -321,6 +329,9 @@ module Aws::Glue
|
|
321
329
|
# disables this behaviour. This value can safely be set per
|
322
330
|
# request on the session.
|
323
331
|
#
|
332
|
+
# @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
|
333
|
+
# in seconds.
|
334
|
+
#
|
324
335
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
325
336
|
# HTTP debug output will be sent to the `:logger`.
|
326
337
|
#
|
@@ -390,6 +401,7 @@ module Aws::Glue
|
|
390
401
|
# },
|
391
402
|
# ],
|
392
403
|
# location: "LocationString",
|
404
|
+
# additional_locations: ["LocationString"],
|
393
405
|
# input_format: "FormatString",
|
394
406
|
# output_format: "FormatString",
|
395
407
|
# compressed: false,
|
@@ -570,6 +582,9 @@ module Aws::Glue
|
|
570
582
|
# @option params [required, Array<String>] :tables_to_delete
|
571
583
|
# A list of the table to delete.
|
572
584
|
#
|
585
|
+
# @option params [String] :transaction_id
|
586
|
+
# The transaction ID at which to delete the table contents.
|
587
|
+
#
|
573
588
|
# @return [Types::BatchDeleteTableResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
574
589
|
#
|
575
590
|
# * {Types::BatchDeleteTableResponse#errors #errors} => Array<Types::TableError>
|
@@ -580,6 +595,7 @@ module Aws::Glue
|
|
580
595
|
# catalog_id: "CatalogIdString",
|
581
596
|
# database_name: "NameString", # required
|
582
597
|
# tables_to_delete: ["NameString"], # required
|
598
|
+
# transaction_id: "TransactionIdString",
|
583
599
|
# })
|
584
600
|
#
|
585
601
|
# @example Response structure
|
@@ -751,6 +767,12 @@ module Aws::Glue
|
|
751
767
|
# resp.crawlers[0].targets.catalog_targets[0].database_name #=> String
|
752
768
|
# resp.crawlers[0].targets.catalog_targets[0].tables #=> Array
|
753
769
|
# resp.crawlers[0].targets.catalog_targets[0].tables[0] #=> String
|
770
|
+
# resp.crawlers[0].targets.catalog_targets[0].connection_name #=> String
|
771
|
+
# resp.crawlers[0].targets.delta_targets #=> Array
|
772
|
+
# resp.crawlers[0].targets.delta_targets[0].delta_tables #=> Array
|
773
|
+
# resp.crawlers[0].targets.delta_targets[0].delta_tables[0] #=> String
|
774
|
+
# resp.crawlers[0].targets.delta_targets[0].connection_name #=> String
|
775
|
+
# resp.crawlers[0].targets.delta_targets[0].write_manifest #=> Boolean
|
754
776
|
# resp.crawlers[0].database_name #=> String
|
755
777
|
# resp.crawlers[0].description #=> String
|
756
778
|
# resp.crawlers[0].classifiers #=> Array
|
@@ -775,6 +797,8 @@ module Aws::Glue
|
|
775
797
|
# resp.crawlers[0].version #=> Integer
|
776
798
|
# resp.crawlers[0].configuration #=> String
|
777
799
|
# resp.crawlers[0].crawler_security_configuration #=> String
|
800
|
+
# resp.crawlers[0].lake_formation_configuration.use_lake_formation_credentials #=> Boolean
|
801
|
+
# resp.crawlers[0].lake_formation_configuration.account_id #=> String
|
778
802
|
# resp.crawlers_not_found #=> Array
|
779
803
|
# resp.crawlers_not_found[0] #=> String
|
780
804
|
#
|
@@ -962,6 +986,8 @@ module Aws::Glue
|
|
962
986
|
# resp.partitions[0].storage_descriptor.columns[0].parameters #=> Hash
|
963
987
|
# resp.partitions[0].storage_descriptor.columns[0].parameters["KeyString"] #=> String
|
964
988
|
# resp.partitions[0].storage_descriptor.location #=> String
|
989
|
+
# resp.partitions[0].storage_descriptor.additional_locations #=> Array
|
990
|
+
# resp.partitions[0].storage_descriptor.additional_locations[0] #=> String
|
965
991
|
# resp.partitions[0].storage_descriptor.input_format #=> String
|
966
992
|
# resp.partitions[0].storage_descriptor.output_format #=> String
|
967
993
|
# resp.partitions[0].storage_descriptor.compressed #=> Boolean
|
@@ -1348,6 +1374,7 @@ module Aws::Glue
|
|
1348
1374
|
# },
|
1349
1375
|
# ],
|
1350
1376
|
# location: "LocationString",
|
1377
|
+
# additional_locations: ["LocationString"],
|
1351
1378
|
# input_format: "FormatString",
|
1352
1379
|
# output_format: "FormatString",
|
1353
1380
|
# compressed: false,
|
@@ -1685,6 +1712,8 @@ module Aws::Glue
|
|
1685
1712
|
# @option params [Types::LineageConfiguration] :lineage_configuration
|
1686
1713
|
# Specifies data lineage configuration settings for the crawler.
|
1687
1714
|
#
|
1715
|
+
# @option params [Types::LakeFormationConfiguration] :lake_formation_configuration
|
1716
|
+
#
|
1688
1717
|
# @option params [String] :configuration
|
1689
1718
|
# Crawler configuration information. This versioned JSON string allows
|
1690
1719
|
# users to specify aspects of a crawler's behavior. For more
|
@@ -1752,6 +1781,14 @@ module Aws::Glue
|
|
1752
1781
|
# {
|
1753
1782
|
# database_name: "NameString", # required
|
1754
1783
|
# tables: ["NameString"], # required
|
1784
|
+
# connection_name: "ConnectionName",
|
1785
|
+
# },
|
1786
|
+
# ],
|
1787
|
+
# delta_targets: [
|
1788
|
+
# {
|
1789
|
+
# delta_tables: ["Path"],
|
1790
|
+
# connection_name: "ConnectionName",
|
1791
|
+
# write_manifest: false,
|
1755
1792
|
# },
|
1756
1793
|
# ],
|
1757
1794
|
# },
|
@@ -1768,6 +1805,10 @@ module Aws::Glue
|
|
1768
1805
|
# lineage_configuration: {
|
1769
1806
|
# crawler_lineage_settings: "ENABLE", # accepts ENABLE, DISABLE
|
1770
1807
|
# },
|
1808
|
+
# lake_formation_configuration: {
|
1809
|
+
# use_lake_formation_credentials: false,
|
1810
|
+
# account_id: "AccountId",
|
1811
|
+
# },
|
1771
1812
|
# configuration: "CrawlerConfiguration",
|
1772
1813
|
# crawler_security_configuration: "CrawlerSecurityConfiguration",
|
1773
1814
|
# tags: {
|
@@ -2488,6 +2529,7 @@ module Aws::Glue
|
|
2488
2529
|
# },
|
2489
2530
|
# ],
|
2490
2531
|
# location: "LocationString",
|
2532
|
+
# additional_locations: ["LocationString"],
|
2491
2533
|
# input_format: "FormatString",
|
2492
2534
|
# output_format: "FormatString",
|
2493
2535
|
# compressed: false,
|
@@ -2914,6 +2956,9 @@ module Aws::Glue
|
|
2914
2956
|
# A list of partition indexes, `PartitionIndex` structures, to create in
|
2915
2957
|
# the table.
|
2916
2958
|
#
|
2959
|
+
# @option params [String] :transaction_id
|
2960
|
+
# The ID of the transaction.
|
2961
|
+
#
|
2917
2962
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2918
2963
|
#
|
2919
2964
|
# @example Request syntax with placeholder values
|
@@ -2940,6 +2985,7 @@ module Aws::Glue
|
|
2940
2985
|
# },
|
2941
2986
|
# ],
|
2942
2987
|
# location: "LocationString",
|
2988
|
+
# additional_locations: ["LocationString"],
|
2943
2989
|
# input_format: "FormatString",
|
2944
2990
|
# output_format: "FormatString",
|
2945
2991
|
# compressed: false,
|
@@ -3007,6 +3053,7 @@ module Aws::Glue
|
|
3007
3053
|
# index_name: "NameString", # required
|
3008
3054
|
# },
|
3009
3055
|
# ],
|
3056
|
+
# transaction_id: "TransactionIdString",
|
3010
3057
|
# })
|
3011
3058
|
#
|
3012
3059
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateTable AWS API Documentation
|
@@ -3828,6 +3875,9 @@ module Aws::Glue
|
|
3828
3875
|
# The name of the table to be deleted. For Hive compatibility, this name
|
3829
3876
|
# is entirely lowercase.
|
3830
3877
|
#
|
3878
|
+
# @option params [String] :transaction_id
|
3879
|
+
# The transaction ID at which to delete the table contents.
|
3880
|
+
#
|
3831
3881
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3832
3882
|
#
|
3833
3883
|
# @example Request syntax with placeholder values
|
@@ -3836,6 +3886,7 @@ module Aws::Glue
|
|
3836
3886
|
# catalog_id: "CatalogIdString",
|
3837
3887
|
# database_name: "NameString", # required
|
3838
3888
|
# name: "NameString", # required
|
3889
|
+
# transaction_id: "TransactionIdString",
|
3839
3890
|
# })
|
3840
3891
|
#
|
3841
3892
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteTable AWS API Documentation
|
@@ -4604,6 +4655,12 @@ module Aws::Glue
|
|
4604
4655
|
# resp.crawler.targets.catalog_targets[0].database_name #=> String
|
4605
4656
|
# resp.crawler.targets.catalog_targets[0].tables #=> Array
|
4606
4657
|
# resp.crawler.targets.catalog_targets[0].tables[0] #=> String
|
4658
|
+
# resp.crawler.targets.catalog_targets[0].connection_name #=> String
|
4659
|
+
# resp.crawler.targets.delta_targets #=> Array
|
4660
|
+
# resp.crawler.targets.delta_targets[0].delta_tables #=> Array
|
4661
|
+
# resp.crawler.targets.delta_targets[0].delta_tables[0] #=> String
|
4662
|
+
# resp.crawler.targets.delta_targets[0].connection_name #=> String
|
4663
|
+
# resp.crawler.targets.delta_targets[0].write_manifest #=> Boolean
|
4607
4664
|
# resp.crawler.database_name #=> String
|
4608
4665
|
# resp.crawler.description #=> String
|
4609
4666
|
# resp.crawler.classifiers #=> Array
|
@@ -4628,6 +4685,8 @@ module Aws::Glue
|
|
4628
4685
|
# resp.crawler.version #=> Integer
|
4629
4686
|
# resp.crawler.configuration #=> String
|
4630
4687
|
# resp.crawler.crawler_security_configuration #=> String
|
4688
|
+
# resp.crawler.lake_formation_configuration.use_lake_formation_credentials #=> Boolean
|
4689
|
+
# resp.crawler.lake_formation_configuration.account_id #=> String
|
4631
4690
|
#
|
4632
4691
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetCrawler AWS API Documentation
|
4633
4692
|
#
|
@@ -4738,6 +4797,12 @@ module Aws::Glue
|
|
4738
4797
|
# resp.crawlers[0].targets.catalog_targets[0].database_name #=> String
|
4739
4798
|
# resp.crawlers[0].targets.catalog_targets[0].tables #=> Array
|
4740
4799
|
# resp.crawlers[0].targets.catalog_targets[0].tables[0] #=> String
|
4800
|
+
# resp.crawlers[0].targets.catalog_targets[0].connection_name #=> String
|
4801
|
+
# resp.crawlers[0].targets.delta_targets #=> Array
|
4802
|
+
# resp.crawlers[0].targets.delta_targets[0].delta_tables #=> Array
|
4803
|
+
# resp.crawlers[0].targets.delta_targets[0].delta_tables[0] #=> String
|
4804
|
+
# resp.crawlers[0].targets.delta_targets[0].connection_name #=> String
|
4805
|
+
# resp.crawlers[0].targets.delta_targets[0].write_manifest #=> Boolean
|
4741
4806
|
# resp.crawlers[0].database_name #=> String
|
4742
4807
|
# resp.crawlers[0].description #=> String
|
4743
4808
|
# resp.crawlers[0].classifiers #=> Array
|
@@ -4762,6 +4827,8 @@ module Aws::Glue
|
|
4762
4827
|
# resp.crawlers[0].version #=> Integer
|
4763
4828
|
# resp.crawlers[0].configuration #=> String
|
4764
4829
|
# resp.crawlers[0].crawler_security_configuration #=> String
|
4830
|
+
# resp.crawlers[0].lake_formation_configuration.use_lake_formation_credentials #=> Boolean
|
4831
|
+
# resp.crawlers[0].lake_formation_configuration.account_id #=> String
|
4765
4832
|
# resp.next_token #=> String
|
4766
4833
|
#
|
4767
4834
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetCrawlers AWS API Documentation
|
@@ -5827,6 +5894,8 @@ module Aws::Glue
|
|
5827
5894
|
# resp.data.partition.storage_descriptor.columns[0].parameters #=> Hash
|
5828
5895
|
# resp.data.partition.storage_descriptor.columns[0].parameters["KeyString"] #=> String
|
5829
5896
|
# resp.data.partition.storage_descriptor.location #=> String
|
5897
|
+
# resp.data.partition.storage_descriptor.additional_locations #=> Array
|
5898
|
+
# resp.data.partition.storage_descriptor.additional_locations[0] #=> String
|
5830
5899
|
# resp.data.partition.storage_descriptor.input_format #=> String
|
5831
5900
|
# resp.data.partition.storage_descriptor.output_format #=> String
|
5832
5901
|
# resp.data.partition.storage_descriptor.compressed #=> Boolean
|
@@ -6046,6 +6115,14 @@ module Aws::Glue
|
|
6046
6115
|
# partition values or location. This approach avoids the problem of a
|
6047
6116
|
# large response by not returning duplicate data.
|
6048
6117
|
#
|
6118
|
+
# @option params [String] :transaction_id
|
6119
|
+
# The transaction ID at which to read the partition contents.
|
6120
|
+
#
|
6121
|
+
# @option params [Time,DateTime,Date,Integer,String] :query_as_of_time
|
6122
|
+
# The time as of when to read the partition contents. If not set, the
|
6123
|
+
# most recent transaction commit time will be used. Cannot be specified
|
6124
|
+
# along with `TransactionId`.
|
6125
|
+
#
|
6049
6126
|
# @return [Types::GetPartitionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6050
6127
|
#
|
6051
6128
|
# * {Types::GetPartitionsResponse#partitions #partitions} => Array<Types::Partition>
|
@@ -6067,6 +6144,8 @@ module Aws::Glue
|
|
6067
6144
|
# },
|
6068
6145
|
# max_results: 1,
|
6069
6146
|
# exclude_column_schema: false,
|
6147
|
+
# transaction_id: "TransactionIdString",
|
6148
|
+
# query_as_of_time: Time.now,
|
6070
6149
|
# })
|
6071
6150
|
#
|
6072
6151
|
# @example Response structure
|
@@ -6085,6 +6164,8 @@ module Aws::Glue
|
|
6085
6164
|
# resp.partitions[0].storage_descriptor.columns[0].parameters #=> Hash
|
6086
6165
|
# resp.partitions[0].storage_descriptor.columns[0].parameters["KeyString"] #=> String
|
6087
6166
|
# resp.partitions[0].storage_descriptor.location #=> String
|
6167
|
+
# resp.partitions[0].storage_descriptor.additional_locations #=> Array
|
6168
|
+
# resp.partitions[0].storage_descriptor.additional_locations[0] #=> String
|
6088
6169
|
# resp.partitions[0].storage_descriptor.input_format #=> String
|
6089
6170
|
# resp.partitions[0].storage_descriptor.output_format #=> String
|
6090
6171
|
# resp.partitions[0].storage_descriptor.compressed #=> Boolean
|
@@ -6699,6 +6780,14 @@ module Aws::Glue
|
|
6699
6780
|
# The name of the table for which to retrieve the definition. For Hive
|
6700
6781
|
# compatibility, this name is entirely lowercase.
|
6701
6782
|
#
|
6783
|
+
# @option params [String] :transaction_id
|
6784
|
+
# The transaction ID at which to read the table contents.
|
6785
|
+
#
|
6786
|
+
# @option params [Time,DateTime,Date,Integer,String] :query_as_of_time
|
6787
|
+
# The time as of when to read the table contents. If not set, the most
|
6788
|
+
# recent transaction commit time will be used. Cannot be specified along
|
6789
|
+
# with `TransactionId`.
|
6790
|
+
#
|
6702
6791
|
# @return [Types::GetTableResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6703
6792
|
#
|
6704
6793
|
# * {Types::GetTableResponse#table #table} => Types::Table
|
@@ -6709,6 +6798,8 @@ module Aws::Glue
|
|
6709
6798
|
# catalog_id: "CatalogIdString",
|
6710
6799
|
# database_name: "NameString", # required
|
6711
6800
|
# name: "NameString", # required
|
6801
|
+
# transaction_id: "TransactionIdString",
|
6802
|
+
# query_as_of_time: Time.now,
|
6712
6803
|
# })
|
6713
6804
|
#
|
6714
6805
|
# @example Response structure
|
@@ -6729,6 +6820,8 @@ module Aws::Glue
|
|
6729
6820
|
# resp.table.storage_descriptor.columns[0].parameters #=> Hash
|
6730
6821
|
# resp.table.storage_descriptor.columns[0].parameters["KeyString"] #=> String
|
6731
6822
|
# resp.table.storage_descriptor.location #=> String
|
6823
|
+
# resp.table.storage_descriptor.additional_locations #=> Array
|
6824
|
+
# resp.table.storage_descriptor.additional_locations[0] #=> String
|
6732
6825
|
# resp.table.storage_descriptor.input_format #=> String
|
6733
6826
|
# resp.table.storage_descriptor.output_format #=> String
|
6734
6827
|
# resp.table.storage_descriptor.compressed #=> Boolean
|
@@ -6832,6 +6925,8 @@ module Aws::Glue
|
|
6832
6925
|
# resp.table_version.table.storage_descriptor.columns[0].parameters #=> Hash
|
6833
6926
|
# resp.table_version.table.storage_descriptor.columns[0].parameters["KeyString"] #=> String
|
6834
6927
|
# resp.table_version.table.storage_descriptor.location #=> String
|
6928
|
+
# resp.table_version.table.storage_descriptor.additional_locations #=> Array
|
6929
|
+
# resp.table_version.table.storage_descriptor.additional_locations[0] #=> String
|
6835
6930
|
# resp.table_version.table.storage_descriptor.input_format #=> String
|
6836
6931
|
# resp.table_version.table.storage_descriptor.output_format #=> String
|
6837
6932
|
# resp.table_version.table.storage_descriptor.compressed #=> Boolean
|
@@ -6944,6 +7039,8 @@ module Aws::Glue
|
|
6944
7039
|
# resp.table_versions[0].table.storage_descriptor.columns[0].parameters #=> Hash
|
6945
7040
|
# resp.table_versions[0].table.storage_descriptor.columns[0].parameters["KeyString"] #=> String
|
6946
7041
|
# resp.table_versions[0].table.storage_descriptor.location #=> String
|
7042
|
+
# resp.table_versions[0].table.storage_descriptor.additional_locations #=> Array
|
7043
|
+
# resp.table_versions[0].table.storage_descriptor.additional_locations[0] #=> String
|
6947
7044
|
# resp.table_versions[0].table.storage_descriptor.input_format #=> String
|
6948
7045
|
# resp.table_versions[0].table.storage_descriptor.output_format #=> String
|
6949
7046
|
# resp.table_versions[0].table.storage_descriptor.compressed #=> Boolean
|
@@ -7021,6 +7118,14 @@ module Aws::Glue
|
|
7021
7118
|
# @option params [Integer] :max_results
|
7022
7119
|
# The maximum number of tables to return in a single response.
|
7023
7120
|
#
|
7121
|
+
# @option params [String] :transaction_id
|
7122
|
+
# The transaction ID at which to read the table contents.
|
7123
|
+
#
|
7124
|
+
# @option params [Time,DateTime,Date,Integer,String] :query_as_of_time
|
7125
|
+
# The time as of when to read the table contents. If not set, the most
|
7126
|
+
# recent transaction commit time will be used. Cannot be specified along
|
7127
|
+
# with `TransactionId`.
|
7128
|
+
#
|
7024
7129
|
# @return [Types::GetTablesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7025
7130
|
#
|
7026
7131
|
# * {Types::GetTablesResponse#table_list #table_list} => Array<Types::Table>
|
@@ -7036,6 +7141,8 @@ module Aws::Glue
|
|
7036
7141
|
# expression: "FilterString",
|
7037
7142
|
# next_token: "Token",
|
7038
7143
|
# max_results: 1,
|
7144
|
+
# transaction_id: "TransactionIdString",
|
7145
|
+
# query_as_of_time: Time.now,
|
7039
7146
|
# })
|
7040
7147
|
#
|
7041
7148
|
# @example Response structure
|
@@ -7057,6 +7164,8 @@ module Aws::Glue
|
|
7057
7164
|
# resp.table_list[0].storage_descriptor.columns[0].parameters #=> Hash
|
7058
7165
|
# resp.table_list[0].storage_descriptor.columns[0].parameters["KeyString"] #=> String
|
7059
7166
|
# resp.table_list[0].storage_descriptor.location #=> String
|
7167
|
+
# resp.table_list[0].storage_descriptor.additional_locations #=> Array
|
7168
|
+
# resp.table_list[0].storage_descriptor.additional_locations[0] #=> String
|
7060
7169
|
# resp.table_list[0].storage_descriptor.input_format #=> String
|
7061
7170
|
# resp.table_list[0].storage_descriptor.output_format #=> String
|
7062
7171
|
# resp.table_list[0].storage_descriptor.compressed #=> Boolean
|
@@ -7259,6 +7368,316 @@ module Aws::Glue
|
|
7259
7368
|
req.send_request(options)
|
7260
7369
|
end
|
7261
7370
|
|
7371
|
+
# @option params [required, String] :catalog_id
|
7372
|
+
#
|
7373
|
+
# @option params [required, String] :database_name
|
7374
|
+
#
|
7375
|
+
# @option params [required, String] :table_name
|
7376
|
+
#
|
7377
|
+
# @option params [required, Array<String>] :partition_values
|
7378
|
+
#
|
7379
|
+
# @option params [Types::AuditContext] :audit_context
|
7380
|
+
#
|
7381
|
+
# @option params [required, Array<String>] :supported_permission_types
|
7382
|
+
#
|
7383
|
+
# @return [Types::GetUnfilteredPartitionMetadataResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7384
|
+
#
|
7385
|
+
# * {Types::GetUnfilteredPartitionMetadataResponse#partition #data.partition} => Types::Partition (This method conflicts with a method on Response, call it through the data member)
|
7386
|
+
# * {Types::GetUnfilteredPartitionMetadataResponse#authorized_columns #authorized_columns} => Array<String>
|
7387
|
+
# * {Types::GetUnfilteredPartitionMetadataResponse#is_registered_with_lake_formation #is_registered_with_lake_formation} => Boolean
|
7388
|
+
#
|
7389
|
+
# @example Request syntax with placeholder values
|
7390
|
+
#
|
7391
|
+
# resp = client.get_unfiltered_partition_metadata({
|
7392
|
+
# catalog_id: "CatalogIdString", # required
|
7393
|
+
# database_name: "NameString", # required
|
7394
|
+
# table_name: "NameString", # required
|
7395
|
+
# partition_values: ["ValueString"], # required
|
7396
|
+
# audit_context: {
|
7397
|
+
# additional_audit_context: "AuditContextString",
|
7398
|
+
# },
|
7399
|
+
# supported_permission_types: ["COLUMN_PERMISSION"], # required, accepts COLUMN_PERMISSION, CELL_FILTER_PERMISSION
|
7400
|
+
# })
|
7401
|
+
#
|
7402
|
+
# @example Response structure
|
7403
|
+
#
|
7404
|
+
# resp.data.partition.values #=> Array
|
7405
|
+
# resp.data.partition.values[0] #=> String
|
7406
|
+
# resp.data.partition.database_name #=> String
|
7407
|
+
# resp.data.partition.table_name #=> String
|
7408
|
+
# resp.data.partition.creation_time #=> Time
|
7409
|
+
# resp.data.partition.last_access_time #=> Time
|
7410
|
+
# resp.data.partition.storage_descriptor.columns #=> Array
|
7411
|
+
# resp.data.partition.storage_descriptor.columns[0].name #=> String
|
7412
|
+
# resp.data.partition.storage_descriptor.columns[0].type #=> String
|
7413
|
+
# resp.data.partition.storage_descriptor.columns[0].comment #=> String
|
7414
|
+
# resp.data.partition.storage_descriptor.columns[0].parameters #=> Hash
|
7415
|
+
# resp.data.partition.storage_descriptor.columns[0].parameters["KeyString"] #=> String
|
7416
|
+
# resp.data.partition.storage_descriptor.location #=> String
|
7417
|
+
# resp.data.partition.storage_descriptor.additional_locations #=> Array
|
7418
|
+
# resp.data.partition.storage_descriptor.additional_locations[0] #=> String
|
7419
|
+
# resp.data.partition.storage_descriptor.input_format #=> String
|
7420
|
+
# resp.data.partition.storage_descriptor.output_format #=> String
|
7421
|
+
# resp.data.partition.storage_descriptor.compressed #=> Boolean
|
7422
|
+
# resp.data.partition.storage_descriptor.number_of_buckets #=> Integer
|
7423
|
+
# resp.data.partition.storage_descriptor.serde_info.name #=> String
|
7424
|
+
# resp.data.partition.storage_descriptor.serde_info.serialization_library #=> String
|
7425
|
+
# resp.data.partition.storage_descriptor.serde_info.parameters #=> Hash
|
7426
|
+
# resp.data.partition.storage_descriptor.serde_info.parameters["KeyString"] #=> String
|
7427
|
+
# resp.data.partition.storage_descriptor.bucket_columns #=> Array
|
7428
|
+
# resp.data.partition.storage_descriptor.bucket_columns[0] #=> String
|
7429
|
+
# resp.data.partition.storage_descriptor.sort_columns #=> Array
|
7430
|
+
# resp.data.partition.storage_descriptor.sort_columns[0].column #=> String
|
7431
|
+
# resp.data.partition.storage_descriptor.sort_columns[0].sort_order #=> Integer
|
7432
|
+
# resp.data.partition.storage_descriptor.parameters #=> Hash
|
7433
|
+
# resp.data.partition.storage_descriptor.parameters["KeyString"] #=> String
|
7434
|
+
# resp.data.partition.storage_descriptor.skewed_info.skewed_column_names #=> Array
|
7435
|
+
# resp.data.partition.storage_descriptor.skewed_info.skewed_column_names[0] #=> String
|
7436
|
+
# resp.data.partition.storage_descriptor.skewed_info.skewed_column_values #=> Array
|
7437
|
+
# resp.data.partition.storage_descriptor.skewed_info.skewed_column_values[0] #=> String
|
7438
|
+
# resp.data.partition.storage_descriptor.skewed_info.skewed_column_value_location_maps #=> Hash
|
7439
|
+
# resp.data.partition.storage_descriptor.skewed_info.skewed_column_value_location_maps["ColumnValuesString"] #=> String
|
7440
|
+
# resp.data.partition.storage_descriptor.stored_as_sub_directories #=> Boolean
|
7441
|
+
# resp.data.partition.storage_descriptor.schema_reference.schema_id.schema_arn #=> String
|
7442
|
+
# resp.data.partition.storage_descriptor.schema_reference.schema_id.schema_name #=> String
|
7443
|
+
# resp.data.partition.storage_descriptor.schema_reference.schema_id.registry_name #=> String
|
7444
|
+
# resp.data.partition.storage_descriptor.schema_reference.schema_version_id #=> String
|
7445
|
+
# resp.data.partition.storage_descriptor.schema_reference.schema_version_number #=> Integer
|
7446
|
+
# resp.data.partition.parameters #=> Hash
|
7447
|
+
# resp.data.partition.parameters["KeyString"] #=> String
|
7448
|
+
# resp.data.partition.last_analyzed_time #=> Time
|
7449
|
+
# resp.data.partition.catalog_id #=> String
|
7450
|
+
# resp.authorized_columns #=> Array
|
7451
|
+
# resp.authorized_columns[0] #=> String
|
7452
|
+
# resp.is_registered_with_lake_formation #=> Boolean
|
7453
|
+
#
|
7454
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetUnfilteredPartitionMetadata AWS API Documentation
|
7455
|
+
#
|
7456
|
+
# @overload get_unfiltered_partition_metadata(params = {})
|
7457
|
+
# @param [Hash] params ({})
|
7458
|
+
def get_unfiltered_partition_metadata(params = {}, options = {})
|
7459
|
+
req = build_request(:get_unfiltered_partition_metadata, params)
|
7460
|
+
req.send_request(options)
|
7461
|
+
end
|
7462
|
+
|
7463
|
+
# @option params [required, String] :catalog_id
|
7464
|
+
#
|
7465
|
+
# @option params [required, String] :database_name
|
7466
|
+
#
|
7467
|
+
# @option params [required, String] :table_name
|
7468
|
+
#
|
7469
|
+
# @option params [String] :expression
|
7470
|
+
#
|
7471
|
+
# @option params [Types::AuditContext] :audit_context
|
7472
|
+
#
|
7473
|
+
# @option params [required, Array<String>] :supported_permission_types
|
7474
|
+
#
|
7475
|
+
# @option params [String] :next_token
|
7476
|
+
#
|
7477
|
+
# @option params [Types::Segment] :segment
|
7478
|
+
# Defines a non-overlapping region of a table's partitions, allowing
|
7479
|
+
# multiple requests to be run in parallel.
|
7480
|
+
#
|
7481
|
+
# @option params [Integer] :max_results
|
7482
|
+
#
|
7483
|
+
# @return [Types::GetUnfilteredPartitionsMetadataResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7484
|
+
#
|
7485
|
+
# * {Types::GetUnfilteredPartitionsMetadataResponse#unfiltered_partitions #unfiltered_partitions} => Array<Types::UnfilteredPartition>
|
7486
|
+
# * {Types::GetUnfilteredPartitionsMetadataResponse#next_token #next_token} => String
|
7487
|
+
#
|
7488
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
7489
|
+
#
|
7490
|
+
# @example Request syntax with placeholder values
|
7491
|
+
#
|
7492
|
+
# resp = client.get_unfiltered_partitions_metadata({
|
7493
|
+
# catalog_id: "CatalogIdString", # required
|
7494
|
+
# database_name: "NameString", # required
|
7495
|
+
# table_name: "NameString", # required
|
7496
|
+
# expression: "PredicateString",
|
7497
|
+
# audit_context: {
|
7498
|
+
# additional_audit_context: "AuditContextString",
|
7499
|
+
# },
|
7500
|
+
# supported_permission_types: ["COLUMN_PERMISSION"], # required, accepts COLUMN_PERMISSION, CELL_FILTER_PERMISSION
|
7501
|
+
# next_token: "Token",
|
7502
|
+
# segment: {
|
7503
|
+
# segment_number: 1, # required
|
7504
|
+
# total_segments: 1, # required
|
7505
|
+
# },
|
7506
|
+
# max_results: 1,
|
7507
|
+
# })
|
7508
|
+
#
|
7509
|
+
# @example Response structure
|
7510
|
+
#
|
7511
|
+
# resp.unfiltered_partitions #=> Array
|
7512
|
+
# resp.unfiltered_partitions[0].partition.values #=> Array
|
7513
|
+
# resp.unfiltered_partitions[0].partition.values[0] #=> String
|
7514
|
+
# resp.unfiltered_partitions[0].partition.database_name #=> String
|
7515
|
+
# resp.unfiltered_partitions[0].partition.table_name #=> String
|
7516
|
+
# resp.unfiltered_partitions[0].partition.creation_time #=> Time
|
7517
|
+
# resp.unfiltered_partitions[0].partition.last_access_time #=> Time
|
7518
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.columns #=> Array
|
7519
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.columns[0].name #=> String
|
7520
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.columns[0].type #=> String
|
7521
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.columns[0].comment #=> String
|
7522
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.columns[0].parameters #=> Hash
|
7523
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.columns[0].parameters["KeyString"] #=> String
|
7524
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.location #=> String
|
7525
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.additional_locations #=> Array
|
7526
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.additional_locations[0] #=> String
|
7527
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.input_format #=> String
|
7528
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.output_format #=> String
|
7529
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.compressed #=> Boolean
|
7530
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.number_of_buckets #=> Integer
|
7531
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.serde_info.name #=> String
|
7532
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.serde_info.serialization_library #=> String
|
7533
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.serde_info.parameters #=> Hash
|
7534
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.serde_info.parameters["KeyString"] #=> String
|
7535
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.bucket_columns #=> Array
|
7536
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.bucket_columns[0] #=> String
|
7537
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.sort_columns #=> Array
|
7538
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.sort_columns[0].column #=> String
|
7539
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.sort_columns[0].sort_order #=> Integer
|
7540
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.parameters #=> Hash
|
7541
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.parameters["KeyString"] #=> String
|
7542
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.skewed_info.skewed_column_names #=> Array
|
7543
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.skewed_info.skewed_column_names[0] #=> String
|
7544
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.skewed_info.skewed_column_values #=> Array
|
7545
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.skewed_info.skewed_column_values[0] #=> String
|
7546
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.skewed_info.skewed_column_value_location_maps #=> Hash
|
7547
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.skewed_info.skewed_column_value_location_maps["ColumnValuesString"] #=> String
|
7548
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.stored_as_sub_directories #=> Boolean
|
7549
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.schema_reference.schema_id.schema_arn #=> String
|
7550
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.schema_reference.schema_id.schema_name #=> String
|
7551
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.schema_reference.schema_id.registry_name #=> String
|
7552
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.schema_reference.schema_version_id #=> String
|
7553
|
+
# resp.unfiltered_partitions[0].partition.storage_descriptor.schema_reference.schema_version_number #=> Integer
|
7554
|
+
# resp.unfiltered_partitions[0].partition.parameters #=> Hash
|
7555
|
+
# resp.unfiltered_partitions[0].partition.parameters["KeyString"] #=> String
|
7556
|
+
# resp.unfiltered_partitions[0].partition.last_analyzed_time #=> Time
|
7557
|
+
# resp.unfiltered_partitions[0].partition.catalog_id #=> String
|
7558
|
+
# resp.unfiltered_partitions[0].authorized_columns #=> Array
|
7559
|
+
# resp.unfiltered_partitions[0].authorized_columns[0] #=> String
|
7560
|
+
# resp.unfiltered_partitions[0].is_registered_with_lake_formation #=> Boolean
|
7561
|
+
# resp.next_token #=> String
|
7562
|
+
#
|
7563
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetUnfilteredPartitionsMetadata AWS API Documentation
|
7564
|
+
#
|
7565
|
+
# @overload get_unfiltered_partitions_metadata(params = {})
|
7566
|
+
# @param [Hash] params ({})
|
7567
|
+
def get_unfiltered_partitions_metadata(params = {}, options = {})
|
7568
|
+
req = build_request(:get_unfiltered_partitions_metadata, params)
|
7569
|
+
req.send_request(options)
|
7570
|
+
end
|
7571
|
+
|
7572
|
+
# @option params [required, String] :catalog_id
|
7573
|
+
#
|
7574
|
+
# @option params [required, String] :database_name
|
7575
|
+
#
|
7576
|
+
# @option params [required, String] :name
|
7577
|
+
#
|
7578
|
+
# @option params [Types::AuditContext] :audit_context
|
7579
|
+
#
|
7580
|
+
# @option params [required, Array<String>] :supported_permission_types
|
7581
|
+
#
|
7582
|
+
# @return [Types::GetUnfilteredTableMetadataResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7583
|
+
#
|
7584
|
+
# * {Types::GetUnfilteredTableMetadataResponse#table #table} => Types::Table
|
7585
|
+
# * {Types::GetUnfilteredTableMetadataResponse#authorized_columns #authorized_columns} => Array<String>
|
7586
|
+
# * {Types::GetUnfilteredTableMetadataResponse#is_registered_with_lake_formation #is_registered_with_lake_formation} => Boolean
|
7587
|
+
# * {Types::GetUnfilteredTableMetadataResponse#cell_filters #cell_filters} => Array<Types::ColumnRowFilter>
|
7588
|
+
#
|
7589
|
+
# @example Request syntax with placeholder values
|
7590
|
+
#
|
7591
|
+
# resp = client.get_unfiltered_table_metadata({
|
7592
|
+
# catalog_id: "CatalogIdString", # required
|
7593
|
+
# database_name: "NameString", # required
|
7594
|
+
# name: "NameString", # required
|
7595
|
+
# audit_context: {
|
7596
|
+
# additional_audit_context: "AuditContextString",
|
7597
|
+
# },
|
7598
|
+
# supported_permission_types: ["COLUMN_PERMISSION"], # required, accepts COLUMN_PERMISSION, CELL_FILTER_PERMISSION
|
7599
|
+
# })
|
7600
|
+
#
|
7601
|
+
# @example Response structure
|
7602
|
+
#
|
7603
|
+
# resp.table.name #=> String
|
7604
|
+
# resp.table.database_name #=> String
|
7605
|
+
# resp.table.description #=> String
|
7606
|
+
# resp.table.owner #=> String
|
7607
|
+
# resp.table.create_time #=> Time
|
7608
|
+
# resp.table.update_time #=> Time
|
7609
|
+
# resp.table.last_access_time #=> Time
|
7610
|
+
# resp.table.last_analyzed_time #=> Time
|
7611
|
+
# resp.table.retention #=> Integer
|
7612
|
+
# resp.table.storage_descriptor.columns #=> Array
|
7613
|
+
# resp.table.storage_descriptor.columns[0].name #=> String
|
7614
|
+
# resp.table.storage_descriptor.columns[0].type #=> String
|
7615
|
+
# resp.table.storage_descriptor.columns[0].comment #=> String
|
7616
|
+
# resp.table.storage_descriptor.columns[0].parameters #=> Hash
|
7617
|
+
# resp.table.storage_descriptor.columns[0].parameters["KeyString"] #=> String
|
7618
|
+
# resp.table.storage_descriptor.location #=> String
|
7619
|
+
# resp.table.storage_descriptor.additional_locations #=> Array
|
7620
|
+
# resp.table.storage_descriptor.additional_locations[0] #=> String
|
7621
|
+
# resp.table.storage_descriptor.input_format #=> String
|
7622
|
+
# resp.table.storage_descriptor.output_format #=> String
|
7623
|
+
# resp.table.storage_descriptor.compressed #=> Boolean
|
7624
|
+
# resp.table.storage_descriptor.number_of_buckets #=> Integer
|
7625
|
+
# resp.table.storage_descriptor.serde_info.name #=> String
|
7626
|
+
# resp.table.storage_descriptor.serde_info.serialization_library #=> String
|
7627
|
+
# resp.table.storage_descriptor.serde_info.parameters #=> Hash
|
7628
|
+
# resp.table.storage_descriptor.serde_info.parameters["KeyString"] #=> String
|
7629
|
+
# resp.table.storage_descriptor.bucket_columns #=> Array
|
7630
|
+
# resp.table.storage_descriptor.bucket_columns[0] #=> String
|
7631
|
+
# resp.table.storage_descriptor.sort_columns #=> Array
|
7632
|
+
# resp.table.storage_descriptor.sort_columns[0].column #=> String
|
7633
|
+
# resp.table.storage_descriptor.sort_columns[0].sort_order #=> Integer
|
7634
|
+
# resp.table.storage_descriptor.parameters #=> Hash
|
7635
|
+
# resp.table.storage_descriptor.parameters["KeyString"] #=> String
|
7636
|
+
# resp.table.storage_descriptor.skewed_info.skewed_column_names #=> Array
|
7637
|
+
# resp.table.storage_descriptor.skewed_info.skewed_column_names[0] #=> String
|
7638
|
+
# resp.table.storage_descriptor.skewed_info.skewed_column_values #=> Array
|
7639
|
+
# resp.table.storage_descriptor.skewed_info.skewed_column_values[0] #=> String
|
7640
|
+
# resp.table.storage_descriptor.skewed_info.skewed_column_value_location_maps #=> Hash
|
7641
|
+
# resp.table.storage_descriptor.skewed_info.skewed_column_value_location_maps["ColumnValuesString"] #=> String
|
7642
|
+
# resp.table.storage_descriptor.stored_as_sub_directories #=> Boolean
|
7643
|
+
# resp.table.storage_descriptor.schema_reference.schema_id.schema_arn #=> String
|
7644
|
+
# resp.table.storage_descriptor.schema_reference.schema_id.schema_name #=> String
|
7645
|
+
# resp.table.storage_descriptor.schema_reference.schema_id.registry_name #=> String
|
7646
|
+
# resp.table.storage_descriptor.schema_reference.schema_version_id #=> String
|
7647
|
+
# resp.table.storage_descriptor.schema_reference.schema_version_number #=> Integer
|
7648
|
+
# resp.table.partition_keys #=> Array
|
7649
|
+
# resp.table.partition_keys[0].name #=> String
|
7650
|
+
# resp.table.partition_keys[0].type #=> String
|
7651
|
+
# resp.table.partition_keys[0].comment #=> String
|
7652
|
+
# resp.table.partition_keys[0].parameters #=> Hash
|
7653
|
+
# resp.table.partition_keys[0].parameters["KeyString"] #=> String
|
7654
|
+
# resp.table.view_original_text #=> String
|
7655
|
+
# resp.table.view_expanded_text #=> String
|
7656
|
+
# resp.table.table_type #=> String
|
7657
|
+
# resp.table.parameters #=> Hash
|
7658
|
+
# resp.table.parameters["KeyString"] #=> String
|
7659
|
+
# resp.table.created_by #=> String
|
7660
|
+
# resp.table.is_registered_with_lake_formation #=> Boolean
|
7661
|
+
# resp.table.target_table.catalog_id #=> String
|
7662
|
+
# resp.table.target_table.database_name #=> String
|
7663
|
+
# resp.table.target_table.name #=> String
|
7664
|
+
# resp.table.catalog_id #=> String
|
7665
|
+
# resp.authorized_columns #=> Array
|
7666
|
+
# resp.authorized_columns[0] #=> String
|
7667
|
+
# resp.is_registered_with_lake_formation #=> Boolean
|
7668
|
+
# resp.cell_filters #=> Array
|
7669
|
+
# resp.cell_filters[0].column_name #=> String
|
7670
|
+
# resp.cell_filters[0].row_filter_expression #=> String
|
7671
|
+
#
|
7672
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetUnfilteredTableMetadata AWS API Documentation
|
7673
|
+
#
|
7674
|
+
# @overload get_unfiltered_table_metadata(params = {})
|
7675
|
+
# @param [Hash] params ({})
|
7676
|
+
def get_unfiltered_table_metadata(params = {}, options = {})
|
7677
|
+
req = build_request(:get_unfiltered_table_metadata, params)
|
7678
|
+
req.send_request(options)
|
7679
|
+
end
|
7680
|
+
|
7262
7681
|
# Retrieves a specified function definition from the Data Catalog.
|
7263
7682
|
#
|
7264
7683
|
# @option params [String] :catalog_id
|
@@ -8970,6 +9389,8 @@ module Aws::Glue
|
|
8970
9389
|
# resp.table_list[0].storage_descriptor.columns[0].parameters #=> Hash
|
8971
9390
|
# resp.table_list[0].storage_descriptor.columns[0].parameters["KeyString"] #=> String
|
8972
9391
|
# resp.table_list[0].storage_descriptor.location #=> String
|
9392
|
+
# resp.table_list[0].storage_descriptor.additional_locations #=> Array
|
9393
|
+
# resp.table_list[0].storage_descriptor.additional_locations[0] #=> String
|
8973
9394
|
# resp.table_list[0].storage_descriptor.input_format #=> String
|
8974
9395
|
# resp.table_list[0].storage_descriptor.output_format #=> String
|
8975
9396
|
# resp.table_list[0].storage_descriptor.compressed #=> Boolean
|
@@ -9475,6 +9896,9 @@ module Aws::Glue
|
|
9475
9896
|
# @option params [required, String] :name
|
9476
9897
|
# The name of the workflow to start.
|
9477
9898
|
#
|
9899
|
+
# @option params [Hash<String,String>] :run_properties
|
9900
|
+
# The workflow run properties for the new workflow run.
|
9901
|
+
#
|
9478
9902
|
# @return [Types::StartWorkflowRunResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
9479
9903
|
#
|
9480
9904
|
# * {Types::StartWorkflowRunResponse#run_id #run_id} => String
|
@@ -9483,6 +9907,9 @@ module Aws::Glue
|
|
9483
9907
|
#
|
9484
9908
|
# resp = client.start_workflow_run({
|
9485
9909
|
# name: "NameString", # required
|
9910
|
+
# run_properties: {
|
9911
|
+
# "IdString" => "GenericString",
|
9912
|
+
# },
|
9486
9913
|
# })
|
9487
9914
|
#
|
9488
9915
|
# @example Response structure
|
@@ -10121,6 +10548,8 @@ module Aws::Glue
|
|
10121
10548
|
# @option params [Types::LineageConfiguration] :lineage_configuration
|
10122
10549
|
# Specifies data lineage configuration settings for the crawler.
|
10123
10550
|
#
|
10551
|
+
# @option params [Types::LakeFormationConfiguration] :lake_formation_configuration
|
10552
|
+
#
|
10124
10553
|
# @option params [String] :configuration
|
10125
10554
|
# Crawler configuration information. This versioned JSON string allows
|
10126
10555
|
# users to specify aspects of a crawler's behavior. For more
|
@@ -10179,6 +10608,14 @@ module Aws::Glue
|
|
10179
10608
|
# {
|
10180
10609
|
# database_name: "NameString", # required
|
10181
10610
|
# tables: ["NameString"], # required
|
10611
|
+
# connection_name: "ConnectionName",
|
10612
|
+
# },
|
10613
|
+
# ],
|
10614
|
+
# delta_targets: [
|
10615
|
+
# {
|
10616
|
+
# delta_tables: ["Path"],
|
10617
|
+
# connection_name: "ConnectionName",
|
10618
|
+
# write_manifest: false,
|
10182
10619
|
# },
|
10183
10620
|
# ],
|
10184
10621
|
# },
|
@@ -10195,6 +10632,10 @@ module Aws::Glue
|
|
10195
10632
|
# lineage_configuration: {
|
10196
10633
|
# crawler_lineage_settings: "ENABLE", # accepts ENABLE, DISABLE
|
10197
10634
|
# },
|
10635
|
+
# lake_formation_configuration: {
|
10636
|
+
# use_lake_formation_credentials: false,
|
10637
|
+
# account_id: "AccountId",
|
10638
|
+
# },
|
10198
10639
|
# configuration: "CrawlerConfiguration",
|
10199
10640
|
# crawler_security_configuration: "CrawlerSecurityConfiguration",
|
10200
10641
|
# })
|
@@ -10593,6 +11034,7 @@ module Aws::Glue
|
|
10593
11034
|
# },
|
10594
11035
|
# ],
|
10595
11036
|
# location: "LocationString",
|
11037
|
+
# additional_locations: ["LocationString"],
|
10596
11038
|
# input_format: "FormatString",
|
10597
11039
|
# output_format: "FormatString",
|
10598
11040
|
# compressed: false,
|
@@ -10780,6 +11222,9 @@ module Aws::Glue
|
|
10780
11222
|
# table before updating it. However, if `skipArchive` is set to true,
|
10781
11223
|
# `UpdateTable` does not create the archived version.
|
10782
11224
|
#
|
11225
|
+
# @option params [String] :transaction_id
|
11226
|
+
# The transaction ID at which to update the table contents.
|
11227
|
+
#
|
10783
11228
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
10784
11229
|
#
|
10785
11230
|
# @example Request syntax with placeholder values
|
@@ -10806,6 +11251,7 @@ module Aws::Glue
|
|
10806
11251
|
# },
|
10807
11252
|
# ],
|
10808
11253
|
# location: "LocationString",
|
11254
|
+
# additional_locations: ["LocationString"],
|
10809
11255
|
# input_format: "FormatString",
|
10810
11256
|
# output_format: "FormatString",
|
10811
11257
|
# compressed: false,
|
@@ -10868,6 +11314,7 @@ module Aws::Glue
|
|
10868
11314
|
# },
|
10869
11315
|
# },
|
10870
11316
|
# skip_archive: false,
|
11317
|
+
# transaction_id: "TransactionIdString",
|
10871
11318
|
# })
|
10872
11319
|
#
|
10873
11320
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateTable AWS API Documentation
|
@@ -11077,7 +11524,7 @@ module Aws::Glue
|
|
11077
11524
|
params: params,
|
11078
11525
|
config: config)
|
11079
11526
|
context[:gem_name] = 'aws-sdk-glue'
|
11080
|
-
context[:gem_version] = '1.
|
11527
|
+
context[:gem_version] = '1.103.0'
|
11081
11528
|
Seahorse::Client::Request.new(handlers, context)
|
11082
11529
|
end
|
11083
11530
|
|