aws-sdk-glue 1.211.0 → 1.212.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: d3003827ed285b9db5dfab5f0fab332280d2b1586b09f9611ecffd96aa6adb2e
4
- data.tar.gz: 77e459ebde0eece31f2409a274ea4d2979105a6d3cd2035057fba23958ea88e9
3
+ metadata.gz: 4db97c2db74007717bf0a1b3f680c2bd520a5a0bb8c9e257cd183e15cfe7e9c7
4
+ data.tar.gz: cc8f8a0b1471fde0eb91188825501454c6039adfcc66c77eea2899af8ba55727
5
5
  SHA512:
6
- metadata.gz: 8449025fb5d5dd210c33b100b401ed4f8bd77d0e6f4c93aeb5990311f244e013864effe8de9a0620f3401aa7e5dec6b1ef8c7411205e2b159d7406334a79246d
7
- data.tar.gz: 82bae1b31c601e96a11e192a63bde7da52255f11ecdf79340bb51ca53053fc0fcae9819cdb9fa32d0c649a211fce76ed0ac5e4b20461154625aea16741f467f2
6
+ metadata.gz: 5f0754f16d1cd4cfddbbc6a8e283731871b719ef514b6c9ced534592052af189ce12813762a20058b45aa008193757dd7ad3a43d92af21b414d3a46d8c39aafe
7
+ data.tar.gz: bd1dde27fbbaec36aab960ba064a89a01fc1a04084c78cfe6c6f252bb101ed959019d80d95a75e39d4b7a69429c33cca255f2443e86a6b64608951d88b9cd084
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.212.0 (2025-04-07)
5
+ ------------------
6
+
7
+ * Feature - Add input validations for multiple Glue APIs
8
+
4
9
  1.211.0 (2025-03-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.211.0
1
+ 1.212.0
@@ -5002,7 +5002,7 @@ module Aws::Glue
5002
5002
  # "OrchestrationNameString" => "OrchestrationArgumentsValue",
5003
5003
  # },
5004
5004
  # connections: {
5005
- # connections: ["GenericString"],
5005
+ # connections: ["ConnectionString"],
5006
5006
  # },
5007
5007
  # max_capacity: 1.0,
5008
5008
  # number_of_workers: 1,
@@ -5515,7 +5515,7 @@ module Aws::Glue
5515
5515
  #
5516
5516
  # resp = client.create_workflow({
5517
5517
  # name: "NameString", # required
5518
- # description: "GenericString",
5518
+ # description: "WorkflowDescriptionString",
5519
5519
  # default_run_properties: {
5520
5520
  # "IdString" => "GenericString",
5521
5521
  # },
@@ -20047,7 +20047,7 @@ module Aws::Glue
20047
20047
  #
20048
20048
  # resp = client.update_workflow({
20049
20049
  # name: "NameString", # required
20050
- # description: "GenericString",
20050
+ # description: "WorkflowDescriptionString",
20051
20051
  # default_run_properties: {
20052
20052
  # "IdString" => "GenericString",
20053
20053
  # },
@@ -20085,7 +20085,7 @@ module Aws::Glue
20085
20085
  tracer: tracer
20086
20086
  )
20087
20087
  context[:gem_name] = 'aws-sdk-glue'
20088
- context[:gem_version] = '1.211.0'
20088
+ context[:gem_version] = '1.212.0'
20089
20089
  Seahorse::Client::Request.new(handlers, context)
20090
20090
  end
20091
20091
 
@@ -259,6 +259,8 @@ module Aws::Glue
259
259
  ConnectionPropertyKey = Shapes::StringShape.new(name: 'ConnectionPropertyKey')
260
260
  ConnectionSchemaVersion = Shapes::IntegerShape.new(name: 'ConnectionSchemaVersion')
261
261
  ConnectionStatus = Shapes::StringShape.new(name: 'ConnectionStatus')
262
+ ConnectionString = Shapes::StringShape.new(name: 'ConnectionString')
263
+ ConnectionStringList = Shapes::ListShape.new(name: 'ConnectionStringList')
262
264
  ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
