aws-sdk-glue 1.150.0 → 1.151.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: bafae6a5db6eec5869b8fe9e36a225e5a5cde8d9bb2ba4671ef836e6c1cb6cbc
4
- data.tar.gz: f2f541472d9510817d5e30ec63ba46dbf52d8ada085448d82b94bbc5731d7576
3
+ metadata.gz: 42ed0376be4191cfa13bfcc0204e1bfcb835b7e1108edaac2aa6476a5fdc6f97
4
+ data.tar.gz: 886b6ca7d5b813db4a0a93d47497c6d9ec48f0d172dc7b7da729bde37228ff71
5
5
  SHA512:
6
- metadata.gz: 61347736e9ff2a97e6bba1a7c18e6c570cd78653b63fe48f7a335233ae0250c3668369743762132baee695bceffab8cc621b9d368f8d150ef4e1d08d0abe7de9
7
- data.tar.gz: 1ad639c12a24b788e71574d2f13a525cfa4550d97403dbf14a1210ca76825916ea1217a56812f6df5ef39201bd660b75ba910b9f073d94fb0daa1b0eda157910
6
+ metadata.gz: 79843c1209a23f142b5e045b800ab97dd281dc32f9b9a4bf315f042931c47a653b3873c6a7d8b0a2c167543ba21d9e367b964f9db93fe1c4d94616d55567b443
7
+ data.tar.gz: d75f0722072991c4b70d30225e251defda9b84a530dac2941fa89ae3f2d19793da5c9c02ae349f877f0fdff012f0fe2c6a9d1ebff1eccb9123945b90634d8d26
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.151.0 (2023-07-24)
5
+ ------------------
6
+
7
+ * Feature - Added support for Data Preparation Recipe node in Glue Studio jobs
8
+
4
9
  1.150.0 (2023-07-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.150.0
1
+ 1.151.0
@@ -1829,6 +1829,11 @@ module Aws::Glue
1829
1829
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].evaluate_data_quality_multi_frame.additional_options #=> Hash
1830
1830
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].evaluate_data_quality_multi_frame.additional_options["AdditionalOptionKeys"] #=> String
1831
1831
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].evaluate_data_quality_multi_frame.stop_job_on_failure_options.stop_job_on_failure_timing #=> String, one of "Immediate", "AfterDataLoad"
1832
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.name #=> String
1833
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.inputs #=> Array
1834
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.inputs[0] #=> String
1835
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_arn #=> String
1836
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_version #=> String
1832
1837
  # resp.jobs[0].execution_class #=> String, one of "FLEX", "STANDARD"
1833
1838
  # resp.jobs[0].source_control_details.provider #=> String, one of "GITHUB", "AWS_CODE_COMMIT"
1834
1839
  # resp.jobs[0].source_control_details.repository #=> String
@@ -7691,6 +7696,11 @@ module Aws::Glue
7691
7696
  # resp.job.code_gen_configuration_nodes["NodeId"].evaluate_data_quality_multi_frame.additional_options #=> Hash
7692
7697
  # resp.job.code_gen_configuration_nodes["NodeId"].evaluate_data_quality_multi_frame.additional_options["AdditionalOptionKeys"] #=> String
7693
7698
  # resp.job.code_gen_configuration_nodes["NodeId"].evaluate_data_quality_multi_frame.stop_job_on_failure_options.stop_job_on_failure_timing #=> String, one of "Immediate", "AfterDataLoad"
7699
+ # resp.job.code_gen_configuration_nodes["NodeId"].recipe.name #=> String
7700
+ # resp.job.code_gen_configuration_nodes["NodeId"].recipe.inputs #=> Array
7701
+ # resp.job.code_gen_configuration_nodes["NodeId"].recipe.inputs[0] #=> String
7702
+ # resp.job.code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_arn #=> String
7703
+ # resp.job.code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_version #=> String
7694
7704
  # resp.job.execution_class #=> String, one of "FLEX", "STANDARD"
7695
7705
  # resp.job.source_control_details.provider #=> String, one of "GITHUB", "AWS_CODE_COMMIT"
