aws-sdk-glue 1.133.0 → 1.135.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 120162e42a3104984b480368dac1581447a4c9ec3a10bc6ff7402e0ab1360920
4
- data.tar.gz: cd45a7784b364d46780c0d8ee1f32ac6f3ca27b1d54b295e254a1b445d263a5e
3
+ metadata.gz: 49be06507b72999b327a97989afbe92da366e008233c7f95f8816d33b4da1715
4
+ data.tar.gz: f4f8cfb292617033fb0686c024ff1a3ff63d5d561f6a7d14350a6f169e01c557
5
5
  SHA512:
6
- metadata.gz: b491a2a078c23e0a883eba8f52eea696279d17e479249622d5119ac854f018a365fe3a3049475c65f7e722dade1c4fc6b88022b2f9ec3de2186dda2540732578
7
- data.tar.gz: 402491b2a3fda7147612b77022b9af92744517e1062fa1973b7192473d6dc125cd80165c04c1ca032b5ef12682d464853296fb37e772413e25e23822fed02e3e
6
+ metadata.gz: 377e4c98e7864e34fd46980a272de77d6b9aa824731fbe0f8683f6f3171406981d93a981010549e2c3ba787cca5461031be838e7767d142e44bdf8c6e4eb28e9
7
+ data.tar.gz: 0d028bf59bd18dd742a91d387cc94f28dd1cdc61fbbcfbfe658fc23fdc2a73a6ced6ef0971e0a5b0626329093bf298a9ff3a7d47ea9798c75260ba4c450ecf3c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.135.0 (2023-05-08)
5
+ ------------------
6
+
7
+ * Feature - We don't do release notes https://w.amazon.com/bin/view/AWSDocs/common-tasks/release-notes
8
+
9
+ 1.134.0 (2023-04-03)
10
+ ------------------
11
+
12
+ * Feature - Add support for database-level federation
13
+
4
14
  1.133.0 (2023-03-30)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.133.0
1
+ 1.135.0
@@ -958,7 +958,7 @@ module Aws::Glue
958
958
  # resp.dev_endpoints[0].zeppelin_remote_spark_interpreter_port #=> Integer
959
959
  # resp.dev_endpoints[0].public_address #=> String
960
960
  # resp.dev_endpoints[0].status #=> String
961
- # resp.dev_endpoints[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
961
+ # resp.dev_endpoints[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
962
962
  # resp.dev_endpoints[0].glue_version #=> String
963
963
  # resp.dev_endpoints[0].number_of_workers #=> Integer
964
964
  # resp.dev_endpoints[0].number_of_nodes #=> Integer
@@ -1032,7 +1032,7 @@ module Aws::Glue
1032
1032
  # resp.jobs[0].allocated_capacity #=> Integer
1033
1033
  # resp.jobs[0].timeout #=> Integer
1034
1034
  # resp.jobs[0].max_capacity #=> Float
1035
- # resp.jobs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
1035
+ # resp.jobs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
1036
1036
  # resp.jobs[0].number_of_workers #=> Integer
1037
1037
  # resp.jobs[0].security_configuration #=> String
1038
1038
  # resp.jobs[0].notification_property.notify_delay_after #=> Integer
@@ -1952,7 +1952,7 @@ module Aws::Glue
1952
1952
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].execution_time #=> Integer
1953
1953
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].timeout #=> Integer
1954
1954
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].max_capacity #=> Float
1955
- # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
1955
+ # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
1956
1956
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].number_of_workers #=> Integer
1957
1957
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
1958
1958
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
@@ -2020,7 +2020,7 @@ module Aws::Glue
2020
2020
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].execution_time #=> Integer
2021
2021
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].timeout #=> Integer
2022
2022
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].max_capacity #=> Float
2023
- # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
2023
+ # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
2024
2024
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].number_of_workers #=> Integer
2025
2025
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
2026
2026
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
@@ -2819,6 +2819,10 @@ module Aws::Glue
2819
2819
  # catalog_id: "CatalogIdString",
2820
2820
  # database_name: "NameString",
2821
2821
  # },
2822
+ # federated_database: {
2823
+ # identifier: "FederationIdentifier",
2824
+ # connection_name: "NameString",
2825
+ # },
2822
2826
  # },
2823
2827
  # tags: {
2824
2828
  # "TagKey" => "TagValue",
@@ -2986,7 +2990,7 @@ module Aws::Glue
2986
2990
  # public_key: "GenericString",
2987
2991
  # public_keys: ["GenericString"],
2988
2992
  # number_of_nodes: 1,
2989
- # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X
2993
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X, G.4X, G.8X
2990
2994
  # glue_version: "GlueVersionString",
2991
2995
  # number_of_workers: 1,
2992
2996
  # extra_python_libs_s3_path: "GenericString",
@@ -3011,7 +3015,7 @@ module Aws::Glue
3011
3015
  # resp.yarn_endpoint_address #=> String
3012
3016
  # resp.zeppelin_remote_spark_interpreter_port #=> Integer
3013
3017
  # resp.number_of_nodes #=> Integer
3014
- # resp.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
3018
+ # resp.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
3015
3019
  # resp.glue_version #=> String
3016
3020
  # resp.number_of_workers #=> Integer
3017
3021
  # resp.availability_zone #=> String
@@ -3254,7 +3258,7 @@ module Aws::Glue
3254
3258
  # },
3255
3259
  # glue_version: "GlueVersionString",
3256
3260
  # number_of_workers: 1,
3257
- # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X
3261
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X, G.4X, G.8X
3258
3262
  # code_gen_configuration_nodes: {
3259
3263
  # "NodeId" => {
3260
3264
  # athena_connector_source: {
@@ -4372,7 +4376,7 @@ module Aws::Glue
4372
4376
  # role: "RoleString", # required
4373
4377
  # glue_version: "GlueVersionString",
4374
4378
  # max_capacity: 1.0,
4375
- # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X
4379
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X, G.4X, G.8X
4376
4380
  # number_of_workers: 1,
4377
4381
  # timeout: 1,
4378
4382
  # max_retries: 1,
@@ -4864,10 +4868,14 @@ module Aws::Glue
4864
4868
  # The `SessionCommand` that runs the job.
4865
4869
  #
4866
4870
  # @option params [Integer] :timeout
