aws_sdk_ecrpublic/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `BatchCheckLayerAvailability` operation.
5pub mod batch_check_layer_availability;
6
7/// Types for the `BatchDeleteImage` operation.
8pub mod batch_delete_image;
9
10/// Types for the `CompleteLayerUpload` operation.
11pub mod complete_layer_upload;
12
13/// Types for the `CreateRepository` operation.
14pub mod create_repository;
15
16/// Types for the `DeleteRepository` operation.
17pub mod delete_repository;
18
19/// Types for the `DeleteRepositoryPolicy` operation.
20pub mod delete_repository_policy;
21
22/// Types for the `DescribeImageTags` operation.
23pub mod describe_image_tags;
24
25/// Types for the `DescribeImages` operation.
26pub mod describe_images;
27
28/// Types for the `DescribeRegistries` operation.
29pub mod describe_registries;
30
31/// Types for the `DescribeRepositories` operation.
32pub mod describe_repositories;
33
34/// Types for the `GetAuthorizationToken` operation.
35pub mod get_authorization_token;
36
37/// Types for the `GetRegistryCatalogData` operation.
38pub mod get_registry_catalog_data;
39
40/// Types for the `GetRepositoryCatalogData` operation.
41pub mod get_repository_catalog_data;
42
43/// Types for the `GetRepositoryPolicy` operation.
44pub mod get_repository_policy;
45
46/// Types for the `InitiateLayerUpload` operation.
47pub mod initiate_layer_upload;
48
49/// Types for the `ListTagsForResource` operation.
50pub mod list_tags_for_resource;
51
52/// Types for the `PutImage` operation.
53pub mod put_image;
54
55/// Types for the `PutRegistryCatalogData` operation.
56pub mod put_registry_catalog_data;
57
58/// Types for the `PutRepositoryCatalogData` operation.
59pub mod put_repository_catalog_data;
60
61/// Types for the `SetRepositoryPolicy` operation.
62pub mod set_repository_policy;
63
64/// Types for the `TagResource` operation.
65pub mod tag_resource;
66
67/// Types for the `UntagResource` operation.
68pub mod untag_resource;
69
70/// Types for the `UploadLayerPart` operation.
71pub mod upload_layer_part;