aws-sdk-ecr 1.22.0 → 1.23.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 +4 -4
- data/lib/aws-sdk-ecr.rb +1 -1
- data/lib/aws-sdk-ecr/client.rb +18 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 22d1ed8cf01031d960bf658999fea1378f262100
|
|
4
|
+
data.tar.gz: 0c312cf8cc0510fc830636d58d01b9e160ce7a30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5709aa80ad1be5cfb01e1fb6023942cc1fb51c8bb3d82c165ff7858669b2508d161d6341d63802780fc237b322b21ab0f5bdf86b9ee78a906af7355132dc18e
|
|
7
|
+
data.tar.gz: 50e44ff1e8f59bb27c63146e66f2aafada56eeb40ba43dc50460ed2d95d0af0b87c7da3d9cbc8b26e3084bfe7262823bfc4b7278427f365c5a40a89eec19d05a
|
data/lib/aws-sdk-ecr.rb
CHANGED
data/lib/aws-sdk-ecr/client.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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
|