aws-sdk-glue 1.188.0 → 1.190.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: fbb2ccc14e3378280c6a72aaf7b6c59e3bea12036abca9a73c1d9b10ffba1305
4
- data.tar.gz: 10b9b3182df200dc401af7a6f2bd53df2d20936d088bea47c5c767ab553ecd80
3
+ metadata.gz: 60067aac960e6d75843c9ef812edf3ac22068119af5a6af6b535f55fd0e66403
4
+ data.tar.gz: cd6b0dbe0a93e8ecfaa6808e6c2a96fbe9dccbb7f17e65d9d4868a914edac263
5
5
  SHA512:
6
- metadata.gz: f6892252ee6e90ca3abda353010f75c6319fbc04fb7cbd21b6a80dc35c7063de246c3e180303b066ccac264a71c2a9d7657462a7b0cb5b70a5f5409762cbbcde
7
- data.tar.gz: d47edb9325224b5798a2c65c4206da280dd7549efec024d25723c74e8f9630272964b3cfc19209d6b2089a8d48ab17602a8d511a4ca26a06061dd61a8722f82e
6
+ metadata.gz: 4eefc546f817e335037d4cd1c832b59982a1aadd06ca69c0ed8c5000ed42fb05d9940da70a5e44014776419df893e90593cb2ffc3128fc31f4ba0a0e38724e09
7
+ data.tar.gz: d7fd548e085b1fec43455a0bbd0367ab092f07c56416f03a44919b8bd504b05496262198742a6b7e38f663316cfc557ef8c9289670d120cf4d457a096dbce027
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.190.0 (2024-08-21)
5
+ ------------------
6
+
7
+ * Feature - Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs.
8
+
9
+ 1.189.0 (2024-08-13)
10
+ ------------------
11
+
12
+ * Feature - Add AttributesToGet parameter support for Glue GetTables
13
+
4
14
  1.188.0 (2024-08-08)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.188.0
1
+ 1.190.0
@@ -1102,6 +1102,7 @@ module Aws::Glue
1102
1102
  # resp.jobs #=> Array
1103
1103
  # resp.jobs[0].name #=> String
1104
1104
  # resp.jobs[0].job_mode #=> String, one of "SCRIPT", "VISUAL", "NOTEBOOK"
1105
+ # resp.jobs[0].job_run_queuing_enabled #=> Boolean
1105
1106
  # resp.jobs[0].description #=> String
1106
1107
  # resp.jobs[0].log_uri #=> String
1107
1108
  # resp.jobs[0].role #=> String
@@ -2308,6 +2309,7 @@ module Aws::Glue
2308
2309
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].trigger_name #=> String
2309
2310
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].job_name #=> String
2310
2311
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].job_mode #=> String, one of "SCRIPT", "VISUAL", "NOTEBOOK"
2312
+ # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].job_run_queuing_enabled #=> Boolean
2311
2313
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].started_on #=> Time
2312
2314
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].last_modified_on #=> Time
2313
2315
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].completed_on #=> Time
@@ -2332,6 +2334,7 @@ module Aws::Glue
2332
2334
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].execution_class #=> String, one of "FLEX", "STANDARD"
2333
2335
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].maintenance_window #=> String
2334
2336
  # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].profile_name #=> String
2337
+ # resp.workflows[0].last_run.graph.nodes[0].job_details.job_runs[0].state_detail #=> String
2335
2338
  # resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls #=> Array
2336
2339
  # resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
2337
2340
  # resp.workflows[0].last_run.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -2379,6 +2382,7 @@ module Aws::Glue
2379
2382
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].trigger_name #=> String
2380
2383
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].job_name #=> String
2381
2384
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].job_mode #=> String, one of "SCRIPT", "VISUAL", "NOTEBOOK"
2385
+ # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].job_run_queuing_enabled #=> Boolean
2382
2386
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].started_on #=> Time
2383
2387
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].last_modified_on #=> Time
2384
2388
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].completed_on #=> Time
@@ -2403,6 +2407,7 @@ module Aws::Glue
2403
2407
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].execution_class #=> String, one of "FLEX", "STANDARD"
2404
2408
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].maintenance_window #=> String
2405
2409
  # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].profile_name #=> String
2410
+ # resp.workflows[0].graph.nodes[0].job_details.job_runs[0].state_detail #=> String
2406
2411
  # resp.workflows[0].graph.nodes[0].crawler_details.crawls #=> Array
2407
2412
  # resp.workflows[0].graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
2408
2413
  # resp.workflows[0].graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -3531,6 +3536,17 @@ module Aws::Glue
