lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.121.0 vs lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.122.0

- old
+ new

@@ -2186,10 +2186,12 @@ # quote_symbol: "CsvQuoteSymbol", # contains_header: "UNKNOWN", # accepts UNKNOWN, PRESENT, ABSENT # header: ["NameString"], # disable_value_trimming: false, # allow_single_column: false, + # custom_datatype_configured: false, + # custom_datatypes: ["NameString"], # }, # }) # # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateClassifier AWS API Documentation # @@ -5777,10 +5779,13 @@ # resp.classifier.csv_classifier.contains_header #=> String, one of "UNKNOWN", "PRESENT", "ABSENT" # resp.classifier.csv_classifier.header #=> Array # resp.classifier.csv_classifier.header[0] #=> String # resp.classifier.csv_classifier.disable_value_trimming #=> Boolean # resp.classifier.csv_classifier.allow_single_column #=> Boolean + # resp.classifier.csv_classifier.custom_datatype_configured #=> Boolean + # resp.classifier.csv_classifier.custom_datatypes #=> Array + # resp.classifier.csv_classifier.custom_datatypes[0] #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetClassifier AWS API Documentation # # @overload get_classifier(params = {}) # @param [Hash] params ({}) @@ -5841,10 +5846,13 @@ # resp.classifiers[0].csv_classifier.contains_header #=> String, one of "UNKNOWN", "PRESENT", "ABSENT" # resp.classifiers[0].csv_classifier.header #=> Array # resp.classifiers[0].csv_classifier.header[0] #=> String # resp.classifiers[0].csv_classifier.disable_value_trimming #=> Boolean # resp.classifiers[0].csv_classifier.allow_single_column #=> Boolean + # resp.classifiers[0].csv_classifier.custom_datatype_configured #=> Boolean + # resp.classifiers[0].csv_classifier.custom_datatypes #=> Array + # resp.classifiers[0].csv_classifier.custom_datatypes[0] #=> String # resp.next_token #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetClassifiers AWS API Documentation # # @overload get_classifiers(params = {}) @@ -13173,10 +13181,12 @@ # quote_symbol: "CsvQuoteSymbol", # contains_header: "UNKNOWN", # accepts UNKNOWN, PRESENT, ABSENT # header: ["NameString"], # disable_value_trimming: false, # allow_single_column: false, + # custom_datatype_configured: false, + # custom_datatypes: ["NameString"], # }, # }) # # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateClassifier AWS API Documentation # @@ -15349,10 +15359,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-glue' - context[:gem_version] = '1.121.0' + context[:gem_version] = '1.122.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated