aws-sdk-rds 1.109.0 → 1.110.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 +58 -17
- data/lib/aws-sdk-rds/client_api.rb +4 -0
- data/lib/aws-sdk-rds/db_cluster.rb +3 -3
- data/lib/aws-sdk-rds/db_instance.rb +24 -20
- data/lib/aws-sdk-rds/resource.rb +7 -6
- data/lib/aws-sdk-rds/types.rb +70 -23
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 95692588ef25f77efd969902e453a35014001f21f83f49456ef86584cc2f00a8
         | 
| 4 | 
            +
              data.tar.gz: f32fbc4bc31ab6636ff042080724eced46415b8eed5ef8c5d545786396bd1fbb
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 5812bddc8f548a76b4e89b43c22bccd0d9d9626094e58669073e44f3c49361b6984eef45fc1fcef0d4c9eddcd5b5409bc46dd6fc797c5d55a90c7de8711d13db
         | 
| 7 | 
            +
              data.tar.gz: 32957c7de01e4dbe93d05978f367e0ef89ac28df90da632b71ef5b4b6d7c159adb742ce2505faf4d5dfbbab512125904921ae984ab6356d42212bdf24006259f
         | 
    
        data/lib/aws-sdk-rds.rb
    CHANGED
    
    
    
        data/lib/aws-sdk-rds/client.rb
    CHANGED
    
    | @@ -3299,8 +3299,8 @@ module Aws::RDS | |
| 3299 3299 | 
             
                #
         | 
| 3300 3300 | 
             
                #   **PostgreSQL**
         | 
| 3301 3301 | 
             
                #
         | 
| 3302 | 
            -
                #   See [ | 
| 3303 | 
            -
                #   User Guide.*
         | 
| 3302 | 
            +
                #   See [Amazon RDS for PostgreSQL versions and extensions][5] in the
         | 
| 3303 | 
            +
                #   *Amazon RDS User Guide.*
         | 
| 3304 3304 | 
             
                #
         | 
| 3305 3305 | 
             
                #
         | 
| 3306 3306 | 
             
                #
         | 
| @@ -3308,7 +3308,7 @@ module Aws::RDS | |
| 3308 3308 | 
             
                #   [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
         | 
| 3309 3309 | 
             
                #   [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
         | 
| 3310 3310 | 
             
                #   [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
         | 
| 3311 | 
            -
                #   [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts | 
| 3311 | 
            +
                #   [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts
         | 
| 3312 3312 | 
             
                #
         | 
| 3313 3313 | 
             
                # @option params [Boolean] :auto_minor_version_upgrade
         | 
| 3314 3314 | 
             
                #   A value that indicates whether minor engine upgrades are applied
         | 
| @@ -3337,8 +3337,8 @@ module Aws::RDS | |
| 3337 3337 | 
             
                #   [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS
         | 
| 3338 3338 | 
             
                #
         | 
| 3339 3339 | 
             
                # @option params [String] :option_group_name
         | 
| 3340 | 
            -
                #    | 
| 3341 | 
            -
                #   option group.
         | 
| 3340 | 
            +
                #   A value that indicates that the DB instance should be associated with
         | 
| 3341 | 
            +
                #   the specified option group.
         | 
| 3342 3342 | 
             
                #
         | 
| 3343 3343 | 
             
                #   Permanent options, such as the TDE option for Oracle Advanced Security
         | 
| 3344 3344 | 
             
                #   TDE, can't be removed from an option group. Also, that option group
         | 
| @@ -3580,7 +3580,8 @@ module Aws::RDS | |
| 3580 3580 | 
             
                #
         | 
| 3581 3581 | 
             
                #   **Oracle**
         | 
| 3582 3582 | 
             
                #
         | 
| 3583 | 
            -
                #   Possible values are `alert`, `audit`, `listener`,  | 
| 3583 | 
            +
                #   Possible values are `alert`, `audit`, `listener`, `trace`, and
         | 
| 3584 | 
            +
                #   `oemagent`.
         | 
| 3584 3585 | 
             
                #
         | 
| 3585 3586 | 
             
                #   **PostgreSQL**
         | 
| 3586 3587 | 
             
                #
         | 
| @@ -12438,8 +12439,10 @@ module Aws::RDS | |
| 12438 12439 | 
             
                #   family for the new engine version must be specified. The new DB
         | 
| 12439 12440 | 
             
                #   parameter group can be the default for that DB parameter group family.
         | 
| 12440 12441 | 
             
                #
         | 
| 12441 | 
            -
                #    | 
| 12442 | 
            -
                #    | 
| 12442 | 
            +
                #   If you specify only a major version, Amazon RDS will update the DB
         | 
| 12443 | 
            +
                #   instance to the default minor version if the current minor version is
         | 
| 12444 | 
            +
                #   lower. For information about valid engine versions, see
         | 
| 12445 | 
            +
                #   `CreateDBInstance`, or call `DescribeDBEngineVersions`.
         | 
| 12443 12446 | 
             
                #
         | 
| 12444 12447 | 
             
                # @option params [Boolean] :allow_major_version_upgrade
         | 
| 12445 12448 | 
             
                #   A value that indicates whether major version upgrades are allowed.
         | 
| @@ -12499,14 +12502,14 @@ module Aws::RDS | |
| 12499 12502 | 
             
                #   Default: Uses existing setting
         | 
| 12500 12503 | 
             
                #
         | 
| 12501 12504 | 
             
                # @option params [String] :option_group_name
         | 
| 12502 | 
            -
                #    | 
| 12503 | 
            -
                #   option group. Changing this parameter doesn't result in an | 
| 12504 | 
            -
                #   except in the following case and the change is applied during | 
| 12505 | 
            -
                #   maintenance window unless the `ApplyImmediately` parameter is | 
| 12506 | 
            -
                #   for this request. If the parameter change results in an option | 
| 12507 | 
            -
                #   that enables OEM, this change can cause a brief (sub-second) | 
| 12508 | 
            -
                #   during which new connections are rejected but existing | 
| 12509 | 
            -
                #   not interrupted.
         | 
| 12505 | 
            +
                #   A value that indicates the DB instance should be associated with the
         | 
| 12506 | 
            +
                #   specified option group. Changing this parameter doesn't result in an
         | 
| 12507 | 
            +
                #   outage except in the following case and the change is applied during
         | 
| 12508 | 
            +
                #   the next maintenance window unless the `ApplyImmediately` parameter is
         | 
| 12509 | 
            +
                #   enabled for this request. If the parameter change results in an option
         | 
| 12510 | 
            +
                #   group that enables OEM, this change can cause a brief (sub-second)
         | 
| 12511 | 
            +
                #   period during which new connections are rejected but existing
         | 
| 12512 | 
            +
                #   connections are not interrupted.
         | 
| 12510 12513 | 
             
                #
         | 
| 12511 12514 | 
             
                #   Permanent options, such as the TDE option for Oracle Advanced Security
         | 
| 12512 12515 | 
             
                #   TDE, can't be removed from an option group, and that option group
         | 
| @@ -13766,6 +13769,42 @@ module Aws::RDS | |
| 13766 13769 | 
             
                #   enabled. The global database cluster can't be deleted when deletion
         | 
| 13767 13770 | 
             
                #   protection is enabled.
         | 
| 13768 13771 | 
             
                #
         | 
| 13772 | 
            +
                # @option params [String] :engine_version
         | 
| 13773 | 
            +
                #   The version number of the database engine to which you want to
         | 
| 13774 | 
            +
                #   upgrade. Changing this parameter results in an outage. The change is
         | 
| 13775 | 
            +
                #   applied during the next maintenance window unless `ApplyImmediately`
         | 
| 13776 | 
            +
                #   is enabled.
         | 
| 13777 | 
            +
                #
         | 
| 13778 | 
            +
                #   To list all of the available engine versions for `aurora` (for MySQL
         | 
| 13779 | 
            +
                #   5.6-compatible Aurora), use the following command:
         | 
| 13780 | 
            +
                #
         | 
| 13781 | 
            +
                #   `` aws rds describe-db-engine-versions --engine aurora --query
         | 
| 13782 | 
            +
                #   '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
         | 
| 13783 | 
            +
                #
         | 
| 13784 | 
            +
                #   To list all of the available engine versions for `aurora-mysql` (for
         | 
| 13785 | 
            +
                #   MySQL 5.7-compatible Aurora), use the following command:
         | 
| 13786 | 
            +
                #
         | 
| 13787 | 
            +
                #   `` aws rds describe-db-engine-versions --engine aurora-mysql --query
         | 
| 13788 | 
            +
                #   '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
         | 
| 13789 | 
            +
                #
         | 
| 13790 | 
            +
                #   To list all of the available engine versions for `aurora-postgresql`,
         | 
| 13791 | 
            +
                #   use the following command:
         | 
| 13792 | 
            +
                #
         | 
| 13793 | 
            +
                #   `` aws rds describe-db-engine-versions --engine aurora-postgresql
         | 
| 13794 | 
            +
                #   --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
         | 
| 13795 | 
            +
                #
         | 
| 13796 | 
            +
                # @option params [Boolean] :allow_major_version_upgrade
         | 
| 13797 | 
            +
                #   A value that indicates whether major version upgrades are allowed.
         | 
| 13798 | 
            +
                #
         | 
| 13799 | 
            +
                #   Constraints: You must allow major version upgrades when specifying a
         | 
| 13800 | 
            +
                #   value for the `EngineVersion` parameter that is a different major
         | 
| 13801 | 
            +
                #   version than the DB cluster's current version.
         | 
| 13802 | 
            +
                #
         | 
| 13803 | 
            +
                #   If you upgrade the major version of a global database, the cluster and
         | 
| 13804 | 
            +
                #   DB instance parameter groups are set to the default parameter groups
         | 
| 13805 | 
            +
                #   for the new version. Apply any custom parameter groups after
         | 
| 13806 | 
            +
                #   completing the upgrade.
         | 
| 13807 | 
            +
                #
         | 
| 13769 13808 | 
             
                # @return [Types::ModifyGlobalClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         | 
| 13770 13809 | 
             
                #
         | 
| 13771 13810 | 
             
                #   * {Types::ModifyGlobalClusterResult#global_cluster #global_cluster} => Types::GlobalCluster
         | 
| @@ -13776,6 +13815,8 @@ module Aws::RDS | |
| 13776 13815 | 
             
                #     global_cluster_identifier: "String",
         | 
| 13777 13816 | 
             
                #     new_global_cluster_identifier: "String",
         | 
| 13778 13817 | 
             
                #     deletion_protection: false,
         | 
| 13818 | 
            +
                #     engine_version: "String",
         | 
| 13819 | 
            +
                #     allow_major_version_upgrade: false,
         | 
| 13779 13820 | 
             
                #   })
         | 
| 13780 13821 | 
             
                #
         | 
| 13781 13822 | 
             
                # @example Response structure
         | 
| @@ -19177,7 +19218,7 @@ module Aws::RDS | |
| 19177 19218 | 
             
                    params: params,
         | 
| 19178 19219 | 
             
                    config: config)
         | 
| 19179 19220 | 
             
                  context[:gem_name] = 'aws-sdk-rds'
         | 
| 19180 | 
            -
                  context[:gem_version] = '1. | 
| 19221 | 
            +
                  context[:gem_version] = '1.110.0'
         | 
| 19181 19222 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 19182 19223 | 
             
                end
         | 
| 19183 19224 |  | 
| @@ -2441,6 +2441,8 @@ module Aws::RDS | |
| 2441 2441 | 
             
                ModifyGlobalClusterMessage.add_member(:global_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "GlobalClusterIdentifier"))
         | 
| 2442 2442 | 
             
                ModifyGlobalClusterMessage.add_member(:new_global_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "NewGlobalClusterIdentifier"))
         | 
| 2443 2443 | 
             
                ModifyGlobalClusterMessage.add_member(:deletion_protection, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DeletionProtection"))
         | 
| 2444 | 
            +
                ModifyGlobalClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
         | 
| 2445 | 
            +
                ModifyGlobalClusterMessage.add_member(:allow_major_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AllowMajorVersionUpgrade"))
         | 
| 2444 2446 | 
             
                ModifyGlobalClusterMessage.struct_class = Types::ModifyGlobalClusterMessage
         | 
| 2445 2447 |  | 
| 2446 2448 | 
             
                ModifyGlobalClusterResult.add_member(:global_cluster, Shapes::ShapeRef.new(shape: GlobalCluster, location_name: "GlobalCluster"))
         | 
| @@ -4621,6 +4623,8 @@ module Aws::RDS | |
| 4621 4623 | 
             
                    o.output = Shapes::ShapeRef.new(shape: ModifyGlobalClusterResult)
         | 
| 4622 4624 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: GlobalClusterNotFoundFault)
         | 
| 4623 4625 | 
             
                    o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalClusterStateFault)
         | 
| 4626 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
         | 
| 4627 | 
            +
                    o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
         | 
| 4624 4628 | 
             
                  end)
         | 
