aws-sdk-autoscalingplans 1.5.0 → 1.6.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: 506287e0d6d0577267e6cb67c3f57e77587276f2
4
- data.tar.gz: 6ade462215b48501a8909c04f5f33c7f3227977e
3
+ metadata.gz: 510896028f4910279748495201aeeee8865c7029
4
+ data.tar.gz: 3595e6f8f8ea89c75b5f4afbce57c5c97d70b15c
5
5
  SHA512:
6
- metadata.gz: 8dfd146c3680a1aa91bbc30946eac7d5ba8a188db4c6f0130459ad45dbf085c02d891ad70e37798a347066827088393845a2f13d014f221fedb30fd2d8c67d3e
7
- data.tar.gz: 5021a0dde189a4219e5fa83a4fb5818ad030eb9c8bbbb2bcb85e0188d04bc41bfe1579792a8b3c7d81e55bb263a59b9122c73b7ba6995f1c0cf626663a7b9ee8
6
+ metadata.gz: 5221fd754b08f3016886cb51f94618e077012cb4b27cb4a9f7a911f851b33d2dee16040dd968ae83a57a446df7b818ae2415c32b48ffa83e1de6362880c1f8c3
7
+ data.tar.gz: 4981ba1e310d82f780ec5cb2a35a002b75ebdb0391348c2d6a8cf9fec02f1382600bf1d0dc416399975079b482c2fc68f2657bf0f4e45531b8c48382147c4849
@@ -96,19 +96,19 @@ module Aws::AutoScalingPlans
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
  #
@@ -546,7 +546,7 @@ module Aws::AutoScalingPlans
546
546
  params: params,
547
547
  config: config)
548
548
  context[:gem_name] = 'aws-sdk-autoscalingplans'
549
- context[:gem_version] = '1.5.0'
549
+ context[:gem_version] = '1.6.0'
550
550
  Seahorse::Client::Request.new(handlers, context)
551
551
  end
552
552
 
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-autoscalingplans/customizations'
42
42
  # @service
43
43
  module Aws::AutoScalingPlans
44
44
 
45
- GEM_VERSION = '1.5.0'
45
+ GEM_VERSION = '1.6.0'
46
46
 
47
47
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscalingplans
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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