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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3c25a1143f358ff26808ddb07504089aaf0bf90f8f63b5c0f742caec494a1ee
4
- data.tar.gz: b44967d5667e0cc6d487c3e8eda6980ac666dfe10a03c9ef182ec9966eaebfc2
3
+ metadata.gz: c1bf4654ef116af962b2122557a0ecf206f996b38d28c333505395513cfe50af
4
+ data.tar.gz: f5a720e3f27970fc23ccce973bda719d6ba2ffb04804dec8f7268266d9f06291
5
5
  SHA512:
6
- metadata.gz: 8ecd0c5141ccf46c87ca399e45c298b46642ae997fb0ccc13390c60410272b8ba49c9d4d6181b54b882bc295e0fe5d8fbe631fc7087e3ceaa2a2c1c1870eb78b
7
- data.tar.gz: 7e2c9607e3f1622203d3a0890fe2f9f7e092c82299b80c89cc3457451c05dfba76522a2b2331b46f23c67ddc4eb27a52b28244ba55305ec0632f5052274064f5
6
+ metadata.gz: c3bd9b646fa32943c385fb0ed9639db855e225a5b82c5c21919a6daa094d048dacea280eaa8c98a590c376a817162da633389cdc139981a2db938e5aca3a35b7
7
+ data.tar.gz: cb0130dde55eb088cf8de75b64c8866a46cd07324732340a98e50deeb2abc1f8dc1c99538f434e81315b8bfc1c87a2faf909d7c3fd457f931f0a4e7db3e97f25
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.167.0 (2024-01-31)
5
+ ------------------
6
+
7
+ * Feature - Update page size limits for GetJobRuns and GetTriggers APIs.
8
+
4
9
  1.166.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.166.0
1
+ 1.167.0
@@ -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.166.0'
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: PageSize, location_name: "MaxResults"))
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: PageSize, location_name: "MaxResults"))
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: PageSize, location_name: "MaxResults"))
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: PageSize, location_name: "MaxResults"))
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: PageSize, location_name: "MaxResults"))
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"))
@@ -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 [Working with Ray jobs][1] in the Glue Developer Guide.
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/author-job-ray-runtimes.html
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
@@ -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.166.0'
55
+ GEM_VERSION = '1.167.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.166.0
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-26 00:00:00.000000000 Z
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