aws_sdk_codepipeline/
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 `AcknowledgeJob` operation.
5pub mod acknowledge_job;
6
7/// Types for the `AcknowledgeThirdPartyJob` operation.
8pub mod acknowledge_third_party_job;
9
10/// Types for the `CreateCustomActionType` operation.
11pub mod create_custom_action_type;
12
13/// Types for the `CreatePipeline` operation.
14pub mod create_pipeline;
15
16/// Types for the `DeleteCustomActionType` operation.
17pub mod delete_custom_action_type;
18
19/// Types for the `DeletePipeline` operation.
20pub mod delete_pipeline;
21
22/// Types for the `DeleteWebhook` operation.
23pub mod delete_webhook;
24
25/// Types for the `DeregisterWebhookWithThirdParty` operation.
26pub mod deregister_webhook_with_third_party;
27
28/// Types for the `DisableStageTransition` operation.
29pub mod disable_stage_transition;
30
31/// Types for the `EnableStageTransition` operation.
32pub mod enable_stage_transition;
33
34/// Types for the `GetActionType` operation.
35pub mod get_action_type;
36
37/// Types for the `GetJobDetails` operation.
38pub mod get_job_details;
39
40/// Types for the `GetPipeline` operation.
41pub mod get_pipeline;
42
43/// Types for the `GetPipelineExecution` operation.
44pub mod get_pipeline_execution;
45
46/// Types for the `GetPipelineState` operation.
47pub mod get_pipeline_state;
48
49/// Types for the `GetThirdPartyJobDetails` operation.
50pub mod get_third_party_job_details;
51
52/// Types for the `ListActionExecutions` operation.
53pub mod list_action_executions;
54
55/// Types for the `ListActionTypes` operation.
56pub mod list_action_types;
57
58/// Types for the `ListDeployActionExecutionTargets` operation.
59pub mod list_deploy_action_execution_targets;
60
61/// Types for the `ListPipelineExecutions` operation.
62pub mod list_pipeline_executions;
63
64/// Types for the `ListPipelines` operation.
65pub mod list_pipelines;
66
67/// Types for the `ListRuleExecutions` operation.
68pub mod list_rule_executions;
69
70/// Types for the `ListRuleTypes` operation.
71pub mod list_rule_types;
72
73/// Types for the `ListTagsForResource` operation.
74pub mod list_tags_for_resource;
75
76/// Types for the `ListWebhooks` operation.
77pub mod list_webhooks;
78
79/// Types for the `OverrideStageCondition` operation.
80pub mod override_stage_condition;
81
82/// Types for the `PollForJobs` operation.
83pub mod poll_for_jobs;
84
85/// Types for the `PollForThirdPartyJobs` operation.
86pub mod poll_for_third_party_jobs;
87
88/// Types for the `PutActionRevision` operation.
89pub mod put_action_revision;
90
91/// Types for the `PutApprovalResult` operation.
92pub mod put_approval_result;
93
94/// Types for the `PutJobFailureResult` operation.
95pub mod put_job_failure_result;
96
97/// Types for the `PutJobSuccessResult` operation.
98pub mod put_job_success_result;
99
100/// Types for the `PutThirdPartyJobFailureResult` operation.
101pub mod put_third_party_job_failure_result;
102
103/// Types for the `PutThirdPartyJobSuccessResult` operation.
104pub mod put_third_party_job_success_result;
105
106/// Types for the `PutWebhook` operation.
107pub mod put_webhook;
108
109/// Types for the `RegisterWebhookWithThirdParty` operation.
110pub mod register_webhook_with_third_party;
111
112/// Types for the `RetryStageExecution` operation.
113pub mod retry_stage_execution;
114
115/// Types for the `RollbackStage` operation.
116pub mod rollback_stage;
117
118/// Types for the `StartPipelineExecution` operation.
119pub mod start_pipeline_execution;
120
121/// Types for the `StopPipelineExecution` operation.
122pub mod stop_pipeline_execution;
123
124/// Types for the `TagResource` operation.
125pub mod tag_resource;
126
127/// Types for the `UntagResource` operation.
128pub mod untag_resource;
129
130/// Types for the `UpdateActionType` operation.
131pub mod update_action_type;
132
133/// Types for the `UpdatePipeline` operation.
134pub mod update_pipeline;