aws-sdk-ecs 1.60.0 → 1.61.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: 4b192f9fa98b6b215373dd1daa194c1cfd6c59e979d97098c2d45b9e0f5b662b
4
- data.tar.gz: 58be7ae365abbace9826c904c2cc9aee89e296aaa3b70b1e671815f5b94ea3e9
3
+ metadata.gz: 785aef4b3b038b679814ea30d17f17d823309cb5ea8f69f2c6af76f2383e268a
4
+ data.tar.gz: 9d4f62e0eb91c1cbc8b264bf34d1f5f14c2dd0c6cfb0b765364a28722d07dcff
5
5
  SHA512:
6
- metadata.gz: ada4c418ce905c4599217521d5057fc1550e3e2f00ab4965b69fd1a4241610a842f4744ea63a7ceb5ebb4f9e8baa83fecca32ddd914e7420679398b3fe96c452
7
- data.tar.gz: ffb3944d0c2eb4d50d08ebf458978508fcd2cf43f90eb57f2252ad38470130b7b1ae71e3f4632c65ec0baa386b79325340c430d0cf860c70aa9e46f971b4dbc3
6
+ metadata.gz: 0b3abf22a0888f69cbf9e8567c8afdcb093d089bfcee3f657e0a3dc6ea3a0dc3ef1fe0d3c52aac7b7574accc18876a8aa80e04d6129b0502578286b4e63817d9
7
+ data.tar.gz: df1a77051ce72c373a07e386ef69640781b343b96193fe42c44667599bd25a53422dc908921db6faa8dfc16f6f60d6718bc48be1bfab842b5ba36828d894180e
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-ecs/customizations'
46
46
  # @service
47
47
  module Aws::ECS
48
48
 
49
- GEM_VERSION = '1.60.0'
49
+ GEM_VERSION = '1.61.0'
50
50
 
51
51
  end
@@ -105,7 +105,7 @@ module Aws::ECS
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::ECS
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -7959,7 +7959,7 @@ module Aws::ECS
7959
7959
  params: params,
7960
7960
  config: config)
7961
7961
  context[:gem_name] = 'aws-sdk-ecs'
7962
- context[:gem_version] = '1.60.0'
7962
+ context[:gem_version] = '1.61.0'
7963
7963
  Seahorse::Client::Request.new(handlers, context)
7964
7964
  end
7965
7965
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.60.0
4
+ version: 1.61.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-04-08 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core