aws-sdk-databasemigrationservice 1.13.0 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: :describe_connections,
514
+ operation_name: :test_connection,
515
515
  acceptors: [
516
516
  {
517
- "argument" => "connections[].status",
517
+ "argument" => "connection.status",
518
518
  "expected" => "successful",
519
- "matcher" => "pathAll",
519
+ "matcher" => "path",
520
520
  "state" => "success"
521
521
  },
522
522
  {
523
- "argument" => "connections[].status",
523
+ "argument" => "connection.status",
524
524
  "expected" => "failed",
525
- "matcher" => "pathAny",
525
+ "matcher" => "path",
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#describe_connections)
534
- # @return (see Client#describe_connections)
533
+ # @option (see Client#test_connection)
534
+ # @return (see Client#test_connection)
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.13.0
4
+ version: 1.14.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: 2018-11-07 00:00:00.000000000 Z
11
+ date: 2018-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core