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

- old
+ new

@@ -629,10 +629,21 @@ # vpc_configuration: { # subnet_id_list: ["SubnetId"], # required # security_group_id_list: ["SecurityGroupId"], # required # }, # }, + # athena_source_config: { + # role_arn: "Arn", + # database_name: "AthenaDatabaseName", + # data_catalog: "AthenaDataCatalog", + # table_name: "AthenaTableName", + # work_group_name: "AthenaWorkGroupName", + # s3_results_path: "AthenaS3ResultsPath", + # back_test_configuration: { + # run_back_test_mode: false, # required + # }, + # }, # }, # timezone: "Timezone", # tags: { # "TagKey" => "TagValue", # }, @@ -953,10 +964,17 @@ # resp.metric_source.redshift_source_config.role_arn #=> String # resp.metric_source.redshift_source_config.vpc_configuration.subnet_id_list #=> Array # resp.metric_source.redshift_source_config.vpc_configuration.subnet_id_list[0] #=> String # resp.metric_source.redshift_source_config.vpc_configuration.security_group_id_list #=> Array # resp.metric_source.redshift_source_config.vpc_configuration.security_group_id_list[0] #=> String + # resp.metric_source.athena_source_config.role_arn #=> String + # resp.metric_source.athena_source_config.database_name #=> String + # resp.metric_source.athena_source_config.data_catalog #=> String + # resp.metric_source.athena_source_config.table_name #=> String + # resp.metric_source.athena_source_config.work_group_name #=> String + # resp.metric_source.athena_source_config.s3_results_path #=> String + # resp.metric_source.athena_source_config.back_test_configuration.run_back_test_mode #=> Boolean # # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutmetrics-2017-07-25/DescribeMetricSet AWS API Documentation # # @overload describe_metric_set(params = {}) # @param [Hash] params ({}) @@ -1707,11 +1725,11 @@ # # @option params [String] :metric_set_frequency # The dataset's interval. # # @option params [Types::MetricSource] :metric_source - # Contains information about source data used to generate a metric. + # Contains information about source data used to generate metrics. # # @return [Types::UpdateMetricSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::UpdateMetricSetResponse#metric_set_arn #metric_set_arn} => String # @@ -1785,10 +1803,21 @@ # vpc_configuration: { # subnet_id_list: ["SubnetId"], # required # security_group_id_list: ["SecurityGroupId"], # required # }, # }, + # athena_source_config: { + # role_arn: "Arn", + # database_name: "AthenaDatabaseName", + # data_catalog: "AthenaDataCatalog", + # table_name: "AthenaTableName", + # work_group_name: "AthenaWorkGroupName", + # s3_results_path: "AthenaS3ResultsPath", + # back_test_configuration: { + # run_back_test_mode: false, # required + # }, + # }, # }, # }) # # @example Response structure # @@ -1814,10 +1843,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-lookoutmetrics' - context[:gem_version] = '1.17.0' + context[:gem_version] = '1.18.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated