aws-sdk-databasemigrationservice 1.109.0 → 1.110.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 781ca8dee22e13a1441346c225b8ce08b4c78540315c44619defc2f5f79f44c0
4
- data.tar.gz: 01eb56290104b1e55cece46b631a5ed0b47649acc8367c69c39f37e8297df8b1
3
+ metadata.gz: da410daf74d4242c0713c5a172fbe6be05caeeecf144bde9ca75c323bcdc88bb
4
+ data.tar.gz: '078c33ec17039b3cb1e7f3ef24b44783dba9437a8253679b3caf16f962d1d826'
5
5
  SHA512:
6
- metadata.gz: d43b4412882e2c4ecc8e8e7be832bc01c46c1e7ad440c2d3c70b6f27324d222cf833b964c84d893db599b19b0b61fa053fbcc2b5aec7834b5ade6fc6e9761544
7
- data.tar.gz: 85a4cdbe3e6d2519c556ee33f33dc26ae32c9eb49f31b41b5837a0613c148cbc61e718b927d67115a017302665e0b6ec9a1e1c1181970f73549232b2a4661c1b
6
+ metadata.gz: a76f05d3e39b517d643ffbaf4b53b9187a613603329eb417d9412260220226e50f0f7b2bffe61c77c74e5d1e65d1e0c66ee51947d9cc0c213f5cb035505eb6ea
7
+ data.tar.gz: '08b86277236e076974f389491598c8ab2f3f59c5ae04e847764fd2f23503565a610db6387bbe22be99952be538af9c8348673602de9ef9b99205d70aeaa8fd5c'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.110.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.109.0 (2024-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.109.0
1
+ 1.110.0
@@ -1127,8 +1127,8 @@ module Aws::DatabaseMigrationService
1127
1127
  # Shorthand syntax for these settings is as follows:
1128
1128
  # `ServiceAccessRoleArn=string,BucketName=string`
1129
1129
  #
1130
- # JSON syntax for these settings is as follows: `\{
1131
- # "ServiceAccessRoleArn": "string", "BucketName": "string", \} `
1130
+ # JSON syntax for these settings is as follows: `{
1131
+ # "ServiceAccessRoleArn": "string", "BucketName": "string", } `
1132
1132
  #
1133
1133
  # @option params [Types::MongoDbSettings] :mongo_db_settings
1134
1134
  # Settings in JSON format for the source MongoDB endpoint. For more
@@ -8503,7 +8503,7 @@ module Aws::DatabaseMigrationService
8503
8503
  # SSL. Provide the name of a `.sso` file using the `fileb://` prefix.
8504
8504
  # You can't provide the certificate inline.
8505
8505
  #
8506
- # Example: `filebase64("$\{path.root\}/rds-ca-2019-root.sso")`
8506
+ # Example: `filebase64("${path.root}/rds-ca-2019-root.sso")`
8507
8507
  #
8508
8508
  # @option params [Array<Types::Tag>] :tags
8509
8509
  # The tags associated with the certificate.
@@ -9088,8 +9088,8 @@ module Aws::DatabaseMigrationService
9088
9088
  # Shorthand syntax for these settings is as follows:
9089
9089
  # `ServiceAccessRoleArn=string ,BucketName=string`
9090
9090
  #
9091
- # JSON syntax for these settings is as follows: `\{
9092
- # "ServiceAccessRoleArn": "string", "BucketName": "string"\} `
9091
+ # JSON syntax for these settings is as follows: `{
9092
+ # "ServiceAccessRoleArn": "string", "BucketName": "string"} `
9093
9093
  #
9094
9094
  # @option params [Types::MongoDbSettings] :mongo_db_settings
9095
9095
  # Settings in JSON format for the source MongoDB endpoint. For more
@@ -9241,15 +9241,15 @@ module Aws::DatabaseMigrationService
9241
9241
  # settings with different names.
9242
9242
  #
9243
9243
  # For example, if you call `create-endpoint ... --endpoint-settings
9244
- # '\{"a":1\}' ...`, the endpoint has the following endpoint settings:
9245
- # `'\{"a":1\}'`. If you then call `modify-endpoint ...
9246
- # --endpoint-settings '\{"b":2\}' ...` for the same endpoint, the
9247
- # endpoint has the following settings: `'\{"a":1,"b":2\}'`.
9244
+ # '{"a":1}' ...`, the endpoint has the following endpoint settings:
9245
+ # `'{"a":1}'`. If you then call `modify-endpoint ... --endpoint-settings
9246
+ # '{"b":2}' ...` for the same endpoint, the endpoint has the following
9247
+ # settings: `'{"a":1,"b":2}'`.
9248
9248
  #
9249
9249
  # However, suppose that you follow this with a call to `modify-endpoint
9250
- # ... --endpoint-settings '\{"b":2\}' --exact-settings ...` for that
9251
- # same endpoint again. Then the endpoint has the following settings:
9252
- # `'\{"b":2\}'`. All existing settings are replaced with the exact
9250
+ # ... --endpoint-settings '{"b":2}' --exact-settings ...` for that same
9251
+ # endpoint again. Then the endpoint has the following settings:
9252
+ # `'{"b":2}'`. All existing settings are replaced with the exact
9253
9253
  # settings that you specify.
9254
9254
  #
9255
9255
  # @option params [Types::GcpMySQLSettings] :gcp_my_sql_settings
@@ -12445,7 +12445,7 @@ module Aws::DatabaseMigrationService
12445
12445
  tracer: tracer
12446
12446
  )
