aws-sdk-route53domains 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: cf43e2162104506683da63d32f1e7e7fdfae878e
4
- data.tar.gz: 21e4e3c838ef1281b4fab207e3650d58458db4c9
3
+ metadata.gz: 140c09dfa287ee2f32a3d9d63e21c65ebabcd7b8
4
+ data.tar.gz: d5fd1dbce0e7bb00d35da5eeed9c03038d1149ed
5
5
  SHA512:
6
- metadata.gz: bcb48cf8fac816b15e9c2c31ff5016a8a38a90124f43299fdfa28123842bc35b6b1a750e788d06faad85c7888155eec28fb29e5878866d0a88040eadf186ae62
7
- data.tar.gz: c4938aa3965159632ea7a6f9468b59b86e88034bcdbccab5bf86ad38a70e2b4c571ae16893812e075cc0e5ab114f9bcf5e5c025e77cc362223662096bcd09fe0
6
+ metadata.gz: 4643e032aae000cb8100c74dd51b93ee23c3221491a42ed6c4585936ead9318d6fc0b80e6d4ffe9d1f59af337c98dce66acabb0e331b922f13e09dbc263aecea
7
+ data.tar.gz: 6db4da8762b90b71b0edae020e39e26a03bae7edde1f7149b4c7a0f8f87c163bcaea296143db1b955aab30a87f1f43d3f27535dfaa8b5521c3dbe0cb5f0bba92
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-route53domains/customizations'
42
42
  # @service
43
43
  module Aws::Route53Domains
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::Route53Domains
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
  #
@@ -1659,7 +1659,7 @@ module Aws::Route53Domains
1659
1659
  params: params,
1660
1660
  config: config)
1661
1661
  context[:gem_name] = 'aws-sdk-route53domains'
1662
- context[:gem_version] = '1.5.0'
1662
+ context[:gem_version] = '1.6.0'
1663
1663
  Seahorse::Client::Request.new(handlers, context)
1664
1664
  end
1665
1665
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53domains
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