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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddProfilePermission` operation.
pub mod add_profile_permission;

/// Types for the `CancelSigningProfile` operation.
pub mod cancel_signing_profile;

/// Types for the `DescribeSigningJob` operation.
pub mod describe_signing_job;

/// Types for the `GetRevocationStatus` operation.
pub mod get_revocation_status;

/// Types for the `GetSigningPlatform` operation.
pub mod get_signing_platform;

/// Types for the `GetSigningProfile` operation.
pub mod get_signing_profile;

/// Types for the `ListProfilePermissions` operation.
pub mod list_profile_permissions;

/// Types for the `ListSigningJobs` operation.
pub mod list_signing_jobs;

/// Types for the `ListSigningPlatforms` operation.
pub mod list_signing_platforms;

/// Types for the `ListSigningProfiles` operation.
pub mod list_signing_profiles;

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

/// Types for the `PutSigningProfile` operation.
pub mod put_signing_profile;

/// Types for the `RemoveProfilePermission` operation.
pub mod remove_profile_permission;

/// Types for the `RevokeSignature` operation.
pub mod revoke_signature;

/// Types for the `RevokeSigningProfile` operation.
pub mod revoke_signing_profile;

/// Types for the `SignPayload` operation.
pub mod sign_payload;

/// Types for the `StartSigningJob` operation.
pub mod start_signing_job;

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

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