4867
- # The number of seconds before request times out.
4871
+ # The number of minutes before session times out. Default for Spark ETL
4872
+ # jobs is 48 hours (2880 minutes), the maximum session lifetime for this
4873
+ # job type. Consult the documentation for other job types.
4868
4874
  #
4869
4875
  # @option params [Integer] :idle_timeout
4870
- # The number of seconds when idle before request times out.
4876
+ # The number of minutes when idle before session times out. Default for
4877
+ # Spark ETL jobs is value of Timeout. Consult the documentation for
4878
+ # other job types.
4871
4879
  #
4872
4880
  # @option params [Hash<String,String>] :default_arguments
4873
4881
  # A map array of key-value pairs. Max is 75 pairs.
@@ -4942,7 +4950,7 @@ module Aws::Glue
4942
4950
  # },
4943
4951
  # max_capacity: 1.0,
4944
4952
  # number_of_workers: 1,
4945
- # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X
4953
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X, G.4X, G.8X
4946
4954
  # security_configuration: "NameString",
4947
4955
  # glue_version: "GlueVersionString",
4948
4956
  # tags: {
@@ -7299,6 +7307,8 @@ module Aws::Glue
7299
7307
  # resp.database.target_database.catalog_id #=> String
7300
7308
  # resp.database.target_database.database_name #=> String
7301
7309
  # resp.database.catalog_id #=> String
7310
+ # resp.database.federated_database.identifier #=> String
7311
+ # resp.database.federated_database.connection_name #=> String
7302
7312
  #
7303
7313
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDatabase AWS API Documentation
7304
7314
  #
@@ -7323,7 +7333,11 @@ module Aws::Glue
7323
7333
  #
7324
7334
  # @option params [String] :resource_share_type
7325
7335
  # Allows you to specify that you want to list the databases shared with
7326
- # your account. The allowable values are `FOREIGN` or `ALL`.
7336
+ # your account. The allowable values are `FEDERATED`, `FOREIGN` or
7337
+ # `ALL`.
7338
+ #
7339
+ # * If set to `FEDERATED`, will list the federated databases
7340
+ # (referencing an external entity) shared with your account.
7327
7341
  #
7328
7342
  # * If set to `FOREIGN`, will list the databases shared with your
7329
7343
  # account.
@@ -7344,7 +7358,7 @@ module Aws::Glue
7344
7358
  # catalog_id: "CatalogIdString",
7345
7359
  # next_token: "Token",
7346
7360
  # max_results: 1,
7347
- # resource_share_type: "FOREIGN", # accepts FOREIGN, ALL
7361
+ # resource_share_type: "FOREIGN", # accepts FOREIGN, ALL, FEDERATED
7348
7362
  # })
7349
7363
  #
7350
7364
  # @example Response structure
@@ -7363,6 +7377,8 @@ module Aws::Glue
7363
7377
  # resp.database_list[0].target_database.catalog_id #=> String
7364
7378
  # resp.database_list[0].target_database.database_name #=> String
7365
7379
  # resp.database_list[0].catalog_id #=> String
7380
+ # resp.database_list[0].federated_database.identifier #=> String
7381
+ # resp.database_list[0].federated_database.connection_name #=> String
7366
7382
  # resp.next_token #=> String
7367
7383
  #
7368
7384
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDatabases AWS API Documentation
@@ -7448,7 +7464,7 @@ module Aws::Glue
7448
7464
  # resp.dev_endpoint.zeppelin_remote_spark_interpreter_port #=> Integer
7449
7465
  # resp.dev_endpoint.public_address #=> String
7450
7466
  # resp.dev_endpoint.status #=> String
7451
- # resp.dev_endpoint.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
7467
+ # resp.dev_endpoint.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
7452
7468
  # resp.dev_endpoint.glue_version #=> String
7453
7469
  # resp.dev_endpoint.number_of_workers #=> Integer
7454
7470
  # resp.dev_endpoint.number_of_nodes #=> Integer
@@ -7519,7 +7535,7 @@ module Aws::Glue
7519
7535
  # resp.dev_endpoints[0].zeppelin_remote_spark_interpreter_port #=> Integer
7520
7536
  # resp.dev_endpoints[0].public_address #=> String
7521
7537
  # resp.dev_endpoints[0].status #=> String
7522
- # resp.dev_endpoints[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
7538
+ # resp.dev_endpoints[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
7523
7539
  # resp.dev_endpoints[0].glue_version #=> String
7524
7540
  # resp.dev_endpoints[0].number_of_workers #=> Integer
7525
7541
  # resp.dev_endpoints[0].number_of_nodes #=> Integer
@@ -7585,7 +7601,7 @@ module Aws::Glue
7585
7601
  # resp.job.allocated_capacity #=> Integer
7586
7602
  # resp.job.timeout #=> Integer
7587
7603
  # resp.job.max_capacity #=> Float
7588
- # resp.job.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
7604
+ # resp.job.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
7589
7605
  # resp.job.number_of_workers #=> Integer
7590
7606
  # resp.job.security_configuration #=> String
7591
7607
  # resp.job.notification_property.notify_delay_after #=> Integer
@@ -8343,7 +8359,7 @@ module Aws::Glue
8343
8359
  # resp.job_run.execution_time #=> Integer
8344
8360
  # resp.job_run.timeout #=> Integer
8345
8361
  # resp.job_run.max_capacity #=> Float
8346
- # resp.job_run.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
8362
+ # resp.job_run.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
8347
8363
  # resp.job_run.number_of_workers #=> Integer
8348
8364
  # resp.job_run.security_configuration #=> String
8349
8365
  # resp.job_run.log_group_name #=> String
@@ -8409,7 +8425,7 @@ module Aws::Glue
8409
8425
  # resp.job_runs[0].execution_time #=> Integer
8410
8426
  # resp.job_runs[0].timeout #=> Integer
8411
8427
  # resp.job_runs[0].max_capacity #=> Float
8412
- # resp.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
8428
+ # resp.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
8413
8429
  # resp.job_runs[0].number_of_workers #=> Integer
8414
8430
  # resp.job_runs[0].security_configuration #=> String
8415
8431
  # resp.job_runs[0].log_group_name #=> String
@@ -8473,7 +8489,7 @@ module Aws::Glue
8473
8489
  # resp.jobs[0].allocated_capacity #=> Integer
