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: 85ab516e61a2a55c3b01d5a6859594da29959ea3
4
- data.tar.gz: ad56c5b478bfa9968ba8ca3b0c6c115ddf98137a
3
+ metadata.gz: 6e10dc199cb4bb9817fb9c791e6c61f53a636089
4
+ data.tar.gz: eb98767d360424990bfd6a14a90a303f6800ae1b
5
5
  SHA512:
6
- metadata.gz: acd09d26e6c45f562a953308fb3bf90cb509209209374dc9ea5d270fb73565e0a5d6c5269072e27c5d790ce8544d76a0317c709114ac2ddf72aa479ddee8a235
7
- data.tar.gz: 2bf85fad024e3c9205cc440fb950249e2271639f4e3934a47336e09930d43beec3b9a56c25482daafec643481ecfbcb50f01f87f37780e55045eccbcfad3e0ca
6
+ metadata.gz: 24a138e1144934a3d6a93d3f088c832bca7ec7e51049dd75dddb66a2c7b6269da4a922aeb74edd46a2d75e5b5a23b47af08054cca7b95b4f92d8d6eb6ff5ff6d
7
+ data.tar.gz: 5444b8d13bfdb7354269e1fae39867a01e8a963666903b28f1c7958e9bcaa98e8423204d7bb4d62ee75dbcb3ca4172831946ec968b50230594cdd270f7fdbe79
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-databasemigrationservice/customizations'
43
43
  # @service
44
44
  module Aws::DatabaseMigrationService
45
45
 
46
- GEM_VERSION = '1.15.0'
46
+ GEM_VERSION = '1.16.0'
47
47
 
48
48
  end
@@ -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.15.0'
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 | {#test_connection} | 5 | 60 |
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: :test_connection,
514
+ operation_name: :describe_connections,
515
515
  acceptors: [
516
516
  {
517
- "argument" => "connection.status",
517
+ "argument" => "connections[].status",
518
518
  "expected" => "successful",
519
- "matcher" => "path",
519
+ "matcher" => "pathAll",
520
520
  "state" => "success"
521
521
  },
522
522
  {
523
- "argument" => "connection.status",
523
+ "argument" => "connections[].status",
524
524
  "expected" => "failed",
525
- "matcher" => "path",
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#test_connection)
534
- # @return (see Client#test_connection)
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.15.0
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: 2018-11-20 00:00:00.000000000 Z
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