aws_sdk_glacier/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 `AbortMultipartUpload` operation.
5pub mod abort_multipart_upload;
6
7/// Types for the `AbortVaultLock` operation.
8pub mod abort_vault_lock;
9
10/// Types for the `AddTagsToVault` operation.
11pub mod add_tags_to_vault;
12
13/// Types for the `CompleteMultipartUpload` operation.
14pub mod complete_multipart_upload;
15
16/// Types for the `CompleteVaultLock` operation.
17pub mod complete_vault_lock;
18
19/// Types for the `CreateVault` operation.
20pub mod create_vault;
21
22/// Types for the `DeleteArchive` operation.
23pub mod delete_archive;
24
25/// Types for the `DeleteVault` operation.
26pub mod delete_vault;
27
28/// Types for the `DeleteVaultAccessPolicy` operation.
29pub mod delete_vault_access_policy;
30
31/// Types for the `DeleteVaultNotifications` operation.
32pub mod delete_vault_notifications;
33
34/// Types for the `DescribeJob` operation.
35pub mod describe_job;
36
37/// Types for the `DescribeVault` operation.
38pub mod describe_vault;
39
40/// Types for the `GetDataRetrievalPolicy` operation.
41pub mod get_data_retrieval_policy;
42
43/// Types for the `GetJobOutput` operation.
44pub mod get_job_output;
45
46/// Types for the `GetVaultAccessPolicy` operation.
47pub mod get_vault_access_policy;
48
49/// Types for the `GetVaultLock` operation.
50pub mod get_vault_lock;
51
52/// Types for the `GetVaultNotifications` operation.
53pub mod get_vault_notifications;
54
55/// Types for the `InitiateJob` operation.
56pub mod initiate_job;
57
58/// Types for the `InitiateMultipartUpload` operation.
59pub mod initiate_multipart_upload;
60
61/// Types for the `InitiateVaultLock` operation.
62pub mod initiate_vault_lock;
63
64/// Types for the `ListJobs` operation.
65pub mod list_jobs;
66
67/// Types for the `ListMultipartUploads` operation.
68pub mod list_multipart_uploads;
69
70/// Types for the `ListParts` operation.
71pub mod list_parts;
72
73/// Types for the `ListProvisionedCapacity` operation.
74pub mod list_provisioned_capacity;
75
76/// Types for the `ListTagsForVault` operation.
77pub mod list_tags_for_vault;
78
79/// Types for the `ListVaults` operation.
80pub mod list_vaults;
81
82/// Types for the `PurchaseProvisionedCapacity` operation.
83pub mod purchase_provisioned_capacity;
84
85/// Types for the `RemoveTagsFromVault` operation.
86pub mod remove_tags_from_vault;
87
88/// Types for the `SetDataRetrievalPolicy` operation.
89pub mod set_data_retrieval_policy;
90
91/// Types for the `SetVaultAccessPolicy` operation.
92pub mod set_vault_access_policy;
93
94/// Types for the `SetVaultNotifications` operation.
95pub mod set_vault_notifications;
96
97/// Types for the `UploadArchive` operation.
98pub mod upload_archive;
99
100/// Types for the `UploadMultipartPart` operation.
101pub mod upload_multipart_part;