aws-sdk-glue 1.184.0 → 1.185.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 +25 -1
- data/lib/aws-sdk-glue/client_api.rb +34 -1
- data/lib/aws-sdk-glue/types.rb +69 -1
- data/lib/aws-sdk-glue.rb +1 -1
- data/sig/client.rbs +32 -2
- data/sig/types.rbs +20 -0
- 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: '088af614af8b9c1300f06aa32aeae9fb067eb84e5acda36571a384bb94088738'
|
|
4
|
+
data.tar.gz: 51c3cf0defba94b9ced512ed354bf9ff25d742b0014f9c89eedc4a7b9d49177a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40881ddf13c9634bb68ccbbf10a11b8a61a2ba320552a981752ed3e05cda984dfd9cd313dadd4e46dc9b186e29697393e28b5b5b3cdd7127571a710a72ef7239
|
|
7
|
+
data.tar.gz: 73fd4e79f4829d45fe5897c8b13907b32d6a3f57b4e4957efc7b4aa4d3b89a1bdc0f2ba1291dbf1b125f6d98d0a4f09d45422c0355decc6bb5ad055fc9e50690
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.185.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
|
@@ -1884,6 +1884,14 @@ module Aws::Glue
|
|
|
1884
1884
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.inputs[0] #=> String
|
|
1885
1885
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_arn #=> String
|
|
1886
1886
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_version #=> String
|
|
1887
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps #=> Array
|
|
1888
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].action.operation #=> String
|
|
1889
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].action.parameters #=> Hash
|
|
1890
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].action.parameters["ParameterName"] #=> String
|
|
1891
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].condition_expressions #=> Array
|
|
1892
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].condition_expressions[0].condition #=> String
|
|
1893
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].condition_expressions[0].value #=> String
|
|
1894
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].condition_expressions[0].target_column #=> String
|
|
1887
1895
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.name #=> String
|
|
1888
1896
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.source_type #=> String
|
|
1889
1897
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.connection.value #=> String
|
|
@@ -8306,6 +8314,14 @@ module Aws::Glue
|
|
|
8306
8314
|
# resp.job.code_gen_configuration_nodes["NodeId"].recipe.inputs[0] #=> String
|
|
8307
8315
|
# resp.job.code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_arn #=> String
|
|
8308
8316
|
# resp.job.code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_version #=> String
|
|
8317
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].recipe.recipe_steps #=> Array
|
|
8318
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].action.operation #=> String
|
|
8319
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].action.parameters #=> Hash
|
|
8320
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].action.parameters["ParameterName"] #=> String
|
|
8321
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].condition_expressions #=> Array
|
|
8322
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].condition_expressions[0].condition #=> String
|
|
8323
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].condition_expressions[0].value #=> String
|
|
8324
|
+
# resp.job.code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].condition_expressions[0].target_column #=> String
|
|
8309
8325
|
# resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.name #=> String
|
|
8310
8326
|
# resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.source_type #=> String
|
|
8311
8327
|
# resp.job.code_gen_configuration_nodes["NodeId"].snowflake_source.data.connection.value #=> String
|
|
@@ -9413,6 +9429,14 @@ module Aws::Glue
|
|
|
9413
9429
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.inputs[0] #=> String
|
|
9414
9430
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_arn #=> String
|
|
9415
9431
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_reference.recipe_version #=> String
|
|
9432
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps #=> Array
|
|
9433
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].action.operation #=> String
|
|
9434
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].action.parameters #=> Hash
|
|
9435
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].action.parameters["ParameterName"] #=> String
|
|
9436
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].condition_expressions #=> Array
|
|
9437
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].condition_expressions[0].condition #=> String
|
|
9438
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].condition_expressions[0].value #=> String
|
|
9439
|
+
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].recipe.recipe_steps[0].condition_expressions[0].target_column #=> String
|
|
9416
9440
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.name #=> String
|
|
9417
9441
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.source_type #=> String
|
|
9418
9442
|
# resp.jobs[0].code_gen_configuration_nodes["NodeId"].snowflake_source.data.connection.value #=> String
|
|
@@ -17568,7 +17592,7 @@ module Aws::Glue
|
|
|
17568
17592
|
params: params,
|
|
17569
17593
|
config: config)
|
|
17570
17594
|
context[:gem_name] = 'aws-sdk-glue'
|
|
17571
|
-
context[:gem_version] = '1.
|
|
17595
|
+
context[:gem_version] = '1.185.0'
|
|
17572
17596
|
Seahorse::Client::Request.new(handlers, context)
|
|
17573
17597
|
end
|
|
17574
17598
|
|
|
@@ -206,6 +206,8 @@ module Aws::Glue
|
|
|
206
206
|
ConcurrentRunsExceededException = Shapes::StructureShape.new(name: 'ConcurrentRunsExceededException')
|
|
207
207
|
Condition = Shapes::StructureShape.new(name: 'Condition')
|
|
208
208
|
ConditionCheckFailureException = Shapes::StructureShape.new(name: 'ConditionCheckFailureException')
|
|
209
|
+
ConditionExpression = Shapes::StructureShape.new(name: 'ConditionExpression')
|
|
210
|
+
ConditionExpressionList = Shapes::ListShape.new(name: 'ConditionExpressionList')
|
|
209
211
|
ConditionList = Shapes::ListShape.new(name: 'ConditionList')
|
|
210
212
|
ConfigValueString = Shapes::StringShape.new(name: 'ConfigValueString')
|
|
211
213
|
ConfigurationMap = Shapes::MapShape.new(name: 'ConfigurationMap')
|
|
@@ -367,6 +369,8 @@ module Aws::Glue
|
|
|
367
369
|
DatabaseInput = Shapes::StructureShape.new(name: 'DatabaseInput')
|
|
368
370
|
DatabaseList = Shapes::ListShape.new(name: 'DatabaseList')
|
|
369
371
|
DatabaseName = Shapes::StringShape.new(name: 'DatabaseName')
|
|
372
|
+
DatabrewCondition = Shapes::StringShape.new(name: 'DatabrewCondition')
|
|
373
|
+
DatabrewConditionValue = Shapes::StringShape.new(name: 'DatabrewConditionValue')
|
|
370
374
|
Datatype = Shapes::StructureShape.new(name: 'Datatype')
|
|
371
375
|
DateColumnStatisticsData = Shapes::StructureShape.new(name: 'DateColumnStatisticsData')
|
|
372
376
|
DecimalColumnStatisticsData = Shapes::StructureShape.new(name: 'DecimalColumnStatisticsData')
|
|
@@ -861,6 +865,7 @@ module Aws::Glue
|
|
|
861
865
|
OAuth2PropertiesInput = Shapes::StructureShape.new(name: 'OAuth2PropertiesInput')
|
|
862
866
|
OneInput = Shapes::ListShape.new(name: 'OneInput')
|
|
863
867
|
OpenTableFormatInput = Shapes::StructureShape.new(name: 'OpenTableFormatInput')
|
|
868
|
+
Operation = Shapes::StringShape.new(name: 'Operation')
|
|
864
869
|
OperationNotSupportedException = Shapes::StructureShape.new(name: 'OperationNotSupportedException')
|
|
865
870
|
OperationTimeoutException = Shapes::StructureShape.new(name: 'OperationTimeoutException')
|
|
866
871
|
Option = Shapes::StructureShape.new(name: 'Option')
|
|
@@ -886,6 +891,9 @@ module Aws::Glue
|
|
|
886
891
|
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
|
887
892
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
|
888
893
|
ParamType = Shapes::StringShape.new(name: 'ParamType')
|
|
894
|
+
ParameterMap = Shapes::MapShape.new(name: 'ParameterMap')
|
|
895
|
+
ParameterName = Shapes::StringShape.new(name: 'ParameterName')
|
|
896
|
+
ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
|
|
889
897
|
ParametersMap = Shapes::MapShape.new(name: 'ParametersMap')
|
|
890
898
|
ParametersMapValue = Shapes::StringShape.new(name: 'ParametersMapValue')
|
|
891
899
|
ParquetCompressionType = Shapes::StringShape.new(name: 'ParquetCompressionType')
|
|
@@ -943,7 +951,10 @@ module Aws::Glue
|
|
|
943
951
|
QuerySessionContext = Shapes::StructureShape.new(name: 'QuerySessionContext')
|
|
944
952
|
QuoteChar = Shapes::StringShape.new(name: 'QuoteChar')
|
|
945
953
|
Recipe = Shapes::StructureShape.new(name: 'Recipe')
|
|
954
|
+
RecipeAction = Shapes::StructureShape.new(name: 'RecipeAction')
|
|
946
955
|
RecipeReference = Shapes::StructureShape.new(name: 'RecipeReference')
|
|
956
|
+
RecipeStep = Shapes::StructureShape.new(name: 'RecipeStep')
|
|
957
|
+
RecipeSteps = Shapes::ListShape.new(name: 'RecipeSteps')
|
|
947
958
|
RecipeVersion = Shapes::StringShape.new(name: 'RecipeVersion')
|
|
948
959
|
RecordsCount = Shapes::IntegerShape.new(name: 'RecordsCount')
|
|
949
960
|
RecrawlBehavior = Shapes::StringShape.new(name: 'RecrawlBehavior')
|
|
@@ -1145,6 +1156,7 @@ module Aws::Glue
|
|
|
1145
1156
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
|
1146
1157
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
|
1147
1158
|
TagsMap = Shapes::MapShape.new(name: 'TagsMap')
|
|
1159
|
+
TargetColumn = Shapes::StringShape.new(name: 'TargetColumn')
|
|
1148
1160
|
TargetFormat = Shapes::StringShape.new(name: 'TargetFormat')
|
|
1149
1161
|
TaskRun = Shapes::StructureShape.new(name: 'TaskRun')
|
|
1150
1162
|
TaskRunFilterCriteria = Shapes::StructureShape.new(name: 'TaskRunFilterCriteria')
|
|
@@ -1972,6 +1984,13 @@ module Aws::Glue
|
|
|
1972
1984
|
ConditionCheckFailureException.add_member(:message, Shapes::ShapeRef.new(shape: MessageString, location_name: "Message"))
|
|
1973
1985
|
ConditionCheckFailureException.struct_class = Types::ConditionCheckFailureException
|
|
1974
1986
|
|
|
1987
|
+
ConditionExpression.add_member(:condition, Shapes::ShapeRef.new(shape: DatabrewCondition, required: true, location_name: "Condition"))
|
|
1988
|
+
ConditionExpression.add_member(:value, Shapes::ShapeRef.new(shape: DatabrewConditionValue, location_name: "Value"))
|
|
1989
|
+
ConditionExpression.add_member(:target_column, Shapes::ShapeRef.new(shape: TargetColumn, required: true, location_name: "TargetColumn"))
|
|
1990
|
+
ConditionExpression.struct_class = Types::ConditionExpression
|
|
1991
|
+
|
|
1992
|
+
ConditionExpressionList.member = Shapes::ShapeRef.new(shape: ConditionExpression)
|
|
1993
|
+
|
|
1975
1994
|
ConditionList.member = Shapes::ShapeRef.new(shape: Condition)
|
|
1976
1995
|
|
|
1977
1996
|
ConfigurationMap.key = Shapes::ShapeRef.new(shape: NameString)
|
|
@@ -4641,6 +4660,9 @@ module Aws::Glue
|
|
|
4641
4660
|
PIIDetection.add_member(:mask_value, Shapes::ShapeRef.new(shape: MaskValue, location_name: "MaskValue"))
|
|
4642
4661
|
PIIDetection.struct_class = Types::PIIDetection
|
|
4643
4662
|
|
|
4663
|
+
ParameterMap.key = Shapes::ShapeRef.new(shape: ParameterName)
|
|
4664
|
+
ParameterMap.value = Shapes::ShapeRef.new(shape: ParameterValue)
|
|
4665
|
+
|
|
4644
4666
|
ParametersMap.key = Shapes::ShapeRef.new(shape: KeyString)
|
|
4645
4667
|
ParametersMap.value = Shapes::ShapeRef.new(shape: ParametersMapValue)
|
|
4646
4668
|
|
|
@@ -4802,13 +4824,24 @@ module Aws::Glue
|
|
|
4802
4824
|
|
|
4803
4825
|
Recipe.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
|
4804
4826
|
Recipe.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
|
4805
|
-
Recipe.add_member(:recipe_reference, Shapes::ShapeRef.new(shape: RecipeReference,
|
|
4827
|
+
Recipe.add_member(:recipe_reference, Shapes::ShapeRef.new(shape: RecipeReference, location_name: "RecipeReference"))
|
|
4828
|
+
Recipe.add_member(:recipe_steps, Shapes::ShapeRef.new(shape: RecipeSteps, location_name: "RecipeSteps"))
|
|
4806
4829
|
Recipe.struct_class = Types::Recipe
|
|
4807
4830
|
|
|
4831
|
+
RecipeAction.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, required: true, location_name: "Operation"))
|
|
4832
|
+
RecipeAction.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "Parameters"))
|
|
4833
|
+
RecipeAction.struct_class = Types::RecipeAction
|
|
4834
|
+
|
|
4808
4835
|
RecipeReference.add_member(:recipe_arn, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "RecipeArn"))
|
|
4809
4836
|
RecipeReference.add_member(:recipe_version, Shapes::ShapeRef.new(shape: RecipeVersion, required: true, location_name: "RecipeVersion"))
|
|
4810
4837
|
RecipeReference.struct_class = Types::RecipeReference
|
|
4811
4838
|
|
|
4839
|
+
RecipeStep.add_member(:action, Shapes::ShapeRef.new(shape: RecipeAction, required: true, location_name: "Action"))
|
|
4840
|
+
RecipeStep.add_member(:condition_expressions, Shapes::ShapeRef.new(shape: ConditionExpressionList, location_name: "ConditionExpressions"))
|
|
4841
|
+
RecipeStep.struct_class = Types::RecipeStep
|
|
4842
|
+
|
|
4843
|
+
RecipeSteps.member = Shapes::ShapeRef.new(shape: RecipeStep)
|
|
4844
|
+
|
|
4812
4845
|
RecrawlPolicy.add_member(:recrawl_behavior, Shapes::ShapeRef.new(shape: RecrawlBehavior, location_name: "RecrawlBehavior"))
|
|
4813
4846
|
RecrawlPolicy.struct_class = Types::RecrawlPolicy
|
|
4814
4847
|
|
data/lib/aws-sdk-glue/types.rb
CHANGED
|
@@ -3021,6 +3021,31 @@ module Aws::Glue
|
|
|
3021
3021
|
include Aws::Structure
|
|
3022
3022
|
end
|
|
3023
3023
|
|
|
3024
|
+
# Condition expression defined in the Glue Studio data preparation
|
|
3025
|
+
# recipe node.
|
|
3026
|
+
#
|
|
3027
|
+
# @!attribute [rw] condition
|
|
3028
|
+
# The condition of the condition expression.
|
|
3029
|
+
# @return [String]
|
|
3030
|
+
#
|
|
3031
|
+
# @!attribute [rw] value
|
|
3032
|
+
# The value of the condition expression.
|
|
3033
|
+
# @return [String]
|
|
3034
|
+
#
|
|
3035
|
+
# @!attribute [rw] target_column
|
|
3036
|
+
# The target column of the condition expressions.
|
|
3037
|
+
# @return [String]
|
|
3038
|
+
#
|
|
3039
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ConditionExpression AWS API Documentation
|
|
3040
|
+
#
|
|
3041
|
+
class ConditionExpression < Struct.new(
|
|
3042
|
+
:condition,
|
|
3043
|
+
:value,
|
|
3044
|
+
:target_column)
|
|
3045
|
+
SENSITIVE = []
|
|
3046
|
+
include Aws::Structure
|
|
3047
|
+
end
|
|
3048
|
+
|
|
3024
3049
|
# Specifies the values that an admin sets for each job or session
|
|
3025
3050
|
# parameter configured in a Glue usage profile.
|
|
3026
3051
|
#
|
|
@@ -17756,12 +17781,36 @@ module Aws::Glue
|
|
|
17756
17781
|
# A reference to the DataBrew recipe used by the node.
|
|
17757
17782
|
# @return [Types::RecipeReference]
|
|
17758
17783
|
#
|
|
17784
|
+
# @!attribute [rw] recipe_steps
|
|
17785
|
+
# Transform steps used in the recipe node.
|
|
17786
|
+
# @return [Array<Types::RecipeStep>]
|
|
17787
|
+
#
|
|
17759
17788
|
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/Recipe AWS API Documentation
|
|
17760
17789
|
#
|
|
17761
17790
|
class Recipe < Struct.new(
|
|
17762
17791
|
:name,
|
|
17763
17792
|
:inputs,
|
|
17764
|
-
:recipe_reference
|
|
17793
|
+
:recipe_reference,
|
|
17794
|
+
:recipe_steps)
|
|
17795
|
+
SENSITIVE = []
|
|
17796
|
+
include Aws::Structure
|
|
17797
|
+
end
|
|
17798
|
+
|
|
17799
|
+
# Actions defined in the Glue Studio data preparation recipe node.
|
|
17800
|
+
#
|
|
17801
|
+
# @!attribute [rw] operation
|
|
17802
|
+
# The operation of the recipe action.
|
|
17803
|
+
# @return [String]
|
|
17804
|
+
#
|
|
17805
|
+
# @!attribute [rw] parameters
|
|
17806
|
+
# The parameters of the recipe action.
|
|
17807
|
+
# @return [Hash<String,String>]
|
|
17808
|
+
#
|
|
17809
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/RecipeAction AWS API Documentation
|
|
17810
|
+
#
|
|
17811
|
+
class RecipeAction < Struct.new(
|
|
17812
|
+
:operation,
|
|
17813
|
+
:parameters)
|
|
17765
17814
|
SENSITIVE = []
|
|
17766
17815
|
include Aws::Structure
|
|
17767
17816
|
end
|
|
@@ -17785,6 +17834,25 @@ module Aws::Glue
|
|
|
17785
17834
|
include Aws::Structure
|
|
17786
17835
|
end
|
|
17787
17836
|
|
|
17837
|
+
# A recipe step used in a Glue Studio data preparation recipe node.
|
|
17838
|
+
#
|
|
17839
|
+
# @!attribute [rw] action
|
|
17840
|
+
# The transformation action of the recipe step.
|
|
17841
|
+
# @return [Types::RecipeAction]
|
|
17842
|
+
#
|
|
17843
|
+
# @!attribute [rw] condition_expressions
|
|
17844
|
+
# The condition expressions for the recipe step.
|
|
17845
|
+
# @return [Array<Types::ConditionExpression>]
|
|
17846
|
+
#
|
|
17847
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/RecipeStep AWS API Documentation
|
|
17848
|
+
#
|
|
17849
|
+
class RecipeStep < Struct.new(
|
|
17850
|
+
:action,
|
|
17851
|
+
:condition_expressions)
|
|
17852
|
+
SENSITIVE = []
|
|
17853
|
+
include Aws::Structure
|
|
17854
|
+
end
|
|
17855
|
+
|
|
17788
17856
|
# When crawling an Amazon S3 data source after the first crawl is
|
|
17789
17857
|
# complete, specifies whether to crawl the entire dataset again or to
|
|
17790
17858
|
# crawl only folders that were added since the last crawler run. For
|
data/lib/aws-sdk-glue.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1840,7 +1840,22 @@ module Aws
|
|
|
1840
1840
|
recipe_reference: {
|
|
1841
1841
|
recipe_arn: ::String,
|
|
1842
1842
|
recipe_version: ::String
|
|
1843
|
-
}
|
|
1843
|
+
}?,
|
|
1844
|
+
recipe_steps: Array[
|
|
1845
|
+
{
|
|
1846
|
+
action: {
|
|
1847
|
+
operation: ::String,
|
|
1848
|
+
parameters: Hash[::String, ::String]?
|
|
1849
|
+
},
|
|
1850
|
+
condition_expressions: Array[
|
|
1851
|
+
{
|
|
1852
|
+
condition: ::String,
|
|
1853
|
+
value: ::String?,
|
|
1854
|
+
target_column: ::String
|
|
1855
|
+
},
|
|
1856
|
+
]?
|
|
1857
|
+
},
|
|
1858
|
+
]?
|
|
1844
1859
|
}?,
|
|
1845
1860
|
snowflake_source: {
|
|
1846
1861
|
name: ::String,
|
|
@@ -6255,7 +6270,22 @@ module Aws
|
|
|
6255
6270
|
recipe_reference: {
|
|
6256
6271
|
recipe_arn: ::String,
|
|
6257
6272
|
recipe_version: ::String
|
|
6258
|
-
}
|
|
6273
|
+
}?,
|
|
6274
|
+
recipe_steps: Array[
|
|
6275
|
+
{
|
|
6276
|
+
action: {
|
|
6277
|
+
operation: ::String,
|
|
6278
|
+
parameters: Hash[::String, ::String]?
|
|
6279
|
+
},
|
|
6280
|
+
condition_expressions: Array[
|
|
6281
|
+
{
|
|
6282
|
+
condition: ::String,
|
|
6283
|
+
value: ::String?,
|
|
6284
|
+
target_column: ::String
|
|
6285
|
+
},
|
|
6286
|
+
]?
|
|
6287
|
+
},
|
|
6288
|
+
]?
|
|
6259
6289
|
}?,
|
|
6260
6290
|
snowflake_source: {
|
|
6261
6291
|
name: ::String,
|
data/sig/types.rbs
CHANGED
|
@@ -803,6 +803,13 @@ module Aws::Glue
|
|
|
803
803
|
SENSITIVE: []
|
|
804
804
|
end
|
|
805
805
|
|
|
806
|
+
class ConditionExpression
|
|
807
|
+
attr_accessor condition: ::String
|
|
808
|
+
attr_accessor value: ::String
|
|
809
|
+
attr_accessor target_column: ::String
|
|
810
|
+
SENSITIVE: []
|
|
811
|
+
end
|
|
812
|
+
|
|
806
813
|
class ConfigurationObject
|
|
807
814
|
attr_accessor default_value: ::String
|
|
808
815
|
attr_accessor allowed_values: ::Array[::String]
|
|
@@ -4337,6 +4344,13 @@ module Aws::Glue
|
|
|
4337
4344
|
attr_accessor name: ::String
|
|
4338
4345
|
attr_accessor inputs: ::Array[::String]
|
|
4339
4346
|
attr_accessor recipe_reference: Types::RecipeReference
|
|
4347
|
+
attr_accessor recipe_steps: ::Array[Types::RecipeStep]
|
|
4348
|
+
SENSITIVE: []
|
|
4349
|
+
end
|
|
4350
|
+
|
|
4351
|
+
class RecipeAction
|
|
4352
|
+
attr_accessor operation: ::String
|
|
4353
|
+
attr_accessor parameters: ::Hash[::String, ::String]
|
|
4340
4354
|
SENSITIVE: []
|
|
4341
4355
|
end
|
|
4342
4356
|
|
|
@@ -4346,6 +4360,12 @@ module Aws::Glue
|
|
|
4346
4360
|
SENSITIVE: []
|
|
4347
4361
|
end
|
|
4348
4362
|
|
|
4363
|
+
class RecipeStep
|
|
4364
|
+
attr_accessor action: Types::RecipeAction
|
|
4365
|
+
attr_accessor condition_expressions: ::Array[Types::ConditionExpression]
|
|
4366
|
+
SENSITIVE: []
|
|
4367
|
+
end
|
|
4368
|
+
|
|
4349
4369
|
class RecrawlPolicy
|
|
4350
4370
|
attr_accessor recrawl_behavior: ("CRAWL_EVERYTHING" | "CRAWL_NEW_FOLDERS_ONLY" | "CRAWL_EVENT_MODE")
|
|
4351
4371
|
SENSITIVE: []
|
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.185.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: 2024-07-
|
|
11
|
+
date: 2024-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|