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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +4 -4
- data/lib/aws-sdk-glue/client_api.rb +8 -3
- 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: 4db97c2db74007717bf0a1b3f680c2bd520a5a0bb8c9e257cd183e15cfe7e9c7
|
4
|
+
data.tar.gz: cc8f8a0b1471fde0eb91188825501454c6039adfcc66c77eea2899af8ba55727
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f0754f16d1cd4cfddbbc6a8e283731871b719ef514b6c9ced534592052af189ce12813762a20058b45aa008193757dd7ad3a43d92af21b414d3a46d8c39aafe
|
7
|
+
data.tar.gz: bd1dde27fbbaec36aab960ba064a89a01fc1a04084c78cfe6c6f252bb101ed959019d80d95a75e39d4b7a69429c33cca255f2443e86a6b64608951d88b9cd084
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.212.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
@@ -5002,7 +5002,7 @@ module Aws::Glue
|
|
5002
5002
|
# "OrchestrationNameString" => "OrchestrationArgumentsValue",
|
5003
5003
|
# },
|
5004
5004
|
# connections: {
|
5005
|
-
# connections: ["
|
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: "
|
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: "
|
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.
|
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:
|
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:
|
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:
|
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
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.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-
|
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
|