lib/aws-sdk-lookoutmetrics/client.rb in aws-sdk-lookoutmetrics-1.18.0 vs lib/aws-sdk-lookoutmetrics/client.rb in aws-sdk-lookoutmetrics-1.19.0

- old
+ new

@@ -602,10 +602,13 @@ # role_arn: "Arn", # flow_name: "FlowName", # }, # cloud_watch_config: { # role_arn: "Arn", + # back_test_configuration: { + # run_back_test_mode: false, # required + # }, # }, # rds_source_config: { # db_instance_identifier: "RDSDatabaseIdentifier", # database_host: "DatabaseHost", # database_port: 1, @@ -942,10 +945,11 @@ # resp.metric_source.s3_source_config.file_format_descriptor.json_format_descriptor.file_compression #=> String, one of "NONE", "GZIP" # resp.metric_source.s3_source_config.file_format_descriptor.json_format_descriptor.charset #=> String # resp.metric_source.app_flow_config.role_arn #=> String # resp.metric_source.app_flow_config.flow_name #=> String # resp.metric_source.cloud_watch_config.role_arn #=> String + # resp.metric_source.cloud_watch_config.back_test_configuration.run_back_test_mode #=> Boolean # resp.metric_source.rds_source_config.db_instance_identifier #=> String # resp.metric_source.rds_source_config.database_host #=> String # resp.metric_source.rds_source_config.database_port #=> Integer # resp.metric_source.rds_source_config.secret_manager_arn #=> String # resp.metric_source.rds_source_config.database_name #=> String @@ -1776,10 +1780,13 @@ # role_arn: "Arn", # flow_name: "FlowName", # }, # cloud_watch_config: { # role_arn: "Arn", + # back_test_configuration: { + # run_back_test_mode: false, # required + # }, # }, # rds_source_config: { # db_instance_identifier: "RDSDatabaseIdentifier", # database_host: "DatabaseHost", # database_port: 1, @@ -1843,10 +1850,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-lookoutmetrics' - context[:gem_version] = '1.18.0' + context[:gem_version] = '1.19.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated