aws-sdk-ecr 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
  SHA1:
3
- metadata.gz: 3c18bffad069aff09045c8769558305309fea1d1
4
- data.tar.gz: 93a4ea1b0a9d28d13d160af2f5d335d86b26a739
3
+ metadata.gz: 22d1ed8cf01031d960bf658999fea1378f262100
4
+ data.tar.gz: 0c312cf8cc0510fc830636d58d01b9e160ce7a30
5
5
  SHA512:
6
- metadata.gz: 72ff38325d14e000925d8776f7801c9e71cd073dc663a1d67ab1e656683e6ca9f200a00c8154a8ddc8d3ff365d80694bfd79f2535990dd25fed5c6cc652ff2e6
7
- data.tar.gz: fa40575c998c9a0b01a5efc7303cdf9344e36f0853f2d779f8d13cd4a112d644c8dfa2793c3293b8ec44b12b940975644a57d8eefffbd643c8e3ef342b0f6a25
6
+ metadata.gz: f5709aa80ad1be5cfb01e1fb6023942cc1fb51c8bb3d82c165ff7858669b2508d161d6341d63802780fc237b322b21ab0f5bdf86b9ee78a906af7355132dc18e
7
+ data.tar.gz: 50e44ff1e8f59bb27c63146e66f2aafada56eeb40ba43dc50460ed2d95d0af0b87c7da3d9cbc8b26e3084bfe7262823bfc4b7278427f365c5a40a89eec19d05a
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-ecr/customizations'
42
42
  # @service
43
43
  module Aws::ECR
44
44
 
45
- GEM_VERSION = '1.22.0'
45
+ GEM_VERSION = '1.23.0'
46
46
 
47
47
  end
@@ -1660,7 +1660,15 @@ module Aws::ECR
1660
1660
  req.send_request(options)
1661
1661
  end
1662
1662
 
1663
- # Updates the image tag mutability settings for a repository.
1663
+ # Updates the image tag mutability settings for a repository. When a
1664
+ # repository is configured with tag immutability, all image tags within
1665
+ # the repository will be prevented them from being overwritten. For more
1666
+ # information, see [Image Tag Mutability][1] in the *Amazon Elastic
1667
+ # Container Registry User Guide*.
1668
+ #
1669
+ #
1670
+ #
1671
+ # [1]: https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-tag-mutability.html
1664
1672
  #
1665
1673
  # @option params [String] :registry_id
1666
1674
  # The AWS account ID associated with the registry that contains the
@@ -1814,7 +1822,14 @@ module Aws::ECR
1814
1822
  req.send_request(options)
1815
1823
  end
1816
1824
 
1817
- # Starts an image vulnerability scan.
1825
+ # Starts an image vulnerability scan. An image scan can only be started
1826
+ # once per day on an individual image. This limit includes if an image
1827
+ # was scanned on initial push. For more information, see [Image
1828
+ # Scanning][1] in the *Amazon Elastic Container Registry User Guide*.
1829
+ #
1830
+ #
1831
+ #
1832
+ # [1]: https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html
1818
1833
  #
1819
1834
  # @option params [String] :registry_id
1820
1835
  # The AWS account ID associated with the registry that contains the
@@ -2050,7 +2065,7 @@ module Aws::ECR
2050
2065
  params: params,
2051
2066
  config: config)
2052
2067
  context[:gem_name] = 'aws-sdk-ecr'
2053
- context[:gem_version] = '1.22.0'
2068
+ context[:gem_version] = '1.23.0'
2054
2069
  Seahorse::Client::Request.new(handlers, context)
2055
2070
  end
2056
2071
 
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.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: 2019-10-28 00:00:00.000000000 Z
11
+ date: 2019-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core