aws-sdk-databasemigrationservice 1.0.0 → 1.1.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33048fdd53dace410f4b5f9ca179992f94d4784b
|
4
|
+
data.tar.gz: 6e2c20816d15c7b4a95fa65747420ff1028567b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 638d608c36fb8e569d9d50faf56c26d489ecdcb09e775359324b219c2037977921a10ac74502d5f911445de9166ad29f0c2d1bf019cf4fa643667251ee3758b1
|
7
|
+
data.tar.gz: f45cf188e60365a2fd3b0f78f5bb4b2e2c1fc05a6f7a55baffbe27be10e78cd2d7cb24969f1ae48f001649d67b59f425a2199dc7bac98e61a6cf80096bd47c8d
|
@@ -173,7 +173,9 @@ module Aws::DatabaseMigrationService
|
|
173
173
|
#
|
174
174
|
# @example Example: Add tags to resource
|
175
175
|
#
|
176
|
-
# # Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security group, and migration task.
|
176
|
+
# # Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security group, and migration task.
|
177
|
+
# # These tags can also be used with cost allocation reporting to track cost associated with AWS DMS resources, or used in a
|
178
|
+
# # Condition statement in an IAM policy for AWS DMS.
|
177
179
|
#
|
178
180
|
# resp = client.add_tags_to_resource({
|
179
181
|
# resource_arn: "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E", # Required. Use the ARN of the resource you want to tag.
|
@@ -1083,8 +1085,8 @@ module Aws::DatabaseMigrationService
|
|
1083
1085
|
#
|
1084
1086
|
# @example Example: Delete Endpoint
|
1085
1087
|
#
|
1086
|
-
# # Deletes the specified endpoint. All tasks associated with the endpoint must be deleted before you can delete the
|
1087
|
-
|
1088
|
+
# # Deletes the specified endpoint. All tasks associated with the endpoint must be deleted before you can delete the
|
1089
|
+
# # endpoint.
|
1088
1090
|
#
|
1089
1091
|
# resp = client.delete_endpoint({
|
1090
1092
|
# endpoint_arn: "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
|
@@ -1212,9 +1214,8 @@ module Aws::DatabaseMigrationService
|
|
1212
1214
|
#
|
1213
1215
|
# @example Example: Delete Replication Instance
|
1214
1216
|
#
|
1215
|
-
# # Deletes the specified replication instance. You must delete any migration tasks that are associated with the replication
|
1216
|
-
|
1217
|
-
|
1217
|
+
# # Deletes the specified replication instance. You must delete any migration tasks that are associated with the replication
|
1218
|
+
# # instance before you can delete it.
|
1218
1219
|
#
|
1219
1220
|
# resp = client.delete_replication_instance({
|
1220
1221
|
# replication_instance_arn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
|
@@ -1448,7 +1449,9 @@ module Aws::DatabaseMigrationService
|
|
1448
1449
|
#
|
1449
1450
|
# @example Example: Describe acount attributes
|
1450
1451
|
#
|
1451
|
-
# # Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such
|
1452
|
+
# # Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such
|
1453
|
+
# # as the number of replication instances allowed. The description for a quota includes the quota name, current usage
|
1454
|
+
# # toward that quota, and the quota's maximum value. This operation does not take any parameters.
|
1452
1455
|
#
|
1453
1456
|
# resp = client.describe_account_attributes({
|
1454
1457
|
# })
|
@@ -1609,7 +1612,8 @@ module Aws::DatabaseMigrationService
|
|
1609
1612
|
#
|
1610
1613
|
# @example Example: Describe connections
|
1611
1614
|
#
|
1612
|
-
# # Describes the status of the connections that have been made between the replication instance and an endpoint.
|
1615
|
+
# # Describes the status of the connections that have been made between the replication instance and an endpoint.
|
1616
|
+
# # Connections are created when you test an endpoint.
|
1613
1617
|
#
|
1614
1618
|
# resp = client.describe_connections({
|
1615
1619
|
# filters: [
|
@@ -2603,7 +2607,8 @@ module Aws::DatabaseMigrationService
|
|
2603
2607
|
#
|
2604
2608
|
# @example Example: Describe table statistics
|
2605
2609
|
#
|
2606
|
-
# # Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows
|
2610
|
+
# # Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows
|
2611
|
+
# # deleted.
|
2607
2612
|
#
|
2608
2613
|
# resp = client.describe_table_statistics({
|
2609
2614
|
# marker: "",
|
@@ -3113,7 +3118,8 @@ module Aws::DatabaseMigrationService
|
|
3113
3118
|
#
|
3114
3119
|
# @example Example: Modify replication instance
|
3115
3120
|
#
|
3116
|
-
# # Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these
|
3121
|
+
# # Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these
|
3122
|
+
# # parameters and the new values in the request. Some settings are applied during the maintenance window.
|
3117
3123
|
#
|
3118
3124
|
# resp = client.modify_replication_instance({
|
3119
3125
|
# allocated_storage: 123,
|
@@ -3419,7 +3425,8 @@ module Aws::DatabaseMigrationService
|
|
3419
3425
|
#
|
3420
3426
|
# @example Example: Refresh schema
|
3421
3427
|
#
|
3422
|
-
# # Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can
|
3428
|
+
# # Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can
|
3429
|
+
# # check the status of this operation by calling the describe-refresh-schemas-status operation.
|
3423
3430
|
#
|
3424
3431
|
# resp = client.refresh_schemas({
|
3425
3432
|
# endpoint_arn: "",
|
@@ -3763,7 +3770,7 @@ module Aws::DatabaseMigrationService
|
|
3763
3770
|
params: params,
|
3764
3771
|
config: config)
|
3765
3772
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
3766
|
-
context[:gem_version] = '1.
|
3773
|
+
context[:gem_version] = '1.1.0'
|
3767
3774
|
Seahorse::Client::Request.new(handlers, context)
|
3768
3775
|
end
|
3769
3776
|
|
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.
|
4
|
+
version: 1.1.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: 2017-
|
11
|
+
date: 2017-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -56,7 +56,9 @@ files:
|
|
56
56
|
homepage: http://github.com/aws/aws-sdk-ruby
|
57
57
|
licenses:
|
58
58
|
- Apache-2.0
|
59
|
-
metadata:
|
59
|
+
metadata:
|
60
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-databasemigrationservice
|
61
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-databasemigrationservice/CHANGELOG.md
|
60
62
|
post_install_message:
|
61
63
|
rdoc_options: []
|
62
64
|
require_paths:
|