lib/aws-sdk-synthetics/client.rb in aws-sdk-synthetics-1.15.0 vs lib/aws-sdk-synthetics/client.rb in aws-sdk-synthetics-1.16.0

- old
+ new

@@ -1130,11 +1130,24 @@ # # # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_VPC.html # # @option params [Types::VisualReferenceInput] :visual_reference + # Defines the screenshots to use as the baseline for comparisons during + # visual monitoring comparisons during future runs of this canary. If + # you omit this parameter, no changes are made to any baseline + # screenshots that the canary might be using already. # + # Visual monitoring is supported only on canaries running the + # **syn-puppeteer-node-3.2** runtime or later. For more information, see + # [ Visual monitoring][1] and [ Visual monitoring blueprint][2] + # + # + # + # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_SyntheticsLogger_VisualTesting.html + # [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_Blueprints_VisualTesting.html + # # @return [Struct] Returns an empty {Seahorse::Client::Response response}. # # @example Request syntax with placeholder values # # resp = client.update_canary({ @@ -1197,10 +1210,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-synthetics' - context[:gem_version] = '1.15.0' + context[:gem_version] = '1.16.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated