aws-sdk-rds 1.235.0 → 1.237.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/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-rds/client.rb +2 -4
- data/lib/aws-sdk-rds/client_api.rb +1 -0
- data/lib/aws-sdk-rds/db_cluster.rb +2 -2
- data/lib/aws-sdk-rds/resource.rb +1 -1
- data/lib/aws-sdk-rds/types.rb +8 -7
- data/lib/aws-sdk-rds.rb +1 -1
- metadata +4 -4
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 5bffc2125de0882c57b23de2ac343fa90d265a895055cd66f83bd89b10330876
         | 
| 4 | 
            +
              data.tar.gz: 150014cc6a26e9219edd5c58db9b2ff0239ad7d78998e9d38b5082167e31b756
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 167e5e86370b804ca1919fe727b7fe8783a395a2f22cf69d9c7e79826977d333e86bbbba184864b66ee40b46729defafdd79ade4aa0ec6f5a7efa79aebc58f56
         | 
| 7 | 
            +
              data.tar.gz: '0688cf281676e1360ed473bb2c5a20dc8bd0cf80c99f09fc9d5c448df93bd7de26656dec7d1ca58ea6c59a7917842027a0bc0eab6de31d544abf5f716d8159cb'
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,6 +1,16 @@ | |
| 1 1 | 
             
            Unreleased Changes
         | 
| 2 2 | 
             
            ------------------
         | 
| 3 3 |  | 
| 4 | 
            +
            1.237.0 (2024-06-27)
         | 
| 5 | 
            +
            ------------------
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            * Feature - Updates Amazon RDS documentation for TAZ export to S3.
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            1.236.0 (2024-06-25)
         | 
| 10 | 
            +
            ------------------
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
         | 
| 13 | 
            +
             | 
| 4 14 | 
             
            1.235.0 (2024-06-24)
         | 
| 5 15 | 
             
            ------------------
         | 
| 6 16 |  | 
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1. | 
| 1 | 
            +
            1.237.0
         | 
    
        data/lib/aws-sdk-rds/client.rb
    CHANGED
    
    | @@ -2635,7 +2635,7 @@ module Aws::RDS | |
| 2635 2635 | 
             
                #
         | 
| 2636 2636 | 
             
                #   * Must match the name of an existing DB subnet group.
         | 
| 2637 2637 | 
             
                #
         | 
| 2638 | 
            -
                #    | 
| 2638 | 
            +
                #   ^
         | 
| 2639 2639 | 
             
                #
         | 
| 2640 2640 | 
             
                #   Example: `mydbsubnetgroup`
         | 
| 2641 2641 | 
             
                #
         | 
| @@ -29953,8 +29953,6 @@ module Aws::RDS | |
| 29953 29953 | 
             
                #
         | 
| 29954 29954 | 
             
                # You can't export snapshot data from Db2 or RDS Custom DB instances.
         | 
| 29955 29955 | 
             
                #
         | 
| 29956 | 
            -
                # You can't export cluster data from Multi-AZ DB clusters.
         | 
| 29957 | 
            -
                #
         | 
| 29958 29956 | 
             
                # For more information on exporting DB snapshot data, see [Exporting DB
         | 
| 29959 29957 | 
             
                # snapshot data to Amazon S3][1] in the *Amazon RDS User Guide* or
         | 
| 29960 29958 | 
             
                # [Exporting DB cluster snapshot data to Amazon S3][2] in the *Amazon
         | 
| @@ -31255,7 +31253,7 @@ module Aws::RDS | |
| 31255 31253 | 
             
                    params: params,
         | 
| 31256 31254 | 
             
                    config: config)
         | 
| 31257 31255 | 
             
                  context[:gem_name] = 'aws-sdk-rds'
         | 
| 31258 | 
            -
                  context[:gem_version] = '1. | 
| 31256 | 
            +
                  context[:gem_version] = '1.237.0'
         | 
| 31259 31257 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 31260 31258 | 
             
                end
         | 
| 31261 31259 |  | 
| @@ -696,7 +696,7 @@ module Aws::RDS | |
| 696 696 | 
             
                  data[:storage_throughput]
         | 
| 697 697 | 
             
                end
         | 
| 698 698 |  | 
| 699 | 
            -
                #  | 
| 699 | 
            +
                # The details of the DB instance’s server certificate.
         | 
| 700 700 | 
             
                #
         | 
| 701 701 | 
             
                # For more information, see [Using SSL/TLS to encrypt a connection to a
         | 
| 702 702 | 
             
                # DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
         | 
| @@ -1005,7 +1005,7 @@ module Aws::RDS | |
| 1005 1005 | 
             
                #
         | 
| 1006 1006 | 
             
                #   * Must match the name of an existing DB subnet group.
         | 
| 1007 1007 | 
             
                #
         | 
| 1008 | 
            -
                #    | 
| 1008 | 
            +
                #   ^
         | 
| 1009 1009 | 
             
                #
         | 
| 1010 1010 | 
             
                #   Example: `mydbsubnetgroup`
         | 
