aws_sdk_codepipeline/
operation.rs

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

/// Types for the `AcknowledgeJob` operation.
pub mod acknowledge_job;

/// Types for the `AcknowledgeThirdPartyJob` operation.
pub mod acknowledge_third_party_job;

/// Types for the `CreateCustomActionType` operation.
pub mod create_custom_action_type;

/// Types for the `CreatePipeline` operation.
pub mod create_pipeline;

/// Types for the `DeleteCustomActionType` operation.
pub mod delete_custom_action_type;

/// Types for the `DeletePipeline` operation.
pub mod delete_pipeline;

/// Types for the `DeleteWebhook` operation.
pub mod delete_webhook;

/// Types for the `DeregisterWebhookWithThirdParty` operation.
pub mod deregister_webhook_with_third_party;

/// Types for the `DisableStageTransition` operation.
pub mod disable_stage_transition;

/// Types for the `EnableStageTransition` operation.
pub mod enable_stage_transition;

/// Types for the `GetActionType` operation.
pub mod get_action_type;

/// Types for the `GetJobDetails` operation.
pub mod get_job_details;

/// Types for the `GetPipeline` operation.
pub mod get_pipeline;

/// Types for the `GetPipelineExecution` operation.
pub mod get_pipeline_execution;

/// Types for the `GetPipelineState` operation.
pub mod get_pipeline_state;

/// Types for the `GetThirdPartyJobDetails` operation.
pub mod get_third_party_job_details;

/// Types for the `ListActionExecutions` operation.
pub mod list_action_executions;

/// Types for the `ListActionTypes` operation.
pub mod list_action_types;

/// Types for the `ListPipelineExecutions` operation.
pub mod list_pipeline_executions;

/// Types for the `ListPipelines` operation.
pub mod list_pipelines;

/// Types for the `ListRuleExecutions` operation.
pub mod list_rule_executions;

/// Types for the `ListRuleTypes` operation.
pub mod list_rule_types;

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

/// Types for the `ListWebhooks` operation.
pub mod list_webhooks;

/// Types for the `OverrideStageCondition` operation.
pub mod override_stage_condition;

/// Types for the `PollForJobs` operation.
pub mod poll_for_jobs;

/// Types for the `PollForThirdPartyJobs` operation.
pub mod poll_for_third_party_jobs;

/// Types for the `PutActionRevision` operation.
pub mod put_action_revision;

/// Types for the `PutApprovalResult` operation.
pub mod put_approval_result;

/// Types for the `PutJobFailureResult` operation.
pub mod put_job_failure_result;

/// Types for the `PutJobSuccessResult` operation.
pub mod put_job_success_result;

/// Types for the `PutThirdPartyJobFailureResult` operation.
pub mod put_third_party_job_failure_result;

/// Types for the `PutThirdPartyJobSuccessResult` operation.
pub mod put_third_party_job_success_result;

/// Types for the `PutWebhook` operation.
pub mod put_webhook;

/// Types for the `RegisterWebhookWithThirdParty` operation.
pub mod register_webhook_with_third_party;

/// Types for the `RetryStageExecution` operation.
pub mod retry_stage_execution;

/// Types for the `RollbackStage` operation.
pub mod rollback_stage;

/// Types for the `StartPipelineExecution` operation.
pub mod start_pipeline_execution;

/// Types for the `StopPipelineExecution` operation.
pub mod stop_pipeline_execution;

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

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

/// Types for the `UpdateActionType` operation.
pub mod update_action_type;

/// Types for the `UpdatePipeline` operation.
pub mod update_pipeline;