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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecr/client.rb +1 -1
- data/lib/aws-sdk-ecr.rb +1 -1
- data/sig/client.rbs +20 -20
- data/sig/waiters.rbs +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: 3ded31f36d1bb51037010a4450cceb5cb978dc4530d893febb22e682368fe687
|
|
4
|
+
data.tar.gz: 660321260dcaf86e2b14241bb5ca89b07f2efcdeb64c306d034384ed0864fee9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05d4875c4fc847aa92842c5fc491c5c488a3183333de3ab7afe63676d2d029e57f9fbd09523e7d86a4e076d054b80a1b1c2f00056196046f99944888e758449a
|
|
7
|
+
data.tar.gz: 04c56b69ccf321b4ea46dffe6ab9d1a5ddf979d1c3db245fcd32fb2446a445539a87d28f58cde7059afcb4f75cfd96abd7b02076f54bfdf63320e066ef8bc03f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.128.0
|
data/lib/aws-sdk-ecr/client.rb
CHANGED
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