lib/aws-sdk-timestreamquery/client.rb in aws-sdk-timestreamquery-1.14.0 vs lib/aws-sdk-timestreamquery/client.rb in aws-sdk-timestreamquery-1.15.0

- old
+ new

@@ -368,11 +368,11 @@ # indicating that the query has already been canceled. See [code # sample][1] for details. # # # - # [1]: https://docs.aws.amazon.com/Timestream/latest/developerguide/code-samples.cancel-query.html + # [1]: https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.cancel-query.html # # @option params [required, String] :query_id # The ID of the query that needs to be cancelled. `QueryID` is returned # as part of the query result. # @@ -597,12 +597,12 @@ # For detailed information on how and when to use and implement # DescribeEndpoints, see [The Endpoint Discovery Pattern][2]. # # # - # [1]: https://docs.aws.amazon.com/Timestream/latest/developerguide/VPCEndpoints - # [2]: https://docs.aws.amazon.com/Timestream/latest/developerguide/Using.API.html#Using-API.endpoint-discovery + # [1]: https://docs.aws.amazon.com/timestream/latest/developerguide/VPCEndpoints + # [2]: https://docs.aws.amazon.com/timestream/latest/developerguide/Using.API.html#Using-API.endpoint-discovery # # @return [Types::DescribeEndpointsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::DescribeEndpointsResponse#endpoints #endpoints} => Array<Types::Endpoint> # @@ -924,11 +924,11 @@ # not have the same query string in the query requests, the query will # fail with an `Invalid pagination token` error. # # # - # [1]: https://docs.aws.amazon.com/Timestream/latest/developerguide/code-samples.run-query.html + # [1]: https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.run-query.html # # @option params [required, String] :query_string # The query to be run by Timestream. # # @option params [String] :client_token @@ -1159,10 +1159,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-timestreamquery' - context[:gem_version] = '1.14.0' + context[:gem_version] = '1.15.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated