aws-sdk-batch 1.30.0 → 1.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df4c7af97d83a0181a595f6abc50416f514e7fbe3da14214162fc16e2a2b3c88
4
- data.tar.gz: b222d50a8a28246800bc15ef6c3eb578f6ec241db9c08b452c9449a196f4b458
3
+ metadata.gz: 409fb6859a04ce826dcc57ba02fdac27e0364b9b429f1791878dab39d7775f90
4
+ data.tar.gz: c78c86d9f79a96594d826cb569b351b1b4a73457251ea1a193a91f655a4e3a6d
5
5
  SHA512:
6
- metadata.gz: 71f11d12babd5b0370e6936bbb3e3d59aa6db41d9ea82649d89348d986c369896d7f3aa594e227de7b00c282f42cc52157782a72f772192258cfb0548cb70acd
7
- data.tar.gz: 1d4cb745560ed5cf4f5a89dc1ab9d345f227b053b2382dd00e4496be82500a4ddb8578da8c2f603fb121a1a1fc2dc0bf62a5c5e30ae76f3f1ecc3b5b4f914abe
6
+ metadata.gz: 4a3a5c4463196fa448131179cd3770b4c565c9ae1a380138267e4360f711b3a603c66fcd41250901aa67615510e2009e504247623380b9b009dd497d734c9c50
7
+ data.tar.gz: 6927c0a689319311dbc008aba769ce125431f3d9090b0d8e00416cf79d270412ac2a4df8bc6ab40f923682c0a29638f05760b90b4351544bad65a12549bc99f6
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-batch/customizations'
45
45
  # @service
46
46
  module Aws::Batch
47
47
 
48
- GEM_VERSION = '1.30.0'
48
+ GEM_VERSION = '1.31.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::Batch
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.
@@ -2205,7 +2205,7 @@ module Aws::Batch
2205
2205
  params: params,
2206
2206
  config: config)
2207
2207
  context[:gem_name] = 'aws-sdk-batch'
2208
- context[:gem_version] = '1.30.0'
2208
+ context[:gem_version] = '1.31.0'
2209
2209
  Seahorse::Client::Request.new(handlers, context)
2210
2210
  end
2211
2211
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.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