aws-sdk-cloudhsmv2 1.6.0 → 1.7.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: 3e8afb31a829005e2b0c031e14f5c5b1dbef7695
4
- data.tar.gz: d3205c89f53df165b2d310ebeeefa54c81d078ac
3
+ metadata.gz: f42ef860c3c972da8cf84a031a4ff9bc4130c485
4
+ data.tar.gz: 0cac6a7358f65e53819d7ed68b3848d720dd7308
5
5
  SHA512:
6
- metadata.gz: 89700acc65e8ec3e037729f599513b37586f99e43a1529591a0b119eb5c03362401827b708ec161017199b04b28849452f111c439436c819d9fa15cc9d56863b
7
- data.tar.gz: 6a940bda88fe42471be389bfd9c4f0569eecef84646e44c06280c0ee3b1d9f8ab4110cd025fa090e70079b62508f802d9a39bd6b4ae1bdbc53049f3000838481
6
+ metadata.gz: ad06cc4408cdc00155f19f1f9a4d9a14e9438b34115f9014d0e7ae090353a5eb55bb4cf09c61d17803c1006253ea1fbbeb43b4786d338c7938eded2a723a40c6
7
+ data.tar.gz: 0efcd1983c4fc2785cb06208aded80cc47cd7061be5db45118512f6ae66a3f73a30ef829e64dd377370b01bd5a8a3005186c53a067cc8a21ba29ca43a26de811
@@ -96,19 +96,19 @@ module Aws::CloudHSMV2
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
  #
@@ -858,7 +858,7 @@ module Aws::CloudHSMV2
858
858
  params: params,
859
859
  config: config)
860
860
  context[:gem_name] = 'aws-sdk-cloudhsmv2'
861
- context[:gem_version] = '1.6.0'
861
+ context[:gem_version] = '1.7.0'
862
862
  Seahorse::Client::Request.new(handlers, context)
863
863
  end
864
864
 
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudhsmv2/customizations'
42
42
  # @service
43
43
  module Aws::CloudHSMV2
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.0'
46
46
 
47
47
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudhsmv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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-10 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