lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.132.0 vs lib/aws-sdk-glue/client.rb in aws-sdk-glue-1.133.0

- old
+ new

@@ -4618,52 +4618,51 @@ # `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 + # * *NONE*: No compatibility mode applies. You can use this choice in # development scenarios or if you do not know the compatibility mode # that you want to apply to schemas. Any new version added will be # accepted without undergoing a compatibility check. # - # * *DISABLED*\: This compatibility choice prevents versioning for a + # * *DISABLED*: This compatibility choice prevents versioning for a # particular schema. You can use this choice to prevent future # versioning of a schema. # - # * *BACKWARD*\: This compatibility choice is recommended as it allows + # * *BACKWARD*: This compatibility choice is recommended as it allows # data receivers to read both the current and one previous schema # version. This means that for instance, a new schema version cannot # drop data fields or change the type of these fields, so they can't # be read by readers using the previous version. # - # * *BACKWARD\_ALL*\: This compatibility choice allows data receivers to + # * *BACKWARD\_ALL*: This compatibility choice allows data receivers to # read both the current and all previous schema versions. You can use # this choice when you need to delete fields or add optional fields, # and check compatibility against all previous schema versions. # - # * *FORWARD*\: This compatibility choice allows data receivers to read + # * *FORWARD*: This compatibility choice allows data receivers to read # both the current and one next schema version, but not necessarily # later versions. You can use this choice when you need to add fields # or delete optional fields, but only check compatibility against the # last schema version. # - # * *FORWARD\_ALL*\: This compatibility choice allows data receivers to + # * *FORWARD\_ALL*: This compatibility choice allows data receivers to # read written by producers of any new registered schema. You can use # this choice when you need to add fields or delete optional fields, # and check compatibility against all previous schema versions. # - # * *FULL*\: This compatibility choice allows data receivers to read - # data written by producers using the previous or next version of the + # * *FULL*: This compatibility choice allows data receivers to read data + # written by producers using the previous or next version of the # schema, but not necessarily earlier or later versions. You can use # this choice when you need to add or remove optional fields, but only # check compatibility against the last schema version. # - # * *FULL\_ALL*\: This compatibility choice allows data receivers to - # read data written by producers using all previous schema versions. - # You can use this choice when you need to add or remove optional - # fields, and check compatibility against all previous schema - # versions. + # * *FULL\_ALL*: This compatibility choice allows data receivers to read + # data written by producers using all previous schema versions. You + # can use this choice when you need to add or remove optional fields, + # and check compatibility against all previous schema versions. # # @option params [String] :description # An optional description of the schema. If description is not provided, # there will not be any automatic default value for this. # @@ -9719,11 +9718,11 @@ # # The expression uses SQL syntax similar to the SQL `WHERE` filter # clause. The SQL statement parser [JSQLParser][1] parses the # expression. # - # *Operators*\: The following are the operators that you can use in the + # *Operators*: The following are the operators that you can use in the # `Expression` API call: # # = # # : Checks whether the values of the two operands are equal; if yes, @@ -9772,11 +9771,11 @@ # # AND, OR, IN, BETWEEN, LIKE, NOT, IS NULL # # : Logical operators. # - # *Supported Partition Key Types*\: The following are the supported + # *Supported Partition Key Types*: The following are the supported # partition keys. # # * `string` # # * `date` @@ -9799,11 +9798,11 @@ # # The following list shows the valid operators on each type. When you # define a crawler, the `partitionKey` type is created as a `STRING`, to # be compatible with the catalog partitions. # - # *Sample API Call*\: + # *Sample API Call*: # # # # [1]: http://jsqlparser.sourceforge.net/home.php # @@ -11303,11 +11302,11 @@ # # The expression uses SQL syntax similar to the SQL `WHERE` filter # clause. The SQL statement parser [JSQLParser][1] parses the # expression. # - # *Operators*\: The following are the operators that you can use in the + # *Operators*: The following are the operators that you can use in the # `Expression` API call: # # = # # : Checks whether the values of the two operands are equal; if yes, @@ -11356,11 +11355,11 @@ # # AND, OR, IN, BETWEEN, LIKE, NOT, IS NULL # # : Logical operators. # - # *Supported Partition Key Types*\: The following are the supported + # *Supported Partition Key Types*: The following are the supported # partition keys. # # * `string` # # * `date` @@ -15379,13 +15378,10 @@ # Updates the specified data quality ruleset. # # @option params [required, String] :name # The name of the data quality ruleset. # - # @option params [String] :updated_name - # The new name of the ruleset, if you are renaming it. - # # @option params [String] :description # A description of the ruleset. # # @option params [String] :ruleset # A Data Quality Definition Language (DQDL) ruleset. For more @@ -15399,11 +15395,10 @@ # # @example Request syntax with placeholder values # # resp = client.update_data_quality_ruleset({ # name: "NameString", # required - # updated_name: "NameString", # description: "DescriptionString", # ruleset: "DataQualityRulesetString", # }) # # @example Response structure @@ -17322,10 +17317,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-glue' - context[:gem_version] = '1.132.0' + context[:gem_version] = '1.133.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated