aws-sdk-ecr 1.127.0 → 1.129.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecr/client.rb +6 -8
- data/lib/aws-sdk-ecr.rb +1 -1
- data/sig/client.rbs +20 -20
- data/sig/waiters.rbs +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f1c61477951f523a69ac89ef35caec6ff8a8f3fc4fd49233938e18a0addb02d
|
|
4
|
+
data.tar.gz: 52b946c819d95e0ebd14fb55469520c107a82298f821f8dd5befaa03a42d273f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80798153a6410f0c2187a7928051f35440cb8cc8fa77fd56ebcb5166deb3e316773b206b27a3d5fb555dad7f134f21168d1c22e5f7809991a3152034c1b2d057
|
|
7
|
+
data.tar.gz: 91e19f4ea23ca18bc427dfec108bfdb38fc62945c7859bf1ad50e18fb0be8683593c0b432cf47cc6c1503ca85f53740a106140cef335ba5928935e6057b60b2d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.129.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.128.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.127.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.129.0
|
data/lib/aws-sdk-ecr/client.rb
CHANGED
|
@@ -199,7 +199,7 @@ module Aws::ECR
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::ECR
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -4527,7 +4525,7 @@ module Aws::ECR
|
|
|
4527
4525
|
tracer: tracer
|
|
4528
4526
|
)
|
|
4529
4527
|
context[:gem_name] = 'aws-sdk-ecr'
|
|
4530
|
-
context[:gem_version] = '1.
|
|
4528
|
+
context[:gem_version] = '1.129.0'
|
|
4531
4529
|
Seahorse::Client::Request.new(handlers, context)
|
|
4532
4530
|
end
|
|
4533
4531
|
|
data/lib/aws-sdk-ecr.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -105,7 +105,7 @@ module Aws
|
|
|
105
105
|
{
|
|
106
106
|
image_digest: ::String?,
|
|
107
107
|
image_tag: ::String?
|
|
108
|
-
}
|
|
108
|
+
}
|
|
109
109
|
]
|
|
110
110
|
) -> _BatchDeleteImageResponseSuccess
|
|
111
111
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDeleteImageResponseSuccess
|
|
@@ -123,7 +123,7 @@ module Aws
|
|
|
123
123
|
{
|
|
124
124
|
image_digest: ::String?,
|
|
125
125
|
image_tag: ::String?
|
|
126
|
-
}
|
|
126
|
+
}
|
|
127
127
|
],
|
|
128
128
|
?accepted_media_types: Array[::String]
|
|
129
129
|
) -> _BatchGetImageResponseSuccess
|
|
@@ -191,14 +191,14 @@ module Aws
|
|
|
191
191
|
{
|
|
192
192
|
key: ::String,
|
|
193
193
|
value: ::String
|
|
194
|
-
}
|
|
194
|
+
}
|
|
195
195
|
],
|
|
196
196
|
?image_tag_mutability: ("MUTABLE" | "IMMUTABLE" | "IMMUTABLE_WITH_EXCLUSION" | "MUTABLE_WITH_EXCLUSION"),
|
|
197
197
|
?image_tag_mutability_exclusion_filters: Array[
|
|
198
198
|
{
|
|
199
199
|
filter_type: ("WILDCARD"),
|
|
200
200
|
filter: ::String
|
|
201
|
-
}
|
|
201
|
+
}
|
|
202
202
|
],
|
|
203
203
|
?image_scanning_configuration: {
|
|
204
204
|
scan_on_push: bool?
|
|
@@ -227,14 +227,14 @@ module Aws
|
|
|
227
227
|
{
|
|
228
228
|
key: ::String,
|
|
229
229
|
value: ::String
|
|
230
|
-
}
|
|
230
|
+
}
|
|
231
231
|
],
|
|
232
232
|
?image_tag_mutability: ("MUTABLE" | "IMMUTABLE" | "IMMUTABLE_WITH_EXCLUSION" | "MUTABLE_WITH_EXCLUSION"),
|
|
233
233
|
?image_tag_mutability_exclusion_filters: Array[
|
|
234
234
|
{
|
|
235
235
|
filter_type: ("WILDCARD"),
|
|
236
236
|
filter: ::String
|
|
237
|
-
}
|
|
237
|
+
}
|
|
238
238
|
],
|
|
239
239
|
?repository_policy: ::String,
|
|
240
240
|
?lifecycle_policy: ::String,
|
|
@@ -410,7 +410,7 @@ module Aws
|
|
|
410
410
|
{
|
|
411
411
|
image_digest: ::String?,
|
|
412
412
|
image_tag: ::String?
|
|
413
|
-
}
|
|
413
|
+
}
|
|
414
414
|
],
|
|
415
415
|
?next_token: ::String,
|
|
416
416
|
?max_results: ::Integer,
|
|
@@ -539,7 +539,7 @@ module Aws
|
|
|
539
539
|
{
|
|
540
540
|
image_digest: ::String?,
|
|
541
541
|
image_tag: ::String?
|
|
542
|
-
}
|
|
542
|
+
}
|
|
543
543
|
],
|
|
544
544
|
?next_token: ::String,
|
|
545
545
|
?max_results: ::Integer,
|
|
@@ -724,7 +724,7 @@ module Aws
|
|
|
724
724
|
{
|
|
725
725
|
filter_type: ("WILDCARD"),
|
|
726
726
|
filter: ::String
|
|
727
|
-
}
|
|
727
|
+
}
|
|
728
728
|
]
|
|
729
729
|
) -> _PutImageTagMutabilityResponseSuccess
|
|
730
730
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutImageTagMutabilityResponseSuccess
|
|
@@ -768,9 +768,9 @@ module Aws
|
|
|
768
768
|
{
|
|
769
769
|
filter: ::String,
|
|
770
770
|
filter_type: ("WILDCARD")
|
|
771
|
-
}
|
|
771
|
+
}
|
|
772
772
|
]
|
|
773
|
-
}
|
|
773
|
+
}
|
|
774
774
|
]
|
|
775
775
|
) -> _PutRegistryScanningConfigurationResponseSuccess
|
|
776
776
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutRegistryScanningConfigurationResponseSuccess
|
|
@@ -788,15 +788,15 @@ module Aws
|
|
|
788
788
|
{
|
|
789
789
|
region: ::String,
|
|
790
790
|
registry_id: ::String
|
|
791
|
-
}
|
|
791
|
+
}
|
|
792
792
|
],
|
|
793
793
|
repository_filters: Array[
|
|
794
794
|
{
|
|
795
795
|
filter: ::String,
|
|
796
796
|
filter_type: ("PREFIX_MATCH")
|
|
797
|
-
}
|
|
797
|
+
}
|
|
798
798
|
]?
|
|
799
|
-
}
|
|
799
|
+
}
|
|
800
800
|
]
|
|
801
801
|
}
|
|
802
802
|
) -> _PutReplicationConfigurationResponseSuccess
|
|
@@ -816,9 +816,9 @@ module Aws
|
|
|
816
816
|
{
|
|
817
817
|
filter: ::String,
|
|
818
818
|
filter_type: ("WILDCARD_MATCH")
|
|
819
|
-
}
|
|
819
|
+
}
|
|
820
820
|
]?
|
|
821
|
-
}
|
|
821
|
+
}
|
|
822
822
|
]
|
|
823
823
|
}
|
|
824
824
|
) -> _PutSigningConfigurationResponseSuccess
|
|
@@ -893,7 +893,7 @@ module Aws
|
|
|
893
893
|
{
|
|
894
894
|
key: ::String,
|
|
895
895
|
value: ::String
|
|
896
|
-
}
|
|
896
|
+
}
|
|
897
897
|
]
|
|
898
898
|
) -> _TagResourceResponseSuccess
|
|
899
899
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -962,14 +962,14 @@ module Aws
|
|
|
962
962
|
{
|
|
963
963
|
key: ::String,
|
|
964
964
|
value: ::String
|
|
965
|
-
}
|
|
965
|
+
}
|
|
966
966
|
],
|
|
967
967
|
?image_tag_mutability: ("MUTABLE" | "IMMUTABLE" | "IMMUTABLE_WITH_EXCLUSION" | "MUTABLE_WITH_EXCLUSION"),
|
|
968
968
|
?image_tag_mutability_exclusion_filters: Array[
|
|
969
969
|
{
|
|
970
970
|
filter_type: ("WILDCARD"),
|
|
971
971
|
filter: ::String
|
|
972
|
-
}
|
|
972
|
+
}
|
|
973
973
|
],
|
|
974
974
|
?repository_policy: ::String,
|
|
975
975
|
?lifecycle_policy: ::String,
|
|
@@ -1033,7 +1033,7 @@ module Aws
|
|
|
1033
1033
|
{
|
|
1034
1034
|
image_digest: ::String?,
|
|
1035
1035
|
image_tag: ::String?
|
|
1036
|
-
}
|
|
1036
|
+
}
|
|
1037
1037
|
],
|
|
1038
1038
|
?next_token: ::String,
|
|
1039
1039
|
?max_results: ::Integer,
|
data/sig/waiters.rbs
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.129.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|