lib/aws-sdk-xray/client.rb in aws-sdk-xray-1.51.0 vs lib/aws-sdk-xray/client.rb in aws-sdk-xray-1.52.0

- old
+ new

@@ -1497,16 +1497,16 @@ # trace IDs to `BatchGetTraces`. # # A filter expression can target traced requests that hit specific # service nodes or edges, have errors, or come from a known user. For # example, the following filter expression targets traces that pass - # through `api.example.com`\: + # through `api.example.com`: # # `service("api.example.com")` # # This filter expression finds traces that have an annotation named - # `account` with the value `12345`\: + # `account` with the value `12345`: # # `annotation.account = "12345"` # # For a full list of indexed fields and keywords that you can use in # filter expressions, see [Using Filter Expressions][1] in the *Amazon @@ -2205,10 +2205,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-xray' - context[:gem_version] = '1.51.0' + context[:gem_version] = '1.52.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated