aws_sdk_signer/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 `AddProfilePermission` operation.
5pub mod add_profile_permission;
6
7/// Types for the `CancelSigningProfile` operation.
8pub mod cancel_signing_profile;
9
10/// Types for the `DescribeSigningJob` operation.
11pub mod describe_signing_job;
12
13/// Types for the `GetRevocationStatus` operation.
14pub mod get_revocation_status;
15
16/// Types for the `GetSigningPlatform` operation.
17pub mod get_signing_platform;
18
19/// Types for the `GetSigningProfile` operation.
20pub mod get_signing_profile;
21
22/// Types for the `ListProfilePermissions` operation.
23pub mod list_profile_permissions;
24
25/// Types for the `ListSigningJobs` operation.
26pub mod list_signing_jobs;
27
28/// Types for the `ListSigningPlatforms` operation.
29pub mod list_signing_platforms;
30
31/// Types for the `ListSigningProfiles` operation.
32pub mod list_signing_profiles;
33
34/// Types for the `ListTagsForResource` operation.
35pub mod list_tags_for_resource;
36
37/// Types for the `PutSigningProfile` operation.
38pub mod put_signing_profile;
39
40/// Types for the `RemoveProfilePermission` operation.
41pub mod remove_profile_permission;
42
43/// Types for the `RevokeSignature` operation.
44pub mod revoke_signature;
45
46/// Types for the `RevokeSigningProfile` operation.
47pub mod revoke_signing_profile;
48
49/// Types for the `SignPayload` operation.
50pub mod sign_payload;
51
52/// Types for the `StartSigningJob` operation.
53pub mod start_signing_job;
54
55/// Types for the `TagResource` operation.
56pub mod tag_resource;
57
58/// Types for the `UntagResource` operation.
59pub mod untag_resource;