263
265
  ConnectionTypeBrief = Shapes::StructureShape.new(name: 'ConnectionTypeBrief')
264
266
  ConnectionTypeList = Shapes::ListShape.new(name: 'ConnectionTypeList')
@@ -1528,6 +1530,7 @@ module Aws::Glue
1528
1530
  ViewValidationList = Shapes::ListShape.new(name: 'ViewValidationList')
1529
1531
  WorkerType = Shapes::StringShape.new(name: 'WorkerType')
1530
1532
  Workflow = Shapes::StructureShape.new(name: 'Workflow')
1533
+ WorkflowDescriptionString = Shapes::StringShape.new(name: 'WorkflowDescriptionString')
1531
1534
  WorkflowGraph = Shapes::StructureShape.new(name: 'WorkflowGraph')
1532
1535
  WorkflowNames = Shapes::ListShape.new(name: 'WorkflowNames')
1533
1536
  WorkflowRun = Shapes::StructureShape.new(name: 'WorkflowRun')
@@ -2416,6 +2419,8 @@ module Aws::Glue
2416
2419
  ConnectionProperties.key = Shapes::ShapeRef.new(shape: ConnectionPropertyKey)
2417
2420
  ConnectionProperties.value = Shapes::ShapeRef.new(shape: ValueString)
2418
2421
 
2422
+ ConnectionStringList.member = Shapes::ShapeRef.new(shape: ConnectionString)
2423
+
2419
2424
  ConnectionTypeBrief.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "ConnectionType"))
2420
2425
  ConnectionTypeBrief.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
2421
2426
  ConnectionTypeBrief.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
@@ -2423,7 +2428,7 @@ module Aws::Glue
2423
2428
 
2424
2429
  ConnectionTypeList.member = Shapes::ShapeRef.new(shape: ConnectionTypeBrief)
2425
2430
 
2426
- ConnectionsList.add_member(:connections, Shapes::ShapeRef.new(shape: OrchestrationStringList, location_name: "Connections"))
2431
+ ConnectionsList.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionStringList, location_name: "Connections"))
2427
2432
  ConnectionsList.struct_class = Types::ConnectionsList
2428
2433
 
2429
2434
  ConnectorDataSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
@@ -2916,7 +2921,7 @@ module Aws::Glue
2916
2921
  CreateUserDefinedFunctionResponse.struct_class = Types::CreateUserDefinedFunctionResponse
2917
2922
 
2918
2923
  CreateWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
2919
- CreateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: GenericString, location_name: "Description"))
2924
+ CreateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescriptionString, location_name: "Description"))
2920
2925
  CreateWorkflowRequest.add_member(:default_run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, location_name: "DefaultRunProperties"))
2921
2926
  CreateWorkflowRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "Tags"))
2922
2927
  CreateWorkflowRequest.add_member(:max_concurrent_runs, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxConcurrentRuns"))
@@ -7103,7 +7108,7 @@ module Aws::Glue
7103
7108
  UpdateUserDefinedFunctionResponse.struct_class = Types::UpdateUserDefinedFunctionResponse
7104
7109
 
7105
7110
  UpdateWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
7106
- UpdateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: GenericString, location_name: "Description"))
7111
+ UpdateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowDescriptionString, location_name: "Description"))
7107
7112
  UpdateWorkflowRequest.add_member(:default_run_properties, Shapes::ShapeRef.new(shape: WorkflowRunProperties, location_name: "DefaultRunProperties"))
7108
7113
  UpdateWorkflowRequest.add_member(:max_concurrent_runs, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "MaxConcurrentRuns"))
7109
7114
  UpdateWorkflowRequest.struct_class = Types::UpdateWorkflowRequest
data/lib/aws-sdk-glue.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Glue
54
54
  autoload :EndpointProvider, 'aws-sdk-glue/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-glue/endpoints'
56
56
 
57
- GEM_VERSION = '1.211.0'
57
+ GEM_VERSION = '1.212.0'
58
58
 
59
59
  end
60
60
 
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.211.0
4
+ version: 1.212.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: 2025-03-14 00:00:00.000000000 Z
11
+ date: 2025-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core