3531
3536
  # When the `JobMode` field is missing or null, `SCRIPT` is assigned as
3532
3537
  # the default value.
3533
3538
  #
3539
+ # @option params [Boolean] :job_run_queuing_enabled
3540
+ # Specifies whether job run queuing is enabled for the job runs for this
3541
+ # job.
3542
+ #
3543
+ # A value of true means job run queuing is enabled for the job runs. If
3544
+ # false or not populated, the job runs will not be considered for
3545
+ # queueing.
3546
+ #
3547
+ # If this field does not match the value set in the job run, then the
3548
+ # value from the job run field will be used.
3549
+ #
3534
3550
  # @option params [String] :description
3535
3551
  # Description of the job being defined.
3536
3552
  #
@@ -7668,6 +7684,7 @@ module Aws::Glue
7668
7684
  #
7669
7685
  # resp.job.name #=> String
7670
7686
  # resp.job.job_mode #=> String, one of "SCRIPT", "VISUAL", "NOTEBOOK"
7687
+ # resp.job.job_run_queuing_enabled #=> Boolean
7671
7688
  # resp.job.description #=> String
7672
7689
  # resp.job.log_uri #=> String
7673
7690
  # resp.job.role #=> String
@@ -8655,6 +8672,7 @@ module Aws::Glue
8655
8672
  # resp.job_run.trigger_name #=> String
8656
8673
  # resp.job_run.job_name #=> String
8657
8674
  # resp.job_run.job_mode #=> String, one of "SCRIPT", "VISUAL", "NOTEBOOK"
8675
+ # resp.job_run.job_run_queuing_enabled #=> Boolean
8658
8676
  # resp.job_run.started_on #=> Time
8659
8677
  # resp.job_run.last_modified_on #=> Time
8660
8678
  # resp.job_run.completed_on #=> Time
@@ -8679,6 +8697,7 @@ module Aws::Glue
8679
8697
  # resp.job_run.execution_class #=> String, one of "FLEX", "STANDARD"
8680
8698
  # resp.job_run.maintenance_window #=> String
8681
8699
  # resp.job_run.profile_name #=> String
8700
+ # resp.job_run.state_detail #=> String
8682
8701
  #
8683
8702
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJobRun AWS API Documentation
8684
8703
  #
@@ -8724,6 +8743,7 @@ module Aws::Glue
8724
8743
  # resp.job_runs[0].trigger_name #=> String
8725
8744
  # resp.job_runs[0].job_name #=> String
8726
8745
  # resp.job_runs[0].job_mode #=> String, one of "SCRIPT", "VISUAL", "NOTEBOOK"
8746
+ # resp.job_runs[0].job_run_queuing_enabled #=> Boolean
8727
8747
  # resp.job_runs[0].started_on #=> Time
8728
8748
  # resp.job_runs[0].last_modified_on #=> Time
8729
8749
  # resp.job_runs[0].completed_on #=> Time
@@ -8748,6 +8768,7 @@ module Aws::Glue
8748
8768
  # resp.job_runs[0].execution_class #=> String, one of "FLEX", "STANDARD"
8749
8769
  # resp.job_runs[0].maintenance_window #=> String
8750
8770
  # resp.job_runs[0].profile_name #=> String
8771
+ # resp.job_runs[0].state_detail #=> String
8751
8772
  # resp.next_token #=> String
8752
8773
  #
8753
8774
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetJobRuns AWS API Documentation
@@ -8786,6 +8807,7 @@ module Aws::Glue
8786
8807
  # resp.jobs #=> Array
8787
8808
  # resp.jobs[0].name #=> String
8788
8809
  # resp.jobs[0].job_mode #=> String, one of "SCRIPT", "VISUAL", "NOTEBOOK"
8810
+ # resp.jobs[0].job_run_queuing_enabled #=> Boolean
8789
8811
  # resp.jobs[0].description #=> String
8790
8812
  # resp.jobs[0].log_uri #=> String
8791
8813
  # resp.jobs[0].role #=> String
@@ -11657,6 +11679,17 @@ module Aws::Glue
11657
11679
  # Specifies whether to include status details related to a request to
11658
11680
  # create or update an Glue Data Catalog view.
11659
11681
  #
11682
+ # @option params [Array<String>] :attributes_to_get
11683
+ # Specifies the table fields returned by the `GetTables` call. This
11684
+ # parameter doesn’t accept an empty list. The request must include
11685
+ # `NAME`.
11686
+ #
11687
+ # The following are the valid combinations of values:
11688
+ #
11689
+ # * `NAME` - Names of all tables in the database.
11690
+ #
11691
+ # * `NAME`, `TABLE_TYPE` - Names of all tables and the table types.
11692
+ #
11660
11693
  # @return [Types::GetTablesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11661
11694
  #
11662
11695
  # * {Types::GetTablesResponse#table_list #table_list} => Array&lt;Types::Table&gt;
@@ -11675,6 +11708,7 @@ module Aws::Glue
11675
11708
  # transaction_id: "TransactionIdString",
11676
11709
  # query_as_of_time: Time.now,
11677
11710
  # include_status_details: false,
11711
+ # attributes_to_get: ["NAME"], # accepts NAME, TABLE_TYPE
11678
11712
  # })
11679
11713
  #
11680
11714
  # @example Response structure
@@ -12772,6 +12806,7 @@ module Aws::Glue
12772
12806
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].trigger_name #=> String
12773
12807
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].job_name #=> String
12774
12808
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].job_mode #=> String, one of "SCRIPT", "VISUAL", "NOTEBOOK"
12809
+ # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].job_run_queuing_enabled #=> Boolean
12775
12810
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].started_on #=> Time
12776
12811
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].last_modified_on #=> Time
12777
12812
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].completed_on #=> Time
@@ -12796,6 +12831,7 @@ module Aws::Glue
12796
12831
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].execution_class #=> String, one of "FLEX", "STANDARD"
12797
12832
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].maintenance_window #=> String
12798
12833
  # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].profile_name #=> String
12834
+ # resp.workflow.last_run.graph.nodes[0].job_details.job_runs[0].state_detail #=> String
12799
12835
  # resp.workflow.last_run.graph.nodes[0].crawler_details.crawls #=> Array
12800
12836
  # resp.workflow.last_run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
12801
12837
  # resp.workflow.last_run.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -12843,6 +12879,7 @@ module Aws::Glue
12843
12879
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].trigger_name #=> String
12844
12880
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].job_name #=> String
12845
12881
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].job_mode #=> String, one of "SCRIPT", "VISUAL", "NOTEBOOK"
12882
+ # resp.workflow.graph.nodes[0].job_details.job_runs[0].job_run_queuing_enabled #=> Boolean
12846
12883
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].started_on #=> Time
12847
12884
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].last_modified_on #=> Time
12848
12885
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].completed_on #=> Time
@@ -12867,6 +12904,7 @@ module Aws::Glue
12867
12904
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].execution_class #=> String, one of "FLEX", "STANDARD"
12868
12905
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].maintenance_window #=> String
12869
12906
  # resp.workflow.graph.nodes[0].job_details.job_runs[0].profile_name #=> String
12907
+ # resp.workflow.graph.nodes[0].job_details.job_runs[0].state_detail #=> String
12870
12908
  # resp.workflow.graph.nodes[0].crawler_details.crawls #=> Array
12871
12909
  # resp.workflow.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
12872
12910
  # resp.workflow.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -12968,6 +13006,7 @@ module Aws::Glue
12968
13006
  # resp.run.graph.nodes[0].job_details.job_runs[0].trigger_name #=> String
12969
13007
  # resp.run.graph.nodes[0].job_details.job_runs[0].job_name #=> String
12970
13008
  # resp.run.graph.nodes[0].job_details.job_runs[0].job_mode #=> String, one of "SCRIPT", "VISUAL", "NOTEBOOK"
13009
+ # resp.run.graph.nodes[0].job_details.job_runs[0].job_run_queuing_enabled #=> Boolean
12971
13010
  # resp.run.graph.nodes[0].job_details.job_runs[0].started_on #=> Time
12972
13011
  # resp.run.graph.nodes[0].job_details.job_runs[0].last_modified_on #=> Time
12973
13012
  # resp.run.graph.nodes[0].job_details.job_runs[0].completed_on #=> Time
@@ -12992,6 +13031,7 @@ module Aws::Glue
12992
13031
  # resp.run.graph.nodes[0].job_details.job_runs[0].execution_class #=> String, one of "FLEX", "STANDARD"
12993
13032
  # resp.run.graph.nodes[0].job_details.job_runs[0].maintenance_window #=> String
12994
13033
  # resp.run.graph.nodes[0].job_details.job_runs[0].profile_name #=> String
13034
+ # resp.run.graph.nodes[0].job_details.job_runs[0].state_detail #=> String
12995
13035
  # resp.run.graph.nodes[0].crawler_details.crawls #=> Array
12996
13036
  # resp.run.graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
12997
13037
  # resp.run.graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -13132,6 +13172,7 @@ module Aws::Glue
13132
13172
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].trigger_name #=> String
13133
13173
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].job_name #=> String
13134
13174
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].job_mode #=> String, one of "SCRIPT", "VISUAL", "NOTEBOOK"
13175
+ # resp.runs[0].graph.nodes[0].job_details.job_runs[0].job_run_queuing_enabled #=> Boolean
13135
13176
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].started_on #=> Time
13136
13177
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].last_modified_on #=> Time
13137
13178
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].completed_on #=> Time
@@ -13156,6 +13197,7 @@ module Aws::Glue
13156
13197
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].execution_class #=> String, one of "FLEX", "STANDARD"
13157
13198
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].maintenance_window #=> String
13158
13199
  # resp.runs[0].graph.nodes[0].job_details.job_runs[0].profile_name #=> String
13200
+ # resp.runs[0].graph.nodes[0].job_details.job_runs[0].state_detail #=> String
13159
13201
  # resp.runs[0].graph.nodes[0].crawler_details.crawls #=> Array
13160
13202
  # resp.runs[0].graph.nodes[0].crawler_details.crawls[0].state #=> String, one of "RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR"
13161
13203
  # resp.runs[0].graph.nodes[0].crawler_details.crawls[0].started_on #=> Time
@@ -15682,6 +15724,13 @@ module Aws::Glue
15682
15724
  # @option params [required, String] :job_name
15683
15725
  # The name of the job definition to use.
15684
15726
  #
15727
+ # @option params [Boolean] :job_run_queuing_enabled
15728
+ # Specifies whether job run queuing is enabled for the job run.
15729
+ #
15730
+ # A value of true means job run queuing is enabled for the job run. If
15731
+ # false or not populated, the job run will not be considered for
15732
+ # queueing.
15733
+ #
15685
15734
  # @option params [String] :job_run_id
15686
15735
  # The ID of a previous `JobRun` to retry.
15687
15736
  #
@@ -15847,6 +15896,7 @@ module Aws::Glue
15847
15896
  #
15848
15897
  # resp = client.start_job_run({
15849
15898
  # job_name: "NameString", # required
15899
+ # job_run_queuing_enabled: false,
15850
15900
  # job_run_id: "IdString",
15851
15901
  # arguments: {
15852
15902
  # "GenericString" => "GenericString",
@@ -18004,7 +18054,7 @@ module Aws::Glue
18004
18054
  params: params,
18005
18055
  config: config)
18006
18056
  context[:gem_name] = 'aws-sdk-glue'
18007
- context[:gem_version] = '1.188.0'
18057
+ context[:gem_version] = '1.190.0'
18008
18058
  Seahorse::Client::Request.new(handlers, context)
18009
18059
  end
18010
18060
 
@@ -892,6 +892,7 @@ module Aws::Glue
892
892
  OrchestrationArgumentsMap = Shapes::MapShape.new(name: 'OrchestrationArgumentsMap')
893
893
  OrchestrationArgumentsValue = Shapes::StringShape.new(name: 'OrchestrationArgumentsValue')
894
894
  OrchestrationIAMRoleArn = Shapes::StringShape.new(name: 'OrchestrationIAMRoleArn')
895
+ OrchestrationMessageString = Shapes::StringShape.new(name: 'OrchestrationMessageString')
895
896
  OrchestrationNameString = Shapes::StringShape.new(name: 'OrchestrationNameString')
896
897
  OrchestrationPageSize200 = Shapes::IntegerShape.new(name: 'OrchestrationPageSize200')
897
898
  OrchestrationPageSize25 = Shapes::IntegerShape.new(name: 'OrchestrationPageSize25')
@@ -1164,6 +1165,8 @@ module Aws::Glue
1164
1165
  StringList = Shapes::ListShape.new(name: 'StringList')
1165
1166
  SupportedDialect = Shapes::StructureShape.new(name: 'SupportedDialect')
1166
1167
  Table = Shapes::StructureShape.new(name: 'Table')
1168
+ TableAttributes = Shapes::StringShape.new(name: 'TableAttributes')
1169
+ TableAttributesList = Shapes::ListShape.new(name: 'TableAttributesList')
1167
1170
  TableError = Shapes::StructureShape.new(name: 'TableError')
1168
1171
  TableErrors = Shapes::ListShape.new(name: 'TableErrors')
1169
1172
  TableIdentifier = Shapes::StructureShape.new(name: 'TableIdentifier')
@@ -2341,6 +2344,7 @@ module Aws::Glue
2341
2344
 
2342
2345
  CreateJobRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2343
2346
  CreateJobRequest.add_member(:job_mode, Shapes::ShapeRef.new(shape: JobMode, location_name: "JobMode"))
