aws-sdk-route53 1.13.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-route53.rb +1 -1
- data/lib/aws-sdk-route53/client.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ecef4528303068423f71b871d0a7f144a9705ef7
|
|
4
|
+
data.tar.gz: 791d0cf467ad8d68823b52f587ae02a75cc7f29c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6a2f5aaa402a6e3c6ddad475a285c17a1ebf0d0f884e7403d64a3a1e14a2eb597363dab7a9049a227d32f3de6e65ccd2a89ff1ce824077f38afdd20b9d60f7f
|
|
7
|
+
data.tar.gz: 7523f3750528acf8131f6340d5528e5c914a9091df051387f1b3e1e9df708437b57cecc9207052ee1b23a39edd8d671466bc9711d97929650cbff600973dede9
|
data/lib/aws-sdk-route53.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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
|