lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.258.0 vs lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.259.0
- old
+ new
@@ -2493,10 +2493,11 @@
# * {Types::DBEngineVersion#supports_limitless_database #supports_limitless_database} => Boolean
# * {Types::DBEngineVersion#supports_certificate_rotation_without_restart #supports_certificate_rotation_without_restart} => Boolean
# * {Types::DBEngineVersion#supported_ca_certificate_identifiers #supported_ca_certificate_identifiers} => Array<String>
# * {Types::DBEngineVersion#supports_local_write_forwarding #supports_local_write_forwarding} => Boolean
# * {Types::DBEngineVersion#supports_integrations #supports_integrations} => Boolean
+ # * {Types::DBEngineVersion#serverless_v2_features_support #serverless_v2_features_support} => Types::ServerlessV2FeaturesSupport
#
# @example Request syntax with placeholder values
#
# resp = client.create_custom_db_engine_version({
# engine: "CustomEngineName", # required
@@ -2577,10 +2578,12 @@
# resp.supports_certificate_rotation_without_restart #=> Boolean
# resp.supported_ca_certificate_identifiers #=> Array
# resp.supported_ca_certificate_identifiers[0] #=> String
# resp.supports_local_write_forwarding #=> Boolean
# resp.supports_integrations #=> Boolean
+ # resp.serverless_v2_features_support.min_capacity #=> Float
+ # resp.serverless_v2_features_support.max_capacity #=> Float
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomDBEngineVersion AWS API Documentation
#
# @overload create_custom_db_engine_version(params = {})
# @param [Hash] params ({})
@@ -3724,10 +3727,11 @@
# performance_insights_retention_period: 1,
# enable_limitless_database: false,
# serverless_v2_scaling_configuration: {
# min_capacity: 1.0,
# max_capacity: 1.0,
+ # seconds_until_auto_pause: 1,
# },
# network_type: "String",
# cluster_scalability_type: "standard", # accepts standard, limitless
# db_system_id: "String",
# manage_master_user_password: false,
@@ -3861,10 +3865,11 @@
# resp.db_cluster.performance_insights_enabled #=> Boolean
# resp.db_cluster.performance_insights_kms_key_id #=> String
# resp.db_cluster.performance_insights_retention_period #=> Integer
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
+ # resp.db_cluster.serverless_v2_scaling_configuration.seconds_until_auto_pause #=> Integer
# resp.db_cluster.network_type #=> String
# resp.db_cluster.db_system_id #=> String
# resp.db_cluster.master_user_secret.secret_arn #=> String
# resp.db_cluster.master_user_secret.secret_status #=> String
# resp.db_cluster.master_user_secret.kms_key_id #=> String
@@ -4347,10 +4352,13 @@
#
# Constraints:
#
# * Must contain 1 to 64 alphanumeric characters.
#
+ # * Must begin with a letter. Subsequent characters can be letters,
+ # underscores, or digits (0-9).
+ #
# * Can't be a word reserved by the database engine.
#
# Amazon Aurora PostgreSQL
#
# : The name of the database to create when the primary DB instance of
@@ -4579,18 +4587,16 @@
#
# * Enterprise and Standard editions: Must be an integer from 20 to
# 16384.
#
# * Web and Express editions: Must be an integer from 20 to 16384.
- #
# * Provisioned IOPS storage (io1, io2):
#
# * Enterprise and Standard editions: Must be an integer from 100 to
# 16384.
#
# * Web and Express editions: Must be an integer from 100 to 16384.
- #
# * Magnetic storage (standard):
#
# * Enterprise and Standard editions: Must be an integer from 20 to
# 1024.
#
@@ -8913,10 +8919,11 @@
# * {Types::DBEngineVersion#supports_limitless_database #supports_limitless_database} => Boolean
# * {Types::DBEngineVersion#supports_certificate_rotation_without_restart #supports_certificate_rotation_without_restart} => Boolean
# * {Types::DBEngineVersion#supported_ca_certificate_identifiers #supported_ca_certificate_identifiers} => Array<String>
# * {Types::DBEngineVersion#supports_local_write_forwarding #supports_local_write_forwarding} => Boolean
# * {Types::DBEngineVersion#supports_integrations #supports_integrations} => Boolean
+ # * {Types::DBEngineVersion#serverless_v2_features_support #serverless_v2_features_support} => Types::ServerlessV2FeaturesSupport
#
# @example Request syntax with placeholder values
#
# resp = client.delete_custom_db_engine_version({
# engine: "CustomEngineName", # required
@@ -8983,10 +8990,12 @@
# resp.supports_certificate_rotation_without_restart #=> Boolean
# resp.supported_ca_certificate_identifiers #=> Array
# resp.supported_ca_certificate_identifiers[0] #=> String
# resp.supports_local_write_forwarding #=> Boolean
# resp.supports_integrations #=> Boolean
+ # resp.serverless_v2_features_support.min_capacity #=> Float
+ # resp.serverless_v2_features_support.max_capacity #=> Float
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteCustomDBEngineVersion AWS API Documentation
#
# @overload delete_custom_db_engine_version(params = {})
# @param [Hash] params ({})
@@ -9227,10 +9236,11 @@
# resp.db_cluster.performance_insights_enabled #=> Boolean
# resp.db_cluster.performance_insights_kms_key_id #=> String
# resp.db_cluster.performance_insights_retention_period #=> Integer
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
+ # resp.db_cluster.serverless_v2_scaling_configuration.seconds_until_auto_pause #=> Integer
# resp.db_cluster.network_type #=> String
# resp.db_cluster.db_system_id #=> String
# resp.db_cluster.master_user_secret.secret_arn #=> String
# resp.db_cluster.master_user_secret.secret_status #=> String
# resp.db_cluster.master_user_secret.kms_key_id #=> String
@@ -11355,11 +11365,10 @@
#
# * `retained` - Automated backups for deleted clusters and after
# backup replication is stopped.
#
# ^
- #
# * `db-cluster-id` - Accepts DB cluster identifiers and Amazon Resource
# Names (ARNs). The results list includes only information about the
# DB cluster automated backups identified by these ARNs.
#
# * `db-cluster-resource-id` - Accepts DB resource identifiers and
@@ -11503,11 +11512,10 @@
# * `completed`
#
# * `failed`
#
# * `pending`
- #
# The results list includes information about only the backtracks
# identified by these values.
#
# @option params [Integer] :max_records
# The maximum number of records to include in the response. If more
@@ -12672,10 +12680,11 @@
# resp.db_clusters[0].performance_insights_enabled #=> Boolean
# resp.db_clusters[0].performance_insights_kms_key_id #=> String
# resp.db_clusters[0].performance_insights_retention_period #=> Integer
# resp.db_clusters[0].serverless_v2_scaling_configuration.min_capacity #=> Float
# resp.db_clusters[0].serverless_v2_scaling_configuration.max_capacity #=> Float
+ # resp.db_clusters[0].serverless_v2_scaling_configuration.seconds_until_auto_pause #=> Integer
# resp.db_clusters[0].network_type #=> String
# resp.db_clusters[0].db_system_id #=> String
# resp.db_clusters[0].master_user_secret.secret_arn #=> String
# resp.db_clusters[0].master_user_secret.secret_status #=> String
# resp.db_clusters[0].master_user_secret.kms_key_id #=> String
@@ -12788,11 +12797,10 @@
# * `parallelquery`
#
# * `provisioned`
#
# * `serverless`
- #
# * `engine-version` - Accepts engine versions. The results list only
# includes information about the DB engine versions for these engine
# versions.
#
# * `status` - Accepts engine version statuses. The results list only
@@ -12975,10 +12983,12 @@
# resp.db_engine_versions[0].supports_certificate_rotation_without_restart #=> Boolean
# resp.db_engine_versions[0].supported_ca_certificate_identifiers #=> Array
# resp.db_engine_versions[0].supported_ca_certificate_identifiers[0] #=> String
# resp.db_engine_versions[0].supports_local_write_forwarding #=> Boolean
# resp.db_engine_versions[0].supports_integrations #=> Boolean
+ # resp.db_engine_versions[0].serverless_v2_features_support.min_capacity #=> Float
+ # resp.db_engine_versions[0].serverless_v2_features_support.max_capacity #=> Float
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBEngineVersions AWS API Documentation
#
# @overload describe_db_engine_versions(params = {})
# @param [Hash] params ({})
@@ -13018,11 +13028,10 @@
# * `creating` - Automated backups that are waiting for the first
# automated snapshot to be available.
#
# * `retained` - Automated backups for deleted instances and after
# backup replication is stopped.
- #
# * `db-instance-id` - Accepts DB instance identifiers and Amazon
# Resource Names (ARNs). The results list includes only information
# about the DB instance automated backups identified by these ARNs.
#
# * `dbi-resource-id` - Accepts DB resource identifiers and Amazon
@@ -14176,11 +14185,10 @@
# progress.
#
# * `resolved` - The recommendations which are completed.
#
# * `dismissed` - The recommendations that you dismissed.
- #
# The results list only includes the recommendations whose status is
# one of the specified filter values.
#
# * `severity` - Accepts a list of recommendation severities. The
# results list only includes the recommendations whose severity is one
@@ -14193,11 +14201,10 @@
# * `medium`
#
# * `low`
#
# * `informational`
- #
# * `type-id` - Accepts a list of recommendation type identifiers. The
# results list only includes the recommendations whose type is one of
# the specified filter values.
#
# * `dbi-resource-id` - Accepts a list of database resource identifiers.
@@ -17989,10 +17996,11 @@
# resp.db_cluster.performance_insights_enabled #=> Boolean
# resp.db_cluster.performance_insights_kms_key_id #=> String
# resp.db_cluster.performance_insights_retention_period #=> Integer
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
+ # resp.db_cluster.serverless_v2_scaling_configuration.seconds_until_auto_pause #=> Integer
# resp.db_cluster.network_type #=> String
# resp.db_cluster.db_system_id #=> String
# resp.db_cluster.master_user_secret.secret_arn #=> String
# resp.db_cluster.master_user_secret.secret_status #=> String
# resp.db_cluster.master_user_secret.kms_key_id #=> String
@@ -18621,10 +18629,11 @@
# * {Types::DBEngineVersion#supports_limitless_database #supports_limitless_database} => Boolean
# * {Types::DBEngineVersion#supports_certificate_rotation_without_restart #supports_certificate_rotation_without_restart} => Boolean
# * {Types::DBEngineVersion#supported_ca_certificate_identifiers #supported_ca_certificate_identifiers} => Array<String>
# * {Types::DBEngineVersion#supports_local_write_forwarding #supports_local_write_forwarding} => Boolean
# * {Types::DBEngineVersion#supports_integrations #supports_integrations} => Boolean
+ # * {Types::DBEngineVersion#serverless_v2_features_support #serverless_v2_features_support} => Types::ServerlessV2FeaturesSupport
#
# @example Request syntax with placeholder values
#
# resp = client.modify_custom_db_engine_version({
# engine: "CustomEngineName", # required
@@ -18693,10 +18702,12 @@
# resp.supports_certificate_rotation_without_restart #=> Boolean
# resp.supported_ca_certificate_identifiers #=> Array
# resp.supported_ca_certificate_identifiers[0] #=> String
# resp.supports_local_write_forwarding #=> Boolean
# resp.supports_integrations #=> Boolean
+ # resp.serverless_v2_features_support.min_capacity #=> Float
+ # resp.serverless_v2_features_support.max_capacity #=> Float
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyCustomDBEngineVersion AWS API Documentation
#
# @overload modify_custom_db_engine_version(params = {})
# @param [Hash] params ({})
@@ -18747,15 +18758,15 @@
# * Can't end with a hyphen or contain two consecutive hyphens.
#
# Example: `my-cluster2`
#
# @option params [Boolean] :apply_immediately
- # Specifies whether the modifications in this request and any pending
- # modifications are asynchronously applied as soon as possible,
- # regardless of the `PreferredMaintenanceWindow` setting for the DB
- # cluster. If this parameter is disabled, changes to the DB cluster are
- # applied during the next maintenance window.
+ # Specifies whether the modifications in this request are asynchronously
+ # applied as soon as possible, regardless of the
+ # `PreferredMaintenanceWindow` setting for the DB cluster. If this
+ # parameter is disabled, changes to the DB cluster are applied during
+ # the next maintenance window.
#
# Most modifications can be applied immediately or during the next
# scheduled maintenance window. Some modifications, such as turning on
# deletion protection and changing the master password, are applied
# immediately—regardless of when you choose to apply them.
@@ -19550,10 +19561,11 @@
# performance_insights_kms_key_id: "String",
# performance_insights_retention_period: 1,
# serverless_v2_scaling_configuration: {
# min_capacity: 1.0,
# max_capacity: 1.0,
+ # seconds_until_auto_pause: 1,
# },
# network_type: "String",
# manage_master_user_password: false,
# rotate_master_user_password: false,
# master_user_secret_kms_key_id: "String",
@@ -19688,10 +19700,11 @@
# resp.db_cluster.performance_insights_enabled #=> Boolean
# resp.db_cluster.performance_insights_kms_key_id #=> String
# resp.db_cluster.performance_insights_retention_period #=> Integer
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
+ # resp.db_cluster.serverless_v2_scaling_configuration.seconds_until_auto_pause #=> Integer
# resp.db_cluster.network_type #=> String
# resp.db_cluster.db_system_id #=> String
# resp.db_cluster.master_user_secret.secret_arn #=> String
# resp.db_cluster.master_user_secret.secret_status #=> String
# resp.db_cluster.master_user_secret.kms_key_id #=> String
@@ -23414,10 +23427,11 @@
# resp.db_cluster.performance_insights_enabled #=> Boolean
# resp.db_cluster.performance_insights_kms_key_id #=> String
# resp.db_cluster.performance_insights_retention_period #=> Integer
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
+ # resp.db_cluster.serverless_v2_scaling_configuration.seconds_until_auto_pause #=> Integer
# resp.db_cluster.network_type #=> String
# resp.db_cluster.db_system_id #=> String
# resp.db_cluster.master_user_secret.secret_arn #=> String
# resp.db_cluster.master_user_secret.secret_status #=> String
# resp.db_cluster.master_user_secret.kms_key_id #=> String
@@ -23715,10 +23729,11 @@
# resp.db_cluster.performance_insights_enabled #=> Boolean
# resp.db_cluster.performance_insights_kms_key_id #=> String
# resp.db_cluster.performance_insights_retention_period #=> Integer
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
+ # resp.db_cluster.serverless_v2_scaling_configuration.seconds_until_auto_pause #=> Integer
# resp.db_cluster.network_type #=> String
# resp.db_cluster.db_system_id #=> String
# resp.db_cluster.master_user_secret.secret_arn #=> String
# resp.db_cluster.master_user_secret.secret_status #=> String
# resp.db_cluster.master_user_secret.kms_key_id #=> String
@@ -25170,10 +25185,11 @@
# domain: "String",
# domain_iam_role_name: "String",
# serverless_v2_scaling_configuration: {
# min_capacity: 1.0,
# max_capacity: 1.0,
+ # seconds_until_auto_pause: 1,
# },
# network_type: "String",
# manage_master_user_password: false,
# master_user_secret_kms_key_id: "String",
# storage_type: "String",
@@ -25303,10 +25319,11 @@
# resp.db_cluster.performance_insights_enabled #=> Boolean
# resp.db_cluster.performance_insights_kms_key_id #=> String
# resp.db_cluster.performance_insights_retention_period #=> Integer
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
+ # resp.db_cluster.serverless_v2_scaling_configuration.seconds_until_auto_pause #=> Integer
# resp.db_cluster.network_type #=> String
# resp.db_cluster.db_system_id #=> String
# resp.db_cluster.master_user_secret.secret_arn #=> String
# resp.db_cluster.master_user_secret.secret_status #=> String
# resp.db_cluster.master_user_secret.kms_key_id #=> String
@@ -25982,10 +25999,11 @@
# iops: 1,
# publicly_accessible: false,
# serverless_v2_scaling_configuration: {
# min_capacity: 1.0,
# max_capacity: 1.0,
+ # seconds_until_auto_pause: 1,
# },
# network_type: "String",
# rds_custom_cluster_configuration: {
# interconnect_subnet_id: "String",
# transit_gateway_multicast_domain_id: "String",
@@ -26122,10 +26140,11 @@
# resp.db_cluster.performance_insights_enabled #=> Boolean
# resp.db_cluster.performance_insights_kms_key_id #=> String
# resp.db_cluster.performance_insights_retention_period #=> Integer
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
+ # resp.db_cluster.serverless_v2_scaling_configuration.seconds_until_auto_pause #=> Integer
# resp.db_cluster.network_type #=> String
# resp.db_cluster.db_system_id #=> String
# resp.db_cluster.master_user_secret.secret_arn #=> String
# resp.db_cluster.master_user_secret.secret_status #=> String
# resp.db_cluster.master_user_secret.kms_key_id #=> String
@@ -26779,10 +26798,11 @@
# publicly_accessible: false,
# iops: 1,
# serverless_v2_scaling_configuration: {
# min_capacity: 1.0,
# max_capacity: 1.0,
+ # seconds_until_auto_pause: 1,
# },
# network_type: "String",
# source_db_cluster_resource_id: "String",
# rds_custom_cluster_configuration: {
# interconnect_subnet_id: "String",
@@ -26920,10 +26940,11 @@
# resp.db_cluster.performance_insights_enabled #=> Boolean
# resp.db_cluster.performance_insights_kms_key_id #=> String
# resp.db_cluster.performance_insights_retention_period #=> Integer
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
+ # resp.db_cluster.serverless_v2_scaling_configuration.seconds_until_auto_pause #=> Integer
# resp.db_cluster.network_type #=> String
# resp.db_cluster.db_system_id #=> String
# resp.db_cluster.master_user_secret.secret_arn #=> String
# resp.db_cluster.master_user_secret.secret_status #=> String
# resp.db_cluster.master_user_secret.kms_key_id #=> String
@@ -29968,10 +29989,11 @@
# resp.db_cluster.performance_insights_enabled #=> Boolean
# resp.db_cluster.performance_insights_kms_key_id #=> String
# resp.db_cluster.performance_insights_retention_period #=> Integer
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
+ # resp.db_cluster.serverless_v2_scaling_configuration.seconds_until_auto_pause #=> Integer
# resp.db_cluster.network_type #=> String
# resp.db_cluster.db_system_id #=> String
# resp.db_cluster.master_user_secret.secret_arn #=> String
# resp.db_cluster.master_user_secret.secret_status #=> String
# resp.db_cluster.master_user_secret.kms_key_id #=> String
@@ -30810,10 +30832,11 @@
# resp.db_cluster.performance_insights_enabled #=> Boolean
# resp.db_cluster.performance_insights_kms_key_id #=> String
# resp.db_cluster.performance_insights_retention_period #=> Integer
# resp.db_cluster.serverless_v2_scaling_configuration.min_capacity #=> Float
# resp.db_cluster.serverless_v2_scaling_configuration.max_capacity #=> Float
+ # resp.db_cluster.serverless_v2_scaling_configuration.seconds_until_auto_pause #=> Integer
# resp.db_cluster.network_type #=> String
# resp.db_cluster.db_system_id #=> String
# resp.db_cluster.master_user_secret.secret_arn #=> String
# resp.db_cluster.master_user_secret.secret_status #=> String
# resp.db_cluster.master_user_secret.kms_key_id #=> String
@@ -31684,10 +31707,10 @@
params: params,
config: config,
tracer: tracer
)
context[:gem_name] = 'aws-sdk-rds'
- context[:gem_version] = '1.258.0'
+ context[:gem_version] = '1.259.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#