sig/client.rbs in aws-sdk-rds-1.258.0 vs sig/client.rbs in aws-sdk-rds-1.259.0
- old
+ new
@@ -338,10 +338,11 @@
def supports_limitless_database: () -> bool
def supports_certificate_rotation_without_restart: () -> bool
def supported_ca_certificate_identifiers: () -> ::Array[::String]
def supports_local_write_forwarding: () -> bool
def supports_integrations: () -> bool
+ def serverless_v2_features_support: () -> Types::ServerlessV2FeaturesSupport
end
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#create_custom_db_engine_version-instance_method
def create_custom_db_engine_version: (
engine: ::String,
engine_version: ::String,
@@ -430,11 +431,12 @@
?performance_insights_kms_key_id: ::String,
?performance_insights_retention_period: ::Integer,
?enable_limitless_database: bool,
?serverless_v2_scaling_configuration: {
min_capacity: ::Float?,
- max_capacity: ::Float?
+ max_capacity: ::Float?,
+ seconds_until_auto_pause: ::Integer?
},
?network_type: ::String,
?cluster_scalability_type: ("standard" | "limitless"),
?db_system_id: ::String,
?manage_master_user_password: bool,
@@ -973,10 +975,11 @@
def supports_limitless_database: () -> bool
def supports_certificate_rotation_without_restart: () -> bool
def supported_ca_certificate_identifiers: () -> ::Array[::String]
def supports_local_write_forwarding: () -> bool
def supports_integrations: () -> bool
+ def serverless_v2_features_support: () -> Types::ServerlessV2FeaturesSupport
end
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#delete_custom_db_engine_version-instance_method
def delete_custom_db_engine_version: (
engine: ::String,
engine_version: ::String
@@ -2237,10 +2240,11 @@
def supports_limitless_database: () -> bool
def supports_certificate_rotation_without_restart: () -> bool
def supported_ca_certificate_identifiers: () -> ::Array[::String]
def supports_local_write_forwarding: () -> bool
def supports_integrations: () -> bool
+ def serverless_v2_features_support: () -> Types::ServerlessV2FeaturesSupport
end
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/RDS/Client.html#modify_custom_db_engine_version-instance_method
def modify_custom_db_engine_version: (
engine: ::String,
engine_version: ::String,
@@ -2299,11 +2303,12 @@
?enable_performance_insights: bool,
?performance_insights_kms_key_id: ::String,
?performance_insights_retention_period: ::Integer,
?serverless_v2_scaling_configuration: {
min_capacity: ::Float?,
- max_capacity: ::Float?
+ max_capacity: ::Float?,
+ seconds_until_auto_pause: ::Integer?
},
?network_type: ::String,
?manage_master_user_password: bool,
?rotate_master_user_password: bool,
?master_user_secret_kms_key_id: ::String,
@@ -2945,11 +2950,12 @@
?copy_tags_to_snapshot: bool,
?domain: ::String,
?domain_iam_role_name: ::String,
?serverless_v2_scaling_configuration: {
min_capacity: ::Float?,
- max_capacity: ::Float?
+ max_capacity: ::Float?,
+ seconds_until_auto_pause: ::Integer?
},
?network_type: ::String,
?manage_master_user_password: bool,
?master_user_secret_kms_key_id: ::String,
?storage_type: ::String,
@@ -3001,11 +3007,12 @@
?storage_type: ::String,
?iops: ::Integer,
?publicly_accessible: bool,
?serverless_v2_scaling_configuration: {
min_capacity: ::Float?,
- max_capacity: ::Float?
+ max_capacity: ::Float?,
+ seconds_until_auto_pause: ::Integer?
},
?network_type: ::String,
?rds_custom_cluster_configuration: {
interconnect_subnet_id: ::String?,
transit_gateway_multicast_domain_id: ::String?,
@@ -3063,10 +3070,11 @@
?storage_type: ::String,
?publicly_accessible: bool,
?iops: ::Integer,
?serverless_v2_scaling_configuration: {
min_capacity: ::Float?,
- max_capacity: ::Float?
+ max_capacity: ::Float?,
+ seconds_until_auto_pause: ::Integer?
},
?network_type: ::String,
?source_db_cluster_resource_id: ::String,
?rds_custom_cluster_configuration: {
interconnect_subnet_id: ::String?,