lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.103.0 vs lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.104.0

- old
+ new

@@ -1484,12 +1484,12 @@ # simply validates using the supplied schema using `DataFormat` as the # format. Since it does not take a schema set name, no compatibility # checks are performed. # # @option params [required, String] :data_format - # The data format of the schema definition. Currently `AVRO` and `JSON` - # are supported. + # The data format of the schema definition. Currently `AVRO`, `JSON` and + # `PROTOBUF` are supported. # # @option params [required, String] :schema_definition # The definition of the schema that has to be validated. # # @return [Types::CheckSchemaVersionValidityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: @@ -1498,11 +1498,11 @@ # * {Types::CheckSchemaVersionValidityResponse#error #error} => String # # @example Request syntax with placeholder values # # resp = client.check_schema_version_validity({ - # data_format: "AVRO", # required, accepts AVRO, JSON + # data_format: "AVRO", # required, accepts AVRO, JSON, PROTOBUF # schema_definition: "SchemaDefinitionString", # required # }) # # @example Response structure # @@ -2700,12 +2700,12 @@ # Name of the schema to be created of max length of 255, and may only # contain letters, numbers, hyphen, underscore, dollar sign, or hash # mark. No whitespace. # # @option params [required, String] :data_format - # The data format of the schema definition. Currently `AVRO` and `JSON` - # are supported. + # The data format of the schema definition. Currently `AVRO`, `JSON` and + # `PROTOBUF` are supported. # # @option params [String] :compatibility # The compatibility mode of the schema. The possible values are: # # * *NONE*\: No compatibility mode applies. You can use this choice in @@ -2786,11 +2786,11 @@ # registry_id: { # registry_name: "SchemaRegistryNameString", # registry_arn: "GlueResourceArn", # }, # schema_name: "SchemaRegistryNameString", # required - # data_format: "AVRO", # required, accepts AVRO, JSON + # data_format: "AVRO", # required, accepts AVRO, JSON, PROTOBUF # compatibility: "NONE", # accepts NONE, DISABLED, BACKWARD, BACKWARD_ALL, FORWARD, FORWARD_ALL, FULL, FULL_ALL # description: "DescriptionString", # tags: { # "TagKey" => "TagValue", # }, @@ -2802,11 +2802,11 @@ # resp.registry_name #=> String # resp.registry_arn #=> String # resp.schema_name #=> String # resp.schema_arn #=> String # resp.description #=> String - # resp.data_format #=> String, one of "AVRO", "JSON" + # resp.data_format #=> String, one of "AVRO", "JSON", "PROTOBUF" # resp.compatibility #=> String, one of "NONE", "DISABLED", "BACKWARD", "BACKWARD_ALL", "FORWARD", "FORWARD_ALL", "FULL", "FULL_ALL" # resp.schema_checkpoint #=> Integer # resp.latest_schema_version #=> Integer # resp.next_schema_version #=> Integer # resp.schema_status #=> String, one of "AVAILABLE", "PENDING", "DELETING" @@ -6480,11 +6480,11 @@ # resp.registry_name #=> String # resp.registry_arn #=> String # resp.schema_name #=> String # resp.schema_arn #=> String # resp.description #=> String - # resp.data_format #=> String, one of "AVRO", "JSON" + # resp.data_format #=> String, one of "AVRO", "JSON", "PROTOBUF" # resp.compatibility #=> String, one of "NONE", "DISABLED", "BACKWARD", "BACKWARD_ALL", "FORWARD", "FORWARD_ALL", "FULL", "FULL_ALL" # resp.schema_checkpoint #=> Integer # resp.latest_schema_version #=> Integer # resp.next_schema_version #=> Integer # resp.schema_status #=> String, one of "AVAILABLE", "PENDING", "DELETING" @@ -6541,11 +6541,11 @@ # # @example Response structure # # resp.schema_version_id #=> String # resp.schema_arn #=> String - # resp.data_format #=> String, one of "AVRO", "JSON" + # resp.data_format #=> String, one of "AVRO", "JSON", "PROTOBUF" # resp.status #=> String, one of "AVAILABLE", "PENDING", "FAILURE", "DELETING" # resp.created_time #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetSchemaByDefinition AWS API Documentation # @@ -6606,11 +6606,11 @@ # # @example Response structure # # resp.schema_version_id #=> String # resp.schema_definition #=> String - # resp.data_format #=> String, one of "AVRO", "JSON" + # resp.data_format #=> String, one of "AVRO", "JSON", "PROTOBUF" # resp.schema_arn #=> String # resp.version_number #=> Integer # resp.status #=> String, one of "AVAILABLE", "PENDING", "FAILURE", "DELETING" # resp.created_time #=> String # @@ -11522,10 +11522,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-glue' - context[:gem_version] = '1.103.0' + context[:gem_version] = '1.104.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated