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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddTagsToOnPremisesInstances` operation.
pub mod add_tags_to_on_premises_instances;

/// Types for the `BatchGetApplicationRevisions` operation.
pub mod batch_get_application_revisions;

/// Types for the `BatchGetApplications` operation.
pub mod batch_get_applications;

/// Types for the `BatchGetDeploymentGroups` operation.
pub mod batch_get_deployment_groups;

/// Types for the `BatchGetDeploymentInstances` operation.
pub mod batch_get_deployment_instances;

/// Types for the `BatchGetDeploymentTargets` operation.
pub mod batch_get_deployment_targets;

/// Types for the `BatchGetDeployments` operation.
pub mod batch_get_deployments;

/// Types for the `BatchGetOnPremisesInstances` operation.
pub mod batch_get_on_premises_instances;

/// Types for the `ContinueDeployment` operation.
pub mod continue_deployment;

/// Types for the `CreateApplication` operation.
pub mod create_application;

/// Types for the `CreateDeployment` operation.
pub mod create_deployment;

/// Types for the `CreateDeploymentConfig` operation.
pub mod create_deployment_config;

/// Types for the `CreateDeploymentGroup` operation.
pub mod create_deployment_group;

/// Types for the `DeleteApplication` operation.
pub mod delete_application;

/// Types for the `DeleteDeploymentConfig` operation.
pub mod delete_deployment_config;

/// Types for the `DeleteDeploymentGroup` operation.
pub mod delete_deployment_group;

/// Types for the `DeleteGitHubAccountToken` operation.
pub mod delete_git_hub_account_token;

/// Types for the `DeleteResourcesByExternalId` operation.
pub mod delete_resources_by_external_id;

/// Types for the `DeregisterOnPremisesInstance` operation.
pub mod deregister_on_premises_instance;

/// Types for the `GetApplication` operation.
pub mod get_application;

/// Types for the `GetApplicationRevision` operation.
pub mod get_application_revision;

/// Types for the `GetDeployment` operation.
pub mod get_deployment;

/// Types for the `GetDeploymentConfig` operation.
pub mod get_deployment_config;

/// Types for the `GetDeploymentGroup` operation.
pub mod get_deployment_group;

/// Types for the `GetDeploymentInstance` operation.
pub mod get_deployment_instance;

/// Types for the `GetDeploymentTarget` operation.
pub mod get_deployment_target;

/// Types for the `GetOnPremisesInstance` operation.
pub mod get_on_premises_instance;

/// Types for the `ListApplicationRevisions` operation.
pub mod list_application_revisions;

/// Types for the `ListApplications` operation.
pub mod list_applications;

/// Types for the `ListDeploymentConfigs` operation.
pub mod list_deployment_configs;

/// Types for the `ListDeploymentGroups` operation.
pub mod list_deployment_groups;

/// Types for the `ListDeploymentInstances` operation.
pub mod list_deployment_instances;

/// Types for the `ListDeploymentTargets` operation.
pub mod list_deployment_targets;

/// Types for the `ListDeployments` operation.
pub mod list_deployments;

/// Types for the `ListGitHubAccountTokenNames` operation.
pub mod list_git_hub_account_token_names;

/// Types for the `ListOnPremisesInstances` operation.
pub mod list_on_premises_instances;

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

/// Types for the `PutLifecycleEventHookExecutionStatus` operation.
pub mod put_lifecycle_event_hook_execution_status;

/// Types for the `RegisterApplicationRevision` operation.
pub mod register_application_revision;

/// Types for the `RegisterOnPremisesInstance` operation.
pub mod register_on_premises_instance;

/// Types for the `RemoveTagsFromOnPremisesInstances` operation.
pub mod remove_tags_from_on_premises_instances;

/// Types for the `SkipWaitTimeForInstanceTermination` operation.
pub mod skip_wait_time_for_instance_termination;

/// Types for the `StopDeployment` operation.
pub mod stop_deployment;

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

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

/// Types for the `UpdateApplication` operation.
pub mod update_application;

/// Types for the `UpdateDeploymentGroup` operation.
pub mod update_deployment_group;