lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.218.0 vs lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.219.0
- old
+ new
@@ -1415,10 +1415,11 @@
# resp.db_cluster_snapshot.tag_list[0].key #=> String
# resp.db_cluster_snapshot.tag_list[0].value #=> String
# resp.db_cluster_snapshot.db_system_id #=> String
# resp.db_cluster_snapshot.storage_type #=> String
# resp.db_cluster_snapshot.db_cluster_resource_id #=> String
+ # resp.db_cluster_snapshot.storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CopyDBClusterSnapshot AWS API Documentation
#
# @overload copy_db_cluster_snapshot(params = {})
# @param [Hash] params ({})
@@ -3662,10 +3663,11 @@
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
# resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
# resp.db_cluster.limitless_database.min_required_acu #=> Float
+ # resp.db_cluster.storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBCluster AWS API Documentation
#
# @overload create_db_cluster(params = {})
# @param [Hash] params ({})
@@ -4088,10 +4090,11 @@
# resp.db_cluster_snapshot.tag_list[0].key #=> String
# resp.db_cluster_snapshot.tag_list[0].value #=> String
# resp.db_cluster_snapshot.db_system_id #=> String
# resp.db_cluster_snapshot.storage_type #=> String
# resp.db_cluster_snapshot.db_cluster_resource_id #=> String
+ # resp.db_cluster_snapshot.storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBClusterSnapshot AWS API Documentation
#
# @overload create_db_cluster_snapshot(params = {})
# @param [Hash] params ({})
@@ -8803,10 +8806,11 @@
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
# resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
# resp.db_cluster.limitless_database.min_required_acu #=> Float
+ # resp.db_cluster.storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster AWS API Documentation
#
# @overload delete_db_cluster(params = {})
# @param [Hash] params ({})
@@ -8859,10 +8863,11 @@
# resp.db_cluster_automated_backup.port #=> Integer
# resp.db_cluster_automated_backup.kms_key_id #=> String
# resp.db_cluster_automated_backup.storage_type #=> String
# resp.db_cluster_automated_backup.iops #=> Integer
# resp.db_cluster_automated_backup.aws_backup_recovery_point_arn #=> String
+ # resp.db_cluster_automated_backup.storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterAutomatedBackup AWS API Documentation
#
# @overload delete_db_cluster_automated_backup(params = {})
# @param [Hash] params ({})
@@ -9104,10 +9109,11 @@
# resp.db_cluster_snapshot.tag_list[0].key #=> String
# resp.db_cluster_snapshot.tag_list[0].value #=> String
# resp.db_cluster_snapshot.db_system_id #=> String
# resp.db_cluster_snapshot.storage_type #=> String
# resp.db_cluster_snapshot.db_cluster_resource_id #=> String
+ # resp.db_cluster_snapshot.storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBClusterSnapshot AWS API Documentation
#
# @overload delete_db_cluster_snapshot(params = {})
# @param [Hash] params ({})
@@ -10970,10 +10976,11 @@
# resp.db_cluster_automated_backups[0].port #=> Integer
# resp.db_cluster_automated_backups[0].kms_key_id #=> String
# resp.db_cluster_automated_backups[0].storage_type #=> String
# resp.db_cluster_automated_backups[0].iops #=> Integer
# resp.db_cluster_automated_backups[0].aws_backup_recovery_point_arn #=> String
+ # resp.db_cluster_automated_backups[0].storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeDBClusterAutomatedBackups AWS API Documentation
#
# @overload describe_db_cluster_automated_backups(params = {})
# @param [Hash] params ({})
@@ -11874,10 +11881,11 @@
# resp.db_cluster_snapshots[0].tag_list[0].key #=> String
# resp.db_cluster_snapshots[0].tag_list[0].value #=> String
# resp.db_cluster_snapshots[0].db_system_id #=> String
# resp.db_cluster_snapshots[0].storage_type #=> String
# resp.db_cluster_snapshots[0].db_cluster_resource_id #=> String
+ # resp.db_cluster_snapshots[0].storage_throughput #=> Integer
#
#
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
#
# * db_cluster_snapshot_available
@@ -12218,10 +12226,11 @@
# resp.db_clusters[0].io_optimized_next_allowed_modification_time #=> Time
# resp.db_clusters[0].local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
# resp.db_clusters[0].aws_backup_recovery_point_arn #=> String
# resp.db_clusters[0].limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
# resp.db_clusters[0].limitless_database.min_required_acu #=> Float
+ # resp.db_clusters[0].storage_throughput #=> Integer
#
#
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
#
# * db_cluster_available
@@ -17486,10 +17495,11 @@
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
# resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
# resp.db_cluster.limitless_database.min_required_acu #=> Float
+ # resp.db_cluster.storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster AWS API Documentation
#
# @overload failover_db_cluster(params = {})
# @param [Hash] params ({})
@@ -19138,10 +19148,11 @@
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
# resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
# resp.db_cluster.limitless_database.min_required_acu #=> Float
+ # resp.db_cluster.storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster AWS API Documentation
#
# @overload modify_db_cluster(params = {})
# @param [Hash] params ({})
@@ -22703,10 +22714,11 @@
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
# resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
# resp.db_cluster.limitless_database.min_required_acu #=> Float
+ # resp.db_cluster.storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PromoteReadReplicaDBCluster AWS API Documentation
#
# @overload promote_read_replica_db_cluster(params = {})
# @param [Hash] params ({})
@@ -22993,10 +23005,11 @@
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
# resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
# resp.db_cluster.limitless_database.min_required_acu #=> Float
+ # resp.db_cluster.storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBCluster AWS API Documentation
#
# @overload reboot_db_cluster(params = {})
# @param [Hash] params ({})
@@ -24516,10 +24529,11 @@
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
# resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
# resp.db_cluster.limitless_database.min_required_acu #=> Float
+ # resp.db_cluster.storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromS3 AWS API Documentation
#
# @overload restore_db_cluster_from_s3(params = {})
# @param [Hash] params ({})
@@ -25230,10 +25244,11 @@
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
# resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
# resp.db_cluster.limitless_database.min_required_acu #=> Float
+ # resp.db_cluster.storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterFromSnapshot AWS API Documentation
#
# @overload restore_db_cluster_from_snapshot(params = {})
# @param [Hash] params ({})
@@ -25919,10 +25934,11 @@
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
# resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
# resp.db_cluster.limitless_database.min_required_acu #=> Float
+ # resp.db_cluster.storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RestoreDBClusterToPointInTime AWS API Documentation
#
# @overload restore_db_cluster_to_point_in_time(params = {})
# @param [Hash] params ({})
@@ -26418,12 +26434,11 @@
# Specifies the storage throughput value for the DB instance.
#
# This setting doesn't apply to RDS Custom or Amazon Aurora.
#
# @option params [String] :db_cluster_snapshot_identifier
- # The identifier for the RDS for MySQL Multi-AZ DB cluster snapshot to
- # restore from.
+ # The identifier for the Multi-AZ DB cluster snapshot to restore from.
#
# For more information on Multi-AZ DB clusters, see [ Multi-AZ DB
# cluster deployments][1] in the *Amazon RDS User Guide*.
#
# Constraints:
@@ -26439,15 +26454,12 @@
# snapshot, the `DBClusterSnapshotIdentifier` must be the ARN of the
# shared snapshot.
#
# * Can't be the identifier of an Aurora DB cluster snapshot.
#
- # * Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB
- # cluster snapshot.
#
#
- #
# [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html
#
# @option params [Integer] :allocated_storage
# The amount of storage (in gibibytes) to allocate initially for the DB
# instance. Follow the allocation rules specified in CreateDBInstance.
@@ -28729,10 +28741,11 @@
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
# resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
# resp.db_cluster.limitless_database.min_required_acu #=> Float
+ # resp.db_cluster.storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster AWS API Documentation
#
# @overload start_db_cluster(params = {})
# @param [Hash] params ({})
@@ -29565,10 +29578,11 @@
# resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time
# resp.db_cluster.local_write_forwarding_status #=> String, one of "enabled", "disabled", "enabling", "disabling", "requested"
# resp.db_cluster.aws_backup_recovery_point_arn #=> String
# resp.db_cluster.limitless_database.status #=> String, one of "active", "not-in-use", "enabled", "disabled", "enabling", "disabling", "modifying-max-capacity", "error"
# resp.db_cluster.limitless_database.min_required_acu #=> Float
+ # resp.db_cluster.storage_throughput #=> Integer
#
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster AWS API Documentation
#
# @overload stop_db_cluster(params = {})
# @param [Hash] params ({})
@@ -30412,10 +30426,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-rds'
- context[:gem_version] = '1.218.0'
+ context[:gem_version] = '1.219.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#