| 4625 4629 |  | 
| 4626 4630 | 
             
                  api.add_operation(:modify_option_group, Seahorse::Model::Operation.new.tap do |o|
         | 
| @@ -471,9 +471,9 @@ module Aws::RDS | |
| 471 471 | 
             
                  data[:global_write_forwarding_requested]
         | 
| 472 472 | 
             
                end
         | 
| 473 473 |  | 
| 474 | 
            -
                #  | 
| 475 | 
            -
                # only included when changes are pending. Specific | 
| 476 | 
            -
                # identified by subelements.
         | 
| 474 | 
            +
                # A value that specifies that changes to the DB cluster are pending.
         | 
| 475 | 
            +
                # This element is only included when changes are pending. Specific
         | 
| 476 | 
            +
                # changes are identified by subelements.
         | 
| 477 477 | 
             
                # @return [Types::ClusterPendingModifiedValues]
         | 
| 478 478 | 
             
                def pending_modified_values
         | 
| 479 479 | 
             
                  data[:pending_modified_values]
         | 
| @@ -163,9 +163,9 @@ module Aws::RDS | |
| 163 163 | 
             
                  data[:preferred_maintenance_window]
         | 
| 164 164 | 
             
                end
         | 
| 165 165 |  | 
| 166 | 
            -
                #  | 
| 167 | 
            -
                # only included when changes are pending. Specific | 
| 168 | 
            -
                # identified by subelements.
         | 
| 166 | 
            +
                # A value that specifies that changes to the DB instance are pending.
         | 
| 167 | 
            +
                # This element is only included when changes are pending. Specific
         | 
| 168 | 
            +
                # changes are identified by subelements.
         | 
| 169 169 | 
             
                # @return [Types::PendingModifiedValues]
         | 
| 170 170 | 
             
                def pending_modified_values
         | 
| 171 171 | 
             
                  data[:pending_modified_values]
         | 
| @@ -190,7 +190,8 @@ module Aws::RDS | |
| 190 190 | 
             
                  data[:engine_version]
         | 
| 191 191 | 
             
                end
         | 
| 192 192 |  | 
| 193 | 
            -
                #  | 
| 193 | 
            +
                # A value that indicates that minor version patches are applied
         | 
| 194 | 
            +
                # automatically.
         | 
| 194 195 | 
             
                # @return [Boolean]
         | 
| 195 196 | 
             
                def auto_minor_version_upgrade
         | 
| 196 197 | 
             
                  data[:auto_minor_version_upgrade]
         | 
| @@ -1278,8 +1279,8 @@ module Aws::RDS | |
| 1278 1279 | 
             
                #
         | 
| 1279 1280 | 
             
                #   **PostgreSQL**
         | 
| 1280 1281 | 
             
                #
         | 
| 1281 | 
            -
                #   See [ | 
| 1282 | 
            -
                #   User Guide.*
         | 
| 1282 | 
            +
                #   See [Amazon RDS for PostgreSQL versions and extensions][5] in the
         | 
| 1283 | 
            +
                #   *Amazon RDS User Guide.*
         | 
| 1283 1284 | 
             
                #
         | 
| 1284 1285 | 
             
                #
         | 
| 1285 1286 | 
             
                #
         | 
| @@ -1287,7 +1288,7 @@ module Aws::RDS | |
| 1287 1288 | 
             
                #   [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
         | 
| 1288 1289 | 
             
                #   [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
         | 
| 1289 1290 | 
             
                #   [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
         | 
| 1290 | 
            -
                #   [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts | 
| 1291 | 
            +
                #   [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts
         | 
| 1291 1292 | 
             
                # @option options [Boolean] :auto_minor_version_upgrade
         | 
| 1292 1293 | 
             
                #   A value that indicates whether minor engine upgrades are applied
         | 
| 1293 1294 | 
             
                #   automatically to the DB instance during the maintenance window. By
         | 
| @@ -1312,8 +1313,8 @@ module Aws::RDS | |
| 1312 1313 | 
             
                #
         | 
| 1313 1314 | 
             
                #   [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS
         | 
| 1314 1315 | 
             
                # @option options [String] :option_group_name
         | 
| 1315 | 
            -
                #    | 
| 1316 | 
            -
                #   option group.
         | 
| 1316 | 
            +
                #   A value that indicates that the DB instance should be associated with
         | 
| 1317 | 
            +
                #   the specified option group.
         | 
| 1317 1318 | 
             
                #
         | 
| 1318 1319 | 
             
                #   Permanent options, such as the TDE option for Oracle Advanced Security
         | 
| 1319 1320 | 
             
                #   TDE, can't be removed from an option group. Also, that option group
         | 
| @@ -1533,7 +1534,8 @@ module Aws::RDS | |
| 1533 1534 | 
             
                #
         | 
| 1534 1535 | 
             
                #   **Oracle**
         | 
| 1535 1536 | 
             
                #
         | 
| 1536 | 
            -
                #   Possible values are `alert`, `audit`, `listener`,  | 
| 1537 | 
            +
                #   Possible values are `alert`, `audit`, `listener`, `trace`, and
         | 
| 1538 | 
            +
                #   `oemagent`.
         | 
| 1537 1539 | 
             
                #
         | 
| 1538 1540 | 
             
                #   **PostgreSQL**
         | 
| 1539 1541 | 
             
                #
         | 
| @@ -2383,8 +2385,10 @@ module Aws::RDS | |
| 2383 2385 | 
             
                #   family for the new engine version must be specified. The new DB
         | 
| 2384 2386 | 
             
                #   parameter group can be the default for that DB parameter group family.
         | 
| 2385 2387 | 
             
                #
         | 
| 2386 | 
            -
                #    | 
| 2387 | 
            -
                #    | 
| 2388 | 
            +
                #   If you specify only a major version, Amazon RDS will update the DB
         | 
| 2389 | 
            +
                #   instance to the default minor version if the current minor version is
         | 
| 2390 | 
            +
                #   lower. For information about valid engine versions, see
         | 
| 2391 | 
            +
                #   `CreateDBInstance`, or call `DescribeDBEngineVersions`.
         | 
| 2388 2392 | 
             
                # @option options [Boolean] :allow_major_version_upgrade
         | 
| 2389 2393 | 
             
                #   A value that indicates whether major version upgrades are allowed.
         | 
| 2390 2394 | 
             
                #   Changing this parameter doesn't result in an outage and the change is
         | 
| @@ -2439,14 +2443,14 @@ module Aws::RDS | |
| 2439 2443 | 
             
                #
         | 
| 2440 2444 | 
             
                #   Default: Uses existing setting
         | 
| 2441 2445 | 
             
                # @option options [String] :option_group_name
         | 
| 2442 | 
            -
                #    | 
| 2443 | 
            -
                #   option group. Changing this parameter doesn't result in an | 
| 2444 | 
            -
                #   except in the following case and the change is applied during | 
| 2445 | 
            -
                #   maintenance window unless the `ApplyImmediately` parameter is | 
| 2446 | 
            -
                #   for this request. If the parameter change results in an option | 
| 2447 | 
            -
                #   that enables OEM, this change can cause a brief (sub-second) | 
| 2448 | 
            -
                #   during which new connections are rejected but existing | 
| 2449 | 
            -
                #   not interrupted.
         | 
| 2446 | 
            +
                #   A value that indicates the DB instance should be associated with the
         | 
| 2447 | 
            +
                #   specified option group. Changing this parameter doesn't result in an
         | 
| 2448 | 
            +
                #   outage except in the following case and the change is applied during
         | 
| 2449 | 
            +
                #   the next maintenance window unless the `ApplyImmediately` parameter is
         | 
| 2450 | 
            +
                #   enabled for this request. If the parameter change results in an option
         | 
| 2451 | 
            +
                #   group that enables OEM, this change can cause a brief (sub-second)
         | 
| 2452 | 
            +
                #   period during which new connections are rejected but existing
         | 
| 2453 | 
            +
                #   connections are not interrupted.
         | 
| 2450 2454 | 
             
                #
         | 
| 2451 2455 | 
             
                #   Permanent options, such as the TDE option for Oracle Advanced Security
         | 
| 2452 2456 | 
             
                #   TDE, can't be removed from an option group, and that option group
         | 
    
        data/lib/aws-sdk-rds/resource.rb
    CHANGED
    
    | @@ -1113,8 +1113,8 @@ module Aws::RDS | |
| 1113 1113 | 
             
                #
         | 
| 1114 1114 | 
             
                #   **PostgreSQL**
         | 
| 1115 1115 | 
             
                #
         | 
| 1116 | 
            -
                #   See [ | 
| 1117 | 
            -
                #   User Guide.*
         | 
| 1116 | 
            +
                #   See [Amazon RDS for PostgreSQL versions and extensions][5] in the
         | 
| 1117 | 
            +
                #   *Amazon RDS User Guide.*
         | 
| 1118 1118 | 
             
                #
         | 
| 1119 1119 | 
             
                #
         | 
| 1120 1120 | 
             
                #
         | 
| @@ -1122,7 +1122,7 @@ module Aws::RDS | |
| 1122 1122 | 
             
                #   [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
         | 
| 1123 1123 | 
             
                #   [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
         | 
| 1124 1124 | 
             
                #   [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
         | 
| 1125 | 
            -
                #   [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts | 
| 1125 | 
            +
                #   [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts
         | 
| 1126 1126 | 
             
                # @option options [Boolean] :auto_minor_version_upgrade
         | 
| 1127 1127 | 
             
                #   A value that indicates whether minor engine upgrades are applied
         | 
| 1128 1128 | 
             
                #   automatically to the DB instance during the maintenance window. By
         | 
| @@ -1147,8 +1147,8 @@ module Aws::RDS | |
| 1147 1147 | 
             
                #
         | 
| 1148 1148 | 
             
                #   [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS
         | 
| 1149 1149 | 
             
                # @option options [String] :option_group_name
         | 
| 1150 | 
            -
                #    | 
| 1151 | 
            -
                #   option group.
         | 
| 1150 | 
            +
                #   A value that indicates that the DB instance should be associated with
         | 
| 1151 | 
            +
                #   the specified option group.
         | 
| 1152 1152 | 
             
                #
         | 
| 1153 1153 | 
             
                #   Permanent options, such as the TDE option for Oracle Advanced Security
         | 
| 1154 1154 | 
             
                #   TDE, can't be removed from an option group. Also, that option group
         | 
| @@ -1368,7 +1368,8 @@ module Aws::RDS | |
| 1368 1368 | 
             
                #
         | 
| 1369 1369 | 
             
                #   **Oracle**
         | 
| 1370 1370 | 
             
                #
         | 
| 1371 | 
            -
                #   Possible values are `alert`, `audit`, `listener`,  | 
| 1371 | 
            +
                #   Possible values are `alert`, `audit`, `listener`, `trace`, and
         | 
| 1372 | 
            +
                #   `oemagent`.
         | 
| 1372 1373 | 
             
                #
         | 
| 1373 1374 | 
             
                #   **PostgreSQL**
         | 
| 1374 1375 | 
             
                #
         | 
    
        data/lib/aws-sdk-rds/types.rb
    CHANGED
    
    | @@ -766,7 +766,7 @@ module Aws::RDS | |
| 766 766 | 
             
                #   @return [Types::PendingCloudwatchLogsExports]
         | 
| 767 767 | 
             
                #
         | 
| 768 768 | 
             
                # @!attribute [rw] db_cluster_identifier
         | 
| 769 | 
            -
                #   The DBClusterIdentifier for the DB cluster.
         | 
| 769 | 
            +
                #   The DBClusterIdentifier value for the DB cluster.
         | 
| 770 770 | 
             
                #   @return [String]
         | 
| 771 771 | 
             
                #
         | 
| 772 772 | 
             
                # @!attribute [rw] master_user_password
         | 
| @@ -774,8 +774,8 @@ module Aws::RDS | |
| 774 774 | 
             
                #   @return [String]
         | 
| 775 775 | 
             
                #
         | 
| 776 776 | 
             
                # @!attribute [rw] iam_database_authentication_enabled
         | 
| 777 | 
            -
                #    | 
| 778 | 
            -
                #   to database accounts is enabled.
         | 
| 777 | 
            +
                #   A value that indicates whether mapping of AWS Identity and Access
         | 
| 778 | 
            +
                #   Management (IAM) accounts to database accounts is enabled.
         | 
| 779 779 | 
             
                #   @return [Boolean]
         | 
| 780 780 | 
             
                #
         | 
| 781 781 | 
             
                # @!attribute [rw] engine_version
         | 
| @@ -3050,8 +3050,8 @@ module Aws::RDS | |
| 3050 3050 | 
             
                #
         | 
| 3051 3051 | 
             
                #   **PostgreSQL**
         | 
| 3052 3052 | 
             
                #
         | 
| 3053 | 
            -
                #   See [ | 
| 3054 | 
            -
                #   User Guide.*
         | 
| 3053 | 
            +
                #   See [Amazon RDS for PostgreSQL versions and extensions][5] in the
         | 
| 3054 | 
            +
                #   *Amazon RDS User Guide.*
         | 
| 3055 3055 | 
             
                #
         | 
| 3056 3056 | 
             
                #
         | 
| 3057 3057 | 
             
                #
         | 
| @@ -3059,7 +3059,7 @@ module Aws::RDS | |
| 3059 3059 | 
             
                #   [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
         | 
| 3060 3060 | 
             
                #   [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
         | 
| 3061 3061 | 
             
                #   [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
         | 
| 3062 | 
            -
                #   [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts | 
| 3062 | 
            +
                #   [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts
         | 
| 3063 3063 | 
             
                #   @return [String]
         | 
| 3064 3064 | 
             
                #
         | 
| 3065 3065 | 
             
                # @!attribute [rw] auto_minor_version_upgrade
         | 
| @@ -3092,8 +3092,8 @@ module Aws::RDS | |
| 3092 3092 | 
             
                #   @return [Integer]
         | 
| 3093 3093 | 
             
                #
         | 
| 3094 3094 | 
             
                # @!attribute [rw] option_group_name
         | 
| 3095 | 
            -
                #    | 
| 3096 | 
            -
                #   specified option group.
         | 
| 3095 | 
            +
                #   A value that indicates that the DB instance should be associated
         | 
| 3096 | 
            +
                #   with the specified option group.
         | 
| 3097 3097 | 
             
                #
         | 
| 3098 3098 | 
             
                #   Permanent options, such as the TDE option for Oracle Advanced
         | 
| 3099 3099 | 
             
                #   Security TDE, can't be removed from an option group. Also, that
         | 
| @@ -3359,7 +3359,8 @@ module Aws::RDS | |
| 3359 3359 | 
             
                #
         | 
| 3360 3360 | 
             
                #   **Oracle**
         | 
| 3361 3361 | 
             
                #
         | 
| 3362 | 
            -
                #   Possible values are `alert`, `audit`, `listener`,  | 
| 3362 | 
            +
                #   Possible values are `alert`, `audit`, `listener`, `trace`, and
         | 
| 3363 | 
            +
                #   `oemagent`.
         | 
| 3363 3364 | 
             
                #
         | 
| 3364 3365 | 
             
                #   **PostgreSQL**
         | 
| 3365 3366 | 
             
                #
         | 
| @@ -5144,9 +5145,9 @@ module Aws::RDS | |
| 5144 5145 | 
             
                #   @return [Boolean]
         | 
| 5145 5146 | 
             
                #
         | 
| 5146 5147 | 
             
                # @!attribute [rw] pending_modified_values
         | 
| 5147 | 
            -
                #    | 
| 5148 | 
            -
                #   is only included when changes are pending. Specific | 
| 5149 | 
            -
                #   identified by subelements.
         | 
| 5148 | 
            +
                #   A value that specifies that changes to the DB cluster are pending.
         | 
| 5149 | 
            +
                #   This element is only included when changes are pending. Specific
         | 
| 5150 | 
            +
                #   changes are identified by subelements.
         | 
| 5150 5151 | 
             
                #   @return [Types::ClusterPendingModifiedValues]
         | 
| 5151 5152 | 
             
                #
         | 
| 5152 5153 | 
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBCluster AWS API Documentation
         | 
| @@ -6200,9 +6201,9 @@ module Aws::RDS | |
| 6200 6201 | 
             
                #   @return [String]
         | 
| 6201 6202 | 
             
                #
         | 
| 6202 6203 | 
             
                # @!attribute [rw] pending_modified_values
         | 
| 6203 | 
            -
                #    | 
| 6204 | 
            -
                #   is only included when changes are pending. Specific | 
| 6205 | 
            -
                #   identified by subelements.
         | 
| 6204 | 
            +
                #   A value that specifies that changes to the DB instance are pending.
         | 
| 6205 | 
            +
                #   This element is only included when changes are pending. Specific
         | 
| 6206 | 
            +
                #   changes are identified by subelements.
         | 
| 6206 6207 | 
             
                #   @return [Types::PendingModifiedValues]
         | 
| 6207 6208 | 
             
                #
         | 
| 6208 6209 | 
             
                # @!attribute [rw] latest_restorable_time
         | 
| @@ -6219,7 +6220,8 @@ module Aws::RDS | |
| 6219 6220 | 
             
                #   @return [String]
         | 
| 6220 6221 | 
             
                #
         | 
| 6221 6222 | 
             
                # @!attribute [rw] auto_minor_version_upgrade
         | 
| 6222 | 
            -
                #    | 
| 6223 | 
            +
                #   A value that indicates that minor version patches are applied
         | 
| 6224 | 
            +
                #   automatically.
         | 
| 6223 6225 | 
             
                #   @return [Boolean]
         | 
| 6224 6226 | 
             
                #
         | 
| 6225 6227 | 
             
                # @!attribute [rw] read_replica_source_db_instance_identifier
         | 
| @@ -13654,8 +13656,10 @@ module Aws::RDS | |
| 13654 13656 | 
             
                #   parameter group can be the default for that DB parameter group
         | 
| 13655 13657 | 
             
                #   family.
         | 
| 13656 13658 | 
             
                #
         | 
| 13657 | 
            -
                #    | 
| 13658 | 
            -
                #    | 
| 13659 | 
            +
                #   If you specify only a major version, Amazon RDS will update the DB
         | 
| 13660 | 
            +
                #   instance to the default minor version if the current minor version
         | 
| 13661 | 
            +
                #   is lower. For information about valid engine versions, see
         | 
| 13662 | 
            +
                #   `CreateDBInstance`, or call `DescribeDBEngineVersions`.
         | 
| 13659 13663 | 
             
                #   @return [String]
         | 
| 13660 13664 | 
             
                #
         | 
| 13661 13665 | 
             
                # @!attribute [rw] allow_major_version_upgrade
         | 
| @@ -13721,7 +13725,7 @@ module Aws::RDS | |
| 13721 13725 | 
             
                #   @return [Integer]
         | 
| 13722 13726 | 
             
                #
         | 
| 13723 13727 | 
             
                # @!attribute [rw] option_group_name
         | 
| 13724 | 
            -
                #    | 
| 13728 | 
            +
                #   A value that indicates the DB instance should be associated with the
         | 
| 13725 13729 | 
             
                #   specified option group. Changing this parameter doesn't result in
         | 
| 13726 13730 | 
             
                #   an outage except in the following case and the change is applied
         | 
| 13727 13731 | 
             
                #   during the next maintenance window unless the `ApplyImmediately`
         | 
| @@ -14666,6 +14670,8 @@ module Aws::RDS | |
| 14666 14670 | 
             
                #         global_cluster_identifier: "String",
         | 
| 14667 14671 | 
             
                #         new_global_cluster_identifier: "String",
         | 
| 14668 14672 | 
             
                #         deletion_protection: false,
         | 
| 14673 | 
            +
                #         engine_version: "String",
         | 
| 14674 | 
            +
                #         allow_major_version_upgrade: false,
         | 
| 14669 14675 | 
             
                #       }
         | 
| 14670 14676 | 
             
                #
         | 
| 14671 14677 | 
             
                # @!attribute [rw] global_cluster_identifier
         | 
| @@ -14701,12 +14707,53 @@ module Aws::RDS | |
| 14701 14707 | 
             
                #   protection is enabled.
         | 
| 14702 14708 | 
             
                #   @return [Boolean]
         | 
| 14703 14709 | 
             
                #
         | 
| 14710 | 
            +
                # @!attribute [rw] engine_version
         | 
| 14711 | 
            +
                #   The version number of the database engine to which you want to
         | 
| 14712 | 
            +
                #   upgrade. Changing this parameter results in an outage. The change is
         | 
| 14713 | 
            +
                #   applied during the next maintenance window unless `ApplyImmediately`
         | 
| 14714 | 
            +
                #   is enabled.
         | 
| 14715 | 
            +
                #
         | 
| 14716 | 
            +
                #   To list all of the available engine versions for `aurora` (for MySQL
         | 
| 14717 | 
            +
                #   5.6-compatible Aurora), use the following command:
         | 
| 14718 | 
            +
                #
         | 
| 14719 | 
            +
                #   `` aws rds describe-db-engine-versions --engine aurora --query
         | 
| 14720 | 
            +
                #   '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
         | 
| 14721 | 
            +
                #
         | 
| 14722 | 
            +
                #   To list all of the available engine versions for `aurora-mysql` (for
         | 
| 14723 | 
            +
                #   MySQL 5.7-compatible Aurora), use the following command:
         | 
| 14724 | 
            +
                #
         | 
| 14725 | 
            +
                #   `` aws rds describe-db-engine-versions --engine aurora-mysql --query
         | 
| 14726 | 
            +
                #   '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]' ``
         | 
| 14727 | 
            +
                #
         | 
| 14728 | 
            +
                #   To list all of the available engine versions for
         | 
| 14729 | 
            +
                #   `aurora-postgresql`, use the following command:
         | 
| 14730 | 
            +
                #
         | 
| 14731 | 
            +
                #   `` aws rds describe-db-engine-versions --engine aurora-postgresql
         | 
| 14732 | 
            +
                #   --query '*[]|[?SupportsGlobalDatabases == `true`].[EngineVersion]'
         | 
| 14733 | 
            +
                #   ``
         | 
| 14734 | 
            +
                #   @return [String]
         | 
| 14735 | 
            +
                #
         | 
| 14736 | 
            +
                # @!attribute [rw] allow_major_version_upgrade
         | 
| 14737 | 
            +
                #   A value that indicates whether major version upgrades are allowed.
         | 
| 14738 | 
            +
                #
         | 
| 14739 | 
            +
                #   Constraints: You must allow major version upgrades when specifying a
         | 
| 14740 | 
            +
                #   value for the `EngineVersion` parameter that is a different major
         | 
| 14741 | 
            +
                #   version than the DB cluster's current version.
         | 
| 14742 | 
            +
                #
         | 
| 14743 | 
            +
                #   If you upgrade the major version of a global database, the cluster
         | 
| 14744 | 
            +
                #   and DB instance parameter groups are set to the default parameter
         | 
| 14745 | 
            +
                #   groups for the new version. Apply any custom parameter groups after
         | 
| 14746 | 
            +
                #   completing the upgrade.
         | 
| 14747 | 
            +
                #   @return [Boolean]
         | 
| 14748 | 
            +
                #
         | 
| 14704 14749 | 
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ModifyGlobalClusterMessage AWS API Documentation
         | 
| 14705 14750 | 
             
                #
         | 
| 14706 14751 | 
             
                class ModifyGlobalClusterMessage < Struct.new(
         | 
| 14707 14752 | 
             
                  :global_cluster_identifier,
         | 
| 14708 14753 | 
             
                  :new_global_cluster_identifier,
         | 
| 14709 | 
            -
                  :deletion_protection | 
| 14754 | 
            +
                  :deletion_protection,
         | 
| 14755 | 
            +
                  :engine_version,
         | 
| 14756 | 
            +
                  :allow_major_version_upgrade)
         | 
| 14710 14757 | 
             
                  SENSITIVE = []
         | 
| 14711 14758 | 
             
                  include Aws::Structure
         | 
| 14712 14759 | 
             
                end
         | 
| @@ -15704,7 +15751,7 @@ module Aws::RDS | |
| 15704 15751 | 
             
                end
         | 
| 15705 15752 |  | 
| 15706 15753 | 
             
                # This data type is used as a response element in the `ModifyDBInstance`
         | 
| 15707 | 
            -
                #  | 
| 15754 | 
            +
                # operation and contains changes that will be applied during the next
         | 
| 15708 15755 | 
             
                # maintenance window.
         | 
| 15709 15756 | 
             
                #
         | 
| 15710 15757 | 
             
                # @!attribute [rw] db_instance_class
         | 
| @@ -15730,8 +15777,8 @@ module Aws::RDS | |
| 15730 15777 | 
             
                #   @return [Integer]
         | 
| 15731 15778 | 
             
                #
         | 
| 15732 15779 | 
             
                # @!attribute [rw] multi_az
         | 
| 15733 | 
            -
                #    | 
| 15734 | 
            -
                #   deployment.
         | 
| 15780 | 
            +
                #   A value that indicates that the Single-AZ DB instance will change to
         | 
| 15781 | 
            +
                #   a Multi-AZ deployment.
         | 
| 15735 15782 | 
             
                #   @return [Boolean]
         | 
| 15736 15783 | 
             
                #
         | 
| 15737 15784 | 
             
                # @!attribute [rw] engine_version
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-sdk-rds
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.110.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Amazon Web Services
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date:  | 
| 11 | 
            +
            date: 2021-01-11 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: aws-sigv4
         |