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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a23e8140e0feef46b0dcb68365144f594863e8f3
4
- data.tar.gz: 6fc77fa5a4575a9d9ea8c1828b4c586a9c897fed
3
+ metadata.gz: c9c9c35834901a563188e5a49bf779d560aede39
4
+ data.tar.gz: 03c32a373a2a84a86c154999bd31192cab3e1bb4
5
5
  SHA512:
6
- metadata.gz: 33ece93d003ebce57a9ec5530231da30c947b36f6dab3ef4b0cc7a8b7b98b050be3d35706687a782aeb0e34128d6cd324e5f40cdd65a82c9058f6cf5eaebce8a
7
- data.tar.gz: dc2ecdb5e8b08fd101d9904c3f3ac545d96d152833886853b47d9f6d800d0ad6c9d2315e74d9ecf01eddebd2d1d4d496acfa9dda342206faec6b9a5dec812736
6
+ metadata.gz: a2369490f2f3d99c5b04a4312f7665564d8300d6234f4203a26ff6a64db80ce4ffcebd053aef5b48186defb5118b61d3e9825a77cfe2ce57424df6c3bc82808d
7
+ data.tar.gz: dfe04170e5d466145ebb2cea071173ac2e1d14652c663cb084db4b6275f8b88319e7b1ca12c649a95c0b3b14782072d8c6aa5bd3752bec5bd428d05186de42c1
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-pi/customizations'
42
42
  # @service
43
43
  module Aws::PI
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -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.3.0'
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.3.0
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-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