aws-sdk-ecr 1.27.0 → 1.28.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: a3331d72d4afebdf5b03add5870c6977a9ee32e8a77afce43809404976eb56ad
4
- data.tar.gz: 6fc834a56e4d47a96bb535437f47f2410165347d35e86ab5c0e17a65a02397ec
3
+ metadata.gz: d20cb101824e55ad28c0603549cd6a74072945669d002063e18a19189f6aca41
4
+ data.tar.gz: 3578fe5f869c7bb07f7f7c26b0f7254cb4e73a97e05fc730301138062a46f865
5
5
  SHA512:
6
- metadata.gz: b4471b993cbe248ee5df446a89e03e6df3bc0126585774427f27f24f8b309bc63e629ac1b99d5b1db1c4db027e0d26fd737f3744438074a83a4c7c17117314e0
7
- data.tar.gz: '01290d9ce8334a4f5fc64181d32253dfc271c00c89d25a739866a67cffe8b5a177e83dc36c02731ef5cd45d03631a86989c042c65194ad931bd45305e3de4245'
6
+ metadata.gz: 3420a22dbd4a940b2e7be8e2eee451df2725b90a5dcd327f0b450a01042e15dce55e22a9e00e2fc4a5f940b7f38e65fa05a9686459acfa201145602771a7f40e
7
+ data.tar.gz: 633afeacb41d5c290a40411f27bc34b8b01494b08d29eb38eb6b4812e49092943b9a0b08cad2702b000b324a87fd32893ca355d701a06d4e1f51b67562b2c241
data/lib/aws-sdk-ecr.rb CHANGED
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-ecr/customizations'
46
46
  # @service
47
47
  module Aws::ECR
48
48
 
49
- GEM_VERSION = '1.27.0'
49
+ GEM_VERSION = '1.28.0'
50
50
 
51
51
  end
@@ -105,7 +105,7 @@ module Aws::ECR
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::ECR
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
@@ -2169,7 +2169,7 @@ module Aws::ECR
2169
2169
  params: params,
2170
2170
  config: config)
2171
2171
  context[:gem_name] = 'aws-sdk-ecr'
2172
- context[:gem_version] = '1.27.0'
2172
+ context[:gem_version] = '1.28.0'
2173
2173
  Seahorse::Client::Request.new(handlers, context)
2174
2174
  end
2175
2175
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.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-28 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