aws-sdk-databasemigrationservice 1.15.0 → 1.16.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: 6e10dc199cb4bb9817fb9c791e6c61f53a636089
|
|
4
|
+
data.tar.gz: eb98767d360424990bfd6a14a90a303f6800ae1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 24a138e1144934a3d6a93d3f088c832bca7ec7e51049dd75dddb66a2c7b6269da4a922aeb74edd46a2d75e5b5a23b47af08054cca7b95b4f92d8d6eb6ff5ff6d
|
|
7
|
+
data.tar.gz: 5444b8d13bfdb7354269e1fae39867a01e8a963666903b28f1c7958e9bcaa98e8423204d7bb4d62ee75dbcb3ca4172831946ec968b50230594cdd270f7fdbe79
|
|
@@ -4410,7 +4410,7 @@ module Aws::DatabaseMigrationService
|
|
|
4410
4410
|
params: params,
|
|
4411
4411
|
config: config)
|
|
4412
4412
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
|
4413
|
-
context[:gem_version] = '1.
|
|
4413
|
+
context[:gem_version] = '1.16.0'
|
|
4414
4414
|
Seahorse::Client::Request.new(handlers, context)
|
|
4415
4415
|
end
|
|
4416
4416
|
|
|
@@ -4485,7 +4485,7 @@ module Aws::DatabaseMigrationService
|
|
|
4485
4485
|
# | replication_task_ready | {#describe_replication_tasks} | 15 | 60 |
|
|
4486
4486
|
# | replication_task_running | {#describe_replication_tasks} | 15 | 60 |
|
|
4487
4487
|
# | replication_task_stopped | {#describe_replication_tasks} | 15 | 60 |
|
|
4488
|
-
# | test_connection_succeeds | {#
|
|
4488
|
+
# | test_connection_succeeds | {#describe_connections} | 5 | 60 |
|
|
4489
4489
|
#
|
|
4490
4490
|
# @raise [Errors::FailureStateError] Raised when the waiter terminates
|
|
4491
4491
|
# because the waiter has entered a state that it will not transition
|
|
@@ -511,18 +511,18 @@ module Aws::DatabaseMigrationService
|
|
|
511
511
|
max_attempts: 60,
|
|
512
512
|
delay: 5,
|
|
513
513
|
poller: Aws::Waiters::Poller.new(
|
|
514
|
-
operation_name: :
|
|
514
|
+
operation_name: :describe_connections,
|
|
515
515
|
acceptors: [
|
|
516
516
|
{
|
|
517
|
-
"argument" => "
|
|
517
|
+
"argument" => "connections[].status",
|
|
518
518
|
"expected" => "successful",
|
|
519
|
-
"matcher" => "
|
|
519
|
+
"matcher" => "pathAll",
|
|
520
520
|
"state" => "success"
|
|
521
521
|
},
|
|
522
522
|
{
|
|
523
|
-
"argument" => "
|
|
523
|
+
"argument" => "connections[].status",
|
|
524
524
|
"expected" => "failed",
|
|
525
|
-
"matcher" => "
|
|
525
|
+
"matcher" => "pathAny",
|
|
526
526
|
"state" => "failure"
|
|
527
527
|
}
|
|
528
528
|
]
|
|
@@ -530,8 +530,8 @@ module Aws::DatabaseMigrationService
|
|
|
530
530
|
}.merge(options))
|
|
531
531
|
end
|
|
532
532
|
|
|
533
|
-
# @option (see Client#
|
|
534
|
-
# @return (see Client#
|
|
533
|
+
# @option (see Client#describe_connections)
|
|
534
|
+
# @return (see Client#describe_connections)
|
|
535
535
|
def wait(params = {})
|
|
536
536
|
@waiter.wait(client: @client, params: params)
|
|
537
537
|
end
|
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.16.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:
|
|
11
|
+
date: 2019-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|