aws-sdk-ecr 1.127.0 → 1.128.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fdbe47c967f824625e9171661e259234babbe0d6359e3ee47a34f46f192be8ec
4
- data.tar.gz: eff880a058a3ec55d6ea3b517678a33ab1d93eb3badc1cf3cc1950f1e1dc27f6
3
+ metadata.gz: 3ded31f36d1bb51037010a4450cceb5cb978dc4530d893febb22e682368fe687
4
+ data.tar.gz: 660321260dcaf86e2b14241bb5ca89b07f2efcdeb64c306d034384ed0864fee9
5
5
  SHA512:
6
- metadata.gz: 6f7129aac2ddeb3b57513c9fffb3b53b6a596b6345f4f055d7a622df4927afac94bfaa2e4f781036e7c81478178304b480c942613c641417c3194cb3ec3a6c68
7
- data.tar.gz: e3f9eddb60e04fda61081b5910d5f89c74c0cefadd4877aca6de7d8726ddd98848cb26da3e0b146f51f57df19a039916ae916bc91d8895cabe3da3a4f4ef13e5
6
+ metadata.gz: 05d4875c4fc847aa92842c5fc491c5c488a3183333de3ab7afe63676d2d029e57f9fbd09523e7d86a4e076d054b80a1b1c2f00056196046f99944888e758449a
7
+ data.tar.gz: 04c56b69ccf321b4ea46dffe6ab9d1a5ddf979d1c3db245fcd32fb2446a445539a87d28f58cde7059afcb4f75cfd96abd7b02076f54bfdf63320e066ef8bc03f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.128.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.127.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.127.0
1
+ 1.128.0
@@ -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.127.0'
4530
+ context[:gem_version] = '1.128.0'
4531
4531
  Seahorse::Client::Request.new(handlers, context)
4532
4532
  end
4533
4533
 
data/lib/aws-sdk-ecr.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::ECR
55
55
  autoload :EndpointProvider, 'aws-sdk-ecr/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ecr/endpoints'
57
57
 
58
- GEM_VERSION = '1.127.0'
58
+ GEM_VERSION = '1.128.0'
59
59
 
60
60
  end
61
61
 
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
@@ -37,7 +37,7 @@ module Aws
37
37
  {
38
38
  image_digest: ::String?,
39
39
  image_tag: ::String?
40
- },
40
+ }
41
41
  ],
42
42
  ?next_token: ::String,
43
43
  ?max_results: ::Integer,
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.127.0
4
+ version: 1.128.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services