lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.177.0 vs lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.178.0

- old
+ new

@@ -1387,10 +1387,11 @@ # resp.db_cluster_snapshot.iam_database_authentication_enabled #=> Boolean # resp.db_cluster_snapshot.tag_list #=> Array # 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 # # @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 ({}) @@ -2849,30 +2850,24 @@ # `serverless`. # # The `serverless` engine mode only applies for Aurora Serverless v1 DB # clusters. # - # Limitations and requirements apply to some DB engine modes. For more - # information, see the following sections in the *Amazon Aurora User + # For information about limitations and requirements for Serverless DB + # clusters, see the following sections in the *Amazon Aurora User # Guide*: # # * [Limitations of Aurora Serverless v1][1] # # * [Requirements for Aurora Serverless v2][2] # - # * [Limitations of parallel query][3] - # - # * [Limitations of Aurora global databases][4] - # # Valid for: Aurora DB clusters only # # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html - # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations - # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations # # @option params [Types::ScalingConfiguration] :scaling_configuration # For DB clusters in `serverless` DB engine mode, the scaling properties # of the DB cluster. # @@ -2982,17 +2977,19 @@ # @option params [String] :storage_type # Specifies the storage type to be associated with the DB cluster. # # This setting is required to create a Multi-AZ DB cluster. # - # Valid values: `io1` + # When specified for a Multi-AZ DB cluster, a value for the `Iops` + # parameter is required. # - # When specified, a value for the `Iops` parameter is required. + # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1` + # (Multi-AZ DB clusters) # - # Default: `io1` + # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters) # - # Valid for: Multi-AZ DB clusters only + # Valid for: Aurora DB clusters and Multi-AZ DB clusters # # @option params [Integer] :iops # The amount of Provisioned IOPS (input/output operations per second) to # be initially allocated for each DB instance in the Multi-AZ DB # cluster. @@ -3518,10 +3515,11 @@ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean # resp.db_cluster.pending_modified_values.engine_version #=> String # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer # resp.db_cluster.pending_modified_values.iops #=> Integer + # resp.db_cluster.pending_modified_values.storage_type #=> String # resp.db_cluster.db_cluster_instance_class #=> String # resp.db_cluster.storage_type #=> String # resp.db_cluster.iops #=> Integer # resp.db_cluster.publicly_accessible #=> Boolean # resp.db_cluster.auto_minor_version_upgrade #=> Boolean @@ -3535,10 +3533,11 @@ # 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 + # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time # # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateDBCluster AWS API Documentation # # @overload create_db_cluster(params = {}) # @param [Hash] params ({}) @@ -3959,10 +3958,11 @@ # resp.db_cluster_snapshot.iam_database_authentication_enabled #=> Boolean # resp.db_cluster_snapshot.tag_list #=> Array # 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 # # @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 ({}) @@ -8072,10 +8072,11 @@ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean # resp.db_cluster.pending_modified_values.engine_version #=> String # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer # resp.db_cluster.pending_modified_values.iops #=> Integer + # resp.db_cluster.pending_modified_values.storage_type #=> String # resp.db_cluster.db_cluster_instance_class #=> String # resp.db_cluster.storage_type #=> String # resp.db_cluster.iops #=> Integer # resp.db_cluster.publicly_accessible #=> Boolean # resp.db_cluster.auto_minor_version_upgrade #=> Boolean @@ -8089,10 +8090,11 @@ # 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 + # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time # # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBCluster AWS API Documentation # # @overload delete_db_cluster(params = {}) # @param [Hash] params ({}) @@ -8332,10 +8334,11 @@ # resp.db_cluster_snapshot.iam_database_authentication_enabled #=> Boolean # resp.db_cluster_snapshot.tag_list #=> Array # 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 # # @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 ({}) @@ -9912,20 +9915,19 @@ # to be described. # # Constraints: # # * Must contain a valid universally unique identifier (UUID). For more - # information about UUIDs, see [A Universally Unique Identifier (UUID) - # URN Namespace][1]. + # information about UUIDs, see [Universally unique identifier][1]. # # ^ # # Example: `123e4567-e89b-12d3-a456-426655440000` # # # - # [1]: http://www.ietf.org/rfc/rfc4122.txt + # [1]: https://en.wikipedia.org/wiki/Universally_unique_identifier # # @option params [Array<Types::Filter>] :filters # A filter that specifies one or more DB clusters to describe. Supported # filters include the following: # @@ -10760,10 +10762,11 @@ # resp.db_cluster_snapshots[0].iam_database_authentication_enabled #=> Boolean # resp.db_cluster_snapshots[0].tag_list #=> Array # 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 # # # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage): # # * db_cluster_snapshot_available @@ -11067,10 +11070,11 @@ # resp.db_clusters[0].pending_modified_values.iam_database_authentication_enabled #=> Boolean # resp.db_clusters[0].pending_modified_values.engine_version #=> String # resp.db_clusters[0].pending_modified_values.backup_retention_period #=> Integer # resp.db_clusters[0].pending_modified_values.allocated_storage #=> Integer # resp.db_clusters[0].pending_modified_values.iops #=> Integer + # resp.db_clusters[0].pending_modified_values.storage_type #=> String # resp.db_clusters[0].db_cluster_instance_class #=> String # resp.db_clusters[0].storage_type #=> String # resp.db_clusters[0].iops #=> Integer # resp.db_clusters[0].publicly_accessible #=> Boolean # resp.db_clusters[0].auto_minor_version_upgrade #=> Boolean @@ -11084,10 +11088,11 @@ # 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 + # resp.db_clusters[0].io_optimized_next_allowed_modification_time #=> Time # # # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage): # # * db_cluster_available @@ -15552,10 +15557,11 @@ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean # resp.db_cluster.pending_modified_values.engine_version #=> String # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer # resp.db_cluster.pending_modified_values.iops #=> Integer + # resp.db_cluster.pending_modified_values.storage_type #=> String # resp.db_cluster.db_cluster_instance_class #=> String # resp.db_cluster.storage_type #=> String # resp.db_cluster.iops #=> Integer # resp.db_cluster.publicly_accessible #=> Boolean # resp.db_cluster.auto_minor_version_upgrade #=> Boolean @@ -15569,10 +15575,11 @@ # 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 + # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time # # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/FailoverDBCluster AWS API Documentation # # @overload failover_db_cluster(params = {}) # @param [Hash] params ({}) @@ -16581,17 +16588,19 @@ # Valid for: Multi-AZ DB clusters only # # @option params [String] :storage_type # Specifies the storage type to be associated with the DB cluster. # - # Valid values: `io1` + # When specified for a Multi-AZ DB cluster, a value for the `Iops` + # parameter is required. # - # When specified, a value for the `Iops` parameter is required. + # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1` + # (Multi-AZ DB clusters) # - # Default: `io1` + # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters) # - # Valid for: Multi-AZ DB clusters only + # Valid for: Aurora DB clusters and Multi-AZ DB clusters # # @option params [Integer] :iops # The amount of Provisioned IOPS (input/output operations per second) to # be initially allocated for each DB instance in the Multi-AZ DB # cluster. @@ -17076,10 +17085,11 @@ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean # resp.db_cluster.pending_modified_values.engine_version #=> String # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer # resp.db_cluster.pending_modified_values.iops #=> Integer + # resp.db_cluster.pending_modified_values.storage_type #=> String # resp.db_cluster.db_cluster_instance_class #=> String # resp.db_cluster.storage_type #=> String # resp.db_cluster.iops #=> Integer # resp.db_cluster.publicly_accessible #=> Boolean # resp.db_cluster.auto_minor_version_upgrade #=> Boolean @@ -17093,10 +17103,11 @@ # 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 + # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time # # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyDBCluster AWS API Documentation # # @overload modify_db_cluster(params = {}) # @param [Hash] params ({}) @@ -18308,19 +18319,19 @@ # # @option params [Boolean] :manage_master_user_password # A value that indicates whether to manage the master user password with # Amazon Web Services Secrets Manager. # - # If the DB cluster doesn't manage the master user password with Amazon - # Web Services Secrets Manager, you can turn on this management. In this - # case, you can't specify `MasterUserPassword`. + # If the DB instance doesn't manage the master user password with + # Amazon Web Services Secrets Manager, you can turn on this management. + # In this case, you can't specify `MasterUserPassword`. # - # If the DB cluster already manages the master user password with Amazon - # Web Services Secrets Manager, and you specify that the master user - # password is not managed with Amazon Web Services Secrets Manager, then - # you must specify `MasterUserPassword`. In this case, RDS deletes the - # secret and uses the new password for the master user specified by + # If the DB instance already manages the master user password with + # Amazon Web Services Secrets Manager, and you specify that the master + # user password is not managed with Amazon Web Services Secrets Manager, + # then you must specify `MasterUserPassword`. In this case, RDS deletes + # the secret and uses the new password for the master user specified by # `MasterUserPassword`. # # For more information, see [Password management with Amazon Web # Services Secrets Manager][1] in the *Amazon RDS User Guide.* # @@ -20188,10 +20199,11 @@ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean # resp.db_cluster.pending_modified_values.engine_version #=> String # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer # resp.db_cluster.pending_modified_values.iops #=> Integer + # resp.db_cluster.pending_modified_values.storage_type #=> String # resp.db_cluster.db_cluster_instance_class #=> String # resp.db_cluster.storage_type #=> String # resp.db_cluster.iops #=> Integer # resp.db_cluster.publicly_accessible #=> Boolean # resp.db_cluster.auto_minor_version_upgrade #=> Boolean @@ -20205,10 +20217,11 @@ # 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 + # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time # # @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 ({}) @@ -20457,10 +20470,11 @@ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean # resp.db_cluster.pending_modified_values.engine_version #=> String # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer # resp.db_cluster.pending_modified_values.iops #=> Integer + # resp.db_cluster.pending_modified_values.storage_type #=> String # resp.db_cluster.db_cluster_instance_class #=> String # resp.db_cluster.storage_type #=> String # resp.db_cluster.iops #=> Integer # resp.db_cluster.publicly_accessible #=> Boolean # resp.db_cluster.auto_minor_version_upgrade #=> Boolean @@ -20474,10 +20488,11 @@ # 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 + # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time # # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/RebootDBCluster AWS API Documentation # # @overload reboot_db_cluster(params = {}) # @param [Hash] params ({}) @@ -21676,10 +21691,19 @@ # # There is a default KMS key for your Amazon Web Services account. Your # Amazon Web Services account has a different default KMS key for each # Amazon Web Services Region. # + # @option params [String] :storage_type + # Specifies the storage type to be associated with the DB cluster. + # + # Valid values: `aurora`, `aurora-iopt1` + # + # Default: `aurora` + # + # Valid for: Aurora DB clusters only + # # @return [Types::RestoreDBClusterFromS3Result] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::RestoreDBClusterFromS3Result#db_cluster #db_cluster} => Types::DBCluster # # @@ -21795,10 +21819,11 @@ # max_capacity: 1.0, # }, # network_type: "String", # manage_master_user_password: false, # master_user_secret_kms_key_id: "String", + # storage_type: "String", # }) # # @example Response structure # # resp.db_cluster.allocated_storage #=> Integer @@ -21892,10 +21917,11 @@ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean # resp.db_cluster.pending_modified_values.engine_version #=> String # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer # resp.db_cluster.pending_modified_values.iops #=> Integer + # resp.db_cluster.pending_modified_values.storage_type #=> String # resp.db_cluster.db_cluster_instance_class #=> String # resp.db_cluster.storage_type #=> String # resp.db_cluster.iops #=> Integer # resp.db_cluster.publicly_accessible #=> Boolean # resp.db_cluster.auto_minor_version_upgrade #=> Boolean @@ -21909,10 +21935,11 @@ # 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 + # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time # # @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 ({}) @@ -22266,18 +22293,19 @@ # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html # # @option params [String] :storage_type - # Specifies the storage type to be associated with the each DB instance - # in the Multi-AZ DB cluster. + # Specifies the storage type to be associated with the DB cluster. # - # Valid values: `io1` + # When specified for a Multi-AZ DB cluster, a value for the `Iops` + # parameter is required. # - # When specified, a value for the `Iops` parameter is required. + # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1` + # (Multi-AZ DB clusters) # - # Default: `io1` + # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters) # # Valid for: Aurora DB clusters and Multi-AZ DB clusters # # @option params [Integer] :iops # The amount of Provisioned IOPS (input/output operations per second) to @@ -22577,10 +22605,11 @@ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean # resp.db_cluster.pending_modified_values.engine_version #=> String # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer # resp.db_cluster.pending_modified_values.iops #=> Integer + # resp.db_cluster.pending_modified_values.storage_type #=> String # resp.db_cluster.db_cluster_instance_class #=> String # resp.db_cluster.storage_type #=> String # resp.db_cluster.iops #=> Integer # resp.db_cluster.publicly_accessible #=> Boolean # resp.db_cluster.auto_minor_version_upgrade #=> Boolean @@ -22594,10 +22623,11 @@ # 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 + # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time # # @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 ({}) @@ -22922,20 +22952,21 @@ # # # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html # # @option params [String] :storage_type - # Specifies the storage type to be associated with the each DB instance - # in the Multi-AZ DB cluster. + # Specifies the storage type to be associated with the DB cluster. # - # Valid values: `io1` + # When specified for a Multi-AZ DB cluster, a value for the `Iops` + # parameter is required. # - # When specified, a value for the `Iops` parameter is required. + # Valid values: `aurora`, `aurora-iopt1` (Aurora DB clusters); `io1` + # (Multi-AZ DB clusters) # - # Default: `io1` + # Default: `aurora` (Aurora DB clusters); `io1` (Multi-AZ DB clusters) # - # Valid for: Multi-AZ DB clusters only + # Valid for: Aurora DB clusters and Multi-AZ DB clusters # # @option params [Boolean] :publicly_accessible # A value that indicates whether the DB cluster is publicly accessible. # # When the DB cluster is publicly accessible, its Domain Name System @@ -23231,10 +23262,11 @@ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean # resp.db_cluster.pending_modified_values.engine_version #=> String # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer # resp.db_cluster.pending_modified_values.iops #=> Integer + # resp.db_cluster.pending_modified_values.storage_type #=> String # resp.db_cluster.db_cluster_instance_class #=> String # resp.db_cluster.storage_type #=> String # resp.db_cluster.iops #=> Integer # resp.db_cluster.publicly_accessible #=> Boolean # resp.db_cluster.auto_minor_version_upgrade #=> Boolean @@ -23248,10 +23280,11 @@ # 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 + # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time # # @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 ({}) @@ -25821,10 +25854,11 @@ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean # resp.db_cluster.pending_modified_values.engine_version #=> String # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer # resp.db_cluster.pending_modified_values.iops #=> Integer + # resp.db_cluster.pending_modified_values.storage_type #=> String # resp.db_cluster.db_cluster_instance_class #=> String # resp.db_cluster.storage_type #=> String # resp.db_cluster.iops #=> Integer # resp.db_cluster.publicly_accessible #=> Boolean # resp.db_cluster.auto_minor_version_upgrade #=> Boolean @@ -25838,10 +25872,11 @@ # 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 + # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time # # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StartDBCluster AWS API Documentation # # @overload start_db_cluster(params = {}) # @param [Hash] params ({}) @@ -26621,10 +26656,11 @@ # resp.db_cluster.pending_modified_values.iam_database_authentication_enabled #=> Boolean # resp.db_cluster.pending_modified_values.engine_version #=> String # resp.db_cluster.pending_modified_values.backup_retention_period #=> Integer # resp.db_cluster.pending_modified_values.allocated_storage #=> Integer # resp.db_cluster.pending_modified_values.iops #=> Integer + # resp.db_cluster.pending_modified_values.storage_type #=> String # resp.db_cluster.db_cluster_instance_class #=> String # resp.db_cluster.storage_type #=> String # resp.db_cluster.iops #=> Integer # resp.db_cluster.publicly_accessible #=> Boolean # resp.db_cluster.auto_minor_version_upgrade #=> Boolean @@ -26638,10 +26674,11 @@ # 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 + # resp.db_cluster.io_optimized_next_allowed_modification_time #=> Time # # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBCluster AWS API Documentation # # @overload stop_db_cluster(params = {}) # @param [Hash] params ({}) @@ -27373,10 +27410,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-rds' - context[:gem_version] = '1.177.0' + context[:gem_version] = '1.178.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #