aws-sdk-pi 1.3.0 → 1.4.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-pi.rb +1 -1
- data/lib/aws-sdk-pi/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: c9c9c35834901a563188e5a49bf779d560aede39
|
4
|
+
data.tar.gz: 03c32a373a2a84a86c154999bd31192cab3e1bb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2369490f2f3d99c5b04a4312f7665564d8300d6234f4203a26ff6a64db80ce4ffcebd053aef5b48186defb5118b61d3e9825a77cfe2ce57424df6c3bc82808d
|
7
|
+
data.tar.gz: dfe04170e5d466145ebb2cea071173ac2e1d14652c663cb084db4b6275f8b88319e7b1ca12c649a95c0b3b14782072d8c6aa5bd3752bec5bd428d05186de42c1
|
data/lib/aws-sdk-pi.rb
CHANGED
data/lib/aws-sdk-pi/client.rb
CHANGED
@@ -96,19 +96,19 @@ module Aws::PI
|
|
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
|
#
|
@@ -471,7 +471,7 @@ module Aws::PI
|
|
471
471
|
params: params,
|
472
472
|
config: config)
|
473
473
|
context[:gem_name] = 'aws-sdk-pi'
|
474
|
-
context[:gem_version] = '1.
|
474
|
+
context[:gem_version] = '1.4.0'
|
475
475
|
Seahorse::Client::Request.new(handlers, context)
|
476
476
|
end
|
477
477
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-pi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.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-
|
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
|