aws-sdk-databasemigrationservice 1.7.0 → 1.8.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: aa01d4a3c5cb47dc36d1e10bc969d016e230bc04
4
- data.tar.gz: d09f8dfe0293fdbd9883419c60190b5eb2fa8301
3
+ metadata.gz: b817c53a6a7fa5dbefeca917c814b52a3f7076c4
4
+ data.tar.gz: 7b4af94605508ee6912f3d6b7c5b6fad255df9be
5
5
  SHA512:
6
- metadata.gz: 8f88886b4495ab2710f4f5188147c9685e6a89ec265176b46120432c0480cff1d69fc2e2cb401c35c51777fd8e83ee4dcb1de5a9399e019ae1b0430d0148dd88
7
- data.tar.gz: 9af24169e0b7044f93ad70bd410935acc5b7dad020f3537115687ee532e5696f902cada59ea5f74fe9b3ddce42bb876ab247c9c0ac1c8a1baaaffb99b8f24171
6
+ metadata.gz: c0e4e219124c6adcc367d8092f0ca9077a822e8961b91d22b55e780f47c065a527cde67a1adb237805f634ff2199d38ba90aebaf0c8969218f609596e392223e
7
+ data.tar.gz: 6fdb8547ed51a219948d691fa0ced51ab6d5b5d71fb27523d5e4170395649ad590011d3507d79058e3a616ac48b82b997d566bd9d72a0f93e7e0e5008e0cfa30
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-databasemigrationservice/customizations'
42
42
  # @service
43
43
  module Aws::DatabaseMigrationService
44
44
 
45
- GEM_VERSION = '1.7.0'
45
+ GEM_VERSION = '1.8.0'
46
46
 
47
47
  end
@@ -19,6 +19,8 @@ require 'aws-sdk-core/plugins/response_paging.rb'
19
19
  require 'aws-sdk-core/plugins/stub_responses.rb'
20
20
  require 'aws-sdk-core/plugins/idempotency_token.rb'
21
21
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
22
+ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
23
+ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
22
24
  require 'aws-sdk-core/plugins/signature_v4.rb'
23
25
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::DatabaseMigrationService
47
49
  add_plugin(Aws::Plugins::StubResponses)
48
50
  add_plugin(Aws::Plugins::IdempotencyToken)
49
51
  add_plugin(Aws::Plugins::JsonvalueConverter)
52
+ add_plugin(Aws::Plugins::ClientMetricsPlugin)
53
+ add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
50
54
  add_plugin(Aws::Plugins::SignatureV4)
51
55
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
52
56
 
@@ -92,6 +96,22 @@ module Aws::DatabaseMigrationService
92
96
  #
93
97
  # @option options [String] :access_key_id
94
98
  #
99
+ # @option options [] :client_side_monitoring (false)
100
+ # When `true`, client-side metrics will be collected for all API requests from
101
+ # this client.
102
+ #
103
+ # @option options [] :client_side_monitoring_client_id ("")
104
+ # Allows you to provide an identifier for this client which will be attached to
105
+ # all generated client side metrics. Defaults to an empty string.
106
+ #
107
+ # @option options [] :client_side_monitoring_port (31000)
108
+ # Required for publishing client metrics. The port that the client side monitoring
109
+ # agent is running on, where client metrics will be published via UDP.
110
+ #
111
+ # @option options [] :client_side_monitoring_publisher (#<Aws::ClientSideMonitoring::Publisher:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
112
+ # Allows you to provide a custom client-side monitoring publisher class. By default,
113
+ # will use the Client Side Monitoring Agent Publisher.
114
+ #
95
115
  # @option options [Boolean] :convert_params (true)
96
116
  # When `true`, an attempt is made to coerce request parameters into
97
117
  # the required types.
@@ -4262,7 +4282,7 @@ module Aws::DatabaseMigrationService
4262
4282
  params: params,
4263
4283
  config: config)
4264
4284
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
4265
- context[:gem_version] = '1.7.0'
4285
+ context[:gem_version] = '1.8.0'
4266
4286
  Seahorse::Client::Request.new(handlers, context)
4267
4287
  end
4268
4288
 
@@ -916,12 +916,15 @@ module Aws::DatabaseMigrationService
916
916
  api.version = "2016-01-01"
917
917
 
918
918
  api.metadata = {
919
+ "apiVersion" => "2016-01-01",
919
920
  "endpointPrefix" => "dms",
920
921
  "jsonVersion" => "1.1",
921
922
  "protocol" => "json",
922
923
  "serviceFullName" => "AWS Database Migration Service",
924
+ "serviceId" => "Database Migration Service",
923
925
  "signatureVersion" => "v4",
924
926
  "targetPrefix" => "AmazonDMSv20160101",
927
+ "uid" => "dms-2016-01-01",
925
928
  }
926
929
 
927
930
  api.add_operation(:add_tags_to_resource, Seahorse::Model::Operation.new.tap do |o|
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.7.0
4
+ version: 1.8.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-07-09 00:00:00.000000000 Z
11
+ date: 2018-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core