aws_sdk_ecr/
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 `BatchGetImage` operation.
11pub mod batch_get_image;
12
13/// Types for the `BatchGetRepositoryScanningConfiguration` operation.
14pub mod batch_get_repository_scanning_configuration;
15
16/// Types for the `CompleteLayerUpload` operation.
17pub mod complete_layer_upload;
18
19/// Types for the `CreatePullThroughCacheRule` operation.
20pub mod create_pull_through_cache_rule;
21
22/// Types for the `CreateRepository` operation.
23pub mod create_repository;
24
25/// Types for the `CreateRepositoryCreationTemplate` operation.
26pub mod create_repository_creation_template;
27
28/// Types for the `DeleteLifecyclePolicy` operation.
29pub mod delete_lifecycle_policy;
30
31/// Types for the `DeletePullThroughCacheRule` operation.
32pub mod delete_pull_through_cache_rule;
33
34/// Types for the `DeleteRegistryPolicy` operation.
35pub mod delete_registry_policy;
36
37/// Types for the `DeleteRepository` operation.
38pub mod delete_repository;
39
40/// Types for the `DeleteRepositoryCreationTemplate` operation.
41pub mod delete_repository_creation_template;
42
43/// Types for the `DeleteRepositoryPolicy` operation.
44pub mod delete_repository_policy;
45
46/// Types for the `DescribeImageReplicationStatus` operation.
47pub mod describe_image_replication_status;
48
49/// Types for the `DescribeImageScanFindings` operation.
50pub mod describe_image_scan_findings;
51
52/// Types for the `DescribeImages` operation.
53pub mod describe_images;
54
55/// Types for the `DescribePullThroughCacheRules` operation.
56pub mod describe_pull_through_cache_rules;
57
58/// Types for the `DescribeRegistry` operation.
59pub mod describe_registry;
60
61/// Types for the `DescribeRepositories` operation.
62pub mod describe_repositories;
63
64/// Types for the `DescribeRepositoryCreationTemplates` operation.
65pub mod describe_repository_creation_templates;
66
67/// Types for the `GetAccountSetting` operation.
68pub mod get_account_setting;
69
70/// Types for the `GetAuthorizationToken` operation.
71pub mod get_authorization_token;
72
73/// Types for the `GetDownloadUrlForLayer` operation.
74pub mod get_download_url_for_layer;
75
76/// Types for the `GetLifecyclePolicy` operation.
77pub mod get_lifecycle_policy;
78
79/// Types for the `GetLifecyclePolicyPreview` operation.
80pub mod get_lifecycle_policy_preview;
81
82/// Types for the `GetRegistryPolicy` operation.
83pub mod get_registry_policy;
84
85/// Types for the `GetRegistryScanningConfiguration` operation.
86pub mod get_registry_scanning_configuration;
87
88/// Types for the `GetRepositoryPolicy` operation.
89pub mod get_repository_policy;
90
91/// Types for the `InitiateLayerUpload` operation.
92pub mod initiate_layer_upload;
93
94/// Types for the `ListImages` operation.
95pub mod list_images;
96
97/// Types for the `ListTagsForResource` operation.
98pub mod list_tags_for_resource;
99
100/// Types for the `PutAccountSetting` operation.
101pub mod put_account_setting;
102
103/// Types for the `PutImage` operation.
104pub mod put_image;
105
106/// Types for the `PutImageScanningConfiguration` operation.
107pub mod put_image_scanning_configuration;
108
109/// Types for the `PutImageTagMutability` operation.
110pub mod put_image_tag_mutability;
111
112/// Types for the `PutLifecyclePolicy` operation.
113pub mod put_lifecycle_policy;
114
115/// Types for the `PutRegistryPolicy` operation.
116pub mod put_registry_policy;
117
118/// Types for the `PutRegistryScanningConfiguration` operation.
119pub mod put_registry_scanning_configuration;
120
121/// Types for the `PutReplicationConfiguration` operation.
122pub mod put_replication_configuration;
123
124/// Types for the `SetRepositoryPolicy` operation.
125pub mod set_repository_policy;
126
127/// Types for the `StartImageScan` operation.
128pub mod start_image_scan;
129
130/// Types for the `StartLifecyclePolicyPreview` operation.
131pub mod start_lifecycle_policy_preview;
132
133/// Types for the `TagResource` operation.
134pub mod tag_resource;
135
136/// Types for the `UntagResource` operation.
137pub mod untag_resource;
138
139/// Types for the `UpdatePullThroughCacheRule` operation.
140pub mod update_pull_through_cache_rule;
141
142/// Types for the `UpdateRepositoryCreationTemplate` operation.
143pub mod update_repository_creation_template;
144
145/// Types for the `UploadLayerPart` operation.
146pub mod upload_layer_part;
147
148/// Types for the `ValidatePullThroughCacheRule` operation.
149pub mod validate_pull_through_cache_rule;