aws-sdk-kms 1.9.0 → 1.10.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: 4706942a5376ee6922bf484a667930ef66d68d1a
4
- data.tar.gz: defe046dcf2d9de0de20cb830c40fb871dbb6d1d
3
+ metadata.gz: c0093b83773813c40c20d548c9fb145ca1cc4907
4
+ data.tar.gz: 273536b4ce1877407956a2fc02a89eaf5cb56126
5
5
  SHA512:
6
- metadata.gz: 7281da39a7512fc2c7974d3cd7484f4e207e7f0c48d25d294b6770b2a6fb1b81a140bf9b85cf8f4398166c2d7486c5af5f4ba537094b71d2cff275977c81c566
7
- data.tar.gz: 288e3ee81b11b4478b43796f08576d06e847186b7ec28bd890175e92ad0f5466075b8262e7ca4453cf64ad5875098285dea2d1f855bc19dea8badfed99a6a3d8
6
+ metadata.gz: b35fdde48bce6c0a57b167b29f72f0fb5f280eb6c5a0524a887ab1eaed49e23496742a0bed949bb67771e6837ab48cff7911d64005ace9ffa42f9c7365a4a920
7
+ data.tar.gz: a8b07276556c4d5eb36f8f992f9f12a7b6b99b406f23c7df47f23a6651268c692a36da6a9c5e84b7b8ed5cd721c24f7ddf52c64cc9b5ed1a697fccd7da2a98cc
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kms/customizations'
42
42
  # @service
43
43
  module Aws::KMS
44
44
 
45
- GEM_VERSION = '1.9.0'
45
+ GEM_VERSION = '1.10.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::KMS
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
  #
@@ -3431,7 +3431,7 @@ module Aws::KMS
3431
3431
  params: params,
3432
3432
  config: config)
3433
3433
  context[:gem_name] = 'aws-sdk-kms'
3434
- context[:gem_version] = '1.9.0'
3434
+ context[:gem_version] = '1.10.0'
3435
3435
  Seahorse::Client::Request.new(handlers, context)
3436
3436
  end
3437
3437
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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