8474
8490
  # resp.jobs[0].timeout #=> Integer
8475
8491
  # resp.jobs[0].max_capacity #=> Float
8476
- # resp.jobs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
8492
+ # resp.jobs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
8477
8493
  # resp.jobs[0].number_of_workers #=> Integer
8478
8494
  # resp.jobs[0].security_configuration #=> String
8479
8495
  # resp.jobs[0].notification_property.notify_delay_after #=> Integer
@@ -9357,7 +9373,7 @@ module Aws::Glue
9357
9373
  # resp.role #=> String
9358
9374
  # resp.glue_version #=> String
9359
9375
  # resp.max_capacity #=> Float
9360
- # resp.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
9376
+ # resp.worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
9361
9377
  # resp.number_of_workers #=> Integer
9362
9378
  # resp.timeout #=> Integer
9363
9379
  # resp.max_retries #=> Integer
@@ -9467,7 +9483,7 @@ module Aws::Glue
9467
9483
  # resp.transforms[0].role #=> String
9468
9484
  # resp.transforms[0].glue_version #=> String
9469
9485
  # resp.transforms[0].max_capacity #=> Float
9470
- # resp.transforms[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
9486
+ # resp.transforms[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
9471
9487
  # resp.transforms[0].number_of_workers #=> Integer
9472
9488
  # resp.transforms[0].timeout #=> Integer
9473
9489
  # resp.transforms[0].max_retries #=> Integer
@@ -10669,6 +10685,9 @@ module Aws::Glue
10669
10685
  # resp.table.target_table.name #=> String
10670
10686
  # resp.table.catalog_id #=> String
10671
10687
  # resp.table.version_id #=> String
10688
+ # resp.table.federated_table.identifier #=> String
10689
+ # resp.table.federated_table.database_identifier #=> String
10690
+ # resp.table.federated_table.connection_name #=> String
10672
10691
  #
10673
10692
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetTable AWS API Documentation
10674
10693
  #
@@ -10775,6 +10794,9 @@ module Aws::Glue
10775
10794
  # resp.table_version.table.target_table.name #=> String
10776
10795
  # resp.table_version.table.catalog_id #=> String
10777
10796
  # resp.table_version.table.version_id #=> String
10797
+ # resp.table_version.table.federated_table.identifier #=> String
10798
+ # resp.table_version.table.federated_table.database_identifier #=> String
10799
+ # resp.table_version.table.federated_table.connection_name #=> String
10778
10800
  # resp.table_version.version_id #=> String
10779
10801
  #
10780
10802
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetTableVersion AWS API Documentation
@@ -10890,6 +10912,9 @@ module Aws::Glue
10890
10912
  # resp.table_versions[0].table.target_table.name #=> String
10891
10913
  # resp.table_versions[0].table.catalog_id #=> String
10892
10914
  # resp.table_versions[0].table.version_id #=> String
10915
+ # resp.table_versions[0].table.federated_table.identifier #=> String
10916
+ # resp.table_versions[0].table.federated_table.database_identifier #=> String
10917
+ # resp.table_versions[0].table.federated_table.connection_name #=> String
10893
10918
  # resp.table_versions[0].version_id #=> String
10894
10919
  # resp.next_token #=> String
10895
10920
  #
@@ -11016,6 +11041,9 @@ module Aws::Glue
11016
11041
  # resp.table_list[0].target_table.name #=> String
11017
11042
  # resp.table_list[0].catalog_id #=> String
11018
11043
  # resp.table_list[0].version_id #=> String
11044
+ # resp.table_list[0].federated_table.identifier #=> String
11045
+ # resp.table_list[0].federated_table.database_identifier #=> String
11046
+ # resp.table_list[0].federated_table.connection_name #=> String
11019
11047
  # resp.next_token #=> String
11020
11048
  #
11021
11049
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetTables AWS API Documentation
@@ -11599,6 +11627,9 @@ module Aws::Glue
11599
11627
  # resp.table.target_table.name #=> String
11600
11628
  # resp.table.catalog_id #=> String
11601
11629
  # resp.table.version_id #=> String
11630
+ # resp.table.federated_table.identifier #=> String
11631
+ # resp.table.federated_table.database_identifier #=> String
11632
+ # resp.table.federated_table.connection_name #=> String
11602
11633
  # resp.authorized_columns #=> Array
11603
11634
  # resp.authorized_columns[0] #=> String
11604
11635
  # resp.is_registered_with_lake_formation #=> Boolean
@@ -11818,7 +11849,7 @@ module Aws::Glue
11818
11849
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].execution_time #=> Integer
11819
11850
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].timeout #=> Integer
11820
11851
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].max_capacity #=> Float
11821
- # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
11852
+ # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
11822
11853
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].number_of_workers #=> Integer
11823
11854
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
11824
11855
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
@@ -11886,7 +11917,7 @@ module Aws::Glue
11886
11917
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].execution_time #=> Integer
11887
11918
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].timeout #=> Integer
11888
11919
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].max_capacity #=> Float
11889
- # resp.workflow.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
11920
+ # resp.workflow.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
11890
11921
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].number_of_workers #=> Integer
11891
11922
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
11892
11923
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
@@ -12007,7 +12038,7 @@ module Aws::Glue
12007
12038
  # resp.run.graph.nodes[0].job_details.job_runs[0].execution_time #=> Integer
12008
12039
  # resp.run.graph.nodes[0].job_details.job_runs[0].timeout #=> Integer
12009
12040
  # resp.run.graph.nodes[0].job_details.job_runs[0].max_capacity #=> Float
12010
- # resp.run.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
12041
+ # resp.run.graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
12011
12042
  # resp.run.graph.nodes[0].job_details.job_runs[0].number_of_workers #=> Integer
12012
12043
  # resp.run.graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
12013
12044
  # resp.run.graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
@@ -12168,7 +12199,7 @@ module Aws::Glue
12168
12199
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].execution_time #=> Integer
12169
12200
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].timeout #=> Integer
12170
12201
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].max_capacity #=> Float
12171
- # resp.runs[0].graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X"
12202
+ # resp.runs[0].graph.nodes[0].job_details.job_runs[0].worker_type #=> String, one of "Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X"
12172
12203
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].number_of_workers #=> Integer
12173
12204
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].security_configuration #=> String
12174
12205
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].log_group_name #=> String
@@ -13859,7 +13890,7 @@ module Aws::Glue
13859
13890
  # },
13860
13891
  # ],
13861
13892
  # max_results: 1,
13862
- # resource_share_type: "FOREIGN", # accepts FOREIGN, ALL
13893
+ # resource_share_type: "FOREIGN", # accepts FOREIGN, ALL, FEDERATED
13863
13894
  # })
13864
13895
  #
13865
13896
  # @example Response structure
@@ -13929,6 +13960,9 @@ module Aws::Glue
13929
13960
  # resp.table_list[0].target_table.name #=> String
13930
13961
  # resp.table_list[0].catalog_id #=> String
13931
13962
  # resp.table_list[0].version_id #=> String
13963
+ # resp.table_list[0].federated_table.identifier #=> String
13964
+ # resp.table_list[0].federated_table.database_identifier #=> String
13965
+ # resp.table_list[0].federated_table.connection_name #=> String
13932
13966
  #
13933
13967
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SearchTables AWS API Documentation
13934
13968
  #
@@ -14410,7 +14444,7 @@ module Aws::Glue
14410
14444
  # notification_property: {
14411
14445
  # notify_delay_after: 1,
14412
14446
  # },
14413
- # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X
14447
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X, G.4X, G.8X
14414
14448
  # number_of_workers: 1,
14415
14449
  # execution_class: "FLEX", # accepts FLEX, STANDARD
14416
14450
  # })
@@ -15457,6 +15491,10 @@ module Aws::Glue
15457
15491
  # catalog_id: "CatalogIdString",
15458
15492
  # database_name: "NameString",
15459
15493
  # },
15494
+ # federated_database: {
15495
+ # identifier: "FederationIdentifier",
15496
+ # connection_name: "NameString",
15497
+ # },
15460
15498
  # },
15461
15499
  # })
15462
15500
  #
@@ -15581,7 +15619,7 @@ module Aws::Glue
15581
15619
  # allocated_capacity: 1,
15582
15620
  # timeout: 1,
15583
15621
  # max_capacity: 1.0,
15584
- # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X
15622
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X, G.4X, G.8X
15585
15623
  # number_of_workers: 1,
15586
15624
  # security_configuration: "NameString",
15587
15625
  # notification_property: {
@@ -16690,7 +16728,7 @@ module Aws::Glue
16690
16728
  # role: "RoleString",
16691
16729
  # glue_version: "GlueVersionString",
16692
16730
  # max_capacity: 1.0,
16693
- # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X
16731
+ # worker_type: "Standard", # accepts Standard, G.1X, G.2X, G.025X, G.4X, G.8X
16694
16732
  # number_of_workers: 1,
16695
16733
  # timeout: 1,
16696
16734
  # max_retries: 1,
@@ -17319,7 +17357,7 @@ module Aws::Glue
17319
17357
  params: params,
17320
17358
  config: config)
17321
17359
  context[:gem_name] = 'aws-sdk-glue'
17322
- context[:gem_version] = '1.133.0'
17360
+ context[:gem_version] = '1.135.0'
17323
17361
  Seahorse::Client::Request.new(handlers, context)
17324
17362
  end
17325
17363
 
@@ -416,6 +416,13 @@ module Aws::Glue
416
416
  ExistCondition = Shapes::StringShape.new(name: 'ExistCondition')
417
417
  ExportLabelsTaskRunProperties = Shapes::StructureShape.new(name: 'ExportLabelsTaskRunProperties')
418
418
  ExtendedString = Shapes::StringShape.new(name: 'ExtendedString')
419
+ FederatedDatabase = Shapes::StructureShape.new(name: 'FederatedDatabase')
420
+ FederatedResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'FederatedResourceAlreadyExistsException')
421
+ FederatedTable = Shapes::StructureShape.new(name: 'FederatedTable')
422
+ FederationIdentifier = Shapes::StringShape.new(name: 'FederationIdentifier')
423
+ FederationSourceErrorCode = Shapes::StringShape.new(name: 'FederationSourceErrorCode')
424
+ FederationSourceException = Shapes::StructureShape.new(name: 'FederationSourceException')
425
+ FederationSourceRetryableException = Shapes::StructureShape.new(name: 'FederationSourceRetryableException')
419
426
  FieldName = Shapes::StringShape.new(name: 'FieldName')
420
427
  FieldType = Shapes::StringShape.new(name: 'FieldType')
421
428
  FillMissingValues = Shapes::StructureShape.new(name: 'FillMissingValues')
@@ -2277,6 +2284,7 @@ module Aws::Glue
2277
2284
  Database.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
2278
2285
  Database.add_member(:target_database, Shapes::ShapeRef.new(shape: DatabaseIdentifier, location_name: "TargetDatabase"))
2279
2286
  Database.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
2287
+ Database.add_member(:federated_database, Shapes::ShapeRef.new(shape: FederatedDatabase, location_name: "FederatedDatabase"))
2280
2288
  Database.struct_class = Types::Database
2281
2289
 
2282
2290
  DatabaseIdentifier.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
@@ -2289,6 +2297,7 @@ module Aws::Glue
2289
2297
  DatabaseInput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersMap, location_name: "Parameters"))
2290
2298
  DatabaseInput.add_member(:create_table_default_permissions, Shapes::ShapeRef.new(shape: PrincipalPermissionsList, location_name: "CreateTableDefaultPermissions"))
2291
2299
  DatabaseInput.add_member(:target_database, Shapes::ShapeRef.new(shape: DatabaseIdentifier, location_name: "TargetDatabase"))
2300
+ DatabaseInput.add_member(:federated_database, Shapes::ShapeRef.new(shape: FederatedDatabase, location_name: "FederatedDatabase"))
2292
2301
  DatabaseInput.struct_class = Types::DatabaseInput
2293
2302
 
2294
2303
  DatabaseList.member = Shapes::ShapeRef.new(shape: Database)
@@ -2618,6 +2627,7 @@ module Aws::Glue
2618
2627
  EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
2619
2628
 
2620
2629
  EntityNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2630
+ EntityNotFoundException.add_member(:from_federation_source, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "FromFederationSource"))
2621
2631
  EntityNotFoundException.struct_class = Types::EntityNotFoundException
2622
2632
 
