aws-sdk-rds 1.55.0 → 1.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/lib/aws-sdk-rds.rb +1 -1
 - data/lib/aws-sdk-rds/client.rb +419 -394
 - data/lib/aws-sdk-rds/db_cluster.rb +79 -78
 - data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +5 -5
 - data/lib/aws-sdk-rds/db_cluster_snapshot.rb +12 -11
 - data/lib/aws-sdk-rds/db_engine.rb +13 -6
 - data/lib/aws-sdk-rds/db_instance.rb +211 -200
 - data/lib/aws-sdk-rds/db_parameter_group.rb +3 -4
 - data/lib/aws-sdk-rds/db_snapshot.rb +29 -28
 - data/lib/aws-sdk-rds/event_subscription.rb +4 -3
 - data/lib/aws-sdk-rds/option_group.rb +3 -3
 - data/lib/aws-sdk-rds/resource.rb +88 -78
 - data/lib/aws-sdk-rds/types.rb +526 -414
 - metadata +2 -2
 
| 
         @@ -351,10 +351,9 @@ module Aws::RDS 
     | 
|
| 
       351 
351 
     | 
    
         
             
                #   })
         
     | 
| 
       352 
352 
     | 
    
         
             
                # @param [Hash] options ({})
         
     | 
| 
       353 
353 
     | 
    
         
             
                # @option options [Boolean] :reset_all_parameters
         
     | 
| 
       354 
     | 
    
         
            -
                #    
     | 
| 
       355 
     | 
    
         
            -
                #    
     | 
| 
       356 
     | 
    
         
            -
                #
         
     | 
| 
       357 
     | 
    
         
            -
                #   Default: `true`
         
     | 
| 
      
 354 
     | 
    
         
            +
                #   A value that indicates whether to reset all parameters in the DB
         
     | 
| 
      
 355 
     | 
    
         
            +
                #   parameter group to default values. By default, all parameters in the
         
     | 
| 
      
 356 
     | 
    
         
            +
                #   DB parameter group are reset to default values.
         
     | 
| 
       358 
357 
     | 
    
         
             
                # @option options [Array<Types::Parameter>] :parameters
         
     | 
| 
       359 
358 
     | 
    
         
             
                #   To reset the entire DB parameter group, specify the `DBParameterGroup`
         
     | 
| 
       360 
359 
     | 
    
         
             
                #   name and `ResetAllParameters` parameters. To reset specific
         
     | 
| 
         @@ -436,8 +436,8 @@ module Aws::RDS 
     | 
|
| 
       436 
436 
     | 
    
         
             
                #
         
     | 
| 
       437 
437 
     | 
    
         
             
                #   [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html
         
     | 
| 
       438 
438 
     | 
    
         
             
                # @option options [Boolean] :copy_tags
         
     | 
| 
       439 
     | 
    
         
            -
                #    
     | 
| 
       440 
     | 
    
         
            -
                #   snapshot 
     | 
| 
      
 439 
     | 
    
         
            +
                #   A value that indicates whether to copy all tags from the source DB
         
     | 
| 
      
 440 
     | 
    
         
            +
                #   snapshot to the target DB snapshot. By default, tags are not copied.
         
     | 
| 
       441 
441 
     | 
    
         
             
                # @option options [String] :pre_signed_url
         
     | 
| 
       442 
442 
     | 
    
         
             
                #   The URL that contains a Signature Version 4 signed request for the
         
     | 
| 
       443 
443 
     | 
    
         
             
                #   `CopyDBSnapshot` API action in the source AWS Region that contains the
         
     | 
| 
         @@ -610,8 +610,8 @@ module Aws::RDS 
     | 
|
| 
       610 
610 
     | 
    
         
             
                #
         
     | 
| 
       611 
611 
     | 
    
         
             
                #   Default: A random, system-chosen Availability Zone.
         
     | 
| 
       612 
612 
     | 
    
         
             
                #
         
     | 
| 
       613 
     | 
    
         
            -
                #   Constraint: You can't specify the AvailabilityZone parameter if the
         
     | 
| 
       614 
     | 
    
         
            -
                #    
     | 
| 
      
 613 
     | 
    
         
            +
                #   Constraint: You can't specify the `AvailabilityZone` parameter if the
         
     | 
| 
      
 614 
     | 
    
         
            +
                #   DB instance is a Multi-AZ deployment.
         
     | 
| 
       615 
615 
     | 
    
         
             
                #
         
     | 
| 
       616 
616 
     | 
    
         
             
                #   Example: `us-east-1a`
         
     | 
| 
       617 
617 
     | 
    
         
             
                # @option options [String] :db_subnet_group_name
         
     | 
| 
         @@ -622,19 +622,21 @@ module Aws::RDS 
     | 
|
| 
       622 
622 
     | 
    
         
             
                #
         
     | 
| 
       623 
623 
     | 
    
         
             
                #   Example: `mySubnetgroup`
         
     | 
| 
       624 
624 
     | 
    
         
             
                # @option options [Boolean] :multi_az
         
     | 
| 
       625 
     | 
    
         
            -
                #    
     | 
| 
      
 625 
     | 
    
         
            +
                #   A value that indicates whether the DB instance is a Multi-AZ
         
     | 
| 
      
 626 
     | 
    
         
            +
                #   deployment.
         
     | 
| 
       626 
627 
     | 
    
         
             
                #
         
     | 
| 
       627 
     | 
    
         
            -
                #   Constraint: You can't specify the AvailabilityZone parameter if the
         
     | 
| 
       628 
     | 
    
         
            -
                #    
     | 
| 
      
 628 
     | 
    
         
            +
                #   Constraint: You can't specify the `AvailabilityZone` parameter if the
         
     | 
| 
      
 629 
     | 
    
         
            +
                #   DB instance is a Multi-AZ deployment.
         
     | 
| 
       629 
630 
     | 
    
         
             
                # @option options [Boolean] :publicly_accessible
         
     | 
| 
       630 
     | 
    
         
            -
                #    
     | 
| 
       631 
     | 
    
         
            -
                #    
     | 
| 
       632 
     | 
    
         
            -
                #   DNS name, which resolves to a 
     | 
| 
       633 
     | 
    
         
            -
                #    
     | 
| 
       634 
     | 
    
         
            -
                #    
     | 
| 
      
 631 
     | 
    
         
            +
                #   A value that indicates whether the DB instance is publicly accessible.
         
     | 
| 
      
 632 
     | 
    
         
            +
                #   When the DB instance is publicly accessible, it is an Internet-facing
         
     | 
| 
      
 633 
     | 
    
         
            +
                #   instance with a publicly resolvable DNS name, which resolves to a
         
     | 
| 
      
 634 
     | 
    
         
            +
                #   public IP address. When the DB instance is not publicly accessible, it
         
     | 
| 
      
 635 
     | 
    
         
            +
                #   is an internal instance with a DNS name that resolves to a private IP
         
     | 
| 
      
 636 
     | 
    
         
            +
                #   address. For more information, see CreateDBInstance.
         
     | 
| 
       635 
637 
     | 
    
         
             
                # @option options [Boolean] :auto_minor_version_upgrade
         
     | 
| 
       636 
     | 
    
         
            -
                #    
     | 
| 
       637 
     | 
    
         
            -
                #   DB instance during the maintenance window.
         
     | 
| 
      
 638 
     | 
    
         
            +
                #   A value that indicates whether minor version upgrades are applied
         
     | 
| 
      
 639 
     | 
    
         
            +
                #   automatically to the DB instance during the maintenance window.
         
     | 
| 
       638 
640 
     | 
    
         
             
                # @option options [String] :license_model
         
     | 
| 
       639 
641 
     | 
    
         
             
                #   License model information for the restored DB instance.
         
     | 
| 
       640 
642 
     | 
    
         
             
                #
         
     | 
| 
         @@ -721,8 +723,7 @@ module Aws::RDS 
     | 
|
| 
       721 
723 
     | 
    
         
             
                #   If you specify `io1`, you must also include a value for the `Iops`
         
     | 
| 
       722 
724 
     | 
    
         
             
                #   parameter.
         
     | 
| 
       723 
725 
     | 
    
         
             
                #
         
     | 
| 
       724 
     | 
    
         
            -
                #   Default: `io1` if the `Iops` parameter is specified, otherwise
         
     | 
| 
       725 
     | 
    
         
            -
                #   `standard`
         
     | 
| 
      
 726 
     | 
    
         
            +
                #   Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
         
     | 
| 
       726 
727 
     | 
    
         
             
                # @option options [String] :tde_credential_arn
         
     | 
| 
       727 
728 
     | 
    
         
             
                #   The ARN from the key store with which to associate the instance for
         
     | 
| 
       728 
729 
     | 
    
         
             
                #   TDE encryption.
         
     | 
| 
         @@ -737,14 +738,16 @@ module Aws::RDS 
     | 
|
| 
       737 
738 
     | 
    
         
             
                # @option options [String] :domain
         
     | 
| 
       738 
739 
     | 
    
         
             
                #   Specify the Active Directory Domain to restore the instance in.
         
     | 
| 
       739 
740 
     | 
    
         
             
                # @option options [Boolean] :copy_tags_to_snapshot
         
     | 
| 
       740 
     | 
    
         
            -
                #    
     | 
| 
       741 
     | 
    
         
            -
                #    
     | 
| 
      
 741 
     | 
    
         
            +
                #   A value that indicates whether to copy all tags from the restored DB
         
     | 
| 
      
 742 
     | 
    
         
            +
                #   instance to snapshots of the DB instance. By default, tags are not
         
     | 
| 
      
 743 
     | 
    
         
            +
                #   copied.
         
     | 
| 
       742 
744 
     | 
    
         
             
                # @option options [String] :domain_iam_role_name
         
     | 
| 
       743 
745 
     | 
    
         
             
                #   Specify the name of the IAM role to be used when making API calls to
         
     | 
| 
       744 
746 
     | 
    
         
             
                #   the Directory Service.
         
     | 
| 
       745 
747 
     | 
    
         
             
                # @option options [Boolean] :enable_iam_database_authentication
         
     | 
| 
       746 
     | 
    
         
            -
                #    
     | 
| 
       747 
     | 
    
         
            -
                #   accounts to database accounts 
     | 
| 
      
 748 
     | 
    
         
            +
                #   A value that indicates whether to enable mapping of AWS Identity and
         
     | 
| 
      
 749 
     | 
    
         
            +
                #   Access Management (IAM) accounts to database accounts. By default,
         
     | 
| 
      
 750 
     | 
    
         
            +
                #   mapping is disabled.
         
     | 
| 
       748 
751 
     | 
    
         
             
                #
         
     | 
| 
       749 
752 
     | 
    
         
             
                #   You can enable IAM database authentication for the following database
         
     | 
| 
       750 
753 
     | 
    
         
             
                #   engines
         
     | 
| 
         @@ -752,8 +755,6 @@ module Aws::RDS 
     | 
|
| 
       752 
755 
     | 
    
         
             
                #   * For MySQL 5.6, minor version 5.6.34 or higher
         
     | 
| 
       753 
756 
     | 
    
         
             
                #
         
     | 
| 
       754 
757 
     | 
    
         
             
                #   * For MySQL 5.7, minor version 5.7.16 or higher
         
     | 
| 
       755 
     | 
    
         
            -
                #
         
     | 
| 
       756 
     | 
    
         
            -
                #   Default: `false`
         
     | 
| 
       757 
758 
     | 
    
         
             
                # @option options [Array<String>] :enable_cloudwatch_logs_exports
         
     | 
| 
       758 
759 
     | 
    
         
             
                #   The list of logs that the restored DB instance is to export to
         
     | 
| 
       759 
760 
     | 
    
         
             
                #   CloudWatch Logs. The values in the list depend on the DB engine being
         
     | 
| 
         @@ -767,8 +768,8 @@ module Aws::RDS 
     | 
|
| 
       767 
768 
     | 
    
         
             
                #   The number of CPU cores and the number of threads per core for the DB
         
     | 
| 
       768 
769 
     | 
    
         
             
                #   instance class of the DB instance.
         
     | 
| 
       769 
770 
     | 
    
         
             
                # @option options [Boolean] :use_default_processor_features
         
     | 
| 
       770 
     | 
    
         
            -
                #   A value that  
     | 
| 
       771 
     | 
    
         
            -
                #   uses its default processor features.
         
     | 
| 
      
 771 
     | 
    
         
            +
                #   A value that indicates whether the DB instance class of the DB
         
     | 
| 
      
 772 
     | 
    
         
            +
                #   instance uses its default processor features.
         
     | 
| 
       772 
773 
     | 
    
         
             
                # @option options [String] :db_parameter_group_name
         
     | 
| 
       773 
774 
     | 
    
         
             
                #   The name of the DB parameter group to associate with this DB instance.
         
     | 
| 
       774 
775 
     | 
    
         
             
                #   If this argument is omitted, the default DBParameterGroup for the
         
     | 
| 
         @@ -784,10 +785,10 @@ module Aws::RDS 
     | 
|
| 
       784 
785 
     | 
    
         
             
                #
         
     | 
| 
       785 
786 
     | 
    
         
             
                #   * Can't end with a hyphen or contain two consecutive hyphens.
         
     | 
| 
       786 
787 
     | 
    
         
             
                # @option options [Boolean] :deletion_protection
         
     | 
| 
       787 
     | 
    
         
            -
                #    
     | 
| 
       788 
     | 
    
         
            -
                #   The database can't be deleted when  
     | 
| 
       789 
     | 
    
         
            -
                #   default is  
     | 
| 
       790 
     | 
    
         
            -
                #   Instance][1].
         
     | 
| 
      
 788 
     | 
    
         
            +
                #   A value that indicates whether the DB instance has deletion protection
         
     | 
| 
      
 789 
     | 
    
         
            +
                #   enabled. The database can't be deleted when deletion protection is
         
     | 
| 
      
 790 
     | 
    
         
            +
                #   enabled. By default, deletion protection is disabled. For more
         
     | 
| 
      
 791 
     | 
    
         
            +
                #   information, see [ Deleting a DB Instance][1].
         
     | 
| 
       791 
792 
     | 
    
         
             
                #
         
     | 
| 
       792 
793 
     | 
    
         
             
                #
         
     | 
| 
       793 
794 
     | 
    
         
             
                #
         
     | 
| 
         @@ -323,8 +323,9 @@ module Aws::RDS 
     | 
|
| 
       323 
323 
     | 
    
         
             
                #   * If the source type is a DB snapshot, a `DBSnapshotIdentifier` must
         
     | 
| 
       324 
324 
     | 
    
         
             
                #     be supplied.
         
     | 
| 
       325 
325 
     | 
    
         
             
                # @option options [Boolean] :enabled
         
     | 
| 
       326 
     | 
    
         
            -
                #   A  
     | 
| 
       327 
     | 
    
         
            -
                #    
     | 
| 
      
 326 
     | 
    
         
            +
                #   A value that indicates whether to activate the subscription. If the
         
     | 
| 
      
 327 
     | 
    
         
            +
                #   event notification subscription is not activated, the subscription is
         
     | 
| 
      
 328 
     | 
    
         
            +
                #   created but not active.
         
     | 
| 
       328 
329 
     | 
    
         
             
                # @option options [Array<Types::Tag>] :tags
         
     | 
| 
       329 
330 
     | 
    
         
             
                #   A list of tags. For more information, see [Tagging Amazon RDS
         
     | 
| 
       330 
331 
     | 
    
         
             
                #   Resources][1] in the *Amazon RDS User Guide.*
         
     | 
| 
         @@ -389,7 +390,7 @@ module Aws::RDS 
     | 
|
| 
       389 
390 
     | 
    
         
             
                #
         
     | 
| 
       390 
391 
     | 
    
         
             
                #   [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html
         
     | 
| 
       391 
392 
     | 
    
         
             
                # @option options [Boolean] :enabled
         
     | 
| 
       392 
     | 
    
         
            -
                #   A  
     | 
| 
      
 393 
     | 
    
         
            +
                #   A value that indicates whether to activate the subscription.
         
     | 
| 
       393 
394 
     | 
    
         
             
                # @return [EventSubscription]
         
     | 
| 
       394 
395 
     | 
    
         
             
                def modify(options = {})
         
     | 
| 
       395 
396 
     | 
    
         
             
                  options = options.merge(subscription_name: @name)
         
     | 
| 
         @@ -342,9 +342,9 @@ module Aws::RDS 
     | 
|
| 
       342 
342 
     | 
    
         
             
                # @option options [Array<String>] :options_to_remove
         
     | 
| 
       343 
343 
     | 
    
         
             
                #   Options in this list are removed from the option group.
         
     | 
| 
       344 
344 
     | 
    
         
             
                # @option options [Boolean] :apply_immediately
         
     | 
| 
       345 
     | 
    
         
            -
                #    
     | 
| 
       346 
     | 
    
         
            -
                #   the next maintenance window for each instance associated with 
     | 
| 
       347 
     | 
    
         
            -
                #   option group.
         
     | 
| 
      
 345 
     | 
    
         
            +
                #   A value that indicates whether to apply the change immediately or
         
     | 
| 
      
 346 
     | 
    
         
            +
                #   during the next maintenance window for each instance associated with
         
     | 
| 
      
 347 
     | 
    
         
            +
                #   the option group.
         
     | 
| 
       348 
348 
     | 
    
         
             
                # @return [OptionGroup]
         
     | 
| 
       349 
349 
     | 
    
         
             
                def modify(options = {})
         
     | 
| 
       350 
350 
     | 
    
         
             
                  options = options.merge(option_group_name: @name)
         
     | 
    
        data/lib/aws-sdk-rds/resource.rb
    CHANGED
    
    | 
         @@ -216,7 +216,7 @@ module Aws::RDS 
     | 
|
| 
       216 
216 
     | 
    
         
             
                # @option options [Array<Types::Tag>] :tags
         
     | 
| 
       217 
217 
     | 
    
         
             
                #   Tags to assign to the DB cluster.
         
     | 
| 
       218 
218 
     | 
    
         
             
                # @option options [Boolean] :storage_encrypted
         
     | 
| 
       219 
     | 
    
         
            -
                #    
     | 
| 
      
 219 
     | 
    
         
            +
                #   A value that indicates whether the DB cluster is encrypted.
         
     | 
| 
       220 
220 
     | 
    
         
             
                # @option options [String] :kms_key_id
         
     | 
| 
       221 
221 
     | 
    
         
             
                #   The AWS KMS key identifier for an encrypted DB cluster.
         
     | 
| 
       222 
222 
     | 
    
         
             
                #
         
     | 
| 
         @@ -232,7 +232,7 @@ module Aws::RDS 
     | 
|
| 
       232 
232 
     | 
    
         
             
                #     then Amazon RDS will use the encryption key used to encrypt the
         
     | 
| 
       233 
233 
     | 
    
         
             
                #     source. Otherwise, Amazon RDS will use your default encryption key.
         
     | 
| 
       234 
234 
     | 
    
         
             
                #
         
     | 
| 
       235 
     | 
    
         
            -
                #   * If the `StorageEncrypted` parameter is  
     | 
| 
      
 235 
     | 
    
         
            +
                #   * If the `StorageEncrypted` parameter is enabled and
         
     | 
| 
       236 
236 
     | 
    
         
             
                #     `ReplicationSourceIdentifier` is not specified, then Amazon RDS will
         
     | 
| 
       237 
237 
     | 
    
         
             
                #     use your default encryption key.
         
     | 
| 
       238 
238 
     | 
    
         
             
                #
         
     | 
| 
         @@ -284,10 +284,9 @@ module Aws::RDS 
     | 
|
| 
       284 
284 
     | 
    
         
             
                #   [1]: https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
         
     | 
| 
       285 
285 
     | 
    
         
             
                #   [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
         
     | 
| 
       286 
286 
     | 
    
         
             
                # @option options [Boolean] :enable_iam_database_authentication
         
     | 
| 
       287 
     | 
    
         
            -
                #    
     | 
| 
       288 
     | 
    
         
            -
                #   accounts to database accounts 
     | 
| 
       289 
     | 
    
         
            -
                #
         
     | 
| 
       290 
     | 
    
         
            -
                #   Default: `false`
         
     | 
| 
      
 287 
     | 
    
         
            +
                #   A value that indicates whether to enable mapping of AWS Identity and
         
     | 
| 
      
 288 
     | 
    
         
            +
                #   Access Management (IAM) accounts to database accounts. By default,
         
     | 
| 
      
 289 
     | 
    
         
            +
                #   mapping is disabled.
         
     | 
| 
       291 
290 
     | 
    
         
             
                # @option options [Integer] :backtrack_window
         
     | 
| 
       292 
291 
     | 
    
         
             
                #   The target backtrack window, in seconds. To disable backtracking, set
         
     | 
| 
       293 