| 1011 1011 | 
             
                # @option options [required, String] :engine
         | 
    
        data/lib/aws-sdk-rds/resource.rb
    CHANGED
    
    
    
        data/lib/aws-sdk-rds/types.rb
    CHANGED
    
    | @@ -763,7 +763,7 @@ module Aws::RDS | |
| 763 763 | 
             
                  include Aws::Structure
         | 
| 764 764 | 
             
                end
         | 
| 765 765 |  | 
| 766 | 
            -
                #  | 
| 766 | 
            +
                # The details of the DB instance’s server certificate.
         | 
| 767 767 | 
             
                #
         | 
| 768 768 | 
             
                # For more information, see [Using SSL/TLS to encrypt a connection to a
         | 
| 769 769 | 
             
                # DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to
         | 
| @@ -940,7 +940,7 @@ module Aws::RDS | |
| 940 940 | 
             
                #   @return [String]
         | 
| 941 941 | 
             
                #
         | 
| 942 942 | 
             
                # @!attribute [rw] certificate_details
         | 
| 943 | 
            -
                #    | 
| 943 | 
            +
                #   The details of the DB instance’s server certificate.
         | 
| 944 944 | 
             
                #
         | 
| 945 945 | 
             
                #   For more information, see [Using SSL/TLS to encrypt a connection to
         | 
| 946 946 | 
             
                #   a DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS
         | 
| @@ -2155,7 +2155,7 @@ module Aws::RDS | |
| 2155 2155 | 
             
                #
         | 
| 2156 2156 | 
             
                #   * Must match the name of an existing DB subnet group.
         | 
| 2157 2157 | 
             
                #
         | 
| 2158 | 
            -
                #    | 
| 2158 | 
            +
                #   ^
         | 
| 2159 2159 | 
             
                #
         | 
| 2160 2160 | 
             
                #   Example: `mydbsubnetgroup`
         | 
| 2161 2161 | 
             
                #   @return [String]
         | 
| @@ -7109,7 +7109,7 @@ module Aws::RDS | |
| 7109 7109 | 
             
                #   @return [Integer]
         | 
| 7110 7110 | 
             
                #
         | 
| 7111 7111 | 
             
                # @!attribute [rw] certificate_details
         | 
| 7112 | 
            -
                #    | 
| 7112 | 
            +
                #   The details of the DB instance’s server certificate.
         | 
| 7113 7113 | 
             
                #
         | 
| 7114 7114 | 
             
                #   For more information, see [Using SSL/TLS to encrypt a connection to
         | 
| 7115 7115 | 
             
                #   a DB instance][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS
         | 
| @@ -21207,8 +21207,9 @@ module Aws::RDS | |
| 21207 21207 | 
             
                # * The current number CPU cores and threads is set to a non-default
         | 
| 21208 21208 | 
             
                #   value.
         | 
| 21209 21209 | 
             
                #
         | 
| 21210 | 
            -
                # For more information, see [Configuring the  | 
| 21211 | 
            -
                #  | 
| 21210 | 
            +
                # For more information, see [ Configuring the processor for a DB
         | 
| 21211 | 
            +
                # instance class in RDS for Oracle][1] in the <i>Amazon RDS User Guide.
         | 
| 21212 | 
            +
                # </i>
         | 
| 21212 21213 | 
             
                #
         | 
| 21213 21214 | 
             
                #
         | 
| 21214 21215 | 
             
                #
         | 
| @@ -21220,7 +21221,7 @@ module Aws::RDS | |
| 21220 21221 | 
             
                #   @return [String]
         | 
| 21221 21222 | 
             
                #
         | 
| 21222 21223 | 
             
                # @!attribute [rw] value
         | 
| 21223 | 
            -
                #   The value of a processor feature | 
| 21224 | 
            +
                #   The value of a processor feature.
         | 
| 21224 21225 | 
             
                #   @return [String]
         | 
| 21225 21226 | 
             
                #
         | 
| 21226 21227 | 
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ProcessorFeature AWS API Documentation
         | 
    
        data/lib/aws-sdk-rds.rb
    CHANGED
    
    
    
        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.237.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: 2024-06- | 
| 11 | 
            +
            date: 2024-06-27 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: aws-sdk-core
         | 
| @@ -19,7 +19,7 @@ dependencies: | |
| 19 19 | 
             
                    version: '3'
         | 
| 20 20 | 
             
                - - ">="
         | 
| 21 21 | 
             
                  - !ruby/object:Gem::Version
         | 
| 22 | 
            -
                    version: 3. | 
| 22 | 
            +
                    version: 3.199.0
         | 
| 23 23 | 
             
              type: :runtime
         | 
| 24 24 | 
             
              prerelease: false
         | 
| 25 25 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| @@ -29,7 +29,7 @@ dependencies: | |
| 29 29 | 
             
                    version: '3'
         | 
| 30 30 | 
             
                - - ">="
         | 
| 31 31 | 
             
                  - !ruby/object:Gem::Version
         | 
| 32 | 
            -
                    version: 3. | 
| 32 | 
            +
                    version: 3.199.0
         | 
| 33 33 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 34 34 | 
             
              name: aws-sigv4
         | 
| 35 35 | 
             
              requirement: !ruby/object:Gem::Requirement
         |