aws-sdk-databasemigrationservice 1.129.0 → 1.131.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-databasemigrationservice/client.rb +5 -11
- data/lib/aws-sdk-databasemigrationservice/customizations.rb +0 -8
- data/lib/aws-sdk-databasemigrationservice/types.rb +6 -15
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- metadata +3 -3
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 848268e0e703e172127739cc108cc0efb9ee58e006a7e96cc86174c0f1a2ba50
         | 
| 4 | 
            +
              data.tar.gz: af0962ba392cc1a719448c59fc11789e544ef2ab21fac596dc290f6d04be6ea5
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 347e97231a15199cd6f2d85e6b3d836b71203fd105edee9affb72d1c5b64e8d17451cc540163ba392e5d513eaa703cca627a1429615bb617a47753e597322d8d
         | 
| 7 | 
            +
              data.tar.gz: 248e6b76d762bafd58c03919ad888d755d27e149dd5a233a1e49cad4e57c23f9cfee375926b76b9649232f0861c088c4805485aedffc62b89508c3107b0ebd73
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,6 +1,16 @@ | |
| 1 1 | 
             
            Unreleased Changes
         | 
| 2 2 | 
             
            ------------------
         | 
| 3 3 |  | 
| 4 | 
            +
            1.131.0 (2025-10-21)
         | 
| 5 | 
            +
            ------------------
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            1.130.0 (2025-10-01)
         | 
| 10 | 
            +
            ------------------
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            * Feature - This is a doc-only update, revising text for kms-key-arns.
         | 
| 13 | 
            +
             | 
| 4 14 | 
             
            1.129.0 (2025-08-26)
         | 
| 5 15 | 
             
            ------------------
         | 
| 6 16 |  | 
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1. | 
| 1 | 
            +
            1.131.0
         | 
| @@ -2313,11 +2313,8 @@ module Aws::DatabaseMigrationService | |
| 2313 2313 | 
             
                #   the connection parameters for the instance profile.
         | 
| 2314 2314 | 
             
                #
         | 
| 2315 2315 | 
             
                #   If you don't specify a value for the `KmsKeyArn` parameter, then DMS
         | 
| 2316 | 
            -
                #   uses  | 
| 2317 | 
            -
                #
         | 
| 2318 | 
            -
                #   KMS creates the default encryption key for your Amazon Web Services
         | 
| 2319 | 
            -
                #   account. Your Amazon Web Services account has a different default
         | 
| 2320 | 
            -
                #   encryption key for each Amazon Web Services Region.
         | 
| 2316 | 
            +
                #   uses an Amazon Web Services owned encryption key to encrypt your
         | 
| 2317 | 
            +
                #   resources.
         | 
| 2321 2318 | 
             
                #
         | 
| 2322 2319 | 
             
                # @option params [Boolean] :publicly_accessible
         | 
| 2323 2320 | 
             
                #   Specifies the accessibility options for the instance profile. A value
         | 
| @@ -10624,11 +10621,8 @@ module Aws::DatabaseMigrationService | |
| 10624 10621 | 
             
                #   the connection parameters for the instance profile.
         | 
| 10625 10622 | 
             
                #
         | 
| 10626 10623 | 
             
                #   If you don't specify a value for the `KmsKeyArn` parameter, then DMS
         | 
| 10627 | 
            -
                #   uses  | 
| 10628 | 
            -
                #
         | 
| 10629 | 
            -
                #   KMS creates the default encryption key for your Amazon Web Services
         | 
| 10630 | 
            -
                #   account. Your Amazon Web Services account has a different default
         | 
| 10631 | 
            -
                #   encryption key for each Amazon Web Services Region.
         | 
| 10624 | 
            +
                #   uses an Amazon Web Services owned encryption key to encrypt your
         | 
| 10625 | 
            +
                #   resources.
         | 
| 10632 10626 | 
             
                #
         | 
| 10633 10627 | 
             
                # @option params [Boolean] :publicly_accessible
         | 
| 10634 10628 | 
             
                #   Specifies the accessibility options for the instance profile. A value
         | 
| @@ -13200,7 +13194,7 @@ module Aws::DatabaseMigrationService | |
| 13200 13194 | 
             
                    tracer: tracer
         | 
| 13201 13195 | 
             
                  )
         | 
| 13202 13196 | 
             
                  context[:gem_name] = 'aws-sdk-databasemigrationservice'
         | 
| 13203 | 
            -
                  context[:gem_version] = '1. | 
| 13197 | 
            +
                  context[:gem_version] = '1.131.0'
         | 
