aws-sdk-ecrpublic 1.64.0 → 1.66.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-ecrpublic/client.rb +6 -8
- data/lib/aws-sdk-ecrpublic.rb +1 -1
- data/sig/client.rbs +6 -20
- data/sig/params.rbs +22 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd1b0011a993edc44d410a8cfb9bd9148fffbcfbed23201933237786b8271757
|
|
4
|
+
data.tar.gz: 0ef8fe1ead03d563882b03adc80c834ef30df7fe0a4c22641c85f5ca81e64bce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45981f2c37073960fe91adc35419be4b329cd563663976507e044f5e2032449ff5774ca5a4ac5195de473c45fa00232f720289fb79cacf90440388c7643fc5ed
|
|
7
|
+
data.tar.gz: 2f585e429728d842128a5ce4871d1f499e408f5602a02dfa4cd12b840ce745a345ec13a39daf5dd459e31210930fbe03ffa7b6aae14ef3442468c1ebbaf4ba6b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.66.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.65.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.64.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.66.0
|
|
@@ -199,7 +199,7 @@ module Aws::ECRPublic
|
|
|
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::ECRPublic
|
|
|
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
|
|
@@ -1696,7 +1694,7 @@ module Aws::ECRPublic
|
|
|
1696
1694
|
tracer: tracer
|
|
1697
1695
|
)
|
|
1698
1696
|
context[:gem_name] = 'aws-sdk-ecrpublic'
|
|
1699
|
-
context[:gem_version] = '1.
|
|
1697
|
+
context[:gem_version] = '1.66.0'
|
|
1700
1698
|
Seahorse::Client::Request.new(handlers, context)
|
|
1701
1699
|
end
|
|
1702
1700
|
|
data/lib/aws-sdk-ecrpublic.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
|
|
@@ -134,19 +134,12 @@ module Aws
|
|
|
134
134
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ECRPublic/Client.html#create_repository-instance_method
|
|
135
135
|
def create_repository: (
|
|
136
136
|
repository_name: ::String,
|
|
137
|
-
?catalog_data:
|
|
138
|
-
description: ::String?,
|
|
139
|
-
architectures: Array[::String]?,
|
|
140
|
-
operating_systems: Array[::String]?,
|
|
141
|
-
logo_image_blob: ::String?,
|
|
142
|
-
about_text: ::String?,
|
|
143
|
-
usage_text: ::String?
|
|
144
|
-
},
|
|
137
|
+
?catalog_data: Params::repository_catalog_data_input,
|
|
145
138
|
?tags: Array[
|
|
146
139
|
{
|
|
147
140
|
key: ::String?,
|
|
148
141
|
value: ::String?
|
|
149
|
-
}
|
|
142
|
+
}
|
|
150
143
|
]
|
|
151
144
|
) -> _CreateRepositoryResponseSuccess
|
|
152
145
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRepositoryResponseSuccess
|
|
@@ -203,7 +196,7 @@ module Aws
|
|
|
203
196
|
{
|
|
204
197
|
image_digest: ::String?,
|
|
205
198
|
image_tag: ::String?
|
|
206
|
-
}
|
|
199
|
+
}
|
|
207
200
|
],
|
|
208
201
|
?next_token: ::String,
|
|
209
202
|
?max_results: ::Integer
|
|
@@ -333,14 +326,7 @@ module Aws
|
|
|
333
326
|
def put_repository_catalog_data: (
|
|
334
327
|
?registry_id: ::String,
|
|
335
328
|
repository_name: ::String,
|
|
336
|
-
catalog_data:
|
|
337
|
-
description: ::String?,
|
|
338
|
-
architectures: Array[::String]?,
|
|
339
|
-
operating_systems: Array[::String]?,
|
|
340
|
-
logo_image_blob: ::String?,
|
|
341
|
-
about_text: ::String?,
|
|
342
|
-
usage_text: ::String?
|
|
343
|
-
}
|
|
329
|
+
catalog_data: Params::repository_catalog_data_input
|
|
344
330
|
) -> _PutRepositoryCatalogDataResponseSuccess
|
|
345
331
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutRepositoryCatalogDataResponseSuccess
|
|
346
332
|
|
|
@@ -369,7 +355,7 @@ module Aws
|
|
|
369
355
|
{
|
|
370
356
|
key: ::String?,
|
|
371
357
|
value: ::String?
|
|
372
|
-
}
|
|
358
|
+
}
|
|
373
359
|
]
|
|
374
360
|
) -> _TagResourceResponseSuccess
|
|
375
361
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module ECRPublic
|
|
10
|
+
module Params
|
|
11
|
+
type repository_catalog_data_input = {
|
|
12
|
+
description: ::String?,
|
|
13
|
+
architectures: Array[::String]?,
|
|
14
|
+
operating_systems: Array[::String]?,
|
|
15
|
+
logo_image_blob: ::String?,
|
|
16
|
+
about_text: ::String?,
|
|
17
|
+
usage_text: ::String?
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ecrpublic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.66.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
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-ecrpublic/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|