aws-sdk-ecr 1.125.0 → 1.126.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecr/client.rb +3 -3
- data/lib/aws-sdk-ecr/types.rb +4 -4
- data/lib/aws-sdk-ecr.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69d4d3f1545236dbd81330e2fd50f7ad31bf3854dad7310dbcde65148dd02f57
|
|
4
|
+
data.tar.gz: bb2bf26fdb1b90f5083e1021d07d7c18b405b9c6a119e5c26fe50e35cd74496d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9cca2029c883ce9a92b95a126ce95e25675a09a9aba76016ef50d2014fb4453c26ca2fe335dc2a5edcdf4044b404bb057552d94baac62f6503e444f9f2aa471f
|
|
7
|
+
data.tar.gz: dc8f2d36adefe4321ae1ac33d00063fffd9c5d635923a412cca55e72cdf090a4e5184f50529b7e6f1f35bc0bfcc70cc37492ae03f0e603e68476b268e3490202
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.126.0
|
data/lib/aws-sdk-ecr/client.rb
CHANGED
|
@@ -3273,8 +3273,8 @@ module Aws::ECR
|
|
|
3273
3273
|
#
|
|
3274
3274
|
# @option params [required, String] :value
|
|
3275
3275
|
# Setting value that is specified. Valid value for basic scan type:
|
|
3276
|
-
# `AWS_NATIVE`. Valid values for registry policy scope: `
|
|
3277
|
-
#
|
|
3276
|
+
# `AWS_NATIVE`. Valid values for registry policy scope: `V2`. Valid
|
|
3277
|
+
# values for blob mounting: `ENABLED` or `DISABLED`.
|
|
3278
3278
|
#
|
|
3279
3279
|
# @return [Types::PutAccountSettingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3280
3280
|
#
|
|
@@ -4527,7 +4527,7 @@ module Aws::ECR
|
|
|
4527
4527
|
tracer: tracer
|
|
4528
4528
|
)
|
|
4529
4529
|
context[:gem_name] = 'aws-sdk-ecr'
|
|
4530
|
-
context[:gem_version] = '1.
|
|
4530
|
+
context[:gem_version] = '1.126.0'
|
|
4531
4531
|
Seahorse::Client::Request.new(handlers, context)
|
|
4532
4532
|
end
|
|
4533
4533
|
|
data/lib/aws-sdk-ecr/types.rb
CHANGED
|
@@ -1854,8 +1854,8 @@ module Aws::ECR
|
|
|
1854
1854
|
#
|
|
1855
1855
|
# @!attribute [rw] value
|
|
1856
1856
|
# The setting value for the setting name. Valid value for basic scan
|
|
1857
|
-
# type: `AWS_NATIVE`. Valid values for registry policy scope: `
|
|
1858
|
-
#
|
|
1857
|
+
# type: `AWS_NATIVE`. Valid values for registry policy scope: `V2`.
|
|
1858
|
+
# Valid values for blob mounting: `ENABLED` or `DISABLED`.
|
|
1859
1859
|
# @return [String]
|
|
1860
1860
|
#
|
|
1861
1861
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetAccountSettingResponse AWS API Documentation
|
|
@@ -3587,8 +3587,8 @@ module Aws::ECR
|
|
|
3587
3587
|
#
|
|
3588
3588
|
# @!attribute [rw] value
|
|
3589
3589
|
# Setting value that is specified. Valid value for basic scan type:
|
|
3590
|
-
# `AWS_NATIVE`. Valid values for registry policy scope: `
|
|
3591
|
-
#
|
|
3590
|
+
# `AWS_NATIVE`. Valid values for registry policy scope: `V2`. Valid
|
|
3591
|
+
# values for blob mounting: `ENABLED` or `DISABLED`.
|
|
3592
3592
|
# @return [String]
|
|
3593
3593
|
#
|
|
3594
3594
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutAccountSettingRequest AWS API Documentation
|
data/lib/aws-sdk-ecr.rb
CHANGED