1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `BatchCheckLayerAvailability` operation.
pub mod batch_check_layer_availability;

/// Types for the `BatchDeleteImage` operation.
pub mod batch_delete_image;

/// Types for the `CompleteLayerUpload` operation.
pub mod complete_layer_upload;

/// Types for the `CreateRepository` operation.
pub mod create_repository;

/// Types for the `DeleteRepository` operation.
pub mod delete_repository;

/// Types for the `DeleteRepositoryPolicy` operation.
pub mod delete_repository_policy;

/// Types for the `DescribeImageTags` operation.
pub mod describe_image_tags;

/// Types for the `DescribeImages` operation.
pub mod describe_images;

/// Types for the `DescribeRegistries` operation.
pub mod describe_registries;

/// Types for the `DescribeRepositories` operation.
pub mod describe_repositories;

/// Types for the `GetAuthorizationToken` operation.
pub mod get_authorization_token;

/// Types for the `GetRegistryCatalogData` operation.
pub mod get_registry_catalog_data;

/// Types for the `GetRepositoryCatalogData` operation.
pub mod get_repository_catalog_data;

/// Types for the `GetRepositoryPolicy` operation.
pub mod get_repository_policy;

/// Types for the `InitiateLayerUpload` operation.
pub mod initiate_layer_upload;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `PutImage` operation.
pub mod put_image;

/// Types for the `PutRegistryCatalogData` operation.
pub mod put_registry_catalog_data;

/// Types for the `PutRepositoryCatalogData` operation.
pub mod put_repository_catalog_data;

/// Types for the `SetRepositoryPolicy` operation.
pub mod set_repository_policy;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UploadLayerPart` operation.
pub mod upload_layer_part;