292 
     | 
    
         
             
                #   this value to 0.
         
     | 
| 
         @@ -316,15 +315,15 @@ module Aws::RDS 
     | 
|
| 
       316 
315 
     | 
    
         
             
                #   For DB clusters in `serverless` DB engine mode, the scaling properties
         
     | 
| 
       317 
316 
     | 
    
         
             
                #   of the DB cluster.
         
     | 
| 
       318 
317 
     | 
    
         
             
                # @option options [Boolean] :deletion_protection
         
     | 
| 
       319 
     | 
    
         
            -
                #    
     | 
| 
       320 
     | 
    
         
            -
                #   enabled. The database can't be deleted when  
     | 
| 
       321 
     | 
    
         
            -
                #    
     | 
| 
      
 318 
     | 
    
         
            +
                #   A value that indicates whether the DB cluster has deletion protection
         
     | 
| 
      
 319 
     | 
    
         
            +
                #   enabled. The database can't be deleted when deletion protection is
         
     | 
| 
      
 320 
     | 
    
         
            +
                #   enabled. By default, deletion protection is disabled.
         
     | 
| 
       322 
321 
     | 
    
         
             
                # @option options [String] :global_cluster_identifier
         
     | 
| 
       323 
322 
     | 
    
         
             
                #   The global cluster ID of an Aurora cluster that becomes the primary
         
     | 
| 
       324 
323 
     | 
    
         
             
                #   cluster in the new global database cluster.
         
     | 
| 
       325 
324 
     | 
    
         
             
                # @option options [Boolean] :copy_tags_to_snapshot
         
     | 
| 
       326 
     | 
    
         
            -
                #    
     | 
| 
       327 
     | 
    
         
            -
                #    
     | 
| 
      
 325 
     | 
    
         
            +
                #   A value that indicates whether to copy all tags from the DB cluster to
         
     | 
| 
      
 326 
     | 
    
         
            +
                #   snapshots of the DB cluster. The default is not to copy them.
         
     | 
| 
       328 
327 
     | 
    
         
             
                # @option options [String] :destination_region
         
     | 
| 
       329 
328 
     | 
    
         
             
                # @option options [String] :source_region
         
     | 
| 
       330 
329 
     | 
    
         
             
                #   The source region of the snapshot. This is only needed when the
         
     | 
| 
         @@ -555,10 +554,10 @@ module Aws::RDS 
     | 
|
| 
       555 
554 
     | 
    
         
             
                #   following:
         
     | 
| 
       556 
555 
     | 
    
         
             
                #
         
     | 
| 
       557 
556 
     | 
    
         
             
                #   * General Purpose (SSD) storage (gp2): Must be an integer from 20 to
         
     | 
| 
       558 
     | 
    
         
            -
                #      
     | 
| 
      
 557 
     | 
    
         
            +
                #     65536.
         
     | 
| 
       559 
558 
     | 
    
         
             
                #
         
     | 
| 
       560 
559 
     | 
    
         
             
                #   * Provisioned IOPS storage (io1): Must be an integer from 100 to
         
     | 
| 
       561 
     | 
    
         
            -
                #      
     | 
| 
      
 560 
     | 
    
         
            +
                #     65536.
         
     | 
| 
       562 
561 
     | 
    
         
             
                #
         
     | 
| 
       563 
562 
     | 
    
         
             
                #   * Magnetic storage (standard): Must be an integer from 5 to 3072.
         
     | 
| 
       564 
563 
     | 
    
         
             
                #
         
     | 
| 
         @@ -568,10 +567,10 @@ module Aws::RDS 
     | 
|
| 
       568 
567 
     | 
    
         
             
                #   following:
         
     | 
| 
       569 
568 
     | 
    
         
             
                #
         
     | 
| 
       570 
569 
     | 
    
         
             
                #   * General Purpose (SSD) storage (gp2): Must be an integer from 20 to
         
     | 
| 
       571 
     | 
    
         
            -
                #      
     | 
| 
      
 570 
     | 
    
         
            +
                #     65536.
         
     | 
| 
       572 
571 
     | 
    
         
             
                #
         
     | 
| 
       573 
572 
     | 
    
         
             
                #   * Provisioned IOPS storage (io1): Must be an integer from 100 to
         
     | 
| 
       574 
     | 
    
         
            -
                #      
     | 
| 
      
 573 
     | 
    
         
            +
                #     65536.
         
     | 
| 
       575 
574 
     | 
    
         
             
                #
         
     | 
| 
       576 
575 
     | 
    
         
             
                #   * Magnetic storage (standard): Must be an integer from 5 to 3072.
         
     | 
| 
       577 
576 
     | 
    
         
             
                #
         
     | 
| 
         @@ -581,10 +580,10 @@ module Aws::RDS 
     | 
|
| 
       581 
580 
     | 
    
         
             
                #   following:
         
     | 
| 
       582 
581 
     | 
    
         
             
                #
         
     | 
| 
       583 
582 
     | 
    
         
             
                #   * General Purpose (SSD) storage (gp2): Must be an integer from 20 to
         
     | 
| 
       584 
     | 
    
         
            -
                #      
     | 
| 
      
 583 
     | 
    
         
            +
                #     65536.
         
     | 
| 
       585 
584 
     | 
    
         
             
                #
         
     | 
| 
       586 
585 
     | 
    
         
             
                #   * Provisioned IOPS storage (io1): Must be an integer from 100 to
         
     | 
| 
       587 
     | 
    
         
            -
                #      
     | 
| 
      
 586 
     | 
    
         
            +
                #     65536.
         
     | 
| 
       588 
587 
     | 
    
         
             
                #
         
     | 
| 
       589 
588 
     | 
    
         
             
                #   * Magnetic storage (standard): Must be an integer from 5 to 3072.
         
     | 
| 
       590 
589 
     | 
    
         
             
                #
         
     | 
| 
         @@ -594,10 +593,10 @@ module Aws::RDS 
     | 
|
| 
       594 
593 
     | 
    
         
             
                #   following:
         
     | 
| 
       595 
594 
     | 
    
         
             
                #
         
     | 
| 
       596 
595 
     | 
    
         
             
                #   * General Purpose (SSD) storage (gp2): Must be an integer from 20 to
         
     | 
| 
       597 
     | 
    
         
            -
                #      
     | 
| 
      
 596 
     | 
    
         
            +
                #     65536.
         
     | 
| 
       598 
597 
     | 
    
         
             
                #
         
     | 
| 
       599 
598 
     | 
    
         
             
                #   * Provisioned IOPS storage (io1): Must be an integer from 100 to
         
     | 
| 
       600 
     | 
    
         
            -
                #      
     | 
| 
      
 599 
     | 
    
         
            +
                #     65536.
         
     | 
| 
       601 
600 
     | 
    
         
             
                #
         
     | 
| 
       602 
601 
     | 
    
         
             
                #   * Magnetic storage (standard): Must be an integer from 10 to 3072.
         
     | 
| 
       603 
602 
     | 
    
         
             
                #
         
     | 
| 
         @@ -788,9 +787,9 @@ module Aws::RDS 
     | 
|
| 
       788 
787 
     | 
    
         
             
                #
         
     | 
| 
       789 
788 
     | 
    
         
             
                #   Example: `us-east-1d`
         
     | 
| 
       790 
789 
     | 
    
         
             
                #
         
     | 
| 
       791 
     | 
    
         
            -
                #   Constraint: The AvailabilityZone parameter can't be specified if 
     | 
| 
       792 
     | 
    
         
            -
                #    
     | 
| 
       793 
     | 
    
         
            -
                #   must be in the same AWS Region as the current endpoint.
         
     | 
| 
      
 790 
     | 
    
         
            +
                #   Constraint: The `AvailabilityZone` parameter can't be specified if
         
     | 
| 
      
 791 
     | 
    
         
            +
                #   the DB instance is a Multi-AZ deployment. The specified Availability
         
     | 
| 
      
 792 
     | 
    
         
            +
                #   Zone must be in the same AWS Region as the current endpoint.
         
     | 
| 
       794 
793 
     | 
    
         
             
                #
         
     | 
| 
       795 
794 
     | 
    
         
             
                #
         
     | 
| 
       796 
795 
     | 
    
         
             
                #
         
     | 
| 
         @@ -924,9 +923,9 @@ module Aws::RDS 
     | 
|
| 
       924 
923 
     | 
    
         
             
                #
         
     | 
| 
       925 
924 
     | 
    
         
             
                #   Type: Integer
         
     | 
| 
       926 
925 
     | 
    
         
             
                # @option options [Boolean] :multi_az
         
     | 
| 
       927 
     | 
    
         
            -
                #   A value that  
     | 
| 
       928 
     | 
    
         
            -
                #   deployment. You can't set the AvailabilityZone parameter if the
         
     | 
| 
       929 
     | 
    
         
            -
                #    
     | 
| 
      
 926 
     | 
    
         
            +
                #   A value that indicates whether the DB instance is a Multi-AZ
         
     | 
| 
      
 927 
     | 
    
         
            +
                #   deployment. You can't set the `AvailabilityZone` parameter if the DB
         
     | 
| 
      
 928 
     | 
    
         
            +
                #   instance is a Multi-AZ deployment.
         
     | 
| 
       930 
929 
     | 
    
         
             
                # @option options [String] :engine_version
         
     | 
| 
       931 
930 
     | 
    
         
             
                #   The version number of the database engine to use.
         
     | 
| 
       932 
931 
     | 
    
         
             
                #
         
     | 
| 
         @@ -974,10 +973,9 @@ module Aws::RDS 
     | 
|
| 
       974 
973 
     | 
    
         
             
                #   [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
         
     | 
| 
       975 
974 
     | 
    
         
             
                #   [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions
         
     | 
| 
       976 
975 
     | 
    
         
             
                # @option options [Boolean] :auto_minor_version_upgrade
         
     | 
| 
       977 
     | 
    
         
            -
                #    
     | 
| 
       978 
     | 
    
         
            -
                #   DB instance during the maintenance window.
         
     | 
| 
       979 
     | 
    
         
            -
                #
         
     | 
| 
       980 
     | 
    
         
            -
                #   Default: `true`
         
     | 
| 
      
 976 
     | 
    
         
            +
                #   A value that indicates whether minor engine upgrades are applied
         
     | 
| 
      
 977 
     | 
    
         
            +
                #   automatically to the DB instance during the maintenance window. By
         
     | 
| 
      
 978 
     | 
    
         
            +
                #   default, minor engine upgrades are applied automatically.
         
     | 
| 
       981 
979 
     | 
    
         
             
                # @option options [String] :license_model
         
     | 
| 
       982 
980 
     | 
    
         
             
                #   License model information for this DB instance.
         
     | 
| 
       983 
981 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1012,11 +1010,12 @@ module Aws::RDS 
     | 
|
| 
       1012 
1010 
     | 
    
         
             
                #   Not applicable. The character set is managed by the DB cluster. For
         
     | 
| 
       1013 
1011 
     | 
    
         
             
                #   more information, see `CreateDBCluster`.
         
     | 
| 
       1014 
1012 
     | 
    
         
             
                # @option options [Boolean] :publicly_accessible
         
     | 
| 
       1015 
     | 
    
         
            -
                #    
     | 
| 
       1016 
     | 
    
         
            -
                #    
     | 
| 
       1017 
     | 
    
         
            -
                #   DNS name, which resolves to a 
     | 
| 
       1018 
     | 
    
         
            -
                #    
     | 
| 
       1019 
     | 
    
         
            -
                #   private IP 
     | 
| 
      
 1013 
     | 
    
         
            +
                #   A value that indicates whether the DB instance is publicly accessible.
         
     | 
| 
      
 1014 
     | 
    
         
            +
                #   When the DB instance is publicly accessible, it is an Internet-facing
         
     | 
| 
      
 1015 
     | 
    
         
            +
                #   instance with a publicly resolvable DNS name, which resolves to a
         
     | 
| 
      
 1016 
     | 
    
         
            +
                #   public IP address. When the DB instance is not publicly accessible, it
         
     | 
| 
      
 1017 
     | 
    
         
            +
                #   is an internal instance with a DNS name that resolves to a private IP
         
     | 
| 
      
 1018 
     | 
    
         
            +
                #   address.
         
     | 
| 
       1020 
1019 
     | 
    
         
             
                #
         
     | 
| 
       1021 
1020 
     | 
    
         
             
                #   Default: The default behavior varies depending on whether
         
     | 
| 
       1022 
1021 
     | 
    
         
             
                #   `DBSubnetGroupName` is specified.
         
     | 
| 
         @@ -1050,8 +1049,7 @@ module Aws::RDS 
     | 
|
| 
       1050 
1049 
     | 
    
         
             
                #   If you specify `io1`, you must also include a value for the `Iops`
         
     | 
| 
       1051 
1050 
     | 
    
         
             
                #   parameter.
         
     | 
| 
       1052 
1051 
     | 
    
         
             
                #
         
     | 
| 
       1053 
     | 
    
         
            -
                #   Default: `io1` if the `Iops` parameter is specified, otherwise
         
     | 
| 
       1054 
     | 
    
         
            -
                #   `standard`
         
     | 
| 
      
 1052 
     | 
    
         
            +
                #   Default: `io1` if the `Iops` parameter is specified, otherwise `gp2`
         
     | 
| 
       1055 
1053 
     | 
    
         
             
                # @option options [String] :tde_credential_arn
         
     | 
| 
       1056 
1054 
     | 
    
         
             
                #   The ARN from the key store with which to associate the instance for
         
     | 
| 
       1057 
1055 
     | 
    
         
             
                #   TDE encryption.
         
     | 
| 
         @@ -1059,14 +1057,13 @@ module Aws::RDS 
     | 
|
| 
       1059 
1057 
     | 
    
         
             
                #   The password for the given ARN from the key store in order to access
         
     | 
| 
       1060 
1058 
     | 
    
         
             
                #   the device.
         
     | 
| 
       1061 
1059 
     | 
    
         
             
                # @option options [Boolean] :storage_encrypted
         
     | 
| 
       1062 
     | 
    
         
            -
                #    
     | 
| 
      
 1060 
     | 
    
         
            +
                #   A value that indicates whether the DB instance is encrypted. By
         
     | 
| 
      
 1061 
     | 
    
         
            +
                #   default, it is not encrypted.
         
     | 
| 
       1063 
1062 
     | 
    
         
             
                #
         
     | 
| 
       1064 
1063 
     | 
    
         
             
                #   **Amazon Aurora**
         
     | 
| 
       1065 
1064 
     | 
    
         
             
                #
         
     | 
| 
       1066 
1065 
     | 
    
         
             
                #   Not applicable. The encryption for DB instances is managed by the DB
         
     | 
| 
       1067 
1066 
     | 
    
         
             
                #   cluster.
         
     | 
| 
       1068 
     | 
    
         
            -
                #
         
     | 
| 
       1069 
     | 
    
         
            -
                #   Default: false
         
     | 
| 
       1070 
1067 
     | 
    
         
             
                # @option options [String] :kms_key_id
         
     | 
| 
       1071 
1068 
     | 
    
         
             
                #   The AWS KMS key identifier for an encrypted DB instance.
         
     | 
| 
       1072 
1069 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1081,11 +1078,11 @@ module Aws::RDS 
     | 
|
| 
       1081 
1078 
     | 
    
         
             
                #   Not applicable. The KMS key identifier is managed by the DB cluster.
         
     | 
| 
       1082 
1079 
     | 
    
         
             
                #   For more information, see `CreateDBCluster`.
         
     | 
| 
       1083 
1080 
     | 
    
         
             
                #
         
     | 
| 
       1084 
     | 
    
         
            -
                #   If  
     | 
| 
       1085 
     | 
    
         
            -
                #    
     | 
| 
       1086 
     | 
    
         
            -
                #    
     | 
| 
       1087 
     | 
    
         
            -
                #    
     | 
| 
       1088 
     | 
    
         
            -
                #    
     | 
| 
      
 1081 
     | 
    
         
            +
                #   If `StorageEncrypted` is enabled, and you do not specify a value for
         
     | 
| 
      
 1082 
     | 
    
         
            +
                #   the `KmsKeyId` parameter, then Amazon RDS will use your default
         
     | 
| 
      
 1083 
     | 
    
         
            +
                #   encryption key. AWS KMS creates the default encryption key for your
         
     | 
| 
      
 1084 
     | 
    
         
            +
                #   AWS account. Your AWS account has a different default encryption key
         
     | 
| 
      
 1085 
     | 
    
         
            +
                #   for each AWS Region.
         
     | 
| 
       1089 
1086 
     | 
    
         
             
                # @option options [String] :domain
         
     | 
| 
       1090 
1087 
     | 
    
         
             
                #   For an Amazon RDS DB instance that's running Microsoft SQL Server,
         
     | 
| 
       1091 
1088 
     | 
    
         
             
                #   this parameter specifies the Active Directory directory ID to create
         
     | 
| 
         @@ -1099,8 +1096,8 @@ module Aws::RDS 
     | 
|
| 
       1099 
1096 
     | 
    
         
             
                #
         
     | 
| 
       1100 
1097 
     | 
    
         
             
                #   [1]: https://docs.aws.amazon.com/AmazonRDS/latest/DeveloperGuide/USER_SQLServerWinAuth.html
         
     | 
| 
       1101 
1098 
     | 
    
         
             
                # @option options [Boolean] :copy_tags_to_snapshot
         
     | 
| 
       1102 
     | 
    
         
            -
                #    
     | 
| 
       1103 
     | 
    
         
            -
                #    
     | 
| 
      
 1099 
     | 
    
         
            +
                #   A value that indicates whether to copy tags from the DB instance to
         
     | 
| 
      
 1100 
     | 
    
         
            +
                #   snapshots of the DB instance. By default, tags are not copied.
         
     | 
| 
       1104 
1101 
     | 
    
         
             
                #
         
     | 
| 
       1105 
1102 
     | 
    
         
             
                #   **Amazon Aurora**
         
     | 
| 
       1106 
1103 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1153,8 +1150,9 @@ module Aws::RDS 
     | 
|
| 
       1153 
1150 
     | 
    
         
             
                #
         
     | 
| 
       1154 
1151 
     | 
    
         
             
                #   [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone
         
     | 
| 
       1155 
1152 
     | 
    
         
             
                # @option options [Boolean] :enable_iam_database_authentication
         
     | 
| 
       1156 
     | 
    
         
            -
                #    
     | 
| 
       1157 
     | 
    
         
            -
                #   accounts to database accounts 
     | 
| 
      
 1153 
     | 
    
         
            +
                #   A value that indicates whether to enable mapping of AWS Identity and
         
     | 
| 
      
 1154 
     | 
    
         
            +
                #   Access Management (IAM) accounts to database accounts. By default,
         
     | 
| 
      
 1155 
     | 
    
         
            +
                #   mapping is disabled.
         
     | 
| 
       1158 
1156 
     | 
    
         
             
                #
         
     | 
| 
       1159 
1157 
     | 
    
         
             
                #   You can enable IAM database authentication for the following database
         
     | 
| 
       1160 
1158 
     | 
    
         
             
                #   engines:
         
     | 
| 
         @@ -1169,11 +1167,9 @@ module Aws::RDS 
     | 
|
| 
       1169 
1167 
     | 
    
         
             
                #   * For MySQL 5.6, minor version 5.6.34 or higher
         
     | 
| 
       1170 
1168 
     | 
    
         
             
                #
         
     | 
| 
       1171 
1169 
     | 
    
         
             
                #   * For MySQL 5.7, minor version 5.7.16 or higher
         
     | 
| 
       1172 
     | 
    
         
            -
                #
         
     | 
| 
       1173 
     | 
    
         
            -
                #   Default: `false`
         
     | 
| 
       1174 
1170 
     | 
    
         
             
                # @option options [Boolean] :enable_performance_insights
         
     | 
| 
       1175 
     | 
    
         
            -
                #    
     | 
| 
       1176 
     | 
    
         
            -
                #    
     | 
| 
      
 1171 
     | 
    
         
            +
                #   A value that indicates whether to enable Performance Insights for the
         
     | 
| 
      
 1172 
     | 
    
         
            +
                #   DB instance.
         
     | 
| 
       1177 
1173 
     | 
    
         
             
                #
         
     | 
| 
       1178 
1174 
     | 
    
         
             
                #   For more information, see [Using Amazon Performance Insights][1] in
         
     | 
| 
       1179 
1175 
     | 
    
         
             
                #   the *Amazon Relational Database Service User Guide*.
         
     | 
| 
         @@ -1185,6 +1181,11 @@ module Aws::RDS 
     | 
|
| 
       1185 
1181 
     | 
    
         
             
                #   The AWS KMS key identifier for encryption of Performance Insights
         
     | 
| 
       1186 
