aws-sdk-ecr 1.124.0 → 1.125.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 +2 -2
- data/lib/aws-sdk-ecr/client_api.rb +5 -0
- data/lib/aws-sdk-ecr/errors.rb +16 -0
- data/lib/aws-sdk-ecr/types.rb +21 -3
- data/lib/aws-sdk-ecr.rb +1 -1
- data/sig/errors.rbs +3 -0
- data/sig/types.rbs +5 -0
- 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: d27eca7b3a97a4090c26d0257ce8ae6ad172863110ae6d3973a91289da7ed68d
|
|
4
|
+
data.tar.gz: 1a5c83538bf5308cc301edd457ee2745940dad2ee2cd9a1d19b7ba6607dda50d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 397376325764960b98c22abef76c788fc5afde7f92745f2dfe0fdfdebce25751bd9c06dec5a7b869449d79b31d60a33ae8fb4823318863d43d4f7dc6657ce584
|
|
7
|
+
data.tar.gz: d6f55dfc31537e09a295efc08d3f0b8f110dcdfbc748cb230accfafcb3ec8a42d9a9892e1bd7957425266df9394acd13c3b8e6ca651568ed4504cf44c5e05d62
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.125.0
|
data/lib/aws-sdk-ecr/client.rb
CHANGED
|
@@ -2892,7 +2892,7 @@ module Aws::ECR
|
|
|
2892
2892
|
# of the initial request can be seen by sending another
|
|
2893
2893
|
# `ListImageReferrers` request with the returned `nextToken` value. This
|
|
2894
2894
|
# value can be between 1 and 50. If this parameter is not used, then
|
|
2895
|
-
# `ListImageReferrers` returns up to
|
|
2895
|
+
# `ListImageReferrers` returns up to 20 results and a `nextToken` value,
|
|
2896
2896
|
# if applicable.
|
|
2897
2897
|
#
|
|
2898
2898
|
# @return [Types::ListImageReferrersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -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.125.0'
|
|
4531
4531
|
Seahorse::Client::Request.new(handlers, context)
|
|
4532
4532
|
end
|
|
4533
4533
|
|
|
@@ -391,6 +391,7 @@ module Aws::ECR
|
|
|
391
391
|
UnableToDecryptSecretValueException = Shapes::StructureShape.new(name: 'UnableToDecryptSecretValueException')
|
|
392
392
|
UnableToGetUpstreamImageException = Shapes::StructureShape.new(name: 'UnableToGetUpstreamImageException')
|
|
393
393
|
UnableToGetUpstreamLayerException = Shapes::StructureShape.new(name: 'UnableToGetUpstreamLayerException')
|
|
394
|
+
UnableToListUpstreamImageReferrersException = Shapes::StructureShape.new(name: 'UnableToListUpstreamImageReferrersException')
|
|
394
395
|
UnsupportedImageTypeException = Shapes::StructureShape.new(name: 'UnsupportedImageTypeException')
|
|
395
396
|
UnsupportedUpstreamRegistryException = Shapes::StructureShape.new(name: 'UnsupportedUpstreamRegistryException')
|
|
396
397
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
@@ -1459,6 +1460,9 @@ module Aws::ECR
|
|
|
1459
1460
|
UnableToGetUpstreamLayerException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
1460
1461
|
UnableToGetUpstreamLayerException.struct_class = Types::UnableToGetUpstreamLayerException
|
|
1461
1462
|
|
|
1463
|
+
UnableToListUpstreamImageReferrersException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
1464
|
+
UnableToListUpstreamImageReferrersException.struct_class = Types::UnableToListUpstreamImageReferrersException
|
|
1465
|
+
|
|
1462
1466
|
UnsupportedImageTypeException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
1463
1467
|
UnsupportedImageTypeException.struct_class = Types::UnsupportedImageTypeException
|
|
1464
1468
|
|
|
@@ -2052,6 +2056,7 @@ module Aws::ECR
|
|
|
2052
2056
|
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
|
2053
2057
|
o.errors << Shapes::ShapeRef.new(shape: RepositoryNotFoundException)
|
|
2054
2058
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2059
|
+
o.errors << Shapes::ShapeRef.new(shape: UnableToListUpstreamImageReferrersException)
|
|
2055
2060
|
end)
|
|
2056
2061
|
|
|
2057
2062
|
api.add_operation(:list_images, Seahorse::Model::Operation.new.tap do |o|
|
data/lib/aws-sdk-ecr/errors.rb
CHANGED
|
@@ -69,6 +69,7 @@ module Aws::ECR
|
|
|
69
69
|
# * {UnableToDecryptSecretValueException}
|
|
70
70
|
# * {UnableToGetUpstreamImageException}
|
|
71
71
|
# * {UnableToGetUpstreamLayerException}
|
|
72
|
+
# * {UnableToListUpstreamImageReferrersException}
|
|
72
73
|
# * {UnsupportedImageTypeException}
|
|
73
74
|
# * {UnsupportedUpstreamRegistryException}
|
|
74
75
|
# * {UploadNotFoundException}
|
|
@@ -735,6 +736,21 @@ module Aws::ECR
|
|
|
735
736
|
end
|
|
736
737
|
end
|
|
737
738
|
|
|
739
|
+
class UnableToListUpstreamImageReferrersException < ServiceError
|
|
740
|
+
|
|
741
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
742
|
+
# @param [String] message
|
|
743
|
+
# @param [Aws::ECR::Types::UnableToListUpstreamImageReferrersException] data
|
|
744
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
745
|
+
super(context, message, data)
|
|
746
|
+
end
|
|
747
|
+
|
|
748
|
+
# @return [String]
|
|
749
|
+
def message
|
|
750
|
+
@message || @data[:message]
|
|
751
|
+
end
|
|
752
|
+
end
|
|
753
|
+
|
|
738
754
|
class UnsupportedImageTypeException < ServiceError
|
|
739
755
|
|
|
740
756
|
# @param [Seahorse::Client::RequestContext] context
|
data/lib/aws-sdk-ecr/types.rb
CHANGED
|
@@ -1260,7 +1260,8 @@ module Aws::ECR
|
|
|
1260
1260
|
#
|
|
1261
1261
|
# @!attribute [rw] image_status
|
|
1262
1262
|
# The image status with which to filter your DescribeImages results.
|
|
1263
|
-
# Valid values are `ACTIVE`, `ARCHIVED`, and `ACTIVATING`.
|
|
1263
|
+
# Valid values are `ACTIVE`, `ARCHIVED`, and `ACTIVATING`. If not
|
|
1264
|
+
# specified, only images with `ACTIVE` status are returned.
|
|
1264
1265
|
# @return [String]
|
|
1265
1266
|
#
|
|
1266
1267
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeImagesFilter AWS API Documentation
|
|
@@ -3212,7 +3213,7 @@ module Aws::ECR
|
|
|
3212
3213
|
# results of the initial request can be seen by sending another
|
|
3213
3214
|
# `ListImageReferrers` request with the returned `nextToken` value.
|
|
3214
3215
|
# This value can be between 1 and 50. If this parameter is not used,
|
|
3215
|
-
# then `ListImageReferrers` returns up to
|
|
3216
|
+
# then `ListImageReferrers` returns up to 20 results and a `nextToken`
|
|
3216
3217
|
# value, if applicable.
|
|
3217
3218
|
# @return [Integer]
|
|
3218
3219
|
#
|
|
@@ -3258,7 +3259,8 @@ module Aws::ECR
|
|
|
3258
3259
|
#
|
|
3259
3260
|
# @!attribute [rw] image_status
|
|
3260
3261
|
# The image status with which to filter your ListImages results. Valid
|
|
3261
|
-
# values are `ACTIVE`, `ARCHIVED`, and `ACTIVATING`.
|
|
3262
|
+
# values are `ACTIVE`, `ARCHIVED`, and `ACTIVATING`. If not specified,
|
|
3263
|
+
# only images with `ACTIVE` status are returned.
|
|
3262
3264
|
# @return [String]
|
|
3263
3265
|
#
|
|
3264
3266
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ListImagesFilter AWS API Documentation
|
|
@@ -5028,6 +5030,22 @@ module Aws::ECR
|
|
|
5028
5030
|
include Aws::Structure
|
|
5029
5031
|
end
|
|
5030
5032
|
|
|
5033
|
+
# The referrer or referrers were unable to be listed using the pull
|
|
5034
|
+
# through cache rule. This is usually caused because of an issue with
|
|
5035
|
+
# the Secrets Manager secret containing the credentials for the upstream
|
|
5036
|
+
# registry.
|
|
5037
|
+
#
|
|
5038
|
+
# @!attribute [rw] message
|
|
5039
|
+
# @return [String]
|
|
5040
|
+
#
|
|
5041
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/UnableToListUpstreamImageReferrersException AWS API Documentation
|
|
5042
|
+
#
|
|
5043
|
+
class UnableToListUpstreamImageReferrersException < Struct.new(
|
|
5044
|
+
:message)
|
|
5045
|
+
SENSITIVE = []
|
|
5046
|
+
include Aws::Structure
|
|
5047
|
+
end
|
|
5048
|
+
|
|
5031
5049
|
# The image is of a type that cannot be scanned.
|
|
5032
5050
|
#
|
|
5033
5051
|
# @!attribute [rw] message
|
data/lib/aws-sdk-ecr.rb
CHANGED
data/sig/errors.rbs
CHANGED
|
@@ -142,6 +142,9 @@ module Aws
|
|
|
142
142
|
class UnableToGetUpstreamLayerException < ::Aws::Errors::ServiceError
|
|
143
143
|
def message: () -> ::String
|
|
144
144
|
end
|
|
145
|
+
class UnableToListUpstreamImageReferrersException < ::Aws::Errors::ServiceError
|
|
146
|
+
def message: () -> ::String
|
|
147
|
+
end
|
|
145
148
|
class UnsupportedImageTypeException < ::Aws::Errors::ServiceError
|
|
146
149
|
def message: () -> ::String
|
|
147
150
|
end
|
data/sig/types.rbs
CHANGED
|
@@ -1339,6 +1339,11 @@ module Aws::ECR
|
|
|
1339
1339
|
SENSITIVE: []
|
|
1340
1340
|
end
|
|
1341
1341
|
|
|
1342
|
+
class UnableToListUpstreamImageReferrersException
|
|
1343
|
+
attr_accessor message: ::String
|
|
1344
|
+
SENSITIVE: []
|
|
1345
|
+
end
|
|
1346
|
+
|
|
1342
1347
|
class UnsupportedImageTypeException
|
|
1343
1348
|
attr_accessor message: ::String
|
|
1344
1349
|
SENSITIVE: []
|