aws-sdk-databasemigrationservice 1.9.0 → 1.10.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: e2ae57ccef3b87620781e8121186c9099cabbd08
4
- data.tar.gz: 0b37e3ded4af6e343043a6133b73b0d47a9270e6
3
+ metadata.gz: 29e3730e810d5b8337edea57cafc67a02a66d934
4
+ data.tar.gz: afcc301d8ee482a3976b2dc9cbded97be45c79fb
5
5
  SHA512:
6
- metadata.gz: e0737af19733c1b0134b5121427fe955cecca08013f561febc07e43dc38820251ea1d9adc03d67a80537913a95dd45372c9c4ac169c878487ed1f52aabde3e60
7
- data.tar.gz: ca3d07207f634b4aebe666d188459fc81dea86cb3f44e7152594028ffb069759c8cf4acf4de941443c25655e375054735159ced63a1ca0e34834df91d55f1117
6
+ metadata.gz: 04d1c254ec3aa19cdc01b05185a935354197c25a90a905c9c207860412434197a7077dd623b6833929c7e7404d64b50a9c911ace80a5c2b39236dde02d52612e
7
+ data.tar.gz: 3558f52ead61f8897d5f4618a16cc3b3443b31118ad9e6989c2c21aee4e53e8a29a766e3fdd716cc18d636f24d732f93ac168339aaeb9ef45fd1e2fbd3083bcc
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-databasemigrationservice/customizations'
42
42
  # @service
43
43
  module Aws::DatabaseMigrationService
44
44
 
45
- GEM_VERSION = '1.9.0'
45
+ GEM_VERSION = '1.10.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::DatabaseMigrationService
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
108
108
  # Required for publishing client metrics. The port that the client side monitoring
109
109
  # agent is running on, where client metrics will be published via UDP.
110
110
  #
111
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
112
112
  # Allows you to provide a custom client-side monitoring publisher class. By default,
113
113
  # will use the Client Side Monitoring Agent Publisher.
114
114
  #
@@ -4282,7 +4282,7 @@ module Aws::DatabaseMigrationService
4282
4282
  params: params,
4283
4283
  config: config)
4284
4284
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
4285
- context[:gem_version] = '1.9.0'
4285
+ context[:gem_version] = '1.10.0'
4286
4286
  Seahorse::Client::Request.new(handlers, context)
4287
4287
  end
4288
4288
 
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.9.0
4
+ version: 1.10.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-09-06 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core