You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/codepipeline/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Pipeline stages include _actions_ that are categorized into categories such as s
30
30
- Deploy
31
31
- Approval
32
32
- Invoke
33
+
- Compute
33
34
34
35
Pipelines also include _transitions_, which allow the transition of artifacts from one stage to the next in a pipeline after the actions in one stage complete.
35
36
@@ -71,7 +72,7 @@ your project, add the following to your **Cargo.toml** file:
71
72
```toml
72
73
[dependencies]
73
74
aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
Copy file name to clipboardExpand all lines: sdk/codepipeline/src/lib.rs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@
47
47
//! - Deploy
48
48
//! - Approval
49
49
//! - Invoke
50
+
//! - Compute
50
51
//!
51
52
//! Pipelines also include _transitions_, which allow the transition of artifacts from one stage to the next in a pipeline after the actions in one stage complete.
52
53
//!
@@ -88,7 +89,7 @@
88
89
//! ```toml
89
90
//! [dependencies]
90
91
//! aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
91
-
//! aws-sdk-codepipeline = "1.50.0"
92
+
//! aws-sdk-codepipeline = "1.51.0"
92
93
//! tokio = { version = "1", features = ["full"] }
0 commit comments