aws_sdk_amplify/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 `CreateApp` operation.
5pub mod create_app;
6
7/// Types for the `CreateBackendEnvironment` operation.
8pub mod create_backend_environment;
9
10/// Types for the `CreateBranch` operation.
11pub mod create_branch;
12
13/// Types for the `CreateDeployment` operation.
14pub mod create_deployment;
15
16/// Types for the `CreateDomainAssociation` operation.
17pub mod create_domain_association;
18
19/// Types for the `CreateWebhook` operation.
20pub mod create_webhook;
21
22/// Types for the `DeleteApp` operation.
23pub mod delete_app;
24
25/// Types for the `DeleteBackendEnvironment` operation.
26pub mod delete_backend_environment;
27
28/// Types for the `DeleteBranch` operation.
29pub mod delete_branch;
30
31/// Types for the `DeleteDomainAssociation` operation.
32pub mod delete_domain_association;
33
34/// Types for the `DeleteJob` operation.
35pub mod delete_job;
36
37/// Types for the `DeleteWebhook` operation.
38pub mod delete_webhook;
39
40/// Types for the `GenerateAccessLogs` operation.
41pub mod generate_access_logs;
42
43/// Types for the `GetApp` operation.
44pub mod get_app;
45
46/// Types for the `GetArtifactUrl` operation.
47pub mod get_artifact_url;
48
49/// Types for the `GetBackendEnvironment` operation.
50pub mod get_backend_environment;
51
52/// Types for the `GetBranch` operation.
53pub mod get_branch;
54
55/// Types for the `GetDomainAssociation` operation.
56pub mod get_domain_association;
57
58/// Types for the `GetJob` operation.
59pub mod get_job;
60
61/// Types for the `GetWebhook` operation.
62pub mod get_webhook;
63
64/// Types for the `ListApps` operation.
65pub mod list_apps;
66
67/// Types for the `ListArtifacts` operation.
68pub mod list_artifacts;
69
70/// Types for the `ListBackendEnvironments` operation.
71pub mod list_backend_environments;
72
73/// Types for the `ListBranches` operation.
74pub mod list_branches;
75
76/// Types for the `ListDomainAssociations` operation.
77pub mod list_domain_associations;
78
79/// Types for the `ListJobs` operation.
80pub mod list_jobs;
81
82/// Types for the `ListTagsForResource` operation.
83pub mod list_tags_for_resource;
84
85/// Types for the `ListWebhooks` operation.
86pub mod list_webhooks;
87
88/// Types for the `StartDeployment` operation.
89pub mod start_deployment;
90
91/// Types for the `StartJob` operation.
92pub mod start_job;
93
94/// Types for the `StopJob` operation.
95pub mod stop_job;
96
97/// Types for the `TagResource` operation.
98pub mod tag_resource;
99
100/// Types for the `UntagResource` operation.
101pub mod untag_resource;
102
103/// Types for the `UpdateApp` operation.
104pub mod update_app;
105
106/// Types for the `UpdateBranch` operation.
107pub mod update_branch;
108
109/// Types for the `UpdateDomainAssociation` operation.
110pub mod update_domain_association;
111
112/// Types for the `UpdateWebhook` operation.
113pub mod update_webhook;