aws_sdk_codedeploy/
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 `AddTagsToOnPremisesInstances` operation.
5pub mod add_tags_to_on_premises_instances;
6
7/// Types for the `BatchGetApplicationRevisions` operation.
8pub mod batch_get_application_revisions;
9
10/// Types for the `BatchGetApplications` operation.
11pub mod batch_get_applications;
12
13/// Types for the `BatchGetDeploymentGroups` operation.
14pub mod batch_get_deployment_groups;
15
16/// Types for the `BatchGetDeploymentInstances` operation.
17pub mod batch_get_deployment_instances;
18
19/// Types for the `BatchGetDeploymentTargets` operation.
20pub mod batch_get_deployment_targets;
21
22/// Types for the `BatchGetDeployments` operation.
23pub mod batch_get_deployments;
24
25/// Types for the `BatchGetOnPremisesInstances` operation.
26pub mod batch_get_on_premises_instances;
27
28/// Types for the `ContinueDeployment` operation.
29pub mod continue_deployment;
30
31/// Types for the `CreateApplication` operation.
32pub mod create_application;
33
34/// Types for the `CreateDeployment` operation.
35pub mod create_deployment;
36
37/// Types for the `CreateDeploymentConfig` operation.
38pub mod create_deployment_config;
39
40/// Types for the `CreateDeploymentGroup` operation.
41pub mod create_deployment_group;
42
43/// Types for the `DeleteApplication` operation.
44pub mod delete_application;
45
46/// Types for the `DeleteDeploymentConfig` operation.
47pub mod delete_deployment_config;
48
49/// Types for the `DeleteDeploymentGroup` operation.
50pub mod delete_deployment_group;
51
52/// Types for the `DeleteGitHubAccountToken` operation.
53pub mod delete_git_hub_account_token;
54
55/// Types for the `DeleteResourcesByExternalId` operation.
56pub mod delete_resources_by_external_id;
57
58/// Types for the `DeregisterOnPremisesInstance` operation.
59pub mod deregister_on_premises_instance;
60
61/// Types for the `GetApplication` operation.
62pub mod get_application;
63
64/// Types for the `GetApplicationRevision` operation.
65pub mod get_application_revision;
66
67/// Types for the `GetDeployment` operation.
68pub mod get_deployment;
69
70/// Types for the `GetDeploymentConfig` operation.
71pub mod get_deployment_config;
72
73/// Types for the `GetDeploymentGroup` operation.
74pub mod get_deployment_group;
75
76/// Types for the `GetDeploymentInstance` operation.
77pub mod get_deployment_instance;
78
79/// Types for the `GetDeploymentTarget` operation.
80pub mod get_deployment_target;
81
82/// Types for the `GetOnPremisesInstance` operation.
83pub mod get_on_premises_instance;
84
85/// Types for the `ListApplicationRevisions` operation.
86pub mod list_application_revisions;
87
88/// Types for the `ListApplications` operation.
89pub mod list_applications;
90
91/// Types for the `ListDeploymentConfigs` operation.
92pub mod list_deployment_configs;
93
94/// Types for the `ListDeploymentGroups` operation.
95pub mod list_deployment_groups;
96
97/// Types for the `ListDeploymentInstances` operation.
98pub mod list_deployment_instances;
99
100/// Types for the `ListDeploymentTargets` operation.
101pub mod list_deployment_targets;
102
103/// Types for the `ListDeployments` operation.
104pub mod list_deployments;
105
106/// Types for the `ListGitHubAccountTokenNames` operation.
107pub mod list_git_hub_account_token_names;
108
109/// Types for the `ListOnPremisesInstances` operation.
110pub mod list_on_premises_instances;
111
112/// Types for the `ListTagsForResource` operation.
113pub mod list_tags_for_resource;
114
115/// Types for the `PutLifecycleEventHookExecutionStatus` operation.
116pub mod put_lifecycle_event_hook_execution_status;
117
118/// Types for the `RegisterApplicationRevision` operation.
119pub mod register_application_revision;
120
121/// Types for the `RegisterOnPremisesInstance` operation.
122pub mod register_on_premises_instance;
123
124/// Types for the `RemoveTagsFromOnPremisesInstances` operation.
125pub mod remove_tags_from_on_premises_instances;
126
127/// Types for the `SkipWaitTimeForInstanceTermination` operation.
128pub mod skip_wait_time_for_instance_termination;
129
130/// Types for the `StopDeployment` operation.
131pub mod stop_deployment;
132
133/// Types for the `TagResource` operation.
134pub mod tag_resource;
135
136/// Types for the `UntagResource` operation.
137pub mod untag_resource;
138
139/// Types for the `UpdateApplication` operation.
140pub mod update_application;
141
142/// Types for the `UpdateDeploymentGroup` operation.
143pub mod update_deployment_group;