aws_sdk_secretsmanager/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 `BatchGetSecretValue` operation.
5pub mod batch_get_secret_value;
6
7/// Types for the `CancelRotateSecret` operation.
8pub mod cancel_rotate_secret;
9
10/// Types for the `CreateSecret` operation.
11pub mod create_secret;
12
13/// Types for the `DeleteResourcePolicy` operation.
14pub mod delete_resource_policy;
15
16/// Types for the `DeleteSecret` operation.
17pub mod delete_secret;
18
19/// Types for the `DescribeSecret` operation.
20pub mod describe_secret;
21
22/// Types for the `GetRandomPassword` operation.
23pub mod get_random_password;
24
25/// Types for the `GetResourcePolicy` operation.
26pub mod get_resource_policy;
27
28/// Types for the `GetSecretValue` operation.
29pub mod get_secret_value;
30
31/// Types for the `ListSecretVersionIds` operation.
32pub mod list_secret_version_ids;
33
34/// Types for the `ListSecrets` operation.
35pub mod list_secrets;
36
37/// Types for the `PutResourcePolicy` operation.
38pub mod put_resource_policy;
39
40/// Types for the `PutSecretValue` operation.
41pub mod put_secret_value;
42
43/// Types for the `RemoveRegionsFromReplication` operation.
44pub mod remove_regions_from_replication;
45
46/// Types for the `ReplicateSecretToRegions` operation.
47pub mod replicate_secret_to_regions;
48
49/// Types for the `RestoreSecret` operation.
50pub mod restore_secret;
51
52/// Types for the `RotateSecret` operation.
53pub mod rotate_secret;
54
55/// Types for the `StopReplicationToReplica` operation.
56pub mod stop_replication_to_replica;
57
58/// Types for the `TagResource` operation.
59pub mod tag_resource;
60
61/// Types for the `UntagResource` operation.
62pub mod untag_resource;
63
64/// Types for the `UpdateSecret` operation.
65pub mod update_secret;
66
67/// Types for the `UpdateSecretVersionStage` operation.
68pub mod update_secret_version_stage;
69
70/// Types for the `ValidateResourcePolicy` operation.
71pub mod validate_resource_policy;