| 13204 13198 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 13205 13199 | 
             
                end
         | 
| 13206 13200 |  | 
| @@ -1231,11 +1231,8 @@ module Aws::DatabaseMigrationService | |
| 1231 1231 | 
             
                #   encrypt the connection parameters for the instance profile.
         | 
| 1232 1232 | 
             
                #
         | 
| 1233 1233 | 
             
                #   If you don't specify a value for the `KmsKeyArn` parameter, then
         | 
| 1234 | 
            -
                #   DMS uses  | 
| 1235 | 
            -
                #
         | 
| 1236 | 
            -
                #   KMS creates the default encryption key for your Amazon Web Services
         | 
| 1237 | 
            -
                #   account. Your Amazon Web Services account has a different default
         | 
| 1238 | 
            -
                #   encryption key for each Amazon Web Services Region.
         | 
| 1234 | 
            +
                #   DMS uses an Amazon Web Services owned encryption key to encrypt your
         | 
| 1235 | 
            +
                #   resources.
         | 
| 1239 1236 | 
             
                #   @return [String]
         | 
| 1240 1237 | 
             
                #
         | 
| 1241 1238 | 
             
                # @!attribute [rw] publicly_accessible
         | 
| @@ -6546,11 +6543,8 @@ module Aws::DatabaseMigrationService | |
| 6546 6543 | 
             
                #   encrypt the connection parameters for the instance profile.
         | 
| 6547 6544 | 
             
                #
         | 
| 6548 6545 | 
             
                #   If you don't specify a value for the `KmsKeyArn` parameter, then
         | 
| 6549 | 
            -
                #   DMS uses  | 
| 6550 | 
            -
                #
         | 
| 6551 | 
            -
                #   KMS creates the default encryption key for your Amazon Web Services
         | 
| 6552 | 
            -
                #   account. Your Amazon Web Services account has a different default
         | 
| 6553 | 
            -
                #   encryption key for each Amazon Web Services Region.
         | 
| 6546 | 
            +
                #   DMS uses an Amazon Web Services owned encryption key to encrypt your
         | 
| 6547 | 
            +
                #   resources.
         | 
| 6554 6548 | 
             
                #   @return [String]
         | 
| 6555 6549 | 
             
                #
         | 
| 6556 6550 | 
             
                # @!attribute [rw] publicly_accessible
         | 
| @@ -8078,11 +8072,8 @@ module Aws::DatabaseMigrationService | |
| 8078 8072 | 
             
                #   encrypt the connection parameters for the instance profile.
         | 
| 8079 8073 | 
             
                #
         | 
| 8080 8074 | 
             
                #   If you don't specify a value for the `KmsKeyArn` parameter, then
         | 
| 8081 | 
            -
                #   DMS uses  | 
| 8082 | 
            -
                #
         | 
| 8083 | 
            -
                #   KMS creates the default encryption key for your Amazon Web Services
         | 
| 8084 | 
            -
                #   account. Your Amazon Web Services account has a different default
         | 
| 8085 | 
            -
                #   encryption key for each Amazon Web Services Region.
         | 
| 8075 | 
            +
                #   DMS uses an Amazon Web Services owned encryption key to encrypt your
         | 
| 8076 | 
            +
                #   resources.
         | 
| 8086 8077 | 
             
                #   @return [String]
         | 
| 8087 8078 | 
             
                #
         | 
| 8088 8079 | 
             
                # @!attribute [rw] publicly_accessible
         | 
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-sdk-databasemigrationservice
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.131.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Amazon Web Services
         | 
| @@ -18,7 +18,7 @@ dependencies: | |
| 18 18 | 
             
                    version: '3'
         | 
| 19 19 | 
             
                - - ">="
         | 
| 20 20 | 
             
                  - !ruby/object:Gem::Version
         | 
| 21 | 
            -
                    version: 3. | 
| 21 | 
            +
                    version: 3.234.0
         | 
| 22 22 | 
             
              type: :runtime
         | 
| 23 23 | 
             
              prerelease: false
         | 
| 24 24 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| @@ -28,7 +28,7 @@ dependencies: | |
| 28 28 | 
             
                    version: '3'
         | 
| 29 29 | 
             
                - - ">="
         | 
| 30 30 | 
             
                  - !ruby/object:Gem::Version
         | 
| 31 | 
            -
                    version: 3. | 
| 31 | 
            +
                    version: 3.234.0
         | 
| 32 32 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 33 33 | 
             
              name: aws-sigv4
         | 
| 34 34 | 
             
              requirement: !ruby/object:Gem::Requirement
         |