aws-sdk-glue 1.165.0 → 1.167.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b40d45457ccd29049fec3407b43b23e3ee492ee9dfc3402e60efecb824ca3f1
4
- data.tar.gz: de1fc16b9b4713b90f0beb542a950b6e047ccc8992b7a89c6886a39c8a774f8f
3
+ metadata.gz: c1bf4654ef116af962b2122557a0ecf206f996b38d28c333505395513cfe50af
4
+ data.tar.gz: f5a720e3f27970fc23ccce973bda719d6ba2ffb04804dec8f7268266d9f06291
5
5
  SHA512:
6
- metadata.gz: a6e4df37731220685c716d583217977508cf71ec3d2aa7fbe73716fee765267b036013049e457e17b62bbc22234ffcfb25143b3f67ce335ea2f51f062046f44b
7
- data.tar.gz: 7266426eef827d3ef61a5b6ba712481638456922309cebd42b6c5b334b187065b0ad1272182248aa91f601248c695ac1e2e672e5f05bb36ec896e1d095659a56
6
+ metadata.gz: c3bd9b646fa32943c385fb0ed9639db855e225a5b82c5c21919a6daa094d048dacea280eaa8c98a590c376a817162da633389cdc139981a2db938e5aca3a35b7
7
+ data.tar.gz: cb0130dde55eb088cf8de75b64c8866a46cd07324732340a98e50deeb2abc1f8dc1c99538f434e81315b8bfc1c87a2faf909d7c3fd457f931f0a4e7db3e97f25
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.166.0 (2024-01-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.165.0 (2023-12-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.165.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.165.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"))
@@ -14,6 +14,7 @@ module Aws::Glue
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::Glue::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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.165.0'
55
+ GEM_VERSION = '1.167.0'
56
56
 
57
57
  end