lib/aws-sdk-databasemigrationservice/client.rb in aws-sdk-databasemigrationservice-1.109.0 vs lib/aws-sdk-databasemigrationservice/client.rb in aws-sdk-databasemigrationservice-1.110.0
- old
+ new
@@ -1125,12 +1125,12 @@
# * `BucketName` - The name of the S3 bucket to use.
#
# Shorthand syntax for these settings is as follows:
# `ServiceAccessRoleArn=string,BucketName=string`
#
- # JSON syntax for these settings is as follows: `\{
- # "ServiceAccessRoleArn": "string", "BucketName": "string", \} `
+ # JSON syntax for these settings is as follows: `{
+ # "ServiceAccessRoleArn": "string", "BucketName": "string", } `
#
# @option params [Types::MongoDbSettings] :mongo_db_settings
# Settings in JSON format for the source MongoDB endpoint. For more
# information about the available settings, see [Endpoint configuration
# settings when using MongoDB as a source for Database Migration
@@ -8501,11 +8501,11 @@
# @option params [String, StringIO, File] :certificate_wallet
# The location of an imported Oracle Wallet certificate for use with
# SSL. Provide the name of a `.sso` file using the `fileb://` prefix.
# You can't provide the certificate inline.
#
- # Example: `filebase64("$\{path.root\}/rds-ca-2019-root.sso")`
+ # Example: `filebase64("${path.root}/rds-ca-2019-root.sso")`
#
# @option params [Array<Types::Tag>] :tags
# The tags associated with the certificate.
#
# @return [Types::ImportCertificateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -9086,12 +9086,12 @@
# * BucketName - The name of the S3 bucket to use.
#
# Shorthand syntax for these settings is as follows:
# `ServiceAccessRoleArn=string ,BucketName=string`
#
- # JSON syntax for these settings is as follows: `\{
- # "ServiceAccessRoleArn": "string", "BucketName": "string"\} `
+ # JSON syntax for these settings is as follows: `{
+ # "ServiceAccessRoleArn": "string", "BucketName": "string"} `
#
# @option params [Types::MongoDbSettings] :mongo_db_settings
# Settings in JSON format for the source MongoDB endpoint. For more
# information about the available settings, see the configuration
# properties section in [Endpoint configuration settings when using
@@ -9239,19 +9239,19 @@
#
# * It creates new endpoint settings that you specify in the call, for
# settings with different names.
#
# For example, if you call `create-endpoint ... --endpoint-settings
- # '\{"a":1\}' ...`, the endpoint has the following endpoint settings:
- # `'\{"a":1\}'`. If you then call `modify-endpoint ...
- # --endpoint-settings '\{"b":2\}' ...` for the same endpoint, the
- # endpoint has the following settings: `'\{"a":1,"b":2\}'`.
+ # '{"a":1}' ...`, the endpoint has the following endpoint settings:
+ # `'{"a":1}'`. If you then call `modify-endpoint ... --endpoint-settings
+ # '{"b":2}' ...` for the same endpoint, the endpoint has the following
+ # settings: `'{"a":1,"b":2}'`.
#
# However, suppose that you follow this with a call to `modify-endpoint
- # ... --endpoint-settings '\{"b":2\}' --exact-settings ...` for that
- # same endpoint again. Then the endpoint has the following settings:
- # `'\{"b":2\}'`. All existing settings are replaced with the exact
+ # ... --endpoint-settings '{"b":2}' --exact-settings ...` for that same
+ # endpoint again. Then the endpoint has the following settings:
+ # `'{"b":2}'`. All existing settings are replaced with the exact
# settings that you specify.
#
# @option params [Types::GcpMySQLSettings] :gcp_my_sql_settings
# Settings in JSON format for the source GCP MySQL endpoint.
#
@@ -12443,10 +12443,10 @@
params: params,
config: config,
tracer: tracer
)
context[:gem_name] = 'aws-sdk-databasemigrationservice'
- context[:gem_version] = '1.109.0'
+ context[:gem_version] = '1.110.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#