12447
12447
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
12448
- context[:gem_version] = '1.109.0'
12448
+ context[:gem_version] = '1.110.0'
12449
12449
  Seahorse::Client::Request.new(handlers, context)
12450
12450
  end
12451
12451
 
@@ -248,7 +248,7 @@ module Aws::DatabaseMigrationService
248
248
  #
249
249
  # @!attribute [rw] certificate_wallet
250
250
  # The location of an imported Oracle Wallet certificate for use with
251
- # SSL. Example: `filebase64("$\{path.root\}/rds-ca-2019-root.sso")`
251
+ # SSL. Example: `filebase64("${path.root}/rds-ca-2019-root.sso")`
252
252
  # @return [String]
253
253
  #
254
254
  # @!attribute [rw] certificate_arn
@@ -842,8 +842,8 @@ module Aws::DatabaseMigrationService
842
842
  # Shorthand syntax for these settings is as follows:
843
843
  # `ServiceAccessRoleArn=string,BucketName=string`
844
844
  #
845
- # JSON syntax for these settings is as follows: `\{
846
- # "ServiceAccessRoleArn": "string", "BucketName": "string", \} `
845
+ # JSON syntax for these settings is as follows: `{
846
+ # "ServiceAccessRoleArn": "string", "BucketName": "string", } `
847
847
  # @return [Types::DmsTransferSettings]
848
848
  #
849
849
  # @!attribute [rw] mongo_db_settings
@@ -6324,7 +6324,7 @@ module Aws::DatabaseMigrationService
6324
6324
  # SSL. Provide the name of a `.sso` file using the `fileb://` prefix.
6325
6325
  # You can't provide the certificate inline.
6326
6326
  #
6327
- # Example: `filebase64("$\{path.root\}/rds-ca-2019-root.sso")`
6327
+ # Example: `filebase64("${path.root}/rds-ca-2019-root.sso")`
6328
6328
  # @return [String]
6329
6329
  #
6330
6330
  # @!attribute [rw] tags
@@ -7513,8 +7513,8 @@ module Aws::DatabaseMigrationService
7513
7513
  # Shorthand syntax for these settings is as follows:
7514
7514
  # `ServiceAccessRoleArn=string ,BucketName=string`
7515
7515
  #
7516
- # JSON syntax for these settings is as follows: `\{
7517
- # "ServiceAccessRoleArn": "string", "BucketName": "string"\} `
7516
+ # JSON syntax for these settings is as follows: `{
7517
+ # "ServiceAccessRoleArn": "string", "BucketName": "string"} `
7518
7518
  # @return [Types::DmsTransferSettings]
7519
7519
  #
7520
7520
  # @!attribute [rw] mongo_db_settings
@@ -7683,16 +7683,16 @@ module Aws::DatabaseMigrationService
7683
7683
  # settings with different names.
7684
7684
  #
7685
7685
  # For example, if you call `create-endpoint ... --endpoint-settings
