aws-sdk-databasemigrationservice 1.12.0 → 1.13.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b64aa23746136cc7473c09f762548e1b28569ecc
4
- data.tar.gz: d5e237d8ac9a6d11d01ea6e803240abd3343626f
3
+ metadata.gz: 752eec0a788f1d103fd477c123fafe8251f9d704
4
+ data.tar.gz: 6e8f4e7b5271c8b220c3004d2e5f4ef5f6ffda37
5
5
  SHA512:
6
- metadata.gz: f8e928d8e167bd98363786ad7a4b5030cdc1551b8cc08df47ee996b28b01ce17a427d4786e90805f746afde29a52020de8dc594c47579264b391c441a3e65eb1
7
- data.tar.gz: ca165c37caa6d8516d0875a07865dbbef7e444296070b8603950b89a507a2117bfb1b3a2649660038063fd49fe8d551b085c443142b5f140f9b0b42c19cc2b72
6
+ metadata.gz: b0a21ae761f149967db0dcb2f46c9bb4a0fc0c4fd1f3abeab0507bb2ae1df7e63e09db1837e67642319f05621c9db0334f38f66f046952d29352d07755653631
7
+ data.tar.gz: 8ab789d6ecaa8fc72bb4a4596948035132ecd171740a56c07b81eda5fa9d172a7c3b50669891061423aa7b64b4f84d14a239366d506429b9427b41045fd0512d
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-databasemigrationservice/customizations'
43
43
  # @service
44
44
  module Aws::DatabaseMigrationService
45
45
 
46
- GEM_VERSION = '1.12.0'
46
+ GEM_VERSION = '1.13.0'
47
47
 
48
48
  end
@@ -4284,7 +4284,7 @@ module Aws::DatabaseMigrationService
4284
4284
  params: params,
4285
4285
  config: config)
4286
4286
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
4287
- context[:gem_version] = '1.12.0'
4287
+ context[:gem_version] = '1.13.0'
4288
4288
  Seahorse::Client::Request.new(handlers, context)
4289
4289
  end
4290
4290
 
@@ -4359,7 +4359,7 @@ module Aws::DatabaseMigrationService
4359
4359
  # | replication_task_ready | {#describe_replication_tasks} | 15 | 60 |
4360
4360
  # | replication_task_running | {#describe_replication_tasks} | 15 | 60 |
4361
4361
  # | replication_task_stopped | {#describe_replication_tasks} | 15 | 60 |
4362
- # | test_connection_succeeds | {#test_connection} | 5 | 60 |
4362
+ # | test_connection_succeeds | {#describe_connections} | 5 | 60 |
4363
4363
  #
4364
4364
  # @raise [Errors::FailureStateError] Raised when the waiter terminates
4365
4365
  # 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.12.0
4
+ version: 1.13.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-10-30 00:00:00.000000000 Z
11
+ date: 2018-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core