aws-sdk-ssm 1.29.0 → 1.30.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: 73843bce7c55eef1cb23833856d09dd174211924
4
- data.tar.gz: 390eba622835355c3476a92892ccaf8965ac88ad
3
+ metadata.gz: 5b209188ebeb8948783f2874797da1e0e7cffa87
4
+ data.tar.gz: f987425146597132d51054d52985d67f07ec3613
5
5
  SHA512:
6
- metadata.gz: 94e6d3bb7a8d475666d289c0a3574626200dc0c58ef4af0673433885e9df0248f1a3266ea2b6788618539da301e4fd1149193af9022708d8abf5d524a8a3d97d
7
- data.tar.gz: 6ba63459d714872de37bb078ca5991e519c3608af6cc7389338289719009b474ecf8bfcbe79191de8cc53532219742d5bc29c5990f7a7b8af99ec722b9aa3deb
6
+ metadata.gz: 53fbe78027805e3212f2cc659d336117f7dadb91131db0781bcefa91150d015d63f3189a2ac2942517687f2e69985ee7dda859faae14035ee4ccf0b4af449587
7
+ data.tar.gz: aab5dd3230c26f3ba81c4e707ff9d29bee62152d197feb68de961598729e5ab3c36f526084198f65e021b88c6fee598ab37c9319cf85954f68e6801a8389952b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-ssm/customizations'
42
42
  # @service
43
43
  module Aws::SSM
44
44
 
45
- GEM_VERSION = '1.29.0'
45
+ GEM_VERSION = '1.30.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::SSM
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
  #
@@ -7548,7 +7548,7 @@ module Aws::SSM
7548
7548
  params: params,
7549
7549
  config: config)
7550
7550
  context[:gem_name] = 'aws-sdk-ssm'
7551
- context[:gem_version] = '1.29.0'
7551
+ context[:gem_version] = '1.30.0'
7552
7552
  Seahorse::Client::Request.new(handlers, context)
7553
7553
  end
7554
7554
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.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-19 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