7696
7706
  # resp.job.source_control_details.repository #=> String
@@ -8697,6 +8707,11 @@ module Aws::Glue
8697
8707
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].evaluate_data_quality_multi_frame.additional_options #=> Hash
8698
8708
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].evaluate_data_quality_multi_frame.additional_options["AdditionalOptionKeys"] #=> String
8699
8709
  # resp.jobs[0].code_gen_configuration_nodes["NodeId"].evaluate_data_quality_multi_frame.stop_job_on_failure_options.stop_job_on_failure_timing #=> String, one of "Immediate", "AfterDataLoad"
8710
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.name #=> String
8711
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.inputs #=> Array
8712
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.inputs[0] #=> String
8713
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_arn #=> String
8714
+ # resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_version #=> String
8700
8715
  # resp.jobs[0].execution_class #=> String, one of "FLEX", "STANDARD"
8701
8716
  # resp.jobs[0].source_control_details.provider #=> String, one of "GITHUB", "AWS_CODE_COMMIT"
8702
8717
  # resp.jobs[0].source_control_details.repository #=> String
@@ -16053,7 +16068,7 @@ module Aws::Glue
16053
16068
  params: params,
16054
16069
  config: config)
16055
16070
  context[:gem_name] = 'aws-sdk-glue'
16056
- context[:gem_version] = '1.150.0'
16071
+ context[:gem_version] = '1.151.0'
16057
16072
  Seahorse::Client::Request.new(handlers, context)
16058
16073
  end
16059
16074
 
@@ -855,6 +855,9 @@ module Aws::Glue
855
855
  QuerySchemaVersionMetadataMaxResults = Shapes::IntegerShape.new(name: 'QuerySchemaVersionMetadataMaxResults')
856
856
  QuerySchemaVersionMetadataResponse = Shapes::StructureShape.new(name: 'QuerySchemaVersionMetadataResponse')
857
857
  QuoteChar = Shapes::StringShape.new(name: 'QuoteChar')
858
+ Recipe = Shapes::StructureShape.new(name: 'Recipe')
859
+ RecipeReference = Shapes::StructureShape.new(name: 'RecipeReference')
860
+ RecipeVersion = Shapes::StringShape.new(name: 'RecipeVersion')
858
861
  RecordsCount = Shapes::IntegerShape.new(name: 'RecordsCount')
859
862
  RecrawlBehavior = Shapes::StringShape.new(name: 'RecrawlBehavior')
860
863
  RecrawlPolicy = Shapes::StructureShape.new(name: 'RecrawlPolicy')
@@ -1658,6 +1661,7 @@ module Aws::Glue
1658
1661
  CodeGenConfigurationNode.add_member(:amazon_redshift_source, Shapes::ShapeRef.new(shape: AmazonRedshiftSource, location_name: "AmazonRedshiftSource"))
1659
1662
  CodeGenConfigurationNode.add_member(:amazon_redshift_target, Shapes::ShapeRef.new(shape: AmazonRedshiftTarget, location_name: "AmazonRedshiftTarget"))
1660
1663
  CodeGenConfigurationNode.add_member(:evaluate_data_quality_multi_frame, Shapes::ShapeRef.new(shape: EvaluateDataQualityMultiFrame, location_name: "EvaluateDataQualityMultiFrame"))
1664
+ CodeGenConfigurationNode.add_member(:recipe, Shapes::ShapeRef.new(shape: Recipe, location_name: "Recipe"))
1661
1665
  CodeGenConfigurationNode.struct_class = Types::CodeGenConfigurationNode
1662
1666
 
1663
1667
  CodeGenConfigurationNodes.key = Shapes::ShapeRef.new(shape: NodeId)
@@ -4351,6 +4355,15 @@ module Aws::Glue
4351
4355
  QuerySchemaVersionMetadataResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: SchemaRegistryTokenString, location_name: "NextToken"))
4352
4356
  QuerySchemaVersionMetadataResponse.struct_class = Types::QuerySchemaVersionMetadataResponse
4353
4357
 
4358
+ Recipe.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
4359
+ Recipe.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
4360
+ Recipe.add_member(:recipe_reference, Shapes::ShapeRef.new(shape: RecipeReference, required: true, location_name: "RecipeReference"))
4361
+ Recipe.struct_class = Types::Recipe
4362
+
4363
+ RecipeReference.add_member(:recipe_arn, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "RecipeArn"))
4364
+ RecipeReference.add_member(:recipe_version, Shapes::ShapeRef.new(shape: RecipeVersion, required: true, location_name: "RecipeVersion"))
4365
+ RecipeReference.struct_class = Types::RecipeReference
4366
+
4354
4367
  RecrawlPolicy.add_member(:recrawl_behavior, Shapes::ShapeRef.new(shape: RecrawlBehavior, location_name: "RecrawlBehavior"))
4355
4368
  RecrawlPolicy.struct_class = Types::RecrawlPolicy
4356
4369
 
@@ -2219,6 +2219,10 @@ module Aws::Glue
2219
2219
  # input data and returns a collection of Dynamic Frames.
2220
2220
  # @return [Types::EvaluateDataQualityMultiFrame]
2221
2221
  #
2222
+ # @!attribute [rw] recipe
2223
+ # Specifies a Glue DataBrew recipe node.
2224
+ # @return [Types::Recipe]
2225
+ #
2222
2226
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CodeGenConfigurationNode AWS API Documentation
2223
2227
  #
2224
2228
  class CodeGenConfigurationNode < Struct.new(
@@ -2287,7 +2291,8 @@ module Aws::Glue
2287
2291
  :s3_delta_direct_target,
2288
2292
  :amazon_redshift_source,
2289
2293
  :amazon_redshift_target,
2290
- :evaluate_data_quality_multi_frame)
2294
+ :evaluate_data_quality_multi_frame,
2295
+ :recipe)
2291
2296
  SENSITIVE = []
2292
2297
  include Aws::Structure
2293
2298
  end
@@ -16103,6 +16108,49 @@ module Aws::Glue
16103
16108
  include Aws::Structure
16104
16109
  end
16105
16110
 
16111
+ # A Glue Studio node that uses a Glue DataBrew recipe in Glue jobs.
16112
+ #
16113
+ # @!attribute [rw] name
16114
+ # The name of the Glue Studio node.
16115
+ # @return [String]
16116
+ #
16117
+ # @!attribute [rw] inputs
16118
+ # The nodes that are inputs to the recipe node, identified by id.
16119
+ # @return [Array<String>]
16120
+ #
16121
+ # @!attribute [rw] recipe_reference
16122
+ # A reference to the DataBrew recipe used by the node.
16123
+ # @return [Types::RecipeReference]
16124
+ #
16125
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Recipe AWS API Documentation
16126
+ #
16127
+ class Recipe < Struct.new(
16128
+ :name,
16129
+ :inputs,
16130
+ :recipe_reference)
16131
+ SENSITIVE = []
16132
+ include Aws::Structure
16133
+ end
16134
+
16135
+ # A reference to a Glue DataBrew recipe.
16136
+ #
16137
+ # @!attribute [rw] recipe_arn
16138
+ # The ARN of the DataBrew recipe.
16139
+ # @return [String]
16140
+ #
16141
+ # @!attribute [rw] recipe_version
16142
+ # The RecipeVersion of the DataBrew recipe.
16143
+ # @return [String]
16144
+ #
16145
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/RecipeReference AWS API Documentation
16146
+ #
16147
+ class RecipeReference < Struct.new(
16148
+ :recipe_arn,
16149
+ :recipe_version)
16150
+ SENSITIVE = []
16151
+ include Aws::Structure
16152
+ end
16153
+
16106
16154
  # When crawling an Amazon S3 data source after the first crawl is
16107
16155
  # complete, specifies whether to crawl the entire dataset again or to
16108
16156
  # crawl only folders that were added since the last crawler run. For
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.150.0'
55
+ GEM_VERSION = '1.151.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.150.0
4
+ version: 1.151.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-07-21 00:00:00.000000000 Z
11
+ date: 2023-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core