1182 
     | 
    
         
             
                #   data. The KMS key ID is the Amazon Resource Name (ARN), KMS key
         
     | 
| 
       1187 
1183 
     | 
    
         
             
                #   identifier, or the KMS key alias for the KMS encryption key.
         
     | 
| 
      
 1184 
     | 
    
         
            +
                #
         
     | 
| 
      
 1185 
     | 
    
         
            +
                #   If you do not specify a value for `PerformanceInsightsKMSKeyId`, then
         
     | 
| 
      
 1186 
     | 
    
         
            +
                #   Amazon RDS uses your default encryption key. AWS KMS creates the
         
     | 
| 
      
 1187 
     | 
    
         
            +
                #   default encryption key for your AWS account. Your AWS account has a
         
     | 
| 
      
 1188 
     | 
    
         
            +
                #   different default encryption key for each AWS Region.
         
     | 
| 
       1188 
1189 
     | 
    
         
             
                # @option options [Integer] :performance_insights_retention_period
         
     | 
| 
       1189 
1190 
     | 
    
         
             
                #   The amount of time, in days, to retain Performance Insights data.
         
     | 
| 
       1190 
1191 
     | 
    
         
             
                #   Valid values are 7 or 731 (2 years).
         
     | 
| 
         @@ -1202,10 +1203,10 @@ module Aws::RDS 
     | 
|
| 
       1202 
1203 
     | 
    
         
             
                #   The number of CPU cores and the number of threads per core for the DB
         
     | 
| 
       1203 
1204 
     | 
    
         
             
                #   instance class of the DB instance.
         
     | 
| 
       1204 
1205 
     | 
    
         
             
                # @option options [Boolean] :deletion_protection
         
     | 
| 
       1205 
     | 
    
         
            -
                #    
     | 
| 
       1206 
     | 
    
         
            -
                #   The database can't be deleted when  
     | 
| 
       1207 
     | 
    
         
            -
                #   default is  
     | 
| 
       1208 
     | 
    
         
            -
                #   Instance][1].
         
     | 
| 
      
 1206 
     | 
    
         
            +
                #   A value that indicates whether the DB instance has deletion protection
         
     | 
| 
      
 1207 
     | 
    
         
            +
                #   enabled. The database can't be deleted when deletion protection is
         
     | 
| 
      
 1208 
     | 
    
         
            +
                #   enabled. By default, deletion protection is disabled. For more
         
     | 
| 
      
 1209 
     | 
    
         
            +
                #   information, see [ Deleting a DB Instance][1].
         
     | 
| 
       1209 
1210 
     | 
    
         
             
                #
         
     | 
| 
       1210 
1211 
     | 
    
         
             
                #
         
     | 
| 
       1211 
1212 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1422,8 +1423,9 @@ module Aws::RDS 
     | 
|
| 
       1422 
1423 
     | 
    
         
             
                #   * If the source type is a DB snapshot, a `DBSnapshotIdentifier` must
         
     | 
| 
       1423 
1424 
     | 
    
         
             
                #     be supplied.
         
     | 
| 
       1424 
1425 
     | 
    
         
             
                # @option options [Boolean] :enabled
         
     | 
| 
       1425 
     | 
    
         
            -
                #   A  
     | 
| 
       1426 
     | 
    
         
            -
                #    
     | 
| 
      
 1426 
     | 
    
         
            +
                #   A value that indicates whether to activate the subscription. If the
         
     | 
| 
      
 1427 
     | 
    
         
            +
                #   event notification subscription is not activated, the subscription is
         
     | 
| 
      
 1428 
     | 
    
         
            +
                #   created but not active.
         
     | 
| 
       1427 
1429 
     | 
    
         
             
                # @option options [Array<Types::Tag>] :tags
         
     | 
| 
       1428 
1430 
     | 
    
         
             
                #   A list of tags. For more information, see [Tagging Amazon RDS
         
     | 
| 
       1429 
1431 
     | 
    
         
             
                #   Resources][1] in the *Amazon RDS User Guide.*
         
     | 
| 
         @@ -1759,19 +1761,26 @@ module Aws::RDS 
     | 
|
| 
       1759 
1761 
     | 
    
         
             
                # @option options [Array<Types::Filter>] :filters
         
     | 
| 
       1760 
1762 
     | 
    
         
             
                #   This parameter is not currently supported.
         
     | 
| 
       1761 
1763 
     | 
    
         
             
                # @option options [Boolean] :default_only
         
     | 
| 
       1762 
     | 
    
         
            -
                #    
     | 
| 
       1763 
     | 
    
         
            -
                #   engine and major version combination is returned.
         
     | 
| 
      
 1764 
     | 
    
         
            +
                #   A value that indicates whether only the default version of the
         
     | 
| 
      
 1765 
     | 
    
         
            +
                #   specified engine or engine and major version combination is returned.
         
     | 
| 
       1764 
1766 
     | 
    
         
             
                # @option options [Boolean] :list_supported_character_sets
         
     | 
| 
       1765 
     | 
    
         
            -
                #    
     | 
| 
      
 1767 
     | 
    
         
            +
                #   A value that indicates whether to list the supported character sets
         
     | 
| 
      
 1768 
     | 
    
         
            +
                #   for each engine version.
         
     | 
| 
      
 1769 
     | 
    
         
            +
                #
         
     | 
| 
      
 1770 
     | 
    
         
            +
                #   If this parameter is enabled and the requested engine supports the
         
     | 
| 
       1766 
1771 
     | 
    
         
             
                #   `CharacterSetName` parameter for `CreateDBInstance`, the response
         
     | 
| 
       1767 
1772 
     | 
    
         
             
                #   includes a list of supported character sets for each engine version.
         
     | 
| 
       1768 
1773 
     | 
    
         
             
                # @option options [Boolean] :list_supported_timezones
         
     | 
| 
       1769 
     | 
    
         
            -
                #    
     | 
| 
      
 1774 
     | 
    
         
            +
                #   A value that indicates whether to list the supported time zones for
         
     | 
| 
      
 1775 
     | 
    
         
            +
                #   each engine version.
         
     | 
| 
      
 1776 
     | 
    
         
            +
                #
         
     | 
| 
      
 1777 
     | 
    
         
            +
                #   If this parameter is enabled and the requested engine supports the
         
     | 
| 
       1770 
1778 
     | 
    
         
             
                #   `TimeZone` parameter for `CreateDBInstance`, the response includes a
         
     | 
| 
       1771 
1779 
     | 
    
         
             
                #   list of supported time zones for each engine version.
         
     | 
| 
       1772 
1780 
     | 
    
         
             
                # @option options [Boolean] :include_all
         
     | 
| 
       1773 
     | 
    
         
            -
                #    
     | 
| 
       1774 
     | 
    
         
            -
                #   default is to list only available engine 
     | 
| 
      
 1781 
     | 
    
         
            +
                #   A value that indicates whether to include engine versions that aren't
         
     | 
| 
      
 1782 
     | 
    
         
            +
                #   available in the list. The default is to list only available engine
         
     | 
| 
      
 1783 
     | 
    
         
            +
                #   versions.
         
     | 
