aws-sdk-glue 1.166.0 → 1.167.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +1 -1
- data/lib/aws-sdk-glue/client_api.rb +7 -5
- data/lib/aws-sdk-glue/types.rb +3 -2
- data/lib/aws-sdk-glue.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1bf4654ef116af962b2122557a0ecf206f996b38d28c333505395513cfe50af
|
4
|
+
data.tar.gz: f5a720e3f27970fc23ccce973bda719d6ba2ffb04804dec8f7268266d9f06291
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3bd9b646fa32943c385fb0ed9639db855e225a5b82c5c21919a6daa094d048dacea280eaa8c98a590c376a817162da633389cdc139981a2db938e5aca3a35b7
|
7
|
+
data.tar.gz: cb0130dde55eb088cf8de75b64c8866a46cd07324732340a98e50deeb2abc1f8dc1c99538f434e81315b8bfc1c87a2faf909d7c3fd457f931f0a4e7db3e97f25
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.167.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -17006,7 +17006,7 @@ module Aws::Glue
|
|
17006
17006
|
params: params,
|
17007
17007
|
config: config)
|
17008
17008
|
context[:gem_name] = 'aws-sdk-glue'
|
17009
|
-
context[:gem_version] = '1.
|
17009
|
+
context[:gem_version] = '1.167.0'
|
17010
17010
|
Seahorse::Client::Request.new(handlers, context)
|
17011
17011
|
end
|
17012
17012
|
|
@@ -840,6 +840,8 @@ module Aws::Glue
|
|
840
840
|
OrchestrationArgumentsValue = Shapes::StringShape.new(name: 'OrchestrationArgumentsValue')
|
841
841
|
OrchestrationIAMRoleArn = Shapes::StringShape.new(name: 'OrchestrationIAMRoleArn')
|
842
842
|
OrchestrationNameString = Shapes::StringShape.new(name: 'OrchestrationNameString')
|
843
|
+
OrchestrationPageSize200 = Shapes::IntegerShape.new(name: 'OrchestrationPageSize200')
|
844
|
+
OrchestrationPageSize25 = Shapes::IntegerShape.new(name: 'OrchestrationPageSize25')
|
843
845
|
OrchestrationRoleArn = Shapes::StringShape.new(name: 'OrchestrationRoleArn')
|
844
846
|
OrchestrationS3Location = Shapes::StringShape.new(name: 'OrchestrationS3Location')
|
845
847
|
OrchestrationStatementCodeString = Shapes::StringShape.new(name: 'OrchestrationStatementCodeString')
|
@@ -3309,7 +3311,7 @@ module Aws::Glue
|
|
3309
3311
|
|
3310
3312
|
GetJobRunsRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "JobName"))
|
3311
3313
|
GetJobRunsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
3312
|
-
GetJobRunsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape:
|
3314
|
+
GetJobRunsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: OrchestrationPageSize200, location_name: "MaxResults"))
|
3313
3315
|
GetJobRunsRequest.struct_class = Types::GetJobRunsRequest
|
3314
3316
|
|
3315
3317
|
GetJobRunsResponse.add_member(:job_runs, Shapes::ShapeRef.new(shape: JobRunList, location_name: "JobRuns"))
|
@@ -3622,7 +3624,7 @@ module Aws::Glue
|
|
3622
3624
|
|
3623
3625
|
GetTriggersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
3624
3626
|
GetTriggersRequest.add_member(:dependent_job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DependentJobName"))
|
3625
|
-
GetTriggersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape:
|
3627
|
+
GetTriggersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: OrchestrationPageSize200, location_name: "MaxResults"))
|
3626
3628
|
GetTriggersRequest.struct_class = Types::GetTriggersRequest
|
3627
3629
|
|
3628
3630
|
GetTriggersResponse.add_member(:triggers, Shapes::ShapeRef.new(shape: TriggerList, location_name: "Triggers"))
|
@@ -4084,7 +4086,7 @@ module Aws::Glue
|
|
4084
4086
|
LineageConfiguration.struct_class = Types::LineageConfiguration
|
4085
4087
|
|
4086
4088
|
ListBlueprintsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
4087
|
-
ListBlueprintsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape:
|
4089
|
+
ListBlueprintsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: OrchestrationPageSize25, location_name: "MaxResults"))
|
4088
4090
|
ListBlueprintsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
4089
4091
|
ListBlueprintsRequest.struct_class = Types::ListBlueprintsRequest
|
4090
4092
|
|
@@ -4257,7 +4259,7 @@ module Aws::Glue
|
|
4257
4259
|
|
4258
4260
|
ListTriggersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
4259
4261
|
ListTriggersRequest.add_member(:dependent_job_name, Shapes::ShapeRef.new(shape: NameString, location_name: "DependentJobName"))
|
4260
|
-
ListTriggersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape:
|
4262
|
+
ListTriggersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: OrchestrationPageSize200, location_name: "MaxResults"))
|
4261
4263
|
ListTriggersRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
|
4262
4264
|
ListTriggersRequest.struct_class = Types::ListTriggersRequest
|
4263
4265
|
|
@@ -4266,7 +4268,7 @@ module Aws::Glue
|
|
4266
4268
|
ListTriggersResponse.struct_class = Types::ListTriggersResponse
|
4267
4269
|
|
4268
4270
|
ListWorkflowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GenericString, location_name: "NextToken"))
|
4269
|
-
ListWorkflowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape:
|
4271
|
+
ListWorkflowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: OrchestrationPageSize25, location_name: "MaxResults"))
|
4270
4272
|
ListWorkflowsRequest.struct_class = Types::ListWorkflowsRequest
|
4271
4273
|
|
4272
4274
|
ListWorkflowsResponse.add_member(:workflows, Shapes::ShapeRef.new(shape: WorkflowNames, location_name: "Workflows"))
|
data/lib/aws-sdk-glue/types.rb
CHANGED
@@ -13462,11 +13462,12 @@ module Aws::Glue
|
|
13462
13462
|
# In Ray jobs, Runtime is used to specify the versions of Ray, Python
|
13463
13463
|
# and additional libraries available in your environment. This field
|
13464
13464
|
# is not used in other job types. For supported runtime environment
|
13465
|
-
# values, see [
|
13465
|
+
# values, see [Supported Ray runtime environments][1] in the Glue
|
13466
|
+
# Developer Guide.
|
13466
13467
|
#
|
13467
13468
|
#
|
13468
13469
|
#
|
13469
|
-
# [1]: https://docs.aws.amazon.com/glue/latest/dg/
|
13470
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/ray-jobs-section.html
|
13470
13471
|
# @return [String]
|
13471
13472
|
#
|
13472
13473
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/JobCommand AWS API Documentation
|
data/lib/aws-sdk-glue.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-glue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.167.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-01-
|
11
|
+
date: 2024-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|