lib/aws-sdk-databasemigrationservice/client.rb in aws-sdk-databasemigrationservice-1.0.0 vs lib/aws-sdk-databasemigrationservice/client.rb in aws-sdk-databasemigrationservice-1.1.0

- old
+ new

@@ -171,11 +171,13 @@ # @return [Struct] Returns an empty {Seahorse::Client::Response response}. # # # @example Example: Add tags to resource # - # # Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with AWS DMS resources, or used in a Condition statement in an IAM policy for AWS DMS. + # # Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. + # # These tags can also be used with cost allocation reporting to track cost associated with AWS DMS resources, or used in a + # # Condition statement in an IAM policy for AWS DMS. # # resp = client.add_tags_to_resource({ # resource_arn: "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E", # Required. Use the ARN of the resource you want to tag. # tags: [ # { @@ -1081,12 +1083,12 @@ # * {Types::DeleteEndpointResponse#endpoint #endpoint} => Types::Endpoint # # # @example Example: Delete Endpoint # - # # Deletes the specified endpoint. All tasks associated with the endpoint must be deleted before you can delete the endpoint. - + # # Deletes the specified endpoint. All tasks associated with the endpoint must be deleted before you can delete the + # # endpoint. # # resp = client.delete_endpoint({ # endpoint_arn: "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM", # }) # @@ -1210,13 +1212,12 @@ # * {Types::DeleteReplicationInstanceResponse#replication_instance #replication_instance} => Types::ReplicationInstance # # # @example Example: Delete Replication Instance # - # # Deletes the specified replication instance. You must delete any migration tasks that are associated with the replication instance before you can delete it. - - + # # Deletes the specified replication instance. You must delete any migration tasks that are associated with the replication + # # instance before you can delete it. # # resp = client.delete_replication_instance({ # replication_instance_arn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ", # }) # @@ -1446,11 +1447,13 @@ # * {Types::DescribeAccountAttributesResponse#account_quotas #account_quotas} => Array<Types::AccountQuota> # # # @example Example: Describe acount attributes # - # # Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value. This operation does not take any parameters. + # # Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such + # # as the number of replication instances allowed. The description for a quota includes the quota name, current usage + # # toward that quota, and the quota's maximum value. This operation does not take any parameters. # # resp = client.describe_account_attributes({ # }) # # resp.to_h outputs the following: @@ -1607,11 +1610,12 @@ # * {Types::DescribeConnectionsResponse#connections #connections} => Array<Types::Connection> # # # @example Example: Describe connections # - # # Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint. + # # Describes the status of the connections that have been made between the replication instance and an endpoint. + # # Connections are created when you test an endpoint. # # resp = client.describe_connections({ # filters: [ # { # name: "string", @@ -2601,11 +2605,12 @@ # * {Types::DescribeTableStatisticsResponse#marker #marker} => String # # # @example Example: Describe table statistics # - # # Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted. + # # Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows + # # deleted. # # resp = client.describe_table_statistics({ # marker: "", # max_records: 123, # replication_task_arn: "", @@ -3111,11 +3116,12 @@ # * {Types::ModifyReplicationInstanceResponse#replication_instance #replication_instance} => Types::ReplicationInstance # # # @example Example: Modify replication instance # - # # Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request. Some settings are applied during the maintenance window. + # # Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these + # # parameters and the new values in the request. Some settings are applied during the maintenance window. # # resp = client.modify_replication_instance({ # allocated_storage: 123, # allow_major_version_upgrade: true, # apply_immediately: true, @@ -3417,11 +3423,12 @@ # * {Types::RefreshSchemasResponse#refresh_schemas_status #refresh_schemas_status} => Types::RefreshSchemasStatus # # # @example Example: Refresh schema # - # # Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the describe-refresh-schemas-status operation. + # # Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can + # # check the status of this operation by calling the describe-refresh-schemas-status operation. # # resp = client.refresh_schemas({ # endpoint_arn: "", # replication_instance_arn: "", # }) @@ -3761,10 +3768,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-databasemigrationservice' - context[:gem_version] = '1.0.0' + context[:gem_version] = '1.1.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated