aws-sdk-route53 1.13.0 → 1.14.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: da2e915d566e8545f51836e5e00750aecaec4496
4
- data.tar.gz: d66c2945818f75f2536d817b5f2b064900d32cb6
3
+ metadata.gz: ecef4528303068423f71b871d0a7f144a9705ef7
4
+ data.tar.gz: 791d0cf467ad8d68823b52f587ae02a75cc7f29c
5
5
  SHA512:
6
- metadata.gz: 22eb3e7d417de58c1fe3ace90962f24635094f40506d20d0bd6f1c4854f40682088a898ab192179b30dc21e7624c78234c7fbf5b419068ec4f707d8f597a41f1
7
- data.tar.gz: 75830d1462e949b53350a791a3073c1f592c91576f8766f6bebddcc1bbc11cbb4be8dd167a2a37dec4172acbe0cd160c5fa008c499184e191c70cd160a164bd2
6
+ metadata.gz: e6a2f5aaa402a6e3c6ddad475a285c17a1ebf0d0f884e7403d64a3a1e14a2eb597363dab7a9049a227d32f3de6e65ccd2a89ff1ce824077f38afdd20b9d60f7f
7
+ data.tar.gz: 7523f3750528acf8131f6340d5528e5c914a9091df051387f1b3e1e9df708437b57cecc9207052ee1b23a39edd8d671466bc9711d97929650cbff600973dede9
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-route53/customizations'
43
43
  # @service
44
44
  module Aws::Route53
45
45
 
46
- GEM_VERSION = '1.13.0'
46
+ GEM_VERSION = '1.14.0'
47
47
 
48
48
  end
@@ -98,19 +98,19 @@ module Aws::Route53
98
98
  #
99
99
  # @option options [String] :access_key_id
100
100
  #
101
- # @option options [] :client_side_monitoring (false)
101
+ # @option options [Boolean] :client_side_monitoring (false)
102
102
  # When `true`, client-side metrics will be collected for all API requests from
103
103
  # this client.
104
104
  #
105
- # @option options [] :client_side_monitoring_client_id ("")
105
+ # @option options [String] :client_side_monitoring_client_id ("")
106
106
  # Allows you to provide an identifier for this client which will be attached to
107
107
  # all generated client side metrics. Defaults to an empty string.
108
108
  #
109
- # @option options [] :client_side_monitoring_port (31000)
109
+ # @option options [Integer] :client_side_monitoring_port (31000)
110
110
  # Required for publishing client metrics. The port that the client side monitoring
111
111
  # agent is running on, where client metrics will be published via UDP.
112
112
  #
113
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
113
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
114
114
  # Allows you to provide a custom client-side monitoring publisher class. By default,
115
115
  # will use the Client Side Monitoring Agent Publisher.
116
116
  #
@@ -4878,7 +4878,7 @@ module Aws::Route53
4878
4878
  params: params,
4879
4879
  config: config)
4880
4880
  context[:gem_name] = 'aws-sdk-route53'
4881
- context[:gem_version] = '1.13.0'
4881
+ context[:gem_version] = '1.14.0'
4882
4882
  Seahorse::Client::Request.new(handlers, context)
4883
4883
  end
4884
4884
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.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-18 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