aws-sdk-ecrpublic 1.25.0 → 1.27.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 +70 -46
- data/lib/aws-sdk-ecrpublic/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-ecrpublic.rb +1 -1
- data/sig/client.rbs +401 -0
- data/sig/errors.rbs +92 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +549 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/errors.rbs
ADDED
@@ -0,0 +1,92 @@
|
|
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 Errors
|
11
|
+
class ServiceError < ::Aws::Errors::ServiceError
|
12
|
+
end
|
13
|
+
|
14
|
+
class EmptyUploadException < ::Aws::Errors::ServiceError
|
15
|
+
def message: () -> ::String
|
16
|
+
end
|
17
|
+
class ImageAlreadyExistsException < ::Aws::Errors::ServiceError
|
18
|
+
def message: () -> ::String
|
19
|
+
end
|
20
|
+
class ImageDigestDoesNotMatchException < ::Aws::Errors::ServiceError
|
21
|
+
def message: () -> ::String
|
22
|
+
end
|
23
|
+
class ImageNotFoundException < ::Aws::Errors::ServiceError
|
24
|
+
def message: () -> ::String
|
25
|
+
end
|
26
|
+
class ImageTagAlreadyExistsException < ::Aws::Errors::ServiceError
|
27
|
+
def message: () -> ::String
|
28
|
+
end
|
29
|
+
class InvalidLayerException < ::Aws::Errors::ServiceError
|
30
|
+
def message: () -> ::String
|
31
|
+
end
|
32
|
+
class InvalidLayerPartException < ::Aws::Errors::ServiceError
|
33
|
+
def registry_id: () -> ::String
|
34
|
+
def repository_name: () -> ::String
|
35
|
+
def upload_id: () -> ::String
|
36
|
+
def last_valid_byte_received: () -> ::String
|
37
|
+
def message: () -> ::String
|
38
|
+
end
|
39
|
+
class InvalidParameterException < ::Aws::Errors::ServiceError
|
40
|
+
def message: () -> ::String
|
41
|
+
end
|
42
|
+
class InvalidTagParameterException < ::Aws::Errors::ServiceError
|
43
|
+
def message: () -> ::String
|
44
|
+
end
|
45
|
+
class LayerAlreadyExistsException < ::Aws::Errors::ServiceError
|
46
|
+
def message: () -> ::String
|
47
|
+
end
|
48
|
+
class LayerPartTooSmallException < ::Aws::Errors::ServiceError
|
49
|
+
def message: () -> ::String
|
50
|
+
end
|
51
|
+
class LayersNotFoundException < ::Aws::Errors::ServiceError
|
52
|
+
def message: () -> ::String
|
53
|
+
end
|
54
|
+
class LimitExceededException < ::Aws::Errors::ServiceError
|
55
|
+
def message: () -> ::String
|
56
|
+
end
|
57
|
+
class ReferencedImagesNotFoundException < ::Aws::Errors::ServiceError
|
58
|
+
def message: () -> ::String
|
59
|
+
end
|
60
|
+
class RegistryNotFoundException < ::Aws::Errors::ServiceError
|
61
|
+
def message: () -> ::String
|
62
|
+
end
|
63
|
+
class RepositoryAlreadyExistsException < ::Aws::Errors::ServiceError
|
64
|
+
def message: () -> ::String
|
65
|
+
end
|
66
|
+
class RepositoryCatalogDataNotFoundException < ::Aws::Errors::ServiceError
|
67
|
+
def message: () -> ::String
|
68
|
+
end
|
69
|
+
class RepositoryNotEmptyException < ::Aws::Errors::ServiceError
|
70
|
+
def message: () -> ::String
|
71
|
+
end
|
72
|
+
class RepositoryNotFoundException < ::Aws::Errors::ServiceError
|
73
|
+
def message: () -> ::String
|
74
|
+
end
|
75
|
+
class RepositoryPolicyNotFoundException < ::Aws::Errors::ServiceError
|
76
|
+
def message: () -> ::String
|
77
|
+
end
|
78
|
+
class ServerException < ::Aws::Errors::ServiceError
|
79
|
+
def message: () -> ::String
|
80
|
+
end
|
81
|
+
class TooManyTagsException < ::Aws::Errors::ServiceError
|
82
|
+
def message: () -> ::String
|
83
|
+
end
|
84
|
+
class UnsupportedCommandException < ::Aws::Errors::ServiceError
|
85
|
+
def message: () -> ::String
|
86
|
+
end
|
87
|
+
class UploadNotFoundException < ::Aws::Errors::ServiceError
|
88
|
+
def message: () -> ::String
|
89
|
+
end
|
90
|
+
end
|
91
|
+
end
|
92
|
+
end
|
data/sig/resource.rbs
ADDED
@@ -0,0 +1,80 @@
|
|
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
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ECRPublic/Resource.html
|
11
|
+
class Resource
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ECRPublic/Resource.html#initialize-instance_method
|
13
|
+
def initialize: (
|
14
|
+
?client: Client,
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?simple_json: bool,
|
52
|
+
?stub_responses: untyped,
|
53
|
+
?token_provider: untyped,
|
54
|
+
?use_dualstack_endpoint: bool,
|
55
|
+
?use_fips_endpoint: bool,
|
56
|
+
?validate_params: bool,
|
57
|
+
?endpoint_provider: untyped,
|
58
|
+
?http_proxy: String,
|
59
|
+
?http_open_timeout: (Float | Integer),
|
60
|
+
?http_read_timeout: (Float | Integer),
|
61
|
+
?http_idle_timeout: (Float | Integer),
|
62
|
+
?http_continue_timeout: (Float | Integer),
|
63
|
+
?ssl_timeout: (Float | Integer | nil),
|
64
|
+
?http_wire_trace: bool,
|
65
|
+
?ssl_verify_peer: bool,
|
66
|
+
?ssl_ca_bundle: String,
|
67
|
+
?ssl_ca_directory: String,
|
68
|
+
?ssl_ca_store: String,
|
69
|
+
?on_chunk_received: Proc,
|
70
|
+
?on_chunk_sent: Proc,
|
71
|
+
?raise_response_errors: bool
|
72
|
+
) -> void
|
73
|
+
| (?Hash[Symbol, untyped]) -> void
|
74
|
+
|
75
|
+
def client: () -> Client
|
76
|
+
|
77
|
+
|
78
|
+
end
|
79
|
+
end
|
80
|
+
end
|
data/sig/types.rbs
ADDED
@@ -0,0 +1,549 @@
|
|
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::ECRPublic
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AuthorizationData
|
12
|
+
attr_accessor authorization_token: ::String
|
13
|
+
attr_accessor expires_at: ::Time
|
14
|
+
SENSITIVE: []
|
15
|
+
end
|
16
|
+
|
17
|
+
class BatchCheckLayerAvailabilityRequest
|
18
|
+
attr_accessor registry_id: ::String
|
19
|
+
attr_accessor repository_name: ::String
|
20
|
+
attr_accessor layer_digests: ::Array[::String]
|
21
|
+
SENSITIVE: []
|
22
|
+
end
|
23
|
+
|
24
|
+
class BatchCheckLayerAvailabilityResponse
|
25
|
+
attr_accessor layers: ::Array[Types::Layer]
|
26
|
+
attr_accessor failures: ::Array[Types::LayerFailure]
|
27
|
+
SENSITIVE: []
|
28
|
+
end
|
29
|
+
|
30
|
+
class BatchDeleteImageRequest
|
31
|
+
attr_accessor registry_id: ::String
|
32
|
+
attr_accessor repository_name: ::String
|
33
|
+
attr_accessor image_ids: ::Array[Types::ImageIdentifier]
|
34
|
+
SENSITIVE: []
|
35
|
+
end
|
36
|
+
|
37
|
+
class BatchDeleteImageResponse
|
38
|
+
attr_accessor image_ids: ::Array[Types::ImageIdentifier]
|
39
|
+
attr_accessor failures: ::Array[Types::ImageFailure]
|
40
|
+
SENSITIVE: []
|
41
|
+
end
|
42
|
+
|
43
|
+
class CompleteLayerUploadRequest
|
44
|
+
attr_accessor registry_id: ::String
|
45
|
+
attr_accessor repository_name: ::String
|
46
|
+
attr_accessor upload_id: ::String
|
47
|
+
attr_accessor layer_digests: ::Array[::String]
|
48
|
+
SENSITIVE: []
|
49
|
+
end
|
50
|
+
|
51
|
+
class CompleteLayerUploadResponse
|
52
|
+
attr_accessor registry_id: ::String
|
53
|
+
attr_accessor repository_name: ::String
|
54
|
+
attr_accessor upload_id: ::String
|
55
|
+
attr_accessor layer_digest: ::String
|
56
|
+
SENSITIVE: []
|
57
|
+
end
|
58
|
+
|
59
|
+
class CreateRepositoryRequest
|
60
|
+
attr_accessor repository_name: ::String
|
61
|
+
attr_accessor catalog_data: Types::RepositoryCatalogDataInput
|
62
|
+
attr_accessor tags: ::Array[Types::Tag]
|
63
|
+
SENSITIVE: []
|
64
|
+
end
|
65
|
+
|
66
|
+
class CreateRepositoryResponse
|
67
|
+
attr_accessor repository: Types::Repository
|
68
|
+
attr_accessor catalog_data: Types::RepositoryCatalogData
|
69
|
+
SENSITIVE: []
|
70
|
+
end
|
71
|
+
|
72
|
+
class DeleteRepositoryPolicyRequest
|
73
|
+
attr_accessor registry_id: ::String
|
74
|
+
attr_accessor repository_name: ::String
|
75
|
+
SENSITIVE: []
|
76
|
+
end
|
77
|
+
|
78
|
+
class DeleteRepositoryPolicyResponse
|
79
|
+
attr_accessor registry_id: ::String
|
80
|
+
attr_accessor repository_name: ::String
|
81
|
+
attr_accessor policy_text: ::String
|
82
|
+
SENSITIVE: []
|
83
|
+
end
|
84
|
+
|
85
|
+
class DeleteRepositoryRequest
|
86
|
+
attr_accessor registry_id: ::String
|
87
|
+
attr_accessor repository_name: ::String
|
88
|
+
attr_accessor force: bool
|
89
|
+
SENSITIVE: []
|
90
|
+
end
|
91
|
+
|
92
|
+
class DeleteRepositoryResponse
|
93
|
+
attr_accessor repository: Types::Repository
|
94
|
+
SENSITIVE: []
|
95
|
+
end
|
96
|
+
|
97
|
+
class DescribeImageTagsRequest
|
98
|
+
attr_accessor registry_id: ::String
|
99
|
+
attr_accessor repository_name: ::String
|
100
|
+
attr_accessor next_token: ::String
|
101
|
+
attr_accessor max_results: ::Integer
|
102
|
+
SENSITIVE: []
|
103
|
+
end
|
104
|
+
|
105
|
+
class DescribeImageTagsResponse
|
106
|
+
attr_accessor image_tag_details: ::Array[Types::ImageTagDetail]
|
107
|
+
attr_accessor next_token: ::String
|
108
|
+
SENSITIVE: []
|
109
|
+
end
|
110
|
+
|
111
|
+
class DescribeImagesRequest
|
112
|
+
attr_accessor registry_id: ::String
|
113
|
+
attr_accessor repository_name: ::String
|
114
|
+
attr_accessor image_ids: ::Array[Types::ImageIdentifier]
|
115
|
+
attr_accessor next_token: ::String
|
116
|
+
attr_accessor max_results: ::Integer
|
117
|
+
SENSITIVE: []
|
118
|
+
end
|
119
|
+
|
120
|
+
class DescribeImagesResponse
|
121
|
+
attr_accessor image_details: ::Array[Types::ImageDetail]
|
122
|
+
attr_accessor next_token: ::String
|
123
|
+
SENSITIVE: []
|
124
|
+
end
|
125
|
+
|
126
|
+
class DescribeRegistriesRequest
|
127
|
+
attr_accessor next_token: ::String
|
128
|
+
attr_accessor max_results: ::Integer
|
129
|
+
SENSITIVE: []
|
130
|
+
end
|
131
|
+
|
132
|
+
class DescribeRegistriesResponse
|
133
|
+
attr_accessor registries: ::Array[Types::Registry]
|
134
|
+
attr_accessor next_token: ::String
|
135
|
+
SENSITIVE: []
|
136
|
+
end
|
137
|
+
|
138
|
+
class DescribeRepositoriesRequest
|
139
|
+
attr_accessor registry_id: ::String
|
140
|
+
attr_accessor repository_names: ::Array[::String]
|
141
|
+
attr_accessor next_token: ::String
|
142
|
+
attr_accessor max_results: ::Integer
|
143
|
+
SENSITIVE: []
|
144
|
+
end
|
145
|
+
|
146
|
+
class DescribeRepositoriesResponse
|
147
|
+
attr_accessor repositories: ::Array[Types::Repository]
|
148
|
+
attr_accessor next_token: ::String
|
149
|
+
SENSITIVE: []
|
150
|
+
end
|
151
|
+
|
152
|
+
class EmptyUploadException
|
153
|
+
attr_accessor message: ::String
|
154
|
+
SENSITIVE: []
|
155
|
+
end
|
156
|
+
|
157
|
+
class GetAuthorizationTokenRequest < Aws::EmptyStructure
|
158
|
+
end
|
159
|
+
|
160
|
+
class GetAuthorizationTokenResponse
|
161
|
+
attr_accessor authorization_data: Types::AuthorizationData
|
162
|
+
SENSITIVE: []
|
163
|
+
end
|
164
|
+
|
165
|
+
class GetRegistryCatalogDataRequest < Aws::EmptyStructure
|
166
|
+
end
|
167
|
+
|
168
|
+
class GetRegistryCatalogDataResponse
|
169
|
+
attr_accessor registry_catalog_data: Types::RegistryCatalogData
|
170
|
+
SENSITIVE: []
|
171
|
+
end
|
172
|
+
|
173
|
+
class GetRepositoryCatalogDataRequest
|
174
|
+
attr_accessor registry_id: ::String
|
175
|
+
attr_accessor repository_name: ::String
|
176
|
+
SENSITIVE: []
|
177
|
+
end
|
178
|
+
|
179
|
+
class GetRepositoryCatalogDataResponse
|
180
|
+
attr_accessor catalog_data: Types::RepositoryCatalogData
|
181
|
+
SENSITIVE: []
|
182
|
+
end
|
183
|
+
|
184
|
+
class GetRepositoryPolicyRequest
|
185
|
+
attr_accessor registry_id: ::String
|
186
|
+
attr_accessor repository_name: ::String
|
187
|
+
SENSITIVE: []
|
188
|
+
end
|
189
|
+
|
190
|
+
class GetRepositoryPolicyResponse
|
191
|
+
attr_accessor registry_id: ::String
|
192
|
+
attr_accessor repository_name: ::String
|
193
|
+
attr_accessor policy_text: ::String
|
194
|
+
SENSITIVE: []
|
195
|
+
end
|
196
|
+
|
197
|
+
class Image
|
198
|
+
attr_accessor registry_id: ::String
|
199
|
+
attr_accessor repository_name: ::String
|
200
|
+
attr_accessor image_id: Types::ImageIdentifier
|
201
|
+
attr_accessor image_manifest: ::String
|
202
|
+
attr_accessor image_manifest_media_type: ::String
|
203
|
+
SENSITIVE: []
|
204
|
+
end
|
205
|
+
|
206
|
+
class ImageAlreadyExistsException
|
207
|
+
attr_accessor message: ::String
|
208
|
+
SENSITIVE: []
|
209
|
+
end
|
210
|
+
|
211
|
+
class ImageDetail
|
212
|
+
attr_accessor registry_id: ::String
|
213
|
+
attr_accessor repository_name: ::String
|
214
|
+
attr_accessor image_digest: ::String
|
215
|
+
attr_accessor image_tags: ::Array[::String]
|
216
|
+
attr_accessor image_size_in_bytes: ::Integer
|
217
|
+
attr_accessor image_pushed_at: ::Time
|
218
|
+
attr_accessor image_manifest_media_type: ::String
|
219
|
+
attr_accessor artifact_media_type: ::String
|
220
|
+
SENSITIVE: []
|
221
|
+
end
|
222
|
+
|
223
|
+
class ImageDigestDoesNotMatchException
|
224
|
+
attr_accessor message: ::String
|
225
|
+
SENSITIVE: []
|
226
|
+
end
|
227
|
+
|
228
|
+
class ImageFailure
|
229
|
+
attr_accessor image_id: Types::ImageIdentifier
|
230
|
+
attr_accessor failure_code: ("InvalidImageDigest" | "InvalidImageTag" | "ImageTagDoesNotMatchDigest" | "ImageNotFound" | "MissingDigestAndTag" | "ImageReferencedByManifestList" | "KmsError")
|
231
|
+
attr_accessor failure_reason: ::String
|
232
|
+
SENSITIVE: []
|
233
|
+
end
|
234
|
+
|
235
|
+
class ImageIdentifier
|
236
|
+
attr_accessor image_digest: ::String
|
237
|
+
attr_accessor image_tag: ::String
|
238
|
+
SENSITIVE: []
|
239
|
+
end
|
240
|
+
|
241
|
+
class ImageNotFoundException
|
242
|
+
attr_accessor message: ::String
|
243
|
+
SENSITIVE: []
|
244
|
+
end
|
245
|
+
|
246
|
+
class ImageTagAlreadyExistsException
|
247
|
+
attr_accessor message: ::String
|
248
|
+
SENSITIVE: []
|
249
|
+
end
|
250
|
+
|
251
|
+
class ImageTagDetail
|
252
|
+
attr_accessor image_tag: ::String
|
253
|
+
attr_accessor created_at: ::Time
|
254
|
+
attr_accessor image_detail: Types::ReferencedImageDetail
|
255
|
+
SENSITIVE: []
|
256
|
+
end
|
257
|
+
|
258
|
+
class InitiateLayerUploadRequest
|
259
|
+
attr_accessor registry_id: ::String
|
260
|
+
attr_accessor repository_name: ::String
|
261
|
+
SENSITIVE: []
|
262
|
+
end
|
263
|
+
|
264
|
+
class InitiateLayerUploadResponse
|
265
|
+
attr_accessor upload_id: ::String
|
266
|
+
attr_accessor part_size: ::Integer
|
267
|
+
SENSITIVE: []
|
268
|
+
end
|
269
|
+
|
270
|
+
class InvalidLayerException
|
271
|
+
attr_accessor message: ::String
|
272
|
+
SENSITIVE: []
|
273
|
+
end
|
274
|
+
|
275
|
+
class InvalidLayerPartException
|
276
|
+
attr_accessor registry_id: ::String
|
277
|
+
attr_accessor repository_name: ::String
|
278
|
+
attr_accessor upload_id: ::String
|
279
|
+
attr_accessor last_valid_byte_received: ::Integer
|
280
|
+
attr_accessor message: ::String
|
281
|
+
SENSITIVE: []
|
282
|
+
end
|
283
|
+
|
284
|
+
class InvalidParameterException
|
285
|
+
attr_accessor message: ::String
|
286
|
+
SENSITIVE: []
|
287
|
+
end
|
288
|
+
|
289
|
+
class InvalidTagParameterException
|
290
|
+
attr_accessor message: ::String
|
291
|
+
SENSITIVE: []
|
292
|
+
end
|
293
|
+
|
294
|
+
class Layer
|
295
|
+
attr_accessor layer_digest: ::String
|
296
|
+
attr_accessor layer_availability: ("AVAILABLE" | "UNAVAILABLE")
|
297
|
+
attr_accessor layer_size: ::Integer
|
298
|
+
attr_accessor media_type: ::String
|
299
|
+
SENSITIVE: []
|
300
|
+
end
|
301
|
+
|
302
|
+
class LayerAlreadyExistsException
|
303
|
+
attr_accessor message: ::String
|
304
|
+
SENSITIVE: []
|
305
|
+
end
|
306
|
+
|
307
|
+
class LayerFailure
|
308
|
+
attr_accessor layer_digest: ::String
|
309
|
+
attr_accessor failure_code: ("InvalidLayerDigest" | "MissingLayerDigest")
|
310
|
+
attr_accessor failure_reason: ::String
|
311
|
+
SENSITIVE: []
|
312
|
+
end
|
313
|
+
|
314
|
+
class LayerPartTooSmallException
|
315
|
+
attr_accessor message: ::String
|
316
|
+
SENSITIVE: []
|
317
|
+
end
|
318
|
+
|
319
|
+
class LayersNotFoundException
|
320
|
+
attr_accessor message: ::String
|
321
|
+
SENSITIVE: []
|
322
|
+
end
|
323
|
+
|
324
|
+
class LimitExceededException
|
325
|
+
attr_accessor message: ::String
|
326
|
+
SENSITIVE: []
|
327
|
+
end
|
328
|
+
|
329
|
+
class ListTagsForResourceRequest
|
330
|
+
attr_accessor resource_arn: ::String
|
331
|
+
SENSITIVE: []
|
332
|
+
end
|
333
|
+
|
334
|
+
class ListTagsForResourceResponse
|
335
|
+
attr_accessor tags: ::Array[Types::Tag]
|
336
|
+
SENSITIVE: []
|
337
|
+
end
|
338
|
+
|
339
|
+
class PutImageRequest
|
340
|
+
attr_accessor registry_id: ::String
|
341
|
+
attr_accessor repository_name: ::String
|
342
|
+
attr_accessor image_manifest: ::String
|
343
|
+
attr_accessor image_manifest_media_type: ::String
|
344
|
+
attr_accessor image_tag: ::String
|
345
|
+
attr_accessor image_digest: ::String
|
346
|
+
SENSITIVE: []
|
347
|
+
end
|
348
|
+
|
349
|
+
class PutImageResponse
|
350
|
+
attr_accessor image: Types::Image
|
351
|
+
SENSITIVE: []
|
352
|
+
end
|
353
|
+
|
354
|
+
class PutRegistryCatalogDataRequest
|
355
|
+
attr_accessor display_name: ::String
|
356
|
+
SENSITIVE: []
|
357
|
+
end
|
358
|
+
|
359
|
+
class PutRegistryCatalogDataResponse
|
360
|
+
attr_accessor registry_catalog_data: Types::RegistryCatalogData
|
361
|
+
SENSITIVE: []
|
362
|
+
end
|
363
|
+
|
364
|
+
class PutRepositoryCatalogDataRequest
|
365
|
+
attr_accessor registry_id: ::String
|
366
|
+
attr_accessor repository_name: ::String
|
367
|
+
attr_accessor catalog_data: Types::RepositoryCatalogDataInput
|
368
|
+
SENSITIVE: []
|
369
|
+
end
|
370
|
+
|
371
|
+
class PutRepositoryCatalogDataResponse
|
372
|
+
attr_accessor catalog_data: Types::RepositoryCatalogData
|
373
|
+
SENSITIVE: []
|
374
|
+
end
|
375
|
+
|
376
|
+
class ReferencedImageDetail
|
377
|
+
attr_accessor image_digest: ::String
|
378
|
+
attr_accessor image_size_in_bytes: ::Integer
|
379
|
+
attr_accessor image_pushed_at: ::Time
|
380
|
+
attr_accessor image_manifest_media_type: ::String
|
381
|
+
attr_accessor artifact_media_type: ::String
|
382
|
+
SENSITIVE: []
|
383
|
+
end
|
384
|
+
|
385
|
+
class ReferencedImagesNotFoundException
|
386
|
+
attr_accessor message: ::String
|
387
|
+
SENSITIVE: []
|
388
|
+
end
|
389
|
+
|
390
|
+
class Registry
|
391
|
+
attr_accessor registry_id: ::String
|
392
|
+
attr_accessor registry_arn: ::String
|
393
|
+
attr_accessor registry_uri: ::String
|
394
|
+
attr_accessor verified: bool
|
395
|
+
attr_accessor aliases: ::Array[Types::RegistryAlias]
|
396
|
+
SENSITIVE: []
|
397
|
+
end
|
398
|
+
|
399
|
+
class RegistryAlias
|
400
|
+
attr_accessor name: ::String
|
401
|
+
attr_accessor status: ("ACTIVE" | "PENDING" | "REJECTED")
|
402
|
+
attr_accessor primary_registry_alias: bool
|
403
|
+
attr_accessor default_registry_alias: bool
|
404
|
+
SENSITIVE: []
|
405
|
+
end
|
406
|
+
|
407
|
+
class RegistryCatalogData
|
408
|
+
attr_accessor display_name: ::String
|
409
|
+
SENSITIVE: []
|
410
|
+
end
|
411
|
+
|
412
|
+
class RegistryNotFoundException
|
413
|
+
attr_accessor message: ::String
|
414
|
+
SENSITIVE: []
|
415
|
+
end
|
416
|
+
|
417
|
+
class Repository
|
418
|
+
attr_accessor repository_arn: ::String
|
419
|
+
attr_accessor registry_id: ::String
|
420
|
+
attr_accessor repository_name: ::String
|
421
|
+
attr_accessor repository_uri: ::String
|
422
|
+
attr_accessor created_at: ::Time
|
423
|
+
SENSITIVE: []
|
424
|
+
end
|
425
|
+
|
426
|
+
class RepositoryAlreadyExistsException
|
427
|
+
attr_accessor message: ::String
|
428
|
+
SENSITIVE: []
|
429
|
+
end
|
430
|
+
|
431
|
+
class RepositoryCatalogData
|
432
|
+
attr_accessor description: ::String
|
433
|
+
attr_accessor architectures: ::Array[::String]
|
434
|
+
attr_accessor operating_systems: ::Array[::String]
|
435
|
+
attr_accessor logo_url: ::String
|
436
|
+
attr_accessor about_text: ::String
|
437
|
+
attr_accessor usage_text: ::String
|
438
|
+
attr_accessor marketplace_certified: bool
|
439
|
+
SENSITIVE: []
|
440
|
+
end
|
441
|
+
|
442
|
+
class RepositoryCatalogDataInput
|
443
|
+
attr_accessor description: ::String
|
444
|
+
attr_accessor architectures: ::Array[::String]
|
445
|
+
attr_accessor operating_systems: ::Array[::String]
|
446
|
+
attr_accessor logo_image_blob: ::String
|
447
|
+
attr_accessor about_text: ::String
|
448
|
+
attr_accessor usage_text: ::String
|
449
|
+
SENSITIVE: []
|
450
|
+
end
|
451
|
+
|
452
|
+
class RepositoryCatalogDataNotFoundException
|
453
|
+
attr_accessor message: ::String
|
454
|
+
SENSITIVE: []
|
455
|
+
end
|
456
|
+
|
457
|
+
class RepositoryNotEmptyException
|
458
|
+
attr_accessor message: ::String
|
459
|
+
SENSITIVE: []
|
460
|
+
end
|
461
|
+
|
462
|
+
class RepositoryNotFoundException
|
463
|
+
attr_accessor message: ::String
|
464
|
+
SENSITIVE: []
|
465
|
+
end
|
466
|
+
|
467
|
+
class RepositoryPolicyNotFoundException
|
468
|
+
attr_accessor message: ::String
|
469
|
+
SENSITIVE: []
|
470
|
+
end
|
471
|
+
|
472
|
+
class ServerException
|
473
|
+
attr_accessor message: ::String
|
474
|
+
SENSITIVE: []
|
475
|
+
end
|
476
|
+
|
477
|
+
class SetRepositoryPolicyRequest
|
478
|
+
attr_accessor registry_id: ::String
|
479
|
+
attr_accessor repository_name: ::String
|
480
|
+
attr_accessor policy_text: ::String
|
481
|
+
attr_accessor force: bool
|
482
|
+
SENSITIVE: []
|
483
|
+
end
|
484
|
+
|
485
|
+
class SetRepositoryPolicyResponse
|
486
|
+
attr_accessor registry_id: ::String
|
487
|
+
attr_accessor repository_name: ::String
|
488
|
+
attr_accessor policy_text: ::String
|
489
|
+
SENSITIVE: []
|
490
|
+
end
|
491
|
+
|
492
|
+
class Tag
|
493
|
+
attr_accessor key: ::String
|
494
|
+
attr_accessor value: ::String
|
495
|
+
SENSITIVE: []
|
496
|
+
end
|
497
|
+
|
498
|
+
class TagResourceRequest
|
499
|
+
attr_accessor resource_arn: ::String
|
500
|
+
attr_accessor tags: ::Array[Types::Tag]
|
501
|
+
SENSITIVE: []
|
502
|
+
end
|
503
|
+
|
504
|
+
class TagResourceResponse < Aws::EmptyStructure
|
505
|
+
end
|
506
|
+
|
507
|
+
class TooManyTagsException
|
508
|
+
attr_accessor message: ::String
|
509
|
+
SENSITIVE: []
|
510
|
+
end
|
511
|
+
|
512
|
+
class UnsupportedCommandException
|
513
|
+
attr_accessor message: ::String
|
514
|
+
SENSITIVE: []
|
515
|
+
end
|
516
|
+
|
517
|
+
class UntagResourceRequest
|
518
|
+
attr_accessor resource_arn: ::String
|
519
|
+
attr_accessor tag_keys: ::Array[::String]
|
520
|
+
SENSITIVE: []
|
521
|
+
end
|
522
|
+
|
523
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
524
|
+
end
|
525
|
+
|
526
|
+
class UploadLayerPartRequest
|
527
|
+
attr_accessor registry_id: ::String
|
528
|
+
attr_accessor repository_name: ::String
|
529
|
+
attr_accessor upload_id: ::String
|
530
|
+
attr_accessor part_first_byte: ::Integer
|
531
|
+
attr_accessor part_last_byte: ::Integer
|
532
|
+
attr_accessor layer_part_blob: ::String
|
533
|
+
SENSITIVE: []
|
534
|
+
end
|
535
|
+
|
536
|
+
class UploadLayerPartResponse
|
537
|
+
attr_accessor registry_id: ::String
|
538
|
+
attr_accessor repository_name: ::String
|
539
|
+
attr_accessor upload_id: ::String
|
540
|
+
attr_accessor last_byte_received: ::Integer
|
541
|
+
SENSITIVE: []
|
542
|
+
end
|
543
|
+
|
544
|
+
class UploadNotFoundException
|
545
|
+
attr_accessor message: ::String
|
546
|
+
SENSITIVE: []
|
547
|
+
end
|
548
|
+
end
|
549
|
+
end
|