lib/aws-sdk-redshiftserverless/client.rb in aws-sdk-redshiftserverless-1.26.0 vs lib/aws-sdk-redshiftserverless/client.rb in aws-sdk-redshiftserverless-1.27.0
- old
+ new
@@ -1042,14 +1042,14 @@
#
# @option params [Array<Types::ConfigParameter>] :config_parameters
# An array of parameters to set for advanced control over a database.
# The options are `auto_mv`, `datestyle`,
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
- # `query_group`, `search_path`, `require_ssl`, and query monitoring
- # metrics that let you define performance boundaries. For more
- # information about query monitoring rules and available metrics, see [
- # Query monitoring metrics for Amazon Redshift Serverless][1].
+ # `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and query
+ # monitoring metrics that let you define performance boundaries. For
+ # more information about query monitoring rules and available metrics,
+ # see [ Query monitoring metrics for Amazon Redshift Serverless][1].
#
#
#
# [1]: https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless
#
@@ -2297,11 +2297,11 @@
# the call again using the returned token to retrieve the next page.
#
# @return [Types::ListScheduledActionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::ListScheduledActionsResponse#next_token #next_token} => String
- # * {Types::ListScheduledActionsResponse#scheduled_actions #scheduled_actions} => Array<String>
+ # * {Types::ListScheduledActionsResponse#scheduled_actions #scheduled_actions} => Array<Types::ScheduledActionAssociation>
#
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
#
# @example Request syntax with placeholder values
#
@@ -2313,11 +2313,12 @@
#
# @example Response structure
#
# resp.next_token #=> String
# resp.scheduled_actions #=> Array
- # resp.scheduled_actions[0] #=> String
+ # resp.scheduled_actions[0].namespace_name #=> String
+ # resp.scheduled_actions[0].scheduled_action_name #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/ListScheduledActions AWS API Documentation
#
# @overload list_scheduled_actions(params = {})
# @param [Hash] params ({})
@@ -3553,14 +3554,14 @@
#
# @option params [Array<Types::ConfigParameter>] :config_parameters
# An array of parameters to set for advanced control over a database.
# The options are `auto_mv`, `datestyle`,
# `enable_case_sensitive_identifier`, `enable_user_activity_logging`,
- # `query_group`, `search_path`, `require_ssl`, and query monitoring
- # metrics that let you define performance boundaries. For more
- # information about query monitoring rules and available metrics, see [
- # Query monitoring metrics for Amazon Redshift Serverless][1].
+ # `query_group`, `search_path`, `require_ssl`, `use_fips_ssl`, and query
+ # monitoring metrics that let you define performance boundaries. For
+ # more information about query monitoring rules and available metrics,
+ # see [ Query monitoring metrics for Amazon Redshift Serverless][1].
#
#
#
# [1]: https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless
#
@@ -3672,10 +3673,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-redshiftserverless'
- context[:gem_version] = '1.26.0'
+ context[:gem_version] = '1.27.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated