aws-sdk-ecrpublic 1.13.0 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ module Aws::ECRPublic
15
15
  #
16
16
  # @!attribute [rw] authorization_token
17
17
  # A base64-encoded string that contains authorization data for a
18
- # public Amazon ECR registry. When the string is decoded, it is
18
+ # public Amazon ECR registry. When the string is decoded, it's
19
19
  # presented in the format `user:password` for public registry
20
20
  # authentication using `docker login`.
21
21
  # @return [String]
@@ -34,23 +34,15 @@ module Aws::ECRPublic
34
34
  include Aws::Structure
35
35
  end
36
36
 
37
- # @note When making an API call, you may pass BatchCheckLayerAvailabilityRequest
38
- # data as a hash:
39
- #
40
- # {
41
- # registry_id: "RegistryIdOrAlias",
42
- # repository_name: "RepositoryName", # required
43
- # layer_digests: ["BatchedOperationLayerDigest"], # required
44
- # }
45
- #
46
37
  # @!attribute [rw] registry_id
47
- # The AWS account ID associated with the public registry that contains
48
- # the image layers to check. If you do not specify a registry, the
49
- # default public registry is assumed.
38
+ # The Amazon Web Services account ID, or registry alias, associated
39
+ # with the public registry that contains the image layers to check. If
40
+ # you do not specify a registry, the default public registry is
41
+ # assumed.
50
42
  # @return [String]
51
43
  #
52
44
  # @!attribute [rw] repository_name
53
- # The name of the repository that is associated with the image layers
45
+ # The name of the repository that's associated with the image layers
54
46
  # to check.
55
47
  # @return [String]
56
48
  #
@@ -69,7 +61,7 @@ module Aws::ECRPublic
69
61
  end
70
62
 
71
63
  # @!attribute [rw] layers
72
- # A list of image layer objects corresponding to the image layer
64
+ # A list of image layer objects that correspond to the image layer
73
65
  # references in the request.
74
66
  # @return [Array<Types::Layer>]
75
67
  #
@@ -86,24 +78,10 @@ module Aws::ECRPublic
86
78
  include Aws::Structure
87
79
  end
88
80
 
89
- # @note When making an API call, you may pass BatchDeleteImageRequest
90
- # data as a hash:
91
- #
92
- # {
93
- # registry_id: "RegistryId",
94
- # repository_name: "RepositoryName", # required
95
- # image_ids: [ # required
96
- # {
97
- # image_digest: "ImageDigest",
98
- # image_tag: "ImageTag",
99
- # },
100
- # ],
101
- # }
102
- #
103
81
  # @!attribute [rw] registry_id
104
- # The AWS account ID associated with the registry that contains the
105
- # image to delete. If you do not specify a registry, the default
106
- # public registry is assumed.
82
+ # The Amazon Web Services account ID that's associated with the
83
+ # registry that contains the image to delete. If you do not specify a
84
+ # registry, the default public registry is assumed.
107
85
  # @return [String]
108
86
  #
109
87
  # @!attribute [rw] repository_name
@@ -144,20 +122,10 @@ module Aws::ECRPublic
144
122
  include Aws::Structure
145
123
  end
146
124
 
147
- # @note When making an API call, you may pass CompleteLayerUploadRequest
148
- # data as a hash:
149
- #
150
- # {
151
- # registry_id: "RegistryIdOrAlias",
152
- # repository_name: "RepositoryName", # required
153
- # upload_id: "UploadId", # required
154
- # layer_digests: ["LayerDigest"], # required
155
- # }
156
- #
157
125
  # @!attribute [rw] registry_id
158
- # The AWS account ID associated with the registry to which to upload
159
- # layers. If you do not specify a registry, the default public
160
- # registry is assumed.
126
+ # The Amazon Web Services account ID, or registry alias, associated
127
+ # with the registry where layers are uploaded. If you do not specify a
128
+ # registry, the default public registry is assumed.
161
129
  # @return [String]
162
130
  #
163
131
  # @!attribute [rw] repository_name
@@ -186,15 +154,15 @@ module Aws::ECRPublic
186
154
  end
187
155
 
188
156
  # @!attribute [rw] registry_id
189
- # The public registry ID associated with the request.
157
+ # The public registry ID that's associated with the request.
190
158
  # @return [String]
191
159
  #
192
160
  # @!attribute [rw] repository_name
193
- # The repository name associated with the request.
161
+ # The repository name that's associated with the request.
194
162
  # @return [String]
195
163
  #
196
164
  # @!attribute [rw] upload_id
197
- # The upload ID associated with the layer.
165
+ # The upload ID that's associated with the layer.
198
166
  # @return [String]
199
167
  #
200
168
  # @!attribute [rw] layer_digest
@@ -212,32 +180,11 @@ module Aws::ECRPublic
212
180
  include Aws::Structure
213
181
  end
214
182
 
215
- # @note When making an API call, you may pass CreateRepositoryRequest
216
- # data as a hash:
217
- #
218
- # {
219
- # repository_name: "RepositoryName", # required
220
- # catalog_data: {
221
- # description: "RepositoryDescription",
222
- # architectures: ["Architecture"],
223
- # operating_systems: ["OperatingSystem"],
224
- # logo_image_blob: "data",
225
- # about_text: "AboutText",
226
- # usage_text: "UsageText",
227
- # },
228
- # tags: [
229
- # {
230
- # key: "TagKey",
231
- # value: "TagValue",
232
- # },
233
- # ],
234
- # }
235
- #
236
183
  # @!attribute [rw] repository_name
237
184
  # The name to use for the repository. This appears publicly in the
238
- # Amazon ECR Public Gallery. The repository name may be specified on
239
- # its own (such as `nginx-web-app`) or it can be prepended with a
240
- # namespace to group the repository into a category (such as
185
+ # Amazon ECR Public Gallery. The repository name can be specified on
186
+ # its own (for example `nginx-web-app`) or prepended with a namespace
187
+ # to group the repository into a category (for example
241
188
  # `project-a/nginx-web-app`).
242
189
  # @return [String]
243
190
  #
@@ -247,11 +194,11 @@ module Aws::ECRPublic
247
194
  # @return [Types::RepositoryCatalogDataInput]
248
195
  #
249
196
  # @!attribute [rw] tags
250
- # The metadata that you apply to the repository to help you categorize
251
- # and organize them. Each tag consists of a key and an optional value,
252
- # both of which you define. Tag keys can have a maximum character
253
- # length of 128 characters, and tag values can have a maximum length
254
- # of 256 characters.
197
+ # The metadata that you apply to each repository to help categorize
198
+ # and organize your repositories. Each tag consists of a key and an
199
+ # optional value. You define both of them. Tag keys can have a maximum
200
+ # character length of 128 characters, and tag values can have a
201
+ # maximum length of 256 characters.
255
202
  # @return [Array<Types::Tag>]
256
203
  #
257
204
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/CreateRepositoryRequest AWS API Documentation
@@ -282,22 +229,15 @@ module Aws::ECRPublic
282
229
  include Aws::Structure
283
230
  end
284
231
 
285
- # @note When making an API call, you may pass DeleteRepositoryPolicyRequest
286
- # data as a hash:
287
- #
288
- # {
289
- # registry_id: "RegistryId",
290
- # repository_name: "RepositoryName", # required
291
- # }
292
- #
293
232
  # @!attribute [rw] registry_id
294
- # The AWS account ID associated with the public registry that contains
295
- # the repository policy to delete. If you do not specify a registry,
296
- # the default public registry is assumed.
233
+ # The Amazon Web Services account ID that's associated with the
234
+ # public registry that contains the repository policy to delete. If
235
+ # you do not specify a registry, the default public registry is
236
+ # assumed.
297
237
  # @return [String]
298
238
  #
299
239
  # @!attribute [rw] repository_name
300
- # The name of the repository that is associated with the repository
240
+ # The name of the repository that's associated with the repository
301
241
  # policy to delete.
302
242
  # @return [String]
303
243
  #
@@ -311,11 +251,11 @@ module Aws::ECRPublic
311
251
  end
312
252
 
313
253
  # @!attribute [rw] registry_id
314
- # The registry ID associated with the request.
254
+ # The registry ID that's associated with the request.
315
255
  # @return [String]
316
256
  #
317
257
  # @!attribute [rw] repository_name
318
- # The repository name associated with the request.
258
+ # The repository name that's associated with the request.
319
259
  # @return [String]
320
260
  #
321
261
  # @!attribute [rw] policy_text
@@ -332,19 +272,10 @@ module Aws::ECRPublic
332
272
  include Aws::Structure
333
273
  end
334
274
 
335
- # @note When making an API call, you may pass DeleteRepositoryRequest
336
- # data as a hash:
337
- #
338
- # {
339
- # registry_id: "RegistryId",
340
- # repository_name: "RepositoryName", # required
341
- # force: false,
342
- # }
343
- #
344
275
  # @!attribute [rw] registry_id
345
- # The AWS account ID associated with the public registry that contains
346
- # the repository to delete. If you do not specify a registry, the
347
- # default public registry is assumed.
276
+ # The Amazon Web Services account ID that's associated with the
277
+ # public registry that contains the repository to delete. If you do
278
+ # not specify a registry, the default public registry is assumed.
348
279
  # @return [String]
349
280
  #
350
281
  # @!attribute [rw] repository_name
@@ -352,7 +283,9 @@ module Aws::ECRPublic
352
283
  # @return [String]
353
284
  #
354
285
  # @!attribute [rw] force
355
- # If a repository contains images, forces the deletion.
286
+ # The force option can be used to delete a repository that contains
287
+ # images. If the force option is not used, the repository must be
288
+ # empty prior to deletion.
356
289
  # @return [Boolean]
357
290
  #
358
291
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/DeleteRepositoryRequest AWS API Documentation
@@ -377,20 +310,11 @@ module Aws::ECRPublic
377
310
  include Aws::Structure
378
311
  end
379
312
 
380
- # @note When making an API call, you may pass DescribeImageTagsRequest
381
- # data as a hash:
382
- #
383
- # {
384
- # registry_id: "RegistryId",
385
- # repository_name: "RepositoryName", # required
386
- # next_token: "NextToken",
387
- # max_results: 1,
388
- # }
389
- #
390
313
  # @!attribute [rw] registry_id
391
- # The AWS account ID associated with the public registry that contains
392
- # the repository in which to describe images. If you do not specify a
393
- # registry, the default public registry is assumed.
314
+ # The Amazon Web Services account ID that's associated with the
315
+ # public registry that contains the repository where images are
316
+ # described. If you do not specify a registry, the default public
317
+ # registry is assumed.
394
318
  # @return [String]
395
319
  #
396
320
  # @!attribute [rw] repository_name
@@ -399,26 +323,25 @@ module Aws::ECRPublic
399
323
  # @return [String]
400
324
  #
401
325
  # @!attribute [rw] next_token
402
- # The `nextToken` value returned from a previous paginated
326
+ # The `nextToken` value that's returned from a previous paginated
403
327
  # `DescribeImageTags` request where `maxResults` was used and the
404
328
  # results exceeded the value of that parameter. Pagination continues
405
329
  # from the end of the previous results that returned the `nextToken`
406
- # value. This value is `null` when there are no more results to
407
- # return. This option cannot be used when you specify images with
408
- # `imageIds`.
330
+ # value. If there are no more results to return, this value is `null`.
331
+ # If you specify images with `imageIds`, you can't use this option.
409
332
  # @return [String]
410
333
  #
411
334
  # @!attribute [rw] max_results
412
- # The maximum number of repository results returned by
335
+ # The maximum number of repository results that's returned by
413
336
  # `DescribeImageTags` in paginated output. When this parameter is
414
337
  # used, `DescribeImageTags` only returns `maxResults` results in a
415
- # single page along with a `nextToken` response element. The remaining
416
- # results of the initial request can be seen by sending another
338
+ # single page along with a `nextToken` response element. You can see
339
+ # the remaining results of the initial request by sending another
417
340
  # `DescribeImageTags` request with the returned `nextToken` value.
418
- # This value can be between 1 and 1000. If this parameter is not used,
341
+ # This value can be between 1 and 1000. If this parameter isn't used,
419
342
  # then `DescribeImageTags` returns up to 100 results and a `nextToken`
420
- # value, if applicable. This option cannot be used when you specify
421
- # images with `imageIds`.
343
+ # value, if applicable. If you specify images with `imageIds`, you
344
+ # can't use this option.
422
345
  # @return [Integer]
423
346
  #
424
347
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/DescribeImageTagsRequest AWS API Documentation
@@ -439,9 +362,9 @@ module Aws::ECRPublic
439
362
  # @!attribute [rw] next_token
440
363
  # The `nextToken` value to include in a future `DescribeImageTags`
441
364
  # request. When the results of a `DescribeImageTags` request exceed
442
- # `maxResults`, this value can be used to retrieve the next page of
443
- # results. This value is `null` when there are no more results to
444
- # return.
365
+ # `maxResults`, you can use this value to retrieve the next page of
366
+ # results. If there are no more results to return, this value is
367
+ # `null`.
445
368
  # @return [String]
446
369
  #
447
370
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/DescribeImageTagsResponse AWS API Documentation
@@ -453,26 +376,11 @@ module Aws::ECRPublic
453
376
  include Aws::Structure
454
377
  end
455
378
 
456
- # @note When making an API call, you may pass DescribeImagesRequest
457
- # data as a hash:
458
- #
459
- # {
460
- # registry_id: "RegistryId",
461
- # repository_name: "RepositoryName", # required
462
- # image_ids: [
463
- # {
464
- # image_digest: "ImageDigest",
465
- # image_tag: "ImageTag",
466
- # },
467
- # ],
468
- # next_token: "NextToken",
469
- # max_results: 1,
470
- # }
471
- #
472
379
  # @!attribute [rw] registry_id
473
- # The AWS account ID associated with the public registry that contains
474
- # the repository in which to describe images. If you do not specify a
475
- # registry, the default public registry is assumed.
380
+ # The Amazon Web Services account ID that's associated with the
381
+ # public registry that contains the repository where images are
382
+ # described. If you do not specify a registry, the default public
383
+ # registry is assumed.
476
384
  # @return [String]
477
385
  #
478
386
  # @!attribute [rw] repository_name
@@ -484,25 +392,25 @@ module Aws::ECRPublic
484
392
  # @return [Array<Types::ImageIdentifier>]
485
393
  #
486
394
  # @!attribute [rw] next_token
487
- # The `nextToken` value returned from a previous paginated
395
+ # The `nextToken` value that's returned from a previous paginated
488
396
  # `DescribeImages` request where `maxResults` was used and the results
489
397
  # exceeded the value of that parameter. Pagination continues from the
490
- # end of the previous results that returned the `nextToken` value.
491
- # This value is `null` when there are no more results to return. This
492
- # option cannot be used when you specify images with `imageIds`.
398
+ # end of the previous results that returned the `nextToken` value. If
399
+ # there are no more results to return, this value is `null`. If you
400
+ # specify images with `imageIds`, you can't use this option.
493
401
  # @return [String]
494
402
  #
495
403
  # @!attribute [rw] max_results
496
- # The maximum number of repository results returned by
404
+ # The maximum number of repository results that's returned by
497
405
  # `DescribeImages` in paginated output. When this parameter is used,
498
406
  # `DescribeImages` only returns `maxResults` results in a single page
499
- # along with a `nextToken` response element. The remaining results of
500
- # the initial request can be seen by sending another `DescribeImages`
407
+ # along with a `nextToken` response element. You can see the remaining
408
+ # results of the initial request by sending another `DescribeImages`
501
409
  # request with the returned `nextToken` value. This value can be
502
- # between 1 and 1000. If this parameter is not used, then
410
+ # between 1 and 1000. If this parameter isn't used, then
503
411
  # `DescribeImages` returns up to 100 results and a `nextToken` value,
504
- # if applicable. This option cannot be used when you specify images
505
- # with `imageIds`.
412
+ # if applicable. If you specify images with `imageIds`, you can't use
413
+ # this option.
506
414
  # @return [Integer]
507
415
  #
508
416
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/DescribeImagesRequest AWS API Documentation
@@ -524,9 +432,9 @@ module Aws::ECRPublic
524
432
  # @!attribute [rw] next_token
525
433
  # The `nextToken` value to include in a future `DescribeImages`
526
434
  # request. When the results of a `DescribeImages` request exceed
527
- # `maxResults`, this value can be used to retrieve the next page of
528
- # results. This value is `null` when there are no more results to
529
- # return.
435
+ # `maxResults`, you can use this value to retrieve the next page of
436
+ # results. If there are no more results to return, this value is
437
+ # `null`.
530
438
  # @return [String]
531
439
  #
532
440
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/DescribeImagesResponse AWS API Documentation
@@ -538,21 +446,12 @@ module Aws::ECRPublic
538
446
  include Aws::Structure
539
447
  end
540
448
 
541
- # @note When making an API call, you may pass DescribeRegistriesRequest
542
- # data as a hash:
543
- #
544
- # {
545
- # next_token: "NextToken",
546
- # max_results: 1,
547
- # }
548
- #
549
449
  # @!attribute [rw] next_token
550
- # The `nextToken` value returned from a previous paginated
450
+ # The `nextToken` value that's returned from a previous paginated
551
451
  # `DescribeRegistries` request where `maxResults` was used and the
552
452
  # results exceeded the value of that parameter. Pagination continues
553
453
  # from the end of the previous results that returned the `nextToken`
554
- # value. This value is `null` when there are no more results to
555
- # return.
454
+ # value. If there are no more results to return, this value is `null`.
556
455
  #
557
456
  # <note markdown="1"> This token should be treated as an opaque identifier that is only
558
457
  # used to retrieve the next items in a list and not for other
@@ -562,13 +461,13 @@ module Aws::ECRPublic
562
461
  # @return [String]
563
462
  #
564
463
  # @!attribute [rw] max_results
565
- # The maximum number of repository results returned by
464
+ # The maximum number of repository results that's returned by
566
465
  # `DescribeRegistries` in paginated output. When this parameter is
567
466
  # used, `DescribeRegistries` only returns `maxResults` results in a
568
467
  # single page along with a `nextToken` response element. The remaining
569
468
  # results of the initial request can be seen by sending another
570
469
  # `DescribeRegistries` request with the returned `nextToken` value.
571
- # This value can be between 1 and 1000. If this parameter is not used,
470
+ # This value can be between 1 and 1000. If this parameter isn't used,
572
471
  # then `DescribeRegistries` returns up to 100 results and a
573
472
  # `nextToken` value, if applicable.
574
473
  # @return [Integer]
@@ -583,15 +482,14 @@ module Aws::ECRPublic
583
482
  end
584
483
 
585
484
  # @!attribute [rw] registries
586
- # An object containing the details for a public registry.
485
+ # An object that contains the details for a public registry.
587
486
  # @return [Array<Types::Registry>]
588
487
  #
589
488
  # @!attribute [rw] next_token
590
489
  # The `nextToken` value to include in a future `DescribeRepositories`
591
- # request. When the results of a `DescribeRepositories` request exceed
592
- # `maxResults`, this value can be used to retrieve the next page of
593
- # results. This value is `null` when there are no more results to
594
- # return.
490
+ # request. If the results of a `DescribeRepositories` request exceed
491
+ # `maxResults`, you can use this value to retrieve the next page of
492
+ # results. If there are no more results, this value is `null`.
595
493
  # @return [String]
596
494
  #
597
495
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/DescribeRegistriesResponse AWS API Documentation
@@ -603,20 +501,10 @@ module Aws::ECRPublic
603
501
  include Aws::Structure
604
502
  end
605
503
 
606
- # @note When making an API call, you may pass DescribeRepositoriesRequest
607
- # data as a hash:
608
- #
609
- # {
610
- # registry_id: "RegistryId",
611
- # repository_names: ["RepositoryName"],
612
- # next_token: "NextToken",
613
- # max_results: 1,
614
- # }
615
- #
616
504
  # @!attribute [rw] registry_id
617
- # The AWS account ID associated with the registry that contains the
618
- # repositories to be described. If you do not specify a registry, the
619
- # default public registry is assumed.
505
+ # The Amazon Web Services account ID that's associated with the
506
+ # registry that contains the repositories to be described. If you do
507
+ # not specify a registry, the default public registry is assumed.
620
508
  # @return [String]
621
509
  #
622
510
  # @!attribute [rw] repository_names
@@ -625,13 +513,13 @@ module Aws::ECRPublic
625
513
  # @return [Array<String>]
626
514
  #
627
515
  # @!attribute [rw] next_token
628
- # The `nextToken` value returned from a previous paginated
516
+ # The `nextToken` value that's returned from a previous paginated
629
517
  # `DescribeRepositories` request where `maxResults` was used and the
630
518
  # results exceeded the value of that parameter. Pagination continues
631
519
  # from the end of the previous results that returned the `nextToken`
632
- # value. This value is `null` when there are no more results to
633
- # return. This option cannot be used when you specify repositories
634
- # with `repositoryNames`.
520
+ # value. If there are no more results to return, this value is `null`.
521
+ # If you specify repositories with `repositoryNames`, you can't use
522
+ # this option.
635
523
  #
636
524
  # <note markdown="1"> This token should be treated as an opaque identifier that is only
637
525
  # used to retrieve the next items in a list and not for other
@@ -641,16 +529,16 @@ module Aws::ECRPublic
641
529
  # @return [String]
642
530
  #
643
531
  # @!attribute [rw] max_results
644
- # The maximum number of repository results returned by
532
+ # The maximum number of repository results that's returned by
645
533
  # `DescribeRepositories` in paginated output. When this parameter is
646
534
  # used, `DescribeRepositories` only returns `maxResults` results in a
647
- # single page along with a `nextToken` response element. The remaining
648
- # results of the initial request can be seen by sending another
535
+ # single page along with a `nextToken` response element. You can see
536
+ # the remaining results of the initial request by sending another
649
537
  # `DescribeRepositories` request with the returned `nextToken` value.
650
- # This value can be between 1 and 1000. If this parameter is not used,
538
+ # This value can be between 1 and 1000. If this parameter isn't used,
651
539
  # then `DescribeRepositories` returns up to 100 results and a
652
- # `nextToken` value, if applicable. This option cannot be used when
653
- # you specify repositories with `repositoryNames`.
540
+ # `nextToken` value, if applicable. If you specify repositories with
541
+ # `repositoryNames`, you can't use this option.
654
542
  # @return [Integer]
655
543
  #
656
544
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/DescribeRepositoriesRequest AWS API Documentation
@@ -672,8 +560,8 @@ module Aws::ECRPublic
672
560
  # The `nextToken` value to include in a future `DescribeRepositories`
673
561
  # request. When the results of a `DescribeRepositories` request exceed
674
562
  # `maxResults`, this value can be used to retrieve the next page of
675
- # results. This value is `null` when there are no more results to
676
- # return.
563
+ # results. If there are no more results to return, this value is
564
+ # `null`.
677
565
  # @return [String]
678
566
  #
679
567
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/DescribeRepositoriesResponse AWS API Documentation
@@ -685,7 +573,7 @@ module Aws::ECRPublic
685
573
  include Aws::Structure
686
574
  end
687
575
 
688
- # The specified layer upload does not contain any layer parts.
576
+ # The specified layer upload doesn't contain any layer parts.
689
577
  #
690
578
  # @!attribute [rw] message
691
579
  # @return [String]
@@ -735,18 +623,10 @@ module Aws::ECRPublic
735
623
  include Aws::Structure
736
624
  end
737
625
 
738
- # @note When making an API call, you may pass GetRepositoryCatalogDataRequest
739
- # data as a hash:
740
- #
741
- # {
742
- # registry_id: "RegistryId",
743
- # repository_name: "RepositoryName", # required
744
- # }
745
- #
746
626
  # @!attribute [rw] registry_id
747
- # The AWS account ID associated with the registry that contains the
748
- # repositories to be described. If you do not specify a registry, the
749
- # default public registry is assumed.
627
+ # The Amazon Web Services account ID that's associated with the
628
+ # registry that contains the repositories to be described. If you do
629
+ # not specify a registry, the default public registry is assumed.
750
630
  # @return [String]
751
631
  #
752
632
  # @!attribute [rw] repository_name
@@ -774,18 +654,10 @@ module Aws::ECRPublic
774
654
  include Aws::Structure
775
655
  end
776
656
 
777
- # @note When making an API call, you may pass GetRepositoryPolicyRequest
778
- # data as a hash:
779
- #
780
- # {
781
- # registry_id: "RegistryId",
782
- # repository_name: "RepositoryName", # required
783
- # }
784
- #
785
657
  # @!attribute [rw] registry_id
786
- # The AWS account ID associated with the public registry that contains
787
- # the repository. If you do not specify a registry, the default public
788
- # registry is assumed.
658
+ # The Amazon Web Services account ID that's associated with the
659
+ # public registry that contains the repository. If you do not specify
660
+ # a registry, the default public registry is assumed.
789
661
  # @return [String]
790
662
  #
791
663
  # @!attribute [rw] repository_name
@@ -802,16 +674,16 @@ module Aws::ECRPublic
802
674
  end
803
675
 
804
676
  # @!attribute [rw] registry_id
805
- # The registry ID associated with the request.
677
+ # The registry ID that's associated with the request.
806
678
  # @return [String]
807
679
  #
808
680
  # @!attribute [rw] repository_name
809
- # The repository name associated with the request.
681
+ # The repository name that's associated with the request.
810
682
  # @return [String]
811
683
  #
812
684
  # @!attribute [rw] policy_text
813
- # The repository policy text associated with the repository. The
814
- # policy text will be in JSON format.
685
+ # The repository policy text that's associated with the repository.
686
+ # The policy text will be in JSON format.
815
687
  # @return [String]
816
688
  #
817
689
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/GetRepositoryPolicyResponse AWS API Documentation
@@ -824,24 +696,24 @@ module Aws::ECRPublic
824
696
  include Aws::Structure
825
697
  end
826
698
 
827
- # An object representing an Amazon ECR image.
699
+ # An object that represents an Amazon ECR image.
828
700
  #
829
701
  # @!attribute [rw] registry_id
830
- # The AWS account ID associated with the registry containing the
831
- # image.
702
+ # The Amazon Web Services account ID that's associated with the
703
+ # registry containing the image.
832
704
  # @return [String]
833
705
  #
834
706
  # @!attribute [rw] repository_name
835
- # The name of the repository associated with the image.
707
+ # The name of the repository that's associated with the image.
836
708
  # @return [String]
837
709
  #
838
710
  # @!attribute [rw] image_id
839
- # An object containing the image tag and image digest associated with
840
- # an image.
711
+ # An object that contains the image tag and image digest associated
712
+ # with an image.
841
713
  # @return [Types::ImageIdentifier]
842
714
  #
843
715
  # @!attribute [rw] image_manifest
844
- # The image manifest associated with the image.
716
+ # The image manifest that's associated with the image.
845
717
  # @return [String]
846
718
  #
847
719
  # @!attribute [rw] image_manifest_media_type
@@ -874,16 +746,16 @@ module Aws::ECRPublic
874
746
  include Aws::Structure
875
747
  end
876
748
 
877
- # An object that describes an image returned by a DescribeImages
749
+ # An object that describes an image that's returned by a DescribeImages
878
750
  # operation.
879
751
  #
880
752
  # @!attribute [rw] registry_id
881
- # The AWS account ID associated with the public registry to which this
882
- # image belongs.
753
+ # The Amazon Web Services account ID that's associated with the
754
+ # public registry where this image belongs.
883
755
  # @return [String]
884
756
  #
885
757
  # @!attribute [rw] repository_name
886
- # The name of the repository to which this image belongs.
758
+ # The name of the repository where this image belongs.
887
759
  # @return [String]
888
760
  #
889
761
  # @!attribute [rw] image_digest
@@ -891,27 +763,27 @@ module Aws::ECRPublic
891
763
  # @return [String]
892
764
  #
893
765
  # @!attribute [rw] image_tags
894
- # The list of tags associated with this image.
766
+ # The list of tags that's associated with this image.
895
767
  # @return [Array<String>]
896
768
  #
897
769
  # @!attribute [rw] image_size_in_bytes
898
770
  # The size, in bytes, of the image in the repository.
899
771
  #
900
- # If the image is a manifest list, this will be the max size of all
772
+ # If the image is a manifest list, this is the max size of all
901
773
  # manifests in the list.
902
774
  #
903
775
  # <note markdown="1"> Beginning with Docker version 1.9, the Docker client compresses
904
776
  # image layers before pushing them to a V2 Docker registry. The output
905
777
  # of the `docker images` command shows the uncompressed image size, so
906
- # it may return a larger image size than the image sizes returned by
907
- # DescribeImages.
778
+ # it might return a larger image size than the image sizes that are
779
+ # returned by DescribeImages.
908
780
  #
909
781
  # </note>
910
782
  # @return [Integer]
911
783
  #
912
784
  # @!attribute [rw] image_pushed_at
913
- # The date and time, expressed in standard JavaScript date format, at
914
- # which the current image was pushed to the repository.
785
+ # The date and time, expressed in standard JavaScript date format,
786
+ # that the current image was pushed to the repository at.
915
787
  # @return [Time]
916
788
  #
917
789
  # @!attribute [rw] image_manifest_media_type
@@ -937,7 +809,7 @@ module Aws::ECRPublic
937
809
  include Aws::Structure
938
810
  end
939
811
 
940
- # The specified image digest does not match the digest that Amazon ECR
812
+ # The specified image digest doesn't match the digest that Amazon ECR
941
813
  # calculated for the image.
942
814
  #
943
815
  # @!attribute [rw] message
@@ -951,14 +823,14 @@ module Aws::ECRPublic
951
823
  include Aws::Structure
952
824
  end
953
825
 
954
- # An object representing an Amazon ECR image failure.
826
+ # An object that represents an Amazon ECR image failure.
955
827
  #
956
828
  # @!attribute [rw] image_id
957
- # The image ID associated with the failure.
829
+ # The image ID that's associated with the failure.
958
830
  # @return [Types::ImageIdentifier]
959
831
  #
960
832
  # @!attribute [rw] failure_code
961
- # The code associated with the failure.
833
+ # The code that's associated with the failure.
962
834
  # @return [String]
963
835
  #
964
836
  # @!attribute [rw] failure_reason
@@ -977,20 +849,12 @@ module Aws::ECRPublic
977
849
 
978
850
  # An object with identifying information for an Amazon ECR image.
979
851
  #
980
- # @note When making an API call, you may pass ImageIdentifier
981
- # data as a hash:
982
- #
983
- # {
984
- # image_digest: "ImageDigest",
985
- # image_tag: "ImageTag",
986
- # }
987
- #
988
852
  # @!attribute [rw] image_digest
989
853
  # The `sha256` digest of the image manifest.
990
854
  # @return [String]
991
855
  #
992
856
  # @!attribute [rw] image_tag
993
- # The tag used for the image.
857
+ # The tag that's used for the image.
994
858
  # @return [String]
995
859
  #
996
860
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/ImageIdentifier AWS API Documentation
@@ -1002,7 +866,7 @@ module Aws::ECRPublic
1002
866
  include Aws::Structure
1003
867
  end
1004
868
 
1005
- # The image requested does not exist in the specified repository.
869
+ # The image requested doesn't exist in the specified repository.
1006
870
  #
1007
871
  # @!attribute [rw] message
1008
872
  # @return [String]
@@ -1029,14 +893,14 @@ module Aws::ECRPublic
1029
893
  include Aws::Structure
1030
894
  end
1031
895
 
1032
- # An object representing the image tag details for an image.
896
+ # An object that represents the image tag details for an image.
1033
897
  #
1034
898
  # @!attribute [rw] image_tag
1035
- # The tag associated with the image.
899
+ # The tag that's associated with the image.
1036
900
  # @return [String]
1037
901
  #
1038
902
  # @!attribute [rw] created_at
1039
- # The time stamp indicating when the image tag was created.
903
+ # The time stamp that indicates when the image tag was created.
1040
904
  # @return [Time]
1041
905
  #
1042
906
  # @!attribute [rw] image_detail
@@ -1053,22 +917,15 @@ module Aws::ECRPublic
1053
917
  include Aws::Structure
1054
918
  end
1055
919
 
1056
- # @note When making an API call, you may pass InitiateLayerUploadRequest
1057
- # data as a hash:
1058
- #
1059
- # {
1060
- # registry_id: "RegistryIdOrAlias",
1061
- # repository_name: "RepositoryName", # required
1062
- # }
1063
- #
1064
920
  # @!attribute [rw] registry_id
1065
- # The AWS account ID associated with the registry to which you intend
1066
- # to upload layers. If you do not specify a registry, the default
1067
- # public registry is assumed.
921
+ # The Amazon Web Services account ID, or registry alias, that's
922
+ # associated with the registry to which you intend to upload layers.
923
+ # If you do not specify a registry, the default public registry is
924
+ # assumed.
1068
925
  # @return [String]
1069
926
  #
1070
927
  # @!attribute [rw] repository_name
1071
- # The name of the repository to which you intend to upload layers.
928
+ # The name of the repository that you want to upload layers to.
1072
929
  # @return [String]
1073
930
  #
1074
931
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/InitiateLayerUploadRequest AWS API Documentation
@@ -1099,8 +956,8 @@ module Aws::ECRPublic
1099
956
  include Aws::Structure
1100
957
  end
1101
958
 
1102
- # The layer digest calculation performed by Amazon ECR upon receipt of
1103
- # the image layer does not match the digest specified.
959
+ # The layer digest calculation performed by Amazon ECR when the image
960
+ # layer doesn't match the digest specified.
1104
961
  #
1105
962
  # @!attribute [rw] message
1106
963
  # @return [String]
@@ -1113,11 +970,12 @@ module Aws::ECRPublic
1113
970
  include Aws::Structure
1114
971
  end
1115
972
 
1116
- # The layer part size is not valid, or the first byte specified is not
973
+ # The layer part size isn't valid, or the first byte specified isn't
1117
974
  # consecutive to the last byte of a previous layer part upload.
1118
975
  #
1119
976
  # @!attribute [rw] registry_id
1120
- # The AWS account ID associated with the layer part.
977
+ # The Amazon Web Services account ID that's associated with the layer
978
+ # part.
1121
979
  # @return [String]
1122
980
  #
1123
981
  # @!attribute [rw] repository_name
@@ -1125,7 +983,7 @@ module Aws::ECRPublic
1125
983
  # @return [String]
1126
984
  #
1127
985
  # @!attribute [rw] upload_id
1128
- # The upload ID associated with the layer part.
986
+ # The upload ID that's associated with the layer part.
1129
987
  # @return [String]
1130
988
  #
1131
989
  # @!attribute [rw] last_valid_byte_received
@@ -1176,7 +1034,7 @@ module Aws::ECRPublic
1176
1034
  include Aws::Structure
1177
1035
  end
1178
1036
 
1179
- # An object representing an Amazon ECR image layer.
1037
+ # An object that represents an Amazon ECR image layer.
1180
1038
  #
1181
1039
  # @!attribute [rw] layer_digest
1182
1040
  # The `sha256` digest of the image layer.
@@ -1220,14 +1078,14 @@ module Aws::ECRPublic
1220
1078
  include Aws::Structure
1221
1079
  end
1222
1080
 
1223
- # An object representing an Amazon ECR image layer failure.
1081
+ # An object that represents an Amazon ECR image layer failure.
1224
1082
  #
1225
1083
  # @!attribute [rw] layer_digest
1226
- # The layer digest associated with the failure.
1084
+ # The layer digest that's associated with the failure.
1227
1085
  # @return [String]
1228
1086
  #
1229
1087
  # @!attribute [rw] failure_code
1230
- # The failure code associated with the failure.
1088
+ # The failure code that's associated with the failure.
1231
1089
  # @return [String]
1232
1090
  #
1233
1091
  # @!attribute [rw] failure_reason
@@ -1257,7 +1115,7 @@ module Aws::ECRPublic
1257
1115
  include Aws::Structure
1258
1116
  end
1259
1117
 
1260
- # The specified layers could not be found, or the specified layer is not
1118
+ # The specified layers can't be found, or the specified layer isn't
1261
1119
  # valid for this repository.
1262
1120
  #
1263
1121
  # @!attribute [rw] message
@@ -1271,7 +1129,7 @@ module Aws::ECRPublic
1271
1129
  include Aws::Structure
1272
1130
  end
1273
1131
 
1274
- # The operation did not succeed because it would have exceeded a service
1132
+ # The operation didn't succeed because it would have exceeded a service
1275
1133
  # limit for your account. For more information, see [Amazon ECR Service
1276
1134
  # Quotas][1] in the Amazon Elastic Container Registry User Guide.
1277
1135
  #
@@ -1290,17 +1148,10 @@ module Aws::ECRPublic
1290
1148
  include Aws::Structure
1291
1149
  end
1292
1150
 
1293
- # @note When making an API call, you may pass ListTagsForResourceRequest
1294
- # data as a hash:
1295
- #
1296
- # {
1297
- # resource_arn: "Arn", # required
1298
- # }
1299
- #
1300
1151
  # @!attribute [rw] resource_arn
1301
- # The Amazon Resource Name (ARN) that identifies the resource for
1302
- # which to list the tags. Currently, the supported resource is an
1303
- # Amazon ECR Public repository.
1152
+ # The Amazon Resource Name (ARN) that identifies the resource to list
1153
+ # the tags for. Currently, the supported resource is an Amazon ECR
1154
+ # Public repository.
1304
1155
  # @return [String]
1305
1156
  #
1306
1157
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/ListTagsForResourceRequest AWS API Documentation
@@ -1323,35 +1174,24 @@ module Aws::ECRPublic
1323
1174
  include Aws::Structure
1324
1175
  end
1325
1176
 
1326
- # @note When making an API call, you may pass PutImageRequest
1327
- # data as a hash:
1328
- #
1329
- # {
1330
- # registry_id: "RegistryIdOrAlias",
1331
- # repository_name: "RepositoryName", # required
1332
- # image_manifest: "ImageManifest", # required
1333
- # image_manifest_media_type: "MediaType",
1334
- # image_tag: "ImageTag",
1335
- # image_digest: "ImageDigest",
1336
- # }
1337
- #
1338
1177
  # @!attribute [rw] registry_id
1339
- # The AWS account ID associated with the public registry that contains
1340
- # the repository in which to put the image. If you do not specify a
1341
- # registry, the default public registry is assumed.
1178
+ # The Amazon Web Services account ID, or registry alias, that's
1179
+ # associated with the public registry that contains the repository
1180
+ # where the image is put. If you do not specify a registry, the
1181
+ # default public registry is assumed.
1342
1182
  # @return [String]
1343
1183
  #
1344
1184
  # @!attribute [rw] repository_name
1345
- # The name of the repository in which to put the image.
1185
+ # The name of the repository where the image is put.
1346
1186
  # @return [String]
1347
1187
  #
1348
1188
  # @!attribute [rw] image_manifest
1349
- # The image manifest corresponding to the image to be uploaded.
1189
+ # The image manifest that corresponds to the image to be uploaded.
1350
1190
  # @return [String]
1351
1191
  #
1352
1192
  # @!attribute [rw] image_manifest_media_type
1353
1193
  # The media type of the image manifest. If you push an image manifest
1354
- # that does not contain the `mediaType` field, you must specify the
1194
+ # that doesn't contain the `mediaType` field, you must specify the
1355
1195
  # `imageManifestMediaType` in the request.
1356
1196
  # @return [String]
1357
1197
  #
@@ -1362,7 +1202,8 @@ module Aws::ECRPublic
1362
1202
  # @return [String]
1363
1203
  #
1364
1204
  # @!attribute [rw] image_digest
1365
- # The image digest of the image manifest corresponding to the image.
1205
+ # The image digest of the image manifest that corresponds to the
1206
+ # image.
1366
1207
  # @return [String]
1367
1208
  #
1368
1209
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/PutImageRequest AWS API Documentation
@@ -1390,13 +1231,6 @@ module Aws::ECRPublic
1390
1231
  include Aws::Structure
1391
1232
  end
1392
1233
 
1393
- # @note When making an API call, you may pass PutRegistryCatalogDataRequest
1394
- # data as a hash:
1395
- #
1396
- # {
1397
- # display_name: "RegistryDisplayName",
1398
- # }
1399
- #
1400
1234
  # @!attribute [rw] display_name
1401
1235
  # The display name for a public registry. The display name is shown as
1402
1236
  # the repository author in the Amazon ECR Public Gallery.
@@ -1427,26 +1261,10 @@ module Aws::ECRPublic
1427
1261
  include Aws::Structure
1428
1262
  end
1429
1263
 
1430
- # @note When making an API call, you may pass PutRepositoryCatalogDataRequest
1431
- # data as a hash:
1432
- #
1433
- # {
1434
- # registry_id: "RegistryId",
1435
- # repository_name: "RepositoryName", # required
1436
- # catalog_data: { # required
1437
- # description: "RepositoryDescription",
1438
- # architectures: ["Architecture"],
1439
- # operating_systems: ["OperatingSystem"],
1440
- # logo_image_blob: "data",
1441
- # about_text: "AboutText",
1442
- # usage_text: "UsageText",
1443
- # },
1444
- # }
1445
- #
1446
1264
  # @!attribute [rw] registry_id
1447
- # The AWS account ID associated with the public registry the
1448
- # repository is in. If you do not specify a registry, the default
1449
- # public registry is assumed.
1265
+ # The Amazon Web Services account ID that's associated with the
1266
+ # public registry the repository is in. If you do not specify a
1267
+ # registry, the default public registry is assumed.
1450
1268
  # @return [String]
1451
1269
  #
1452
1270
  # @!attribute [rw] repository_name
@@ -1480,7 +1298,7 @@ module Aws::ECRPublic
1480
1298
  include Aws::Structure
1481
1299
  end
1482
1300
 
1483
- # An object that describes the image tag details returned by a
1301
+ # An object that describes the image tag details that are returned by a
1484
1302
  # DescribeImageTags action.
1485
1303
  #
1486
1304
  # @!attribute [rw] image_digest
@@ -1490,21 +1308,21 @@ module Aws::ECRPublic
1490
1308
  # @!attribute [rw] image_size_in_bytes
1491
1309
  # The size, in bytes, of the image in the repository.
1492
1310
  #
1493
- # If the image is a manifest list, this will be the max size of all
1311
+ # If the image is a manifest list, this is the max size of all
1494
1312
  # manifests in the list.
1495
1313
  #
1496
1314
  # <note markdown="1"> Beginning with Docker version 1.9, the Docker client compresses
1497
1315
  # image layers before pushing them to a V2 Docker registry. The output
1498
1316
  # of the `docker images` command shows the uncompressed image size, so
1499
- # it may return a larger image size than the image sizes returned by
1500
- # DescribeImages.
1317
+ # it might return a larger image size than the image sizes that are
1318
+ # returned by DescribeImages.
1501
1319
  #
1502
1320
  # </note>
1503
1321
  # @return [Integer]
1504
1322
  #
1505
1323
  # @!attribute [rw] image_pushed_at
1506
- # The date and time, expressed in standard JavaScript date format, at
1507
- # which the current image tag was pushed to the repository.
1324
+ # The date and time, expressed in standard JavaScript date format,
1325
+ # which the current image tag was pushed to the repository at.
1508
1326
  # @return [Time]
1509
1327
  #
1510
1328
  # @!attribute [rw] image_manifest_media_type
@@ -1527,7 +1345,7 @@ module Aws::ECRPublic
1527
1345
  include Aws::Structure
1528
1346
  end
1529
1347
 
1530
- # The manifest list is referencing an image that does not exist.
1348
+ # The manifest list is referencing an image that doesn't exist.
1531
1349
  #
1532
1350
  # @!attribute [rw] message
1533
1351
  # @return [String]
@@ -1543,8 +1361,9 @@ module Aws::ECRPublic
1543
1361
  # The details of a public registry.
1544
1362
  #
1545
1363
  # @!attribute [rw] registry_id
1546
- # The AWS account ID associated with the registry. If you do not
1547
- # specify a registry, the default public registry is assumed.
1364
+ # The Amazon Web Services account ID that's associated with the
1365
+ # registry. If you do not specify a registry, the default public
1366
+ # registry is assumed.
1548
1367
  # @return [String]
1549
1368
  #
1550
1369
  # @!attribute [rw] registry_arn
@@ -1557,14 +1376,15 @@ module Aws::ECRPublic
1557
1376
  # @return [String]
1558
1377
  #
1559
1378
  # @!attribute [rw] verified
1560
- # Whether the account is verified. This indicates whether the account
1561
- # is an AWS Marketplace vendor. If an account is verified, each public
1562
- # repository will received a verified account badge on the Amazon ECR
1379
+ # Indicates whether the account is a verified Amazon Web Services
1380
+ # Marketplace vendor. If an account is verified, each public
1381
+ # repository receives a verified account badge on the Amazon ECR
1563
1382
  # Public Gallery.
1564
1383
  # @return [Boolean]
1565
1384
  #
1566
1385
  # @!attribute [rw] aliases
1567
- # An array of objects representing the aliases for a public registry.
1386
+ # An array of objects that represents the aliases for a public
1387
+ # registry.
1568
1388
  # @return [Array<Types::RegistryAlias>]
1569
1389
  #
1570
1390
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/Registry AWS API Documentation
@@ -1580,8 +1400,8 @@ module Aws::ECRPublic
1580
1400
  end
1581
1401
 
1582
1402
  # An object representing the aliases for a public registry. A public
1583
- # registry is given an alias upon creation but a custom alias can be set
1584
- # using the Amazon ECR console. For more information, see
1403
+ # registry is given an alias when it's created. However, a custom alias
1404
+ # can be set using the Amazon ECR console. For more information, see
1585
1405
  # [Registries][1] in the *Amazon Elastic Container Registry User Guide*.
1586
1406
  #
1587
1407
  #
@@ -1597,19 +1417,19 @@ module Aws::ECRPublic
1597
1417
  # @return [String]
1598
1418
  #
1599
1419
  # @!attribute [rw] primary_registry_alias
1600
- # Whether or not the registry alias is the primary alias for the
1420
+ # Indicates whether the registry alias is the primary alias for the
1601
1421
  # registry. If true, the alias is the primary registry alias and is
1602
1422
  # displayed in both the repository URL and the image URI used in the
1603
1423
  # `docker pull` commands on the Amazon ECR Public Gallery.
1604
1424
  #
1605
- # <note markdown="1"> A registry alias that is not the primary registry alias can be used
1425
+ # <note markdown="1"> A registry alias that isn't the primary registry alias can be used
1606
1426
  # in the repository URI in a `docker pull` command.
1607
1427
  #
1608
1428
  # </note>
1609
1429
  # @return [Boolean]
1610
1430
  #
1611
1431
  # @!attribute [rw] default_registry_alias
1612
- # Whether or not the registry alias is the default alias for the
1432
+ # Indicates whether the registry alias is the default alias for the
1613
1433
  # registry. When the first public repository is created, your public
1614
1434
  # registry is assigned a default registry alias.
1615
1435
  # @return [Boolean]
@@ -1643,7 +1463,7 @@ module Aws::ECRPublic
1643
1463
  include Aws::Structure
1644
1464
  end
1645
1465
 
1646
- # The registry does not exist.
1466
+ # The registry doesn't exist.
1647
1467
  #
1648
1468
  # @!attribute [rw] message
1649
1469
  # @return [String]
@@ -1661,14 +1481,14 @@ module Aws::ECRPublic
1661
1481
  # @!attribute [rw] repository_arn
1662
1482
  # The Amazon Resource Name (ARN) that identifies the repository. The
1663
1483
  # ARN contains the `arn:aws:ecr` namespace, followed by the region of
1664
- # the repository, AWS account ID of the repository owner, repository
1665
- # namespace, and repository name. For example,
1484
+ # the repository, Amazon Web Services account ID of the repository
1485
+ # owner, repository namespace, and repository name. For example,
1666
1486
  # `arn:aws:ecr:region:012345678910:repository/test`.
1667
1487
  # @return [String]
1668
1488
  #
1669
1489
  # @!attribute [rw] registry_id
1670
- # The AWS account ID associated with the public registry that contains
1671
- # the repository.
1490
+ # The Amazon Web Services account ID that's associated with the
1491
+ # public registry that contains the repository.
1672
1492
  # @return [String]
1673
1493
  #
1674
1494
  # @!attribute [rw] repository_name
@@ -1738,7 +1558,8 @@ module Aws::ECRPublic
1738
1558
  # @return [Array<String>]
1739
1559
  #
1740
1560
  # @!attribute [rw] logo_url
1741
- # The URL containing the logo associated with the repository.
1561
+ # The URL that contains the logo that's associated with the
1562
+ # repository.
1742
1563
  # @return [String]
1743
1564
  #
1744
1565
  # @!attribute [rw] about_text
@@ -1753,7 +1574,8 @@ module Aws::ECRPublic
1753
1574
  # @return [String]
1754
1575
  #
1755
1576
  # @!attribute [rw] marketplace_certified
1756
- # Whether or not the repository is certified by AWS Marketplace.
1577
+ # Indicates whether the repository is certified by Amazon Web Services
1578
+ # Marketplace.
1757
1579
  # @return [Boolean]
1758
1580
  #
1759
1581
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/RepositoryCatalogData AWS API Documentation
@@ -1770,20 +1592,8 @@ module Aws::ECRPublic
1770
1592
  include Aws::Structure
1771
1593
  end
1772
1594
 
1773
- # An object containing the catalog data for a repository. This data is
1774
- # publicly visible in the Amazon ECR Public Gallery.
1775
- #
1776
- # @note When making an API call, you may pass RepositoryCatalogDataInput
1777
- # data as a hash:
1778
- #
1779
- # {
1780
- # description: "RepositoryDescription",
1781
- # architectures: ["Architecture"],
1782
- # operating_systems: ["OperatingSystem"],
1783
- # logo_image_blob: "data",
1784
- # about_text: "AboutText",
1785
- # usage_text: "UsageText",
1786
- # }
1595
+ # An object that contains the catalog data for a repository. This data
1596
+ # is publicly visible in the Amazon ECR Public Gallery.
1787
1597
  #
1788
1598
  # @!attribute [rw] description
1789
1599
  # A short description of the contents of the repository. This text
@@ -1794,26 +1604,14 @@ module Aws::ECRPublic
1794
1604
  # @!attribute [rw] architectures
1795
1605
  # The system architecture that the images in the repository are
1796
1606
  # compatible with. On the Amazon ECR Public Gallery, the following
1797
- # supported architectures will appear as badges on the repository and
1798
- # are used as search filters.
1799
- #
1800
- # * `Linux`
1801
- #
1802
- # * `Windows`
1607
+ # supported architectures appear as badges on the repository and are
1608
+ # used as search filters.
1803
1609
  #
1804
- # <note markdown="1"> If an unsupported tag is added to your repository catalog data, it
1805
- # will be associated with the repository and can be retrieved using
1806
- # the API but will not be discoverable in the Amazon ECR Public
1807
- # Gallery.
1610
+ # <note markdown="1"> If an unsupported tag is added to your repository catalog data,
1611
+ # it's associated with the repository and can be retrieved using the
1612
+ # API but isn't discoverable in the Amazon ECR Public Gallery.
1808
1613
  #
1809
1614
  # </note>
1810
- # @return [Array<String>]
1811
- #
1812
- # @!attribute [rw] operating_systems
1813
- # The operating systems that the images in the repository are
1814
- # compatible with. On the Amazon ECR Public Gallery, the following
1815
- # supported operating systems will appear as badges on the repository
1816
- # and are used as search filters.
1817
1615
  #
1818
1616
  # * `ARM`
1819
1617
  #
@@ -1822,13 +1620,23 @@ module Aws::ECRPublic
1822
1620
  # * `x86`
1823
1621
  #
1824
1622
  # * `x86-64`
1623
+ # @return [Array<String>]
1825
1624
  #
1826
- # <note markdown="1"> If an unsupported tag is added to your repository catalog data, it
1827
- # will be associated with the repository and can be retrieved using
1828
- # the API but will not be discoverable in the Amazon ECR Public
1829
- # Gallery.
1625
+ # @!attribute [rw] operating_systems
1626
+ # The operating systems that the images in the repository are
1627
+ # compatible with. On the Amazon ECR Public Gallery, the following
1628
+ # supported operating systems appear as badges on the repository and
1629
+ # are used as search filters.
1630
+ #
1631
+ # <note markdown="1"> If an unsupported tag is added to your repository catalog data,
1632
+ # it's associated with the repository and can be retrieved using the
1633
+ # API but isn't discoverable in the Amazon ECR Public Gallery.
1830
1634
  #
1831
1635
  # </note>
1636
+ #
1637
+ # * `Linux`
1638
+ #
1639
+ # * `Windows`
1832
1640
  # @return [Array<String>]
1833
1641
  #
1834
1642
  # @!attribute [rw] logo_image_blob
@@ -1841,17 +1649,17 @@ module Aws::ECRPublic
1841
1649
  # @return [String]
1842
1650
  #
1843
1651
  # @!attribute [rw] about_text
1844
- # A detailed description of the contents of the repository. It is
1652
+ # A detailed description of the contents of the repository. It's
1845
1653
  # publicly visible in the Amazon ECR Public Gallery. The text must be
1846
1654
  # in markdown format.
1847
1655
  # @return [String]
1848
1656
  #
1849
1657
  # @!attribute [rw] usage_text
1850
- # Detailed information on how to use the contents of the repository.
1851
- # It is publicly visible in the Amazon ECR Public Gallery. The usage
1852
- # text provides context, support information, and additional usage
1853
- # details for users of the repository. The text must be in markdown
1854
- # format.
1658
+ # Detailed information about how to use the contents of the
1659
+ # repository. It's publicly visible in the Amazon ECR Public Gallery.
1660
+ # The usage text provides context, support information, and additional
1661
+ # usage details for users of the repository. The text must be in
1662
+ # markdown format.
1855
1663
  # @return [String]
1856
1664
  #
1857
1665
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/RepositoryCatalogDataInput AWS API Documentation
@@ -1867,6 +1675,19 @@ module Aws::ECRPublic
1867
1675
  include Aws::Structure
1868
1676
  end
1869
1677
 
1678
+ # The repository catalog data doesn't exist.
1679
+ #
1680
+ # @!attribute [rw] message
1681
+ # @return [String]
1682
+ #
1683
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/RepositoryCatalogDataNotFoundException AWS API Documentation
1684
+ #
1685
+ class RepositoryCatalogDataNotFoundException < Struct.new(
1686
+ :message)
1687
+ SENSITIVE = []
1688
+ include Aws::Structure
1689
+ end
1690
+
1870
1691
  # The specified repository contains images. To delete a repository that
1871
1692
  # contains images, you must force the deletion with the `force`
1872
1693
  # parameter.
@@ -1882,8 +1703,8 @@ module Aws::ECRPublic
1882
1703
  include Aws::Structure
1883
1704
  end
1884
1705
 
1885
- # The specified repository could not be found. Check the spelling of the
1886
- # specified repository and ensure that you are performing operations on
1706
+ # The specified repository can't be found. Check the spelling of the
1707
+ # specified repository and ensure that you're performing operations on
1887
1708
  # the correct registry.
1888
1709
  #
1889
1710
  # @!attribute [rw] message
@@ -1897,7 +1718,7 @@ module Aws::ECRPublic
1897
1718
  include Aws::Structure
1898
1719
  end
1899
1720
 
1900
- # The specified repository and registry combination does not have an
1721
+ # The specified repository and registry combination doesn't have an
1901
1722
  # associated repository policy.
1902
1723
  #
1903
1724
  # @!attribute [rw] message
@@ -1924,20 +1745,10 @@ module Aws::ECRPublic
1924
1745
  include Aws::Structure
1925
1746
  end
1926
1747
 
1927
- # @note When making an API call, you may pass SetRepositoryPolicyRequest
1928
- # data as a hash:
1929
- #
1930
- # {
1931
- # registry_id: "RegistryId",
1932
- # repository_name: "RepositoryName", # required
1933
- # policy_text: "RepositoryPolicyText", # required
1934
- # force: false,
1935
- # }
1936
- #
1937
1748
  # @!attribute [rw] registry_id
1938
- # The AWS account ID associated with the registry that contains the
1939
- # repository. If you do not specify a registry, the default public
1940
- # registry is assumed.
1749
+ # The Amazon Web Services account ID that's associated with the
1750
+ # registry that contains the repository. If you do not specify a
1751
+ # registry, the default public registry is assumed.
1941
1752
  # @return [String]
1942
1753
  #
1943
1754
  # @!attribute [rw] repository_name
@@ -1955,10 +1766,10 @@ module Aws::ECRPublic
1955
1766
  # @return [String]
1956
1767
  #
1957
1768
  # @!attribute [rw] force
1958
- # If the policy you are attempting to set on a repository policy would
1769
+ # If the policy that you want to set on a repository policy would
1959
1770
  # prevent you from setting another policy in the future, you must
1960
- # force the SetRepositoryPolicy operation. This is intended to prevent
1961
- # accidental repository lock outs.
1771
+ # force the SetRepositoryPolicy operation. This prevents accidental
1772
+ # repository lockouts.
1962
1773
  # @return [Boolean]
1963
1774
  #
1964
1775
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/SetRepositoryPolicyRequest AWS API Documentation
@@ -1973,15 +1784,15 @@ module Aws::ECRPublic
1973
1784
  end
1974
1785
 
1975
1786
  # @!attribute [rw] registry_id
1976
- # The registry ID associated with the request.
1787
+ # The registry ID that's associated with the request.
1977
1788
  # @return [String]
1978
1789
  #
1979
1790
  # @!attribute [rw] repository_name
1980
- # The repository name associated with the request.
1791
+ # The repository name that's associated with the request.
1981
1792
  # @return [String]
1982
1793
  #
1983
1794
  # @!attribute [rw] policy_text
1984
- # The JSON repository policy text applied to the repository.
1795
+ # The JSON repository policy text that's applied to the repository.
1985
1796
  # @return [String]
1986
1797
  #
1987
1798
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/SetRepositoryPolicyResponse AWS API Documentation
@@ -1995,19 +1806,11 @@ module Aws::ECRPublic
1995
1806
  end
1996
1807
 
1997
1808
  # The metadata that you apply to a resource to help you categorize and
1998
- # organize them. Each tag consists of a key and an optional value, both
1999
- # of which you define. Tag keys can have a maximum character length of
2000
- # 128 characters, and tag values can have a maximum length of 256
1809
+ # organize them. Each tag consists of a key and an optional value. You
1810
+ # define both. Tag keys can have a maximum character length of 128
1811
+ # characters, and tag values can have a maximum length of 256
2001
1812
  # characters.
2002
1813
  #
2003
- # @note When making an API call, you may pass Tag
2004
- # data as a hash:
2005
- #
2006
- # {
2007
- # key: "TagKey",
2008
- # value: "TagValue",
2009
- # }
2010
- #
2011
1814
  # @!attribute [rw] key
2012
1815
  # One part of a key-value pair that make up a tag. A `key` is a
2013
1816
  # general label that acts like a category for more specific tag
@@ -2028,21 +1831,8 @@ module Aws::ECRPublic
2028
1831
  include Aws::Structure
2029
1832
  end
2030
1833
 
2031
- # @note When making an API call, you may pass TagResourceRequest
2032
- # data as a hash:
2033
- #
2034
- # {
2035
- # resource_arn: "Arn", # required
2036
- # tags: [ # required
2037
- # {
2038
- # key: "TagKey",
2039
- # value: "TagValue",
2040
- # },
2041
- # ],
2042
- # }
2043
- #
2044
1834
  # @!attribute [rw] resource_arn
2045
- # The Amazon Resource Name (ARN) of the resource to which to add tags.
1835
+ # The Amazon Resource Name (ARN) of the resource to add tags to.
2046
1836
  # Currently, the supported resource is an Amazon ECR Public
2047
1837
  # repository.
2048
1838
  # @return [String]
@@ -2081,7 +1871,7 @@ module Aws::ECRPublic
2081
1871
  include Aws::Structure
2082
1872
  end
2083
1873
 
2084
- # The action is not supported in this Region.
1874
+ # The action isn't supported in this Region.
2085
1875
  #
2086
1876
  # @!attribute [rw] message
2087
1877
  # @return [String]
@@ -2094,17 +1884,9 @@ module Aws::ECRPublic
2094
1884
  include Aws::Structure
2095
1885
  end
2096
1886
 
2097
- # @note When making an API call, you may pass UntagResourceRequest
2098
- # data as a hash:
2099
- #
2100
- # {
2101
- # resource_arn: "Arn", # required
2102
- # tag_keys: ["TagKey"], # required
2103
- # }
2104
- #
2105
1887
  # @!attribute [rw] resource_arn
2106
- # The Amazon Resource Name (ARN) of the resource from which to delete
2107
- # tags. Currently, the supported resource is an Amazon ECR Public
1888
+ # The Amazon Resource Name (ARN) of the resource to delete tags from.
1889
+ # Currently, the supported resource is an Amazon ECR Public
2108
1890
  # repository.
2109
1891
  # @return [String]
2110
1892
  #
@@ -2125,26 +1907,15 @@ module Aws::ECRPublic
2125
1907
  #
2126
1908
  class UntagResourceResponse < Aws::EmptyStructure; end
2127
1909
 
2128
- # @note When making an API call, you may pass UploadLayerPartRequest
2129
- # data as a hash:
2130
- #
2131
- # {
2132
- # registry_id: "RegistryIdOrAlias",
2133
- # repository_name: "RepositoryName", # required
2134
- # upload_id: "UploadId", # required
2135
- # part_first_byte: 1, # required
2136
- # part_last_byte: 1, # required
2137
- # layer_part_blob: "data", # required
2138
- # }
2139
- #
2140
1910
  # @!attribute [rw] registry_id
2141
- # The AWS account ID associated with the registry to which you are
2142
- # uploading layer parts. If you do not specify a registry, the default
2143
- # public registry is assumed.
1911
+ # The Amazon Web Services account ID, or registry alias, that's
1912
+ # associated with the registry that you're uploading layer parts to.
1913
+ # If you do not specify a registry, the default public registry is
1914
+ # assumed.
2144
1915
  # @return [String]
2145
1916
  #
2146
1917
  # @!attribute [rw] repository_name
2147
- # The name of the repository to which you are uploading layer parts.
1918
+ # The name of the repository that you're uploading layer parts to.
2148
1919
  # @return [String]
2149
1920
  #
2150
1921
  # @!attribute [rw] upload_id
@@ -2180,19 +1951,19 @@ module Aws::ECRPublic
2180
1951
  end
2181
1952
 
2182
1953
  # @!attribute [rw] registry_id
2183
- # The registry ID associated with the request.
1954
+ # The registry ID that's associated with the request.
2184
1955
  # @return [String]
2185
1956
  #
2186
1957
  # @!attribute [rw] repository_name
2187
- # The repository name associated with the request.
1958
+ # The repository name that's associated with the request.
2188
1959
  # @return [String]
2189
1960
  #
2190
1961
  # @!attribute [rw] upload_id
2191
- # The upload ID associated with the request.
1962
+ # The upload ID that's associated with the request.
2192
1963
  # @return [String]
2193
1964
  #
2194
1965
  # @!attribute [rw] last_byte_received
2195
- # The integer value of the last byte received in the request.
1966
+ # The integer value of the last byte that's received in the request.
2196
1967
  # @return [Integer]
2197
1968
  #
2198
1969
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/UploadLayerPartResponse AWS API Documentation
@@ -2206,7 +1977,7 @@ module Aws::ECRPublic
2206
1977
  include Aws::Structure
2207
1978
  end
2208
1979
 
2209
- # The upload could not be found, or the specified upload ID is not valid
1980
+ # The upload can't be found, or the specified upload ID isn't valid
2210
1981
  # for this repository.
2211
1982
  #
2212
1983
  # @!attribute [rw] message