| 
       1775 
1784 
     | 
    
         
             
                # @return [DBEngineVersion::Collection]
         
     | 
| 
       1776 
1785 
     | 
    
         
             
                def db_engine_versions(options = {})
         
     | 
| 
       1777 
1786 
     | 
    
         
             
                  batches = Enumerator.new do |y|
         
     | 
| 
         @@ -2023,9 +2032,9 @@ module Aws::RDS 
     | 
|
| 
       2023 
2032 
     | 
    
         
             
                #   If you don't specify a `SnapshotType` value, then both automated and
         
     | 
| 
       2024 
2033 
     | 
    
         
             
                #   manual snapshots are returned. Shared and public DB snapshots are not
         
     | 
| 
       2025 
2034 
     | 
    
         
             
                #   included in the returned results by default. You can include shared
         
     | 
| 
       2026 
     | 
    
         
            -
                #   snapshots with these results by  
     | 
| 
       2027 
     | 
    
         
            -
                #    
     | 
| 
       2028 
     | 
    
         
            -
                #    
     | 
| 
      
 2035 
     | 
    
         
            +
                #   snapshots with these results by enabling the `IncludeShared`
         
     | 
| 
      
 2036 
     | 
    
         
            +
                #   parameter. You can include public snapshots with these results by
         
     | 
| 
      
 2037 
     | 
    
         
            +
                #   enabling the `IncludePublic` parameter.
         
     | 
| 
       2029 
2038 
     | 
    
         
             
                #
         
     | 
| 
       2030 
2039 
     | 
    
         
             
                #   The `IncludeShared` and `IncludePublic` parameters don't apply for
         
     | 
| 
       2031 
2040 
     | 
    
         
             
                #   `SnapshotType` values of `manual` or `automated`. The `IncludePublic`
         
     | 
| 
         @@ -2039,20 +2048,21 @@ module Aws::RDS 
     | 
|
| 
       2039 
2048 
     | 
    
         
             
                # @option options [Array<Types::Filter>] :filters
         
     | 
| 
       2040 
2049 
     | 
    
         
             
                #   This parameter is not currently supported.
         
     | 
| 
       2041 
2050 
     | 
    
         
             
                # @option options [Boolean] :include_shared
         
     | 
| 
       2042 
     | 
    
         
            -
                #    
     | 
| 
       2043 
     | 
    
         
            -
                #   that this AWS account has been given 
     | 
| 
       2044 
     | 
    
         
            -
                #    
     | 
| 
      
 2051 
     | 
    
         
            +
                #   A value that indicates whether to include shared manual DB cluster
         
     | 
| 
      
 2052 
     | 
    
         
            +
                #   snapshots from other AWS accounts that this AWS account has been given
         
     | 
| 
      
 2053 
     | 
    
         
            +
                #   permission to copy or restore. By default, these snapshots are not
         
     | 
| 
      
 2054 
     | 
    
         
            +
                #   included.
         
     | 
| 
       2045 
2055 
     | 
    
         
             
                #
         
     | 
| 
       2046 
2056 
     | 
    
         
             
                #   You can give an AWS account permission to restore a manual DB snapshot
         
     | 
| 
       2047 
2057 
     | 
    
         
             
                #   from another AWS account by using the `ModifyDBSnapshotAttribute` API
         
     | 
| 
       2048 
2058 
     | 
    
         
             
                #   action.
         
     | 
| 
       2049 
2059 
     | 
    
         
             
                # @option options [Boolean] :include_public
         
     | 
| 
       2050 
     | 
    
         
            -
                #    
     | 
| 
       2051 
     | 
    
         
            -
                #   or restored by any AWS account 
     | 
| 
       2052 
     | 
    
         
            -
                #    
     | 
| 
      
 2060 
     | 
    
         
            +
                #   A value that indicates whether to include manual DB cluster snapshots
         
     | 
| 
      
 2061 
     | 
    
         
            +
                #   that are public and can be copied or restored by any AWS account. By
         
     | 
| 
      
 2062 
     | 
    
         
            +
                #   default, the public snapshots are not included.
         
     | 
| 
       2053 
2063 
     | 
    
         
             
                #
         
     | 
| 
       2054 
2064 
     | 
    
         
             
                #   You can share a manual DB snapshot as public by using the
         
     | 
| 
       2055 
     | 
    
         
            -
                #    
     | 
| 
      
 2065 
     | 
    
         
            +
                #   ModifyDBSnapshotAttribute API.
         
     | 
| 
       2056 
2066 
     | 
    
         
             
                # @option options [String] :dbi_resource_id
         
     | 
| 
       2057 
2067 
     | 
    
         
             
                #   A specific DB resource ID to describe.
         
     | 
| 
       2058 
2068 
     | 
    
         
             
                # @return [DBSnapshot::Collection]
         
     | 
| 
         @@ -2416,8 +2426,8 @@ module Aws::RDS 
     | 
|
| 
       2416 
2426 
     | 
    
         
             
                #
         
     | 
| 
       2417 
2427 
     | 
    
         
             
                #   Valid Values: `"Partial Upfront" | "All Upfront" | "No Upfront" `
         
     | 
| 
       2418 
2428 
     | 
    
         
             
                # @option options [Boolean] :multi_az
         
     | 
| 
       2419 
     | 
    
         
            -
                #    
     | 
| 
       2420 
     | 
    
         
            -
                #    
     | 
| 
      
 2429 
     | 
    
         
            +
                #   A value that indicates whether to show only those reservations that
         
     | 
| 
      
 2430 
     | 
    
         
            +
                #   support Multi-AZ.
         
     | 
| 
       2421 
2431 
     | 
    
         
             
                # @option options [Array<Types::Filter>] :filters
         
     | 
| 
       2422 
2432 
     | 
    
         
             
                #   This parameter is not currently supported.
         
     | 
| 
       2423 
2433 
     | 
    
         
             
                # @return [ReservedDBInstance::Collection]
         
     | 
| 
         @@ -2493,8 +2503,8 @@ module Aws::RDS 
     | 
|
| 
       2493 
2503 
     | 
    
         
             
                #
         
     | 
| 
       2494 
2504 
     | 
    
         
             
                #   Valid Values: `"Partial Upfront" | "All Upfront" | "No Upfront" `
         
     | 
| 
       2495 
2505 
     | 
    
         
             
                # @option options [Boolean] :multi_az
         
     | 
| 
       2496 
     | 
    
         
            -
                #    
     | 
| 
       2497 
     | 
    
         
            -
                #    
     | 
| 
      
 2506 
     | 
    
         
            +
                #   A value that indicates whether to show only those reservations that
         
     | 
| 
      
 2507 
     | 
    
         
            +
                #   support Multi-AZ.
         
     | 
| 
       2498 
2508 
     | 
    
         
             
                # @option options [Array<Types::Filter>] :filters
         
     | 
| 
       2499 
2509 
     | 
    
         
             
                #   This parameter is not currently supported.
         
     | 
| 
       2500 
2510 
     | 
    
         
             
                # @return [ReservedDBInstancesOffering::Collection]
         
     |