2347
+ CreateJobRequest.add_member(:job_run_queuing_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "JobRunQueuingEnabled"))
2344
2348
  CreateJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
2345
2349
  CreateJobRequest.add_member(:log_uri, Shapes::ShapeRef.new(shape: UriString, location_name: "LogUri"))
2346
2350
  CreateJobRequest.add_member(:role, Shapes::ShapeRef.new(shape: RoleString, required: true, location_name: "Role"))
@@ -3813,6 +3817,7 @@ module Aws::Glue
3813
3817
  GetTablesRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
3814
3818
  GetTablesRequest.add_member(:query_as_of_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "QueryAsOfTime"))
3815
3819
  GetTablesRequest.add_member(:include_status_details, Shapes::ShapeRef.new(shape: BooleanNullable, location_name: "IncludeStatusDetails"))
3820
+ GetTablesRequest.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: TableAttributesList, location_name: "AttributesToGet"))
3816
3821
  GetTablesRequest.struct_class = Types::GetTablesRequest
3817
3822
 
3818
3823
  GetTablesResponse.add_member(:table_list, Shapes::ShapeRef.new(shape: TableList, location_name: "TableList"))
@@ -4112,6 +4117,7 @@ module Aws::Glue
4112
4117
 
4113
4118
  Job.add_member(:name, Shapes::ShapeRef.new(shape: NameString, location_name: "Name"))
4114
4119
  Job.add_member(:job_mode, Shapes::ShapeRef.new(shape: JobMode, location_name: "JobMode"))
4120
+ Job.add_member(:job_run_queuing_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "JobRunQueuingEnabled"))
4115
4121
  Job.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
4116
4122
  Job.add_member(:log_uri, Shapes::ShapeRef.new(shape: UriString, location_name: "LogUri"))
4117
4123
  Job.add_member(:role, Shapes::ShapeRef.new(shape: RoleString, location_name: "Role"))
@@ -4170,6 +4176,7 @@ module Aws::Glue
4170
4176
  JobRun.add_member(:trigger_name, Shapes::ShapeRef.new(shape: NameString, location_name: "TriggerName"))
4171
4177
  JobRun.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "JobName"))
4172
4178
  JobRun.add_member(:job_mode, Shapes::ShapeRef.new(shape: JobMode, location_name: "JobMode"))
4179
+ JobRun.add_member(:job_run_queuing_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "JobRunQueuingEnabled"))
4173
4180
  JobRun.add_member(:started_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "StartedOn"))
4174
4181
  JobRun.add_member(:last_modified_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "LastModifiedOn"))
4175
4182
  JobRun.add_member(:completed_on, Shapes::ShapeRef.new(shape: TimestampValue, location_name: "CompletedOn"))
@@ -4191,11 +4198,13 @@ module Aws::Glue
4191
4198
  JobRun.add_member(:execution_class, Shapes::ShapeRef.new(shape: ExecutionClass, location_name: "ExecutionClass"))
4192
4199
  JobRun.add_member(:maintenance_window, Shapes::ShapeRef.new(shape: MaintenanceWindow, location_name: "MaintenanceWindow"))
4193
4200
  JobRun.add_member(:profile_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ProfileName"))
4201
+ JobRun.add_member(:state_detail, Shapes::ShapeRef.new(shape: OrchestrationMessageString, location_name: "StateDetail"))
4194
4202
  JobRun.struct_class = Types::JobRun
4195
4203
 
4196
4204
  JobRunList.member = Shapes::ShapeRef.new(shape: JobRun)
4197
4205
 
4198
4206
  JobUpdate.add_member(:job_mode, Shapes::ShapeRef.new(shape: JobMode, location_name: "JobMode"))
4207
+ JobUpdate.add_member(:job_run_queuing_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "JobRunQueuingEnabled"))
4199
4208
  JobUpdate.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
4200
4209
  JobUpdate.add_member(:log_uri, Shapes::ShapeRef.new(shape: UriString, location_name: "LogUri"))
4201
4210
  JobUpdate.add_member(:role, Shapes::ShapeRef.new(shape: RoleString, location_name: "Role"))
@@ -5553,6 +5562,7 @@ module Aws::Glue
5553
5562
  StartImportLabelsTaskRunResponse.struct_class = Types::StartImportLabelsTaskRunResponse
5554
5563
 
5555
5564
  StartJobRunRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "JobName"))
5565
+ StartJobRunRequest.add_member(:job_run_queuing_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "JobRunQueuingEnabled"))
5556
5566
  StartJobRunRequest.add_member(:job_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "JobRunId"))
5557
5567
  StartJobRunRequest.add_member(:arguments, Shapes::ShapeRef.new(shape: GenericMap, location_name: "Arguments"))
5558
5568
  StartJobRunRequest.add_member(:allocated_capacity, Shapes::ShapeRef.new(shape: IntegerValue, deprecated: true, location_name: "AllocatedCapacity", metadata: {"deprecatedMessage"=>"This property is deprecated, use MaxCapacity instead."}))
@@ -5751,6 +5761,8 @@ module Aws::Glue
5751
5761
  Table.add_member(:status, Shapes::ShapeRef.new(shape: TableStatus, location_name: "Status"))
5752
5762
  Table.struct_class = Types::Table
5753
5763
 
5764
+ TableAttributesList.member = Shapes::ShapeRef.new(shape: TableAttributes)
5765
+
5754
5766
  TableError.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, location_name: "TableName"))
5755
5767
  TableError.add_member(:error_detail, Shapes::ShapeRef.new(shape: ErrorDetail, location_name: "ErrorDetail"))
5756
5768
  TableError.struct_class = Types::TableError
@@ -4946,6 +4946,18 @@ module Aws::Glue
4946
4946
  # the default value.
4947
4947
  # @return [String]
4948
4948
  #
4949
+ # @!attribute [rw] job_run_queuing_enabled
4950
+ # Specifies whether job run queuing is enabled for the job runs for
4951
+ # this job.
4952
+ #
4953
+ # A value of true means job run queuing is enabled for the job runs.
4954
+ # If false or not populated, the job runs will not be considered for
4955
+ # queueing.
4956
+ #
4957
+ # If this field does not match the value set in the job run, then the
4958
+ # value from the job run field will be used.
4959
+ # @return [Boolean]
4960
+ #
4949
4961
  # @!attribute [rw] description
4950
4962
  # Description of the job being defined.
4951
4963
  # @return [String]
@@ -5207,6 +5219,7 @@ module Aws::Glue
5207
5219
  class CreateJobRequest < Struct.new(
5208
5220
  :name,
5209
5221
  :job_mode,
5222
+ :job_run_queuing_enabled,
5210
5223
  :description,
5211
5224
  :log_uri,
5212
5225
  :role,
@@ -12223,6 +12236,18 @@ module Aws::Glue
12223
12236
  # create or update an Glue Data Catalog view.
12224
12237
  # @return [Boolean]
12225
12238
  #
12239
+ # @!attribute [rw] attributes_to_get
12240
+ # Specifies the table fields returned by the `GetTables` call. This
12241
+ # parameter doesn’t accept an empty list. The request must include
12242
+ # `NAME`.
12243
+ #
12244
+ # The following are the valid combinations of values:
12245
+ #
12246
+ # * `NAME` - Names of all tables in the database.
12247
+ #
12248
+ # * `NAME`, `TABLE_TYPE` - Names of all tables and the table types.
12249
+ # @return [Array<String>]
12250
+ #
12226
12251
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetTablesRequest AWS API Documentation
12227
12252
  #
12228
12253
  class GetTablesRequest < Struct.new(
@@ -12233,7 +12258,8 @@ module Aws::Glue
12233
12258
  :max_results,
12234
12259
  :transaction_id,
12235
12260
  :query_as_of_time,
12236
- :include_status_details)
12261
+ :include_status_details,
12262
+ :attributes_to_get)
12237
12263
  SENSITIVE = []
12238
12264
  include Aws::Structure
12239
12265
  end
@@ -13768,6 +13794,18 @@ module Aws::Glue
13768
13794
  # the default value.
13769
13795
  # @return [String]
13770
13796
  #
13797
+ # @!attribute [rw] job_run_queuing_enabled
13798
+ # Specifies whether job run queuing is enabled for the job runs for
13799
+ # this job.
13800
+ #
13801
+ # A value of true means job run queuing is enabled for the job runs.
13802
+ # If false or not populated, the job runs will not be considered for
13803
+ # queueing.
13804
+ #
13805
+ # If this field does not match the value set in the job run, then the
13806
+ # value from the job run field will be used.
13807
+ # @return [Boolean]
13808
+ #
13771
13809
  # @!attribute [rw] description
13772
13810
  # A description of the job.
13773
13811
  # @return [String]