2623
2633
  ErrorByName.key = Shapes::ShapeRef.new(shape: NameString)
@@ -2653,6 +2663,26 @@ module Aws::Glue
2653
2663
  ExportLabelsTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
2654
2664
  ExportLabelsTaskRunProperties.struct_class = Types::ExportLabelsTaskRunProperties
2655
2665
 
2666
+ FederatedDatabase.add_member(:identifier, Shapes::ShapeRef.new(shape: FederationIdentifier, location_name: "Identifier"))
2667
+ FederatedDatabase.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionName"))
2668
+ FederatedDatabase.struct_class = Types::FederatedDatabase
2669
+
2670
+ FederatedResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2671
+ FederatedResourceAlreadyExistsException.add_member(:associated_glue_resource, Shapes::ShapeRef.new(shape: GlueResourceArn, location_name: "AssociatedGlueResource"))
2672
+ FederatedResourceAlreadyExistsException.struct_class = Types::FederatedResourceAlreadyExistsException
2673
+
2674
+ FederatedTable.add_member(:identifier, Shapes::ShapeRef.new(shape: FederationIdentifier, location_name: "Identifier"))
2675
+ FederatedTable.add_member(:database_identifier, Shapes::ShapeRef.new(shape: FederationIdentifier, location_name: "DatabaseIdentifier"))
2676
+ FederatedTable.add_member(:connection_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ConnectionName"))
2677
+ FederatedTable.struct_class = Types::FederatedTable
2678
+
2679
+ FederationSourceException.add_member(:federation_source_error_code, Shapes::ShapeRef.new(shape: FederationSourceErrorCode, location_name: "FederationSourceErrorCode"))
2680
+ FederationSourceException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2681
+ FederationSourceException.struct_class = Types::FederationSourceException
2682
+
2683
+ FederationSourceRetryableException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
2684
+ FederationSourceRetryableException.struct_class = Types::FederationSourceRetryableException
2685
+
2656
2686
  FillMissingValues.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
2657
2687
  FillMissingValues.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
2658
2688
  FillMissingValues.add_member(:imputed_path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ImputedPath"))
@@ -3436,6 +3466,7 @@ module Aws::Glue
3436
3466
  InternalServiceException.struct_class = Types::InternalServiceException
3437
3467
 
3438
3468
  InvalidInputException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
3469
+ InvalidInputException.add_member(:from_federation_source, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "FromFederationSource"))
3439
3470
  InvalidInputException.struct_class = Types::InvalidInputException
3440
3471
 
3441
3472
  InvalidStateException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
@@ -4859,6 +4890,7 @@ module Aws::Glue
4859
4890
  Table.add_member(:target_table, Shapes::ShapeRef.new(shape: TableIdentifier, location_name: "TargetTable"))
4860
4891
  Table.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
4861
4892
  Table.add_member(:version_id, Shapes::ShapeRef.new(shape: VersionString, location_name: "VersionId"))
4893
+ Table.add_member(:federated_table, Shapes::ShapeRef.new(shape: FederatedTable, location_name: "FederatedTable"))
4862
4894
  Table.struct_class = Types::Table
4863
4895
 
4864
4896
  TableError.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, location_name: "TableName"))
@@ -5511,6 +5543,8 @@ module Aws::Glue
5511
5543
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
5512
5544
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
5513
5545
  o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
5546
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
5547
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
5514
5548
  end)
5515
5549
 
5516
5550
  api.add_operation(:batch_get_triggers, Seahorse::Model::Operation.new.tap do |o|
@@ -5710,6 +5744,7 @@ module Aws::Glue
5710
5744
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
5711
5745
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
5712
5746
  o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
5747
+ o.errors << Shapes::ShapeRef.new(shape: FederatedResourceAlreadyExistsException)
5713
5748
  end)
5714
5749
 
5715
5750
  api.add_operation(:create_dev_endpoint, Seahorse::Model::Operation.new.tap do |o|
@@ -6479,6 +6514,7 @@ module Aws::Glue
6479
6514
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6480
6515
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
6481
6516
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
6517
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
6482
6518
  end)
6483
6519
 
6484
6520
  api.add_operation(:get_databases, Seahorse::Model::Operation.new.tap do |o|
@@ -6696,6 +6732,8 @@ module Aws::Glue
6696
6732
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6697
6733
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
6698
6734
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
6735
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
6736
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
6699
6737
  end)
6700
6738
 
