aws-sdk-opsworks 1.23.0 → 1.24.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: cb667fbc01d17d88118a19a053e9370f1021d4164f96c0cfbf54b4444334decd
4
- data.tar.gz: 8cd361336e9cb675263c943de8a80e7ff79d23704cc074d116d70adc3afd7564
3
+ metadata.gz: 439874b78a476332ccb4f2e11b07fc7ba0ddd03daa53c24d07299771de8d21d5
4
+ data.tar.gz: 5ff6d5b024efa36fab5342f28c45471d6d494ef188d7355259e080f578bfc3b4
5
5
  SHA512:
6
- metadata.gz: 4b67514d2b63d3fa302a3d10be525612974f44e1c859e88c0386f6dd297042f30cb6b301b91dbbdc0e66776b73e210a1e8b99de58a9f2db5a0801aa41adf40cb
7
- data.tar.gz: 3804023ce4f4a1e257fc7f1e1d83675afca712b11a769922db1b9a2fcbd9006a7eb40960b8f9f3e5d91e776030751d2fe6c4e2a9c55cbbfd429593edcd7e64f9
6
+ metadata.gz: 627fe72974d42c14598bf776cdbcd587899b4ccaa1d245588d1632ce85600227328529ec0a2e472c7d37ed7aec9fc79453c8b23e412a897819e5422b5382e8d9
7
+ data.tar.gz: 7f1dc4056906bd9ed45379dabe83a75c92d711fa3cfc16aa22c50b0b0bac96fa12d76b9f1a1cd7729bba9c30481044256bde8d437f5fe3f1605239f276341d46
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-opsworks/customizations'
49
49
  # @service
50
50
  module Aws::OpsWorks
51
51
 
52
- GEM_VERSION = '1.23.0'
52
+ GEM_VERSION = '1.24.0'
53
53
 
54
54
  end
@@ -176,7 +176,7 @@ module Aws::OpsWorks
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.
@@ -5630,7 +5630,7 @@ module Aws::OpsWorks
5630
5630
  params: params,
5631
5631
  config: config)
5632
5632
  context[:gem_name] = 'aws-sdk-opsworks'
5633
- context[:gem_version] = '1.23.0'
5633
+ context[:gem_version] = '1.24.0'
5634
5634
  Seahorse::Client::Request.new(handlers, context)
5635
5635
  end
5636
5636
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.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