aws-sdk-autoscalingplans 1.22.0 → 1.23.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
  SHA256:
3
- metadata.gz: 0f347ecce7e14a01f7edff1a588e10016c49e9bb64f0122b1b74bcd75b775d16
4
- data.tar.gz: 454d292ce32552b16209e98d800e6c7f20859c56afb342e3c3aa621fef800e9f
3
+ metadata.gz: 614bc4cd8454fdc4c4a1bb2ac2c64a1741e8bedec1a4c0ee904395100be31a26
4
+ data.tar.gz: d4a11c806227807f7c0e58c03462eb3f5139902408625294c2aa40dbfd52251a
5
5
  SHA512:
6
- metadata.gz: ecd03f320398160df1bc1ad8884450c3769744ae9c6282d32a4e7fd4cac0278042d0540d347b8526b007848e0cf124079f1c612878eaf5b7467c4f2754cf4576
7
- data.tar.gz: d66e4ff1761888d74530dd1d2361dfd31f3c6322d4fbf3b522ee2f912bf7619681a3e5ef22e4b627f52b2c32223459d70cd12d8207d3049a93b9b2487c7f38ba
6
+ metadata.gz: 255b6d7accac1e5e22b16abf98dc7bafbb8286d0d2b2dbf9a0151cbe47e2d406e985e08653dcf5e9d48c7c1e1fac3ff6a6a3951a366a5b97652bcde2be6cdad1
7
+ data.tar.gz: fc47ef41aaaaf42fa9d21949205e5ae88baccd52a201c4c4a8b4e61cfbc9b5772d65d514b74e1a4e5f0d80cf08827b9253cc78c5a6514a844c8c3cafd246dfa4
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-autoscalingplans/customizations'
45
45
  # @service
46
46
  module Aws::AutoScalingPlans
47
47
 
48
- GEM_VERSION = '1.22.0'
48
+ GEM_VERSION = '1.23.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::AutoScalingPlans
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -847,7 +847,7 @@ module Aws::AutoScalingPlans
847
847
  params: params,
848
848
  config: config)
849
849
  context[:gem_name] = 'aws-sdk-autoscalingplans'
850
- context[:gem_version] = '1.22.0'
850
+ context[:gem_version] = '1.23.0'
851
851
  Seahorse::Client::Request.new(handlers, context)
852
852
  end
853
853
 
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.22.0
4
+ version: 1.23.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: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core