aws-sdk-migrationhub 1.5.0 → 1.6.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: 81954268aa93e4ba3a77dd0222462b57abc6242f
4
- data.tar.gz: ed099effcb777dea099d94a804a7553688cee2e8
3
+ metadata.gz: dee2cfca9f61f6ae48d2ce561336b5344bed3b92
4
+ data.tar.gz: edaf2f8182b83d9393d9e35f3d643171b3cb8fc7
5
5
  SHA512:
6
- metadata.gz: 2b340b5b916545a619d042639dd4b63e3074946b5982bc1e4919421083e25d7be2dd4826d0019289b29200a3d9ed451c06af73583cd12fd0f57a6f3b49da1504
7
- data.tar.gz: 50094e66a81f0b6381a4451ff4b6631ba439a2f95be0dbb3df59d77ead38b44132a9a5ca95fb02c0bf762de88dde22be4f7922c228d16c05b53a91c7118139f5
6
+ metadata.gz: e797ace441dd8aff3c26a7b6cf0ca50c468fe5d5bad35c75d3558f27da97afd0925dbf9bbe70a611dcaab3bea8bf9d3edf8b4de134f44942ef71e6080291f8b6
7
+ data.tar.gz: f4bc1e87af80e8d5a1561da0d3433415dc243066797b4b00948a755bb469b6449eb563d655a2ac29488a15a45449212cb54fca0b9846eecd109badc76200b7dc
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-migrationhub/customizations'
42
42
  # @service
43
43
  module Aws::MigrationHub
44
44
 
45
- GEM_VERSION = '1.5.0'
45
+ GEM_VERSION = '1.6.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::MigrationHub
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
  #
@@ -946,7 +946,7 @@ module Aws::MigrationHub
946
946
  params: params,
947
947
  config: config)
948
948
  context[:gem_name] = 'aws-sdk-migrationhub'
949
- context[:gem_version] = '1.5.0'
949
+ context[:gem_version] = '1.6.0'
950
950
  Seahorse::Client::Request.new(handlers, context)
951
951
  end
952
952
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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