@@ -14033,6 +14071,7 @@ module Aws::Glue
14033
14071
  class Job < Struct.new(
14034
14072
  :name,
14035
14073
  :job_mode,
14074
+ :job_run_queuing_enabled,
14036
14075
  :description,
14037
14076
  :log_uri,
14038
14077
  :role,
@@ -14220,6 +14259,14 @@ module Aws::Glue
14220
14259
  # the default value.
14221
14260
  # @return [String]
14222
14261
  #
14262
+ # @!attribute [rw] job_run_queuing_enabled
14263
+ # Specifies whether job run queuing is enabled for the job run.
14264
+ #
14265
+ # A value of true means job run queuing is enabled for the job run. If
14266
+ # false or not populated, the job run will not be considered for
14267
+ # queueing.
14268
+ # @return [Boolean]
14269
+ #
14223
14270
  # @!attribute [rw] started_on
14224
14271
  # The date and time at which this job run was started.
14225
14272
  # @return [Time]
@@ -14482,6 +14529,15 @@ module Aws::Glue
14482
14529
  # The name of an Glue usage profile associated with the job run.
14483
14530
  # @return [String]
14484
14531
  #
14532
+ # @!attribute [rw] state_detail
14533
+ # This field holds details that pertain to the state of a job run. The
14534
+ # field is nullable.
14535
+ #
14536
+ # For example, when a job run is in a WAITING state as a result of job
14537
+ # run queuing, the field has the reason why the job run is in that
14538
+ # state.
14539
+ # @return [String]
14540
+ #
14485
14541
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/JobRun AWS API Documentation
14486
14542
  #
14487
14543
  class JobRun < Struct.new(
@@ -14491,6 +14547,7 @@ module Aws::Glue
14491
14547
  :trigger_name,
14492
14548
  :job_name,
14493
14549
  :job_mode,
14550
+ :job_run_queuing_enabled,
14494
14551
  :started_on,
14495
14552
  :last_modified_on,
14496
14553
  :completed_on,
@@ -14511,7 +14568,8 @@ module Aws::Glue
14511
14568
  :dpu_seconds,
14512
14569
  :execution_class,
14513
14570
  :maintenance_window,
14514
- :profile_name)
14571
+ :profile_name,
14572
+ :state_detail)
14515
14573
  SENSITIVE = []
14516
14574
  include Aws::Structure
14517
14575
  end
@@ -14535,6 +14593,18 @@ module Aws::Glue
14535
14593
  # the default value.
14536
14594
  # @return [String]
14537
14595
  #
14596
+ # @!attribute [rw] job_run_queuing_enabled
14597
+ # Specifies whether job run queuing is enabled for the job runs for
14598
+ # this job.
14599
+ #
14600
+ # A value of true means job run queuing is enabled for the job runs.
14601
+ # If false or not populated, the job runs will not be considered for
14602
+ # queueing.
14603
+ #
14604
+ # If this field does not match the value set in the job run, then the
14605
+ # value from the job run field will be used.
14606
+ # @return [Boolean]
14607
+ #
14538
14608
  # @!attribute [rw] description
14539
14609
  # Description of the job being defined.
14540
14610
  # @return [String]
@@ -14785,6 +14855,7 @@ module Aws::Glue
14785
14855
  #
14786
14856
  class JobUpdate < Struct.new(
14787
14857
  :job_mode,
14858
+ :job_run_queuing_enabled,
14788
14859
  :description,
14789
14860
  :log_uri,
14790
14861
  :role,
@@ -21134,6 +21205,14 @@ module Aws::Glue
21134
21205
  # The name of the job definition to use.
21135
21206
  # @return [String]
21136
21207
  #
21208
+ # @!attribute [rw] job_run_queuing_enabled
21209
+ # Specifies whether job run queuing is enabled for the job run.
21210
+ #
21211
+ # A value of true means job run queuing is enabled for the job run. If
21212
+ # false or not populated, the job run will not be considered for
21213
+ # queueing.
21214
+ # @return [Boolean]
21215
+ #
21137
21216
  # @!attribute [rw] job_run_id
21138
21217
  # The ID of a previous `JobRun` to retry.
21139
21218
  # @return [String]
@@ -21309,6 +21388,7 @@ module Aws::Glue
21309
21388
  #
21310
21389
  class StartJobRunRequest < Struct.new(
21311
21390
  :job_name,
21391
+ :job_run_queuing_enabled,
21312
21392
  :job_run_id,
21313
21393
  :arguments,
21314
21394
  :allocated_capacity,
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.188.0'
55
+ GEM_VERSION = '1.190.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -773,6 +773,7 @@ module Aws
773
773
  def create_job: (
774
774
  name: ::String,
775
775
  ?job_mode: ("SCRIPT" | "VISUAL" | "NOTEBOOK"),
776
+ ?job_run_queuing_enabled: bool,
776
777
  ?description: ::String,
777
778
  ?log_uri: ::String,
778
779
  role: ::String,
@@ -3741,7 +3742,8 @@ module Aws
3741
3742
  ?max_results: ::Integer,
3742
3743
  ?transaction_id: ::String,
3743
3744
  ?query_as_of_time: ::Time,
3744
- ?include_status_details: bool
3745
+ ?include_status_details: bool,
3746
+ ?attributes_to_get: Array[("NAME" | "TABLE_TYPE")]
3745
3747
  ) -> _GetTablesResponseSuccess
3746
3748
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTablesResponseSuccess
3747
3749
 
@@ -4743,6 +4745,7 @@ module Aws
4743
4745
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#start_job_run-instance_method
4744
4746
  def start_job_run: (
4745
4747
  job_name: ::String,
4748
+ ?job_run_queuing_enabled: bool,
4746
4749
  ?job_run_id: ::String,
4747
4750
  ?arguments: Hash[::String, ::String],
4748
4751
  ?allocated_capacity: ::Integer,
@@ -5286,6 +5289,7 @@ module Aws
5286
5289
  job_name: ::String,
5287
5290
  job_update: {
5288
5291
  job_mode: ("SCRIPT" | "VISUAL" | "NOTEBOOK")?,
5292
+ job_run_queuing_enabled: bool?,
5289
5293
  description: ::String?,
5290
5294
  log_uri: ::String?,
5291
5295
  role: ::String?,
data/sig/types.rbs CHANGED
@@ -1169,6 +1169,7 @@ module Aws::Glue
1169
1169
  class CreateJobRequest
1170
1170
  attr_accessor name: ::String
1171
1171
  attr_accessor job_mode: ("SCRIPT" | "VISUAL" | "NOTEBOOK")
1172
+ attr_accessor job_run_queuing_enabled: bool
1172
1173
  attr_accessor description: ::String
1173
1174
  attr_accessor log_uri: ::String
1174
1175
  attr_accessor role: ::String
@@ -3075,6 +3076,7 @@ module Aws::Glue
3075
3076
  attr_accessor transaction_id: ::String
3076
3077
  attr_accessor query_as_of_time: ::Time
3077
3078
  attr_accessor include_status_details: bool
3079
+ attr_accessor attributes_to_get: ::Array[("NAME" | "TABLE_TYPE")]
3078
3080
  SENSITIVE: []
3079
3081
  end
3080
3082
 
@@ -3457,6 +3459,7 @@ module Aws::Glue
3457
3459
  class Job
3458
3460
  attr_accessor name: ::String
3459
3461
  attr_accessor job_mode: ("SCRIPT" | "VISUAL" | "NOTEBOOK")
3462
+ attr_accessor job_run_queuing_enabled: bool
3460
3463
  attr_accessor description: ::String
3461
3464
  attr_accessor log_uri: ::String
3462
3465
  attr_accessor role: ::String
@@ -3521,6 +3524,7 @@ module Aws::Glue
3521
3524
  attr_accessor trigger_name: ::String
3522
3525
  attr_accessor job_name: ::String
3523
3526
  attr_accessor job_mode: ("SCRIPT" | "VISUAL" | "NOTEBOOK")
3527
+ attr_accessor job_run_queuing_enabled: bool
3524
3528
  attr_accessor started_on: ::Time
3525
3529
  attr_accessor last_modified_on: ::Time
3526
3530
  attr_accessor completed_on: ::Time
@@ -3542,11 +3546,13 @@ module Aws::Glue
3542
3546
  attr_accessor execution_class: ("FLEX" | "STANDARD")
3543
3547
  attr_accessor maintenance_window: ::String
3544
3548
  attr_accessor profile_name: ::String
3549
+ attr_accessor state_detail: ::String
3545
3550
  SENSITIVE: []
3546
3551
  end
3547
3552
 
3548
3553
  class JobUpdate
3549
3554
  attr_accessor job_mode: ("SCRIPT" | "VISUAL" | "NOTEBOOK")
3555
+ attr_accessor job_run_queuing_enabled: bool
3550
3556
  attr_accessor description: ::String
3551
3557
  attr_accessor log_uri: ::String
3552
3558
  attr_accessor role: ::String
@@ -5207,6 +5213,7 @@ module Aws::Glue
5207
5213
 
5208
5214
  class StartJobRunRequest
5209
5215
  attr_accessor job_name: ::String
5216
+ attr_accessor job_run_queuing_enabled: bool
5210
5217
  attr_accessor job_run_id: ::String
5211
5218
  attr_accessor arguments: ::Hash[::String, ::String]
5212
5219
  attr_accessor allocated_capacity: ::Integer
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.188.0
4
+ version: 1.190.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-08 00:00:00.000000000 Z
11
+ date: 2024-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core