aws-sdk-glue 1.157.0 → 1.158.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 +43 -1
- data/lib/aws-sdk-glue/client_api.rb +20 -0
- data/lib/aws-sdk-glue/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-glue/types.rb +91 -1
- 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: e96e7f16916d75af72a75fc50d3452df40a4f691f1ce8110b857eec90b53266d
|
|
4
|
+
data.tar.gz: f24805739ba3be8405a8a378346687374851f7e05e4d4c8f2d90af7ad79c3f0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfa1f869c28bf22264615d38499aebd8e0ae85b172fba80b189328abb34555ffd071d53dd7e01976e449dd950a9f40bb8b254a4a95e879ff0b012f18007c0686
|
|
7
|
+
data.tar.gz: 4d47cab2bb4201fef133254322052548103362badc530f2e4b16ed5fd4b1e780bbe32430ecfceca2cefc800a6415f770f1bb91120ffa32f26c991e2e115b7a8b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.158.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
|
@@ -1906,6 +1906,20 @@ module Aws::Glue
|
|
|
1906
1906
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].description #=> String
|
|
1907
1907
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.inputs #=> Array
|
|
1908
1908
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.inputs[0] #=> String
|
|
1909
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.name #=> String
|
|
1910
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.connection_type #=> String
|
|
1911
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.data #=> Hash
|
|
1912
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.data["GenericString"] #=> String
|
|
1913
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.output_schemas #=> Array
|
|
1914
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.output_schemas[0].columns #=> Array
|
|
1915
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.output_schemas[0].columns[0].name #=> String
|
|
1916
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.output_schemas[0].columns[0].type #=> String
|
|
1917
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_target.name #=> String
|
|
1918
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_target.connection_type #=> String
|
|
1919
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_target.data #=> Hash
|
|
1920
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_target.data["GenericString"] #=> String
|
|
1921
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_target.inputs #=> Array
|
|
1922
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_target.inputs[0] #=> String
|
|
1909
1923
|
# resp.jobs[0].execution_class #=> String, one of "FLEX", "STANDARD"
|
|
1910
1924
|
# resp.jobs[0].source_control_details.provider #=> String, one of "GITHUB", "GITLAB", "BITBUCKET", "AWS_CODE_COMMIT"
|
|
1911
1925
|
# resp.jobs[0].source_control_details.repository #=> String
|
|
@@ -7854,6 +7868,20 @@ module Aws::Glue
|
|
|
7854
7868
|
# resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].description #=> String
|
|
7855
7869
|
# resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.inputs #=> Array
|
|
7856
7870
|
# resp.job.code_gen_configuration_nodes["NodeId"].snowflake_target.inputs[0] #=> String
|
|
7871
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].connector_data_source.name #=> String
|
|
7872
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].connector_data_source.connection_type #=> String
|
|
7873
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].connector_data_source.data #=> Hash
|
|
7874
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].connector_data_source.data["GenericString"] #=> String
|
|
7875
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].connector_data_source.output_schemas #=> Array
|
|
7876
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].connector_data_source.output_schemas[0].columns #=> Array
|
|
7877
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].connector_data_source.output_schemas[0].columns[0].name #=> String
|
|
7878
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].connector_data_source.output_schemas[0].columns[0].type #=> String
|
|
7879
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].connector_data_target.name #=> String
|
|
7880
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].connector_data_target.connection_type #=> String
|
|
7881
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].connector_data_target.data #=> Hash
|
|
7882
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].connector_data_target.data["GenericString"] #=> String
|
|
7883
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].connector_data_target.inputs #=> Array
|
|
7884
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].connector_data_target.inputs[0] #=> String
|
|
7857
7885
|
# resp.job.execution_class #=> String, one of "FLEX", "STANDARD"
|
|
7858
7886
|
# resp.job.source_control_details.provider #=> String, one of "GITHUB", "GITLAB", "BITBUCKET", "AWS_CODE_COMMIT"
|
|
7859
7887
|
# resp.job.source_control_details.repository #=> String
|
|
@@ -8937,6 +8965,20 @@ module Aws::Glue
|
|
|
8937
8965
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.data.table_schema[0].description #=> String
|
|
8938
8966
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.inputs #=> Array
|
|
8939
8967
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_target.inputs[0] #=> String
|
|
8968
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.name #=> String
|
|
8969
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.connection_type #=> String
|
|
8970
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.data #=> Hash
|
|
8971
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.data["GenericString"] #=> String
|
|
8972
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.output_schemas #=> Array
|
|
8973
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.output_schemas[0].columns #=> Array
|
|
8974
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.output_schemas[0].columns[0].name #=> String
|
|
8975
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_source.output_schemas[0].columns[0].type #=> String
|
|
8976
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_target.name #=> String
|
|
8977
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_target.connection_type #=> String
|
|
8978
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_target.data #=> Hash
|
|
8979
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_target.data["GenericString"] #=> String
|
|
8980
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_target.inputs #=> Array
|
|
8981
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].connector_data_target.inputs[0] #=> String
|
|
8940
8982
|
# resp.jobs[0].execution_class #=> String, one of "FLEX", "STANDARD"
|
|
8941
8983
|
# resp.jobs[0].source_control_details.provider #=> String, one of "GITHUB", "GITLAB", "BITBUCKET", "AWS_CODE_COMMIT"
|
|
8942
8984
|
# resp.jobs[0].source_control_details.repository #=> String
|
|
@@ -16312,7 +16354,7 @@ module Aws::Glue
|
|
|
16312
16354
|
params: params,
|
|
16313
16355
|
config: config)
|
|
16314
16356
|
context[:gem_name] = 'aws-sdk-glue'
|
|
16315
|
-
context[:gem_version] = '1.
|
|
16357
|
+
context[:gem_version] = '1.158.0'
|
|
16316
16358
|
Seahorse::Client::Request.new(handlers, context)
|
|
16317
16359
|
end
|
|
16318
16360
|
|
|
@@ -193,6 +193,9 @@ module Aws::Glue
|
|
|
193
193
|
ConnectionPropertyKey = Shapes::StringShape.new(name: 'ConnectionPropertyKey')
|
|
194
194
|
ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
|
|
195
195
|
ConnectionsList = Shapes::StructureShape.new(name: 'ConnectionsList')
|
|
196
|
+
ConnectorDataSource = Shapes::StructureShape.new(name: 'ConnectorDataSource')
|
|
197
|
+
ConnectorDataTarget = Shapes::StructureShape.new(name: 'ConnectorDataTarget')
|
|
198
|
+
ConnectorOptions = Shapes::MapShape.new(name: 'ConnectorOptions')
|
|
196
199
|
ContextWords = Shapes::ListShape.new(name: 'ContextWords')
|
|
197
200
|
Crawl = Shapes::StructureShape.new(name: 'Crawl')
|
|
198
201
|
CrawlId = Shapes::StringShape.new(name: 'CrawlId')
|
|
@@ -1669,6 +1672,8 @@ module Aws::Glue
|
|
|
1669
1672
|
CodeGenConfigurationNode.add_member(:recipe, Shapes::ShapeRef.new(shape: Recipe, location_name: "Recipe"))
|
|
1670
1673
|
CodeGenConfigurationNode.add_member(:snowflake_source, Shapes::ShapeRef.new(shape: SnowflakeSource, location_name: "SnowflakeSource"))
|
|
1671
1674
|
CodeGenConfigurationNode.add_member(:snowflake_target, Shapes::ShapeRef.new(shape: SnowflakeTarget, location_name: "SnowflakeTarget"))
|
|
1675
|
+
CodeGenConfigurationNode.add_member(:connector_data_source, Shapes::ShapeRef.new(shape: ConnectorDataSource, location_name: "ConnectorDataSource"))
|
|
1676
|
+
CodeGenConfigurationNode.add_member(:connector_data_target, Shapes::ShapeRef.new(shape: ConnectorDataTarget, location_name: "ConnectorDataTarget"))
|
|
1672
1677
|
CodeGenConfigurationNode.struct_class = Types::CodeGenConfigurationNode
|
|
1673
1678
|
|
|
1674
1679
|
CodeGenConfigurationNodes.key = Shapes::ShapeRef.new(shape: NodeId)
|
|
@@ -1802,6 +1807,21 @@ module Aws::Glue
|
|
|
1802
1807
|
ConnectionsList.add_member(:connections, Shapes::ShapeRef.new(shape: OrchestrationStringList, location_name: "Connections"))
|
|
1803
1808
|
ConnectionsList.struct_class = Types::ConnectionsList
|
|
1804
1809
|
|
|
1810
|
+
ConnectorDataSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
|
1811
|
+
ConnectorDataSource.add_member(:connection_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionType"))
|
|
1812
|
+
ConnectorDataSource.add_member(:data, Shapes::ShapeRef.new(shape: ConnectorOptions, required: true, location_name: "Data"))
|
|
1813
|
+
ConnectorDataSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
|
1814
|
+
ConnectorDataSource.struct_class = Types::ConnectorDataSource
|
|
1815
|
+
|
|
1816
|
+
ConnectorDataTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
|
1817
|
+
ConnectorDataTarget.add_member(:connection_type, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionType"))
|
|
1818
|
+
ConnectorDataTarget.add_member(:data, Shapes::ShapeRef.new(shape: ConnectorOptions, required: true, location_name: "Data"))
|
|
1819
|
+
ConnectorDataTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, location_name: "Inputs"))
|
|
1820
|
+
ConnectorDataTarget.struct_class = Types::ConnectorDataTarget
|
|
1821
|
+
|
|
1822
|
+
ConnectorOptions.key = Shapes::ShapeRef.new(shape: GenericString)
|
|
1823
|
+
ConnectorOptions.value = Shapes::ShapeRef.new(shape: GenericString)
|
|
1824
|
+
|
|
1805
1825
|
ContextWords.member = Shapes::ShapeRef.new(shape: NameString)
|
|
1806
1826
|
|
|
1807
1827
|
Crawl.add_member(:state, Shapes::ShapeRef.new(shape: CrawlState, location_name: "State"))
|
|
@@ -32,7 +32,7 @@ module Aws::Glue
|
|
|
32
32
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
|
33
33
|
end
|
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
|
35
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
|
36
36
|
return Aws::Endpoints::Endpoint.new(url: "https://glue-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
|
37
37
|
end
|
|
38
38
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
data/lib/aws-sdk-glue/types.rb
CHANGED
|
@@ -2231,6 +2231,14 @@ module Aws::Glue
|
|
|
2231
2231
|
# Specifies a target that writes to a Snowflake data source.
|
|
2232
2232
|
# @return [Types::SnowflakeTarget]
|
|
2233
2233
|
#
|
|
2234
|
+
# @!attribute [rw] connector_data_source
|
|
2235
|
+
# Specifies a source generated with standard connection options.
|
|
2236
|
+
# @return [Types::ConnectorDataSource]
|
|
2237
|
+
#
|
|
2238
|
+
# @!attribute [rw] connector_data_target
|
|
2239
|
+
# Specifies a target generated with standard connection options.
|
|
2240
|
+
# @return [Types::ConnectorDataTarget]
|
|
2241
|
+
#
|
|
2234
2242
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CodeGenConfigurationNode AWS API Documentation
|
|
2235
2243
|
#
|
|
2236
2244
|
class CodeGenConfigurationNode < Struct.new(
|
|
@@ -2302,7 +2310,9 @@ module Aws::Glue
|
|
|
2302
2310
|
:evaluate_data_quality_multi_frame,
|
|
2303
2311
|
:recipe,
|
|
2304
2312
|
:snowflake_source,
|
|
2305
|
-
:snowflake_target
|
|
2313
|
+
:snowflake_target,
|
|
2314
|
+
:connector_data_source,
|
|
2315
|
+
:connector_data_target)
|
|
2306
2316
|
SENSITIVE = []
|
|
2307
2317
|
include Aws::Structure
|
|
2308
2318
|
end
|
|
@@ -3111,6 +3121,86 @@ module Aws::Glue
|
|
|
3111
3121
|
include Aws::Structure
|
|
3112
3122
|
end
|
|
3113
3123
|
|
|
3124
|
+
# Specifies a source generated with standard connection options.
|
|
3125
|
+
#
|
|
3126
|
+
# @!attribute [rw] name
|
|
3127
|
+
# The name of this source node.
|
|
3128
|
+
# @return [String]
|
|
3129
|
+
#
|
|
3130
|
+
# @!attribute [rw] connection_type
|
|
3131
|
+
# The `connectionType`, as provided to the underlying Glue library.
|
|
3132
|
+
# This node type supports the following connection types:
|
|
3133
|
+
#
|
|
3134
|
+
# * `bigquery`
|
|
3135
|
+
#
|
|
3136
|
+
# ^
|
|
3137
|
+
# @return [String]
|
|
3138
|
+
#
|
|
3139
|
+
# @!attribute [rw] data
|
|
3140
|
+
# A map specifying connection options for the node. You can find
|
|
3141
|
+
# standard connection options for the corresponding connection type in
|
|
3142
|
+
# the [ Connection parameters][1] section of the Glue documentation.
|
|
3143
|
+
#
|
|
3144
|
+
#
|
|
3145
|
+
#
|
|
3146
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-connect.html
|
|
3147
|
+
# @return [Hash<String,String>]
|
|
3148
|
+
#
|
|
3149
|
+
# @!attribute [rw] output_schemas
|
|
3150
|
+
# Specifies the data schema for this source.
|
|
3151
|
+
# @return [Array<Types::GlueSchema>]
|
|
3152
|
+
#
|
|
3153
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ConnectorDataSource AWS API Documentation
|
|
3154
|
+
#
|
|
3155
|
+
class ConnectorDataSource < Struct.new(
|
|
3156
|
+
:name,
|
|
3157
|
+
:connection_type,
|
|
3158
|
+
:data,
|
|
3159
|
+
:output_schemas)
|
|
3160
|
+
SENSITIVE = []
|
|
3161
|
+
include Aws::Structure
|
|
3162
|
+
end
|
|
3163
|
+
|
|
3164
|
+
# Specifies a target generated with standard connection options.
|
|
3165
|
+
#
|
|
3166
|
+
# @!attribute [rw] name
|
|
3167
|
+
# The name of this target node.
|
|
3168
|
+
# @return [String]
|
|
3169
|
+
#
|
|
3170
|
+
# @!attribute [rw] connection_type
|
|
3171
|
+
# The `connectionType`, as provided to the underlying Glue library.
|
|
3172
|
+
# This node type supports the following connection types:
|
|
3173
|
+
#
|
|
3174
|
+
# * `bigquery`
|
|
3175
|
+
#
|
|
3176
|
+
# ^
|
|
3177
|
+
# @return [String]
|
|
3178
|
+
#
|
|
3179
|
+
# @!attribute [rw] data
|
|
3180
|
+
# A map specifying connection options for the node. You can find
|
|
3181
|
+
# standard connection options for the corresponding connection type in
|
|
3182
|
+
# the [ Connection parameters][1] section of the Glue documentation.
|
|
3183
|
+
#
|
|
3184
|
+
#
|
|
3185
|
+
#
|
|
3186
|
+
# [1]: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-connect.html
|
|
3187
|
+
# @return [Hash<String,String>]
|
|
3188
|
+
#
|
|
3189
|
+
# @!attribute [rw] inputs
|
|
3190
|
+
# The nodes that are inputs to the data target.
|
|
3191
|
+
# @return [Array<String>]
|
|
3192
|
+
#
|
|
3193
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ConnectorDataTarget AWS API Documentation
|
|
3194
|
+
#
|
|
3195
|
+
class ConnectorDataTarget < Struct.new(
|
|
3196
|
+
:name,
|
|
3197
|
+
:connection_type,
|
|
3198
|
+
:data,
|
|
3199
|
+
:inputs)
|
|
3200
|
+
SENSITIVE = []
|
|
3201
|
+
include Aws::Structure
|
|
3202
|
+
end
|
|
3203
|
+
|
|
3114
3204
|
# The details of a crawl in the workflow.
|
|
3115
3205
|
#
|
|
3116
3206
|
# @!attribute [rw] state
|
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.158.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: 2023-
|
|
11
|
+
date: 2023-11-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|