7686
- # '\{"a":1\}' ...`, the endpoint has the following endpoint settings:
7687
- # `'\{"a":1\}'`. If you then call `modify-endpoint ...
7688
- # --endpoint-settings '\{"b":2\}' ...` for the same endpoint, the
7689
- # endpoint has the following settings: `'\{"a":1,"b":2\}'`.
7686
+ # '{"a":1}' ...`, the endpoint has the following endpoint settings:
7687
+ # `'{"a":1}'`. If you then call `modify-endpoint ...
7688
+ # --endpoint-settings '{"b":2}' ...` for the same endpoint, the
7689
+ # endpoint has the following settings: `'{"a":1,"b":2}'`.
7690
7690
  #
7691
7691
  # However, suppose that you follow this with a call to
7692
- # `modify-endpoint ... --endpoint-settings '\{"b":2\}'
7693
- # --exact-settings ...` for that same endpoint again. Then the
7694
- # endpoint has the following settings: `'\{"b":2\}'`. All existing
7695
- # settings are replaced with the exact settings that you specify.
7692
+ # `modify-endpoint ... --endpoint-settings '{"b":2}' --exact-settings
7693
+ # ...` for that same endpoint again. Then the endpoint has the
7694
+ # following settings: `'{"b":2}'`. All existing settings are replaced
7695
+ # with the exact settings that you specify.
7696
7696
  # @return [Boolean]
7697
7697
  #
7698
7698
  # @!attribute [rw] gcp_my_sql_settings
@@ -12545,10 +12545,10 @@ module Aws::DatabaseMigrationService
12545
12545
  # this parameter when `DatePartitionedEnabled` is set to `true`, as
12546
12546
  # shown in the following example.
12547
12547
  #
12548
- # `s3-settings='\{"DatePartitionEnabled": true,
12548
+ # `s3-settings='{"DatePartitionEnabled": true,
12549
12549
  # "DatePartitionSequence": "YYYYMMDDHH", "DatePartitionDelimiter":
12550
12550
  # "SLASH", "DatePartitionTimezone":"Asia/Seoul", "BucketName":
12551
- # "dms-nattarat-test"\}'`
12551
+ # "dms-nattarat-test"}'`
12552
12552
  # @return [String]
12553
12553
  #
12554
12554
  # @!attribute [rw] add_trailing_padding_character
@@ -12560,8 +12560,7 @@ module Aws::DatabaseMigrationService
12560
12560
  # To specify a bucket owner and prevent sniping, you can use the
12561
12561
  # `ExpectedBucketOwner` endpoint setting.
12562
12562
  #
12563
- # Example: `--s3-settings='\{"ExpectedBucketOwner":
12564
- # "AWS_Account_ID"\}'`
12563
+ # Example: `--s3-settings='{"ExpectedBucketOwner": "AWS_Account_ID"}'`
12565
12564
  #
12566
12565
  # When you make a request to test a connection or perform a migration,
12567
12566
  # S3 checks the account ID of the bucket owner against the specified
@@ -13857,7 +13856,7 @@ module Aws::DatabaseMigrationService
13857
13856
  # "dms:". The string can only contain only the set of Unicode
13858
13857
  # letters, digits, white-space, '\_', '.', '/', '=', '+',
13859
13858
  # '-' (Java regular expressions:
13860
- # "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
13859
+ # "^(\[\\\\p\{L}\\\\p\{Z}\\\\p\{N}\_.:/=+\\\\-\]*)$").
13861
13860
  # @return [String]
13862
13861
  #
13863
13862
  # @!attribute [rw] value
@@ -13866,7 +13865,7 @@ module Aws::DatabaseMigrationService
13866
13865
  # "aws:" or "dms:". The string can only contain only the set of
13867
13866
  # Unicode letters, digits, white-space, '\_', '.', '/', '=',
13868
13867
  # '+', '-' (Java regular expressions:
13869
- # "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
13868
+ # "^(\[\\\\p\{L}\\\\p\{Z}\\\\p\{N}\_.:/=+\\\\-\]*)$").
13870
13869
  # @return [String]
13871
13870
  #
13872
13871
  # @!attribute [rw] resource_arn
@@ -55,7 +55,7 @@ module Aws::DatabaseMigrationService
55
55
  autoload :EndpointProvider, 'aws-sdk-databasemigrationservice/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-databasemigrationservice/endpoints'
57
57
 
58
- GEM_VERSION = '1.109.0'
58
+ GEM_VERSION = '1.110.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-databasemigrationservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.109.0
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: 2024-10-21 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core