6701
6739
  api.add_operation(:get_partition_indexes, Seahorse::Model::Operation.new.tap do |o|
@@ -6729,6 +6767,8 @@ module Aws::Glue
6729
6767
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
6730
6768
  o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
6731
6769
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
6770
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
6771
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
6732
6772
  o[:pager] = Aws::Pager.new(
6733
6773
  limit_key: "max_results",
6734
6774
  tokens: {
@@ -6907,6 +6947,8 @@ module Aws::Glue
6907
6947
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
6908
6948
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
6909
6949
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotReadyException)
6950
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
6951
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
6910
6952
  end)
6911
6953
 
6912
6954
  api.add_operation(:get_table_version, Seahorse::Model::Operation.new.tap do |o|
@@ -6952,6 +6994,8 @@ module Aws::Glue
6952
6994
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
6953
6995
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
6954
6996
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
6997
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
6998
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
6955
6999
  o[:pager] = Aws::Pager.new(
6956
7000
  limit_key: "max_results",
6957
7001
  tokens: {
@@ -7014,6 +7058,8 @@ module Aws::Glue
7014
7058
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
7015
7059
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
7016
7060
  o.errors << Shapes::ShapeRef.new(shape: PermissionTypeMismatchException)
7061
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
7062
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
7017
7063
  end)
7018
7064
 
7019
7065
  api.add_operation(:get_unfiltered_partitions_metadata, Seahorse::Model::Operation.new.tap do |o|
@@ -7028,6 +7074,8 @@ module Aws::Glue
7028
7074
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
7029
7075
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
7030
7076
  o.errors << Shapes::ShapeRef.new(shape: PermissionTypeMismatchException)
7077
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
7078
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
7031
7079
  o[:pager] = Aws::Pager.new(
7032
7080
  limit_key: "max_results",
7033
7081
  tokens: {
@@ -7048,6 +7096,8 @@ module Aws::Glue
7048
7096
  o.errors << Shapes::ShapeRef.new(shape: OperationTimeoutException)
7049
7097
  o.errors << Shapes::ShapeRef.new(shape: GlueEncryptionException)
7050
7098
  o.errors << Shapes::ShapeRef.new(shape: PermissionTypeMismatchException)
7099
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceException)
7100
+ o.errors << Shapes::ShapeRef.new(shape: FederationSourceRetryableException)
7051
7101
  end)
7052
7102
 
7053
7103
  api.add_operation(:get_user_defined_function, Seahorse::Model::Operation.new.tap do |o|
@@ -37,6 +37,9 @@ module Aws::Glue
37
37
  # * {CrawlerRunningException}
38
38
  # * {CrawlerStoppingException}
39
39
  # * {EntityNotFoundException}
40
+ # * {FederatedResourceAlreadyExistsException}
41
+ # * {FederationSourceException}
42
+ # * {FederationSourceRetryableException}
40
43
  # * {GlueEncryptionException}
41
44
  # * {IdempotentParameterMismatchException}
42
45
  # * {IllegalBlueprintStateException}
@@ -211,6 +214,66 @@ module Aws::Glue
211
214
  def message
212
215
  @message || @data[:message]
213
216
  end
217
+
218
+ # @return [String]
219
+ def from_federation_source
220
+ @data[:from_federation_source]
221
+ end
222
+ end
223
+
224
+ class FederatedResourceAlreadyExistsException < ServiceError
225
+
226
+ # @param [Seahorse::Client::RequestContext] context
227
+ # @param [String] message
228
+ # @param [Aws::Glue::Types::FederatedResourceAlreadyExistsException] data
229
+ def initialize(context, message, data = Aws::EmptyStructure.new)
230
+ super(context, message, data)
231
+ end
232
+
233
+ # @return [String]
234
+ def message
235
+ @message || @data[:message]
236
+ end
237
+
238
+ # @return [String]
239
+ def associated_glue_resource
240
+ @data[:associated_glue_resource]
241
+ end
242
+ end
243
+
244
+ class FederationSourceException < ServiceError
245
+
246
+ # @param [Seahorse::Client::RequestContext] context
247
+ # @param [String] message
248
+ # @param [Aws::Glue::Types::FederationSourceException] data
249
+ def initialize(context, message, data = Aws::EmptyStructure.new)
250
+ super(context, message, data)
251
+ end
252
+
253
+ # @return [String]
254
+ def federation_source_error_code
255
+ @data[:federation_source_error_code]
256
+ end
257
+
258
+ # @return [String]
259
+ def message
260
+ @message || @data[:message]
261
+ end
262
+ end
263
+
264
+ class FederationSourceRetryableException < ServiceError
265
+
266
+ # @param [Seahorse::Client::RequestContext] context
267
+ # @param [String] message
268
+ # @param [Aws::Glue::Types::FederationSourceRetryableException] data
269
+ def initialize(context, message, data = Aws::EmptyStructure.new)
270
+ super(context, message, data)
271
+ end
272
+
273
+ # @return [String]
274
+ def message
275
+ @message || @data[:message]
276
+ end
214
277
  end
215
278
 
216
279
  class GlueEncryptionException < ServiceError
@@ -316,6 +379,11 @@ module Aws::Glue
316
379
  def message
317
380
  @message || @data[:message]
318
381
  end
382
+
383
+ # @return [String]
384
+ def from_federation_source
385
+ @data[:from_federation_source]
386
+ end
319
387
  end
320
388
 
321
389
  class InvalidStateException < ServiceError
@@ -230,10 +230,10 @@ module Aws::Glue
230
230
  include Aws::Structure
231
231
  end
232
232
 
233
- # A structure containing information for audit.
233
+ # A structure containing the Lake Formation audit context.
234
234
  #
235
235
  # @!attribute [rw] additional_audit_context
236
- # The context for the audit..
236
+ # A string containing the additional audit context information.
237
237
  # @return [String]
238
238
  #
239
239
  # @!attribute [rw] requested_columns
@@ -2278,7 +2278,9 @@ module Aws::Glue
2278
2278
  # @return [Types::DateColumnStatisticsData]
2279
2279
  #
2280
2280
  # @!attribute [rw] decimal_column_statistics_data
2281
- # Decimal column statistics data.
2281
+ # Decimal column statistics data. UnscaledValues within are
2282
+ # Base64-encoded binary objects storing big-endian, two's complement
2283
+ # representations of the decimal's unscaled value.
2282
2284
  # @return [Types::DecimalColumnStatisticsData]
2283
2285
  #
2284
2286
  # @!attribute [rw] double_column_statistics_data
@@ -4827,11 +4829,15 @@ module Aws::Glue
4827
4829
  # @return [Types::SessionCommand]
4828
4830
  #
4829
4831
  # @!attribute [rw] timeout
4830
- # The number of seconds before request times out.
4832
+ # The number of minutes before session times out. Default for Spark
4833
+ # ETL jobs is 48 hours (2880 minutes), the maximum session lifetime
4834
+ # for this job type. Consult the documentation for other job types.
4831
4835
  # @return [Integer]
4832
4836
  #
4833
4837
  # @!attribute [rw] idle_timeout
4834
- # The number of seconds when idle before request times out.
4838
+ # The number of minutes when idle before session times out. Default
4839
+ # for Spark ETL jobs is value of Timeout. Consult the documentation
4840
+ # for other job types.
4835
4841
  # @return [Integer]
4836
4842
  #
4837
4843
  # @!attribute [rw] default_arguments
@@ -5844,6 +5850,11 @@ module Aws::Glue
5844
5850
  # The ID of the Data Catalog in which the database resides.
5845
5851
  # @return [String]
5846
5852
  #
5853
+ # @!attribute [rw] federated_database
5854
+ # A `FederatedDatabase` structure that references an entity outside
5855
+ # the Glue Data Catalog.
5856
+ # @return [Types::FederatedDatabase]
5857
+ #
5847
5858
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Database AWS API Documentation
5848
5859
  #
5849
5860
  class Database < Struct.new(
@@ -5854,7 +5865,8 @@ module Aws::Glue
5854
5865
  :create_time,
5855
5866
  :create_table_default_permissions,
5856
5867
  :target_database,
5857
- :catalog_id)
5868
+ :catalog_id,
5869
+ :federated_database)
5858
5870
  SENSITIVE = []
5859
5871
  include Aws::Structure
5860
5872
  end
@@ -5912,6 +5924,11 @@ module Aws::Glue
5912
5924
  # for resource linking.
5913
5925
  # @return [Types::DatabaseIdentifier]
5914
5926
  #
5927
+ # @!attribute [rw] federated_database
5928
+ # A `FederatedDatabase` structure that references an entity outside
5929
+ # the Glue Data Catalog.
5930
+ # @return [Types::FederatedDatabase]
5931
+ #
5915
5932
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DatabaseInput AWS API Documentation
5916
5933
  #
5917
5934
  class DatabaseInput < Struct.new(
@@ -5920,7 +5937,8 @@ module Aws::Glue
5920
5937
  :location_uri,
5921
5938
  :parameters,
5922
5939
  :create_table_default_permissions,
5923
- :target_database)
5940
+ :target_database,
5941
+ :federated_database)
5924
5942
  SENSITIVE = []
5925
5943
  include Aws::Structure
5926
5944
  end
@@ -7416,10 +7434,16 @@ module Aws::Glue
7416
7434
  # A message describing the problem.
7417
7435
  # @return [String]
7418
7436
  #
7437
+ # @!attribute [rw] from_federation_source
7438
+ # Indicates whether or not the exception relates to a federated
7439
+ # source.
7440
+ # @return [Boolean]
7441
+ #
7419
7442
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/EntityNotFoundException AWS API Documentation
7420
7443
  #
7421
7444
  class EntityNotFoundException < Struct.new(
7422
- :message)
7445
+ :message,
7446
+ :from_federation_source)
7423
7447
  SENSITIVE = []
7424
7448
  include Aws::Structure
7425
7449
  end
@@ -7575,6 +7599,98 @@ module Aws::Glue
7575
7599
  include Aws::Structure
7576
7600
  end
7577
7601
 
7602
+ # A database that points to an entity outside the Glue Data Catalog.
7603
+ #
7604
+ # @!attribute [rw] identifier
7605
+ # A unique identifier for the federated database.
7606
+ # @return [String]
7607
+ #
7608
+ # @!attribute [rw] connection_name
7609
+ # The name of the connection to the external metastore.
7610
+ # @return [String]
7611
+ #
7612
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/FederatedDatabase AWS API Documentation
7613
+ #
7614
+ class FederatedDatabase < Struct.new(
7615
+ :identifier,
7616
+ :connection_name)
7617
+ SENSITIVE = []
7618
+ include Aws::Structure
7619
+ end
7620
+
7621
+ # A federated resource already exists.
7622
+ #
7623
+ # @!attribute [rw] message
7624
+ # The message describing the problem.
7625
+ # @return [String]
7626
+ #
7627
+ # @!attribute [rw] associated_glue_resource
7628
+ # The associated Glue resource already exists.
7629
+ # @return [String]
7630
+ #
7631
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/FederatedResourceAlreadyExistsException AWS API Documentation
7632
+ #
7633
+ class FederatedResourceAlreadyExistsException < Struct.new(
7634
+ :message,
7635
+ :associated_glue_resource)
7636
+ SENSITIVE = []
7637
+ include Aws::Structure
7638
+ end
7639
+
7640
+ # A table that points to an entity outside the Glue Data Catalog.
7641
+ #
7642
+ # @!attribute [rw] identifier
7643
+ # A unique identifier for the federated table.
7644
+ # @return [String]
7645
+ #
7646
+ # @!attribute [rw] database_identifier
7647
+ # A unique identifier for the federated database.
7648
+ # @return [String]
7649
+ #
7650
+ # @!attribute [rw] connection_name
7651
+ # The name of the connection to the external metastore.
7652
+ # @return [String]
7653
+ #
7654
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/FederatedTable AWS API Documentation
7655
+ #
7656
+ class FederatedTable < Struct.new(
7657
+ :identifier,
7658
+ :database_identifier,
7659
+ :connection_name)
7660
+ SENSITIVE = []
7661
+ include Aws::Structure
7662
+ end
7663
+
7664
+ # A federation source failed.
7665
+ #
7666
+ # @!attribute [rw] federation_source_error_code
7667
+ # The error code of the problem.
7668
+ # @return [String]
7669
+ #
7670
+ # @!attribute [rw] message
7671
+ # The message describing the problem.
7672
+ # @return [String]
7673
+ #
7674
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/FederationSourceException AWS API Documentation
7675
+ #
7676
+ class FederationSourceException < Struct.new(
7677
+ :federation_source_error_code,
7678
+ :message)
7679
+ SENSITIVE = []
7680
+ include Aws::Structure
7681
+ end
7682
+
7683
+ # @!attribute [rw] message
7684
+ # @return [String]
7685
+ #
7686
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/FederationSourceRetryableException AWS API Documentation
7687
+ #
7688
+ class FederationSourceRetryableException < Struct.new(
7689
+ :message)
7690
+ SENSITIVE = []
7691
+ include Aws::Structure
7692
+ end
7693
+
7578
7694
  # Specifies a transform that locates records in the dataset that have
7579
7695
  # missing values and adds a new field with a value determined by
7580
7696
  # imputation. The input data set is used to train the machine learning
@@ -8121,7 +8237,7 @@ module Aws::Glue
8121
8237
  end
8122
8238
 
8123
8239
  # @!attribute [rw] column_statistics_list
8124
- # List of ColumnStatistics that failed to be retrieved.
8240
+ # List of ColumnStatistics.
8125
8241
  # @return [Array<Types::ColumnStatistics>]
8126
8242
  #
8127
8243
  # @!attribute [rw] errors
@@ -8785,7 +8901,11 @@ module Aws::Glue
8785
8901
  #
8786
8902
  # @!attribute [rw] resource_share_type
8787
8903
  # Allows you to specify that you want to list the databases shared
8788
- # with your account. The allowable values are `FOREIGN` or `ALL`.
8904
+ # with your account. The allowable values are `FEDERATED`, `FOREIGN`
8905
+ # or `ALL`.
8906
+ #
8907
+ # * If set to `FEDERATED`, will list the federated databases
8908
+ # (referencing an external entity) shared with your account.
8789
8909
  #
8790
8910
  # * If set to `FOREIGN`, will list the databases shared with your
8791
8911
  # account.
@@ -11467,10 +11587,16 @@ module Aws::Glue
11467
11587
  # A message describing the problem.
11468
11588
  # @return [String]
11469
11589
  #
11590
+ # @!attribute [rw] from_federation_source
11591
+ # Indicates whether or not the exception relates to a federated
11592
+ # source.
11593
+ # @return [Boolean]
11594
+ #
11470
11595
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/InvalidInputException AWS API Documentation
11471
11596
  #
11472
11597
  class InvalidInputException < Struct.new(
11473
- :message)
11598
+ :message,
11599
+ :from_federation_source)
11474
11600
  SENSITIVE = []
11475
11601
  include Aws::Structure
11476
11602
  end
@@ -11799,7 +11925,11 @@ module Aws::Glue
11799
11925
  # processing power that consists of 4 vCPUs of compute capacity and 16
11800
11926
  # GB of memory. For more information, see the [Glue pricing page][1].
11801
11927
  #
11802
- # Do not set `Max Capacity` if using `WorkerType` and
11928
+ # For Glue version 2.0 or later jobs, you cannot specify a `Maximum
11929
+ # capacity`. Instead, you should specify a `Worker type` and the
11930
+ # `Number of workers`.
11931
+ #
11932
+ # Do not set `MaxCapacity` if using `WorkerType` and
11803
11933
  # `NumberOfWorkers`.
11804
11934
  #
11805
11935
  # The value that can be allocated for `MaxCapacity` depends on whether
@@ -11812,14 +11942,10 @@ module Aws::Glue
11812
11942
  #
11813
11943
  # * When you specify an Apache Spark ETL job
11814
11944
  # (`JobCommand.Name`="glueetl") or Apache Spark streaming ETL job
11815
- # (`JobCommand.Name`="gluestreaming"), you can allocate a minimum
11816
- # of 2 DPUs. The default is 10 DPUs. This job type cannot have a
11945
+ # (`JobCommand.Name`="gluestreaming"), you can allocate from 2 to
11946
+ # 100 DPUs. The default is 10 DPUs. This job type cannot have a
11817
11947
  # fractional DPU allocation.
11818
11948
  #
11819
- # For Glue version 2.0 jobs, you cannot instead specify a `Maximum
11820
- # capacity`. Instead, you should specify a `Worker type` and the
11821
- # `Number of workers`.
11822
- #
11823
11949
  #
11824
11950
  #
11825
11951
  # [1]: https://aws.amazon.com/glue/pricing/
@@ -11834,11 +11960,28 @@ module Aws::Glue
11834
11960
  #
11835
11961
  # * For the `G.1X` worker type, each worker maps to 1 DPU (4 vCPU, 16
11836
11962
  # GB of memory, 64 GB disk), and provides 1 executor per worker. We
11837
- # recommend this worker type for memory-intensive jobs.
11963
+ # recommend this worker type for workloads such as data transforms,
11964
+ # joins, and queries, to offers a scalable and cost effective way to
11965
+ # run most jobs.
11838
11966
  #
11839
11967
  # * For the `G.2X` worker type, each worker maps to 2 DPU (8 vCPU, 32
11840
11968
  # GB of memory, 128 GB disk), and provides 1 executor per worker. We
11841
- # recommend this worker type for memory-intensive jobs.
11969
+ # recommend this worker type for workloads such as data transforms,
11970
+ # joins, and queries, to offers a scalable and cost effective way to
11971
+ # run most jobs.
11972
+ #
11973
+ # * For the `G.4X` worker type, each worker maps to 4 DPU (16 vCPU, 64
11974
+ # GB of memory, 256 GB disk), and provides 1 executor per worker. We
11975
+ # recommend this worker type for jobs whose workloads contain your
11976
+ # most demanding transforms, aggregations, joins, and queries. This
11977
+ # worker type is available only for Glue version 3.0 or later jobs.
11978
+ #
11979
+ # * For the `G.8X` worker type, each worker maps to 8 DPU (32 vCPU,
11980
+ # 128 GB of memory, 512 GB disk), and provides 1 executor per
11981
+ # worker. We recommend this worker type for jobs whose workloads
11982
+ # contain your most demanding transforms, aggregations, joins, and
11983
+ # queries. This worker type is available only for Glue version 3.0
11984
+ # or later jobs.
11842
11985
  #
11843
11986
  # * For the `G.025X` worker type, each worker maps to 0.25 DPU (2
11844
11987
  # vCPU, 4 GB of memory, 64 GB disk), and provides 1 executor per
@@ -14848,7 +14991,11 @@ module Aws::Glue
14848
14991
  include Aws::Structure
14849
14992
  end
14850
14993
 
14994
+ # The operation timed out.
14995
+ #
14851
14996
  # @!attribute [rw] message
14997
+ # There is a mismatch between the SupportedPermissionType used in the
14998
+ # query request and the permissions defined on the target table.
14852
14999
  # @return [String]
14853
15000
  #
14854
15001
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/PermissionTypeMismatchException AWS API Documentation
@@ -18594,6 +18741,11 @@ module Aws::Glue
18594
18741
  # The ID of the table version.
18595
18742
  # @return [String]
18596
18743
  #
18744
+ # @!attribute [rw] federated_table
18745
+ # A `FederatedTable` structure that references an entity outside the
18746
+ # Glue Data Catalog.
18747
+ # @return [Types::FederatedTable]
18748
+ #
18597
18749
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Table AWS API Documentation
18598
18750
  #
18599
18751
  class Table < Struct.new(
@@ -18616,7 +18768,8 @@ module Aws::Glue
18616
18768
  :is_registered_with_lake_formation,
18617
18769
  :target_table,
18618
18770
  :catalog_id,
18619
- :version_id)
18771
+ :version_id,
18772
+ :federated_table)
18620
18773
  SENSITIVE = []
18621
18774
  include Aws::Structure
18622
18775
  end
data/lib/aws-sdk-glue.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-glue/customizations'
52
52
  # @!group service
53
53
  module Aws::Glue
54
54
 
55
- GEM_VERSION = '1.133.0'
55
+ GEM_VERSION = '1.135.0'
56
56
 
57
57
  end
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.133.0
4
+ version: 1.135.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: 2023-03-30 00:00:00.000000000 Z
11
+ date: 2023-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core