Skip to content

Commit 3ee02d6

Browse files
Update SDK models
1 parent f00da9c commit 3ee02d6

File tree

8 files changed

+130
-24
lines changed

8 files changed

+130
-24
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4+
"examples/examples",
5+
"examples/webassembly",
46
"examples/lambda",
5-
"examples/cross_service",
67
"examples/test-utils",
7-
"examples/webassembly",
8-
"examples/examples",
8+
"examples/cross_service",
99
"tests/no-default-features",
1010
"tests/webassembly"
1111
]

aws-models/codepipeline.json

Lines changed: 7 additions & 1 deletion
Large diffs are not rendered by default.

aws-models/sdk-endpoints.json

Lines changed: 104 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16196,8 +16196,24 @@
1619616196
"ap-southeast-2" : { },
1619716197
"ap-southeast-3" : { },
1619816198
"ap-southeast-4" : { },
16199-
"ca-central-1" : { },
16200-
"ca-west-1" : { },
16199+
"ca-central-1" : {
16200+
"variants" : [ {
16201+
"hostname" : "resource-explorer-2-fips.ca-central-1.amazonaws.com",
16202+
"tags" : [ "fips" ]
16203+
}, {
16204+
"hostname" : "resource-explorer-2-fips.ca-central-1.api.aws",
16205+
"tags" : [ "dualstack", "fips" ]
16206+
} ]
16207+
},
16208+
"ca-west-1" : {
16209+
"variants" : [ {
16210+
"hostname" : "resource-explorer-2-fips.ca-west-1.amazonaws.com",
16211+
"tags" : [ "fips" ]
16212+
}, {
16213+
"hostname" : "resource-explorer-2-fips.ca-west-1.api.aws",
16214+
"tags" : [ "dualstack", "fips" ]
16215+
} ]
16216+
},
1620116217
"eu-central-1" : { },
1620216218
"eu-central-2" : { },
1620316219
"eu-north-1" : { },
@@ -16206,14 +16222,88 @@
1620616222
"eu-west-1" : { },
1620716223
"eu-west-2" : { },
1620816224
"eu-west-3" : { },
16225+
"fips-ca-central-1" : {
16226+
"credentialScope" : {
16227+
"region" : "ca-central-1"
16228+
},
16229+
"deprecated" : true,
16230+
"hostname" : "resource-explorer-2-fips.ca-central-1.amazonaws.com"
16231+
},
16232+
"fips-ca-west-1" : {
16233+
"credentialScope" : {
16234+
"region" : "ca-west-1"
16235+
},
16236+
"deprecated" : true,
16237+
"hostname" : "resource-explorer-2-fips.ca-west-1.amazonaws.com"
16238+
},
16239+
"fips-us-east-1" : {
16240+
"credentialScope" : {
16241+
"region" : "us-east-1"
16242+
},
16243+
"deprecated" : true,
16244+
"hostname" : "resource-explorer-2-fips.us-east-1.amazonaws.com"
16245+
},
16246+
"fips-us-east-2" : {
16247+
"credentialScope" : {
16248+
"region" : "us-east-2"
16249+
},
16250+
"deprecated" : true,
16251+
"hostname" : "resource-explorer-2-fips.us-east-2.amazonaws.com"
16252+
},
16253+
"fips-us-west-1" : {
16254+
"credentialScope" : {
16255+
"region" : "us-west-1"
16256+
},
16257+
"deprecated" : true,
16258+
"hostname" : "resource-explorer-2-fips.us-west-1.amazonaws.com"
16259+
},
16260+
"fips-us-west-2" : {
16261+
"credentialScope" : {
16262+
"region" : "us-west-2"
16263+
},
16264+
"deprecated" : true,
16265+
"hostname" : "resource-explorer-2-fips.us-west-2.amazonaws.com"
16266+
},
1620916267
"il-central-1" : { },
1621016268
"me-central-1" : { },
1621116269
"me-south-1" : { },
1621216270
"sa-east-1" : { },
16213-
"us-east-1" : { },
16214-
"us-east-2" : { },
16215-
"us-west-1" : { },
16216-
"us-west-2" : { }
16271+
"us-east-1" : {
16272+
"variants" : [ {
16273+
"hostname" : "resource-explorer-2-fips.us-east-1.amazonaws.com",
16274+
"tags" : [ "fips" ]
16275+
}, {
16276+
"hostname" : "resource-explorer-2-fips.us-east-1.api.aws",
16277+
"tags" : [ "dualstack", "fips" ]
16278+
} ]
16279+
},
16280+
"us-east-2" : {
16281+
"variants" : [ {
16282+
"hostname" : "resource-explorer-2-fips.us-east-2.amazonaws.com",
16283+
"tags" : [ "fips" ]
16284+
}, {
16285+
"hostname" : "resource-explorer-2-fips.us-east-2.api.aws",
16286+
"tags" : [ "dualstack", "fips" ]
16287+
} ]
16288+
},
16289+
"us-west-1" : {
16290+
"variants" : [ {
16291+
"hostname" : "resource-explorer-2-fips.us-west-1.amazonaws.com",
16292+
"tags" : [ "fips" ]
16293+
}, {
16294+
"hostname" : "resource-explorer-2-fips.us-west-1.api.aws",
16295+
"tags" : [ "dualstack", "fips" ]
16296+
} ]
16297+
},
16298+
"us-west-2" : {
16299+
"variants" : [ {
16300+
"hostname" : "resource-explorer-2-fips.us-west-2.amazonaws.com",
16301+
"tags" : [ "fips" ]
16302+
}, {
16303+
"hostname" : "resource-explorer-2-fips.us-west-2.api.aws",
16304+
"tags" : [ "dualstack", "fips" ]
16305+
} ]
16306+
}
1621716307
}
1621816308
},
1621916309
"resource-groups" : {
@@ -22174,9 +22264,16 @@
2217422264
"ap-northeast-2" : { },
2217522265
"ap-southeast-1" : { },
2217622266
"ap-southeast-2" : { },
22177-
"ca-central-1" : { },
22267+
"ca-central-1" : {
22268+
"variants" : [ {
22269+
"tags" : [ "fips" ]
22270+
} ]
22271+
},
2217822272
"eu-central-1" : { },
2217922273
"eu-west-2" : { },
22274+
"fips-ca-central-1" : {
22275+
"deprecated" : true
22276+
},
2218022277
"fips-us-east-1" : {
2218122278
"deprecated" : true
2218222279
},

sdk/codepipeline/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
22
[package]
33
name = "aws-sdk-codepipeline"
4-
version = "1.50.0"
4+
version = "1.51.0"
55
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"]
66
description = "AWS SDK for AWS CodePipeline"
77
edition = "2021"

sdk/codepipeline/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Pipeline stages include _actions_ that are categorized into categories such as s
3030
- Deploy
3131
- Approval
3232
- Invoke
33+
- Compute
3334

3435
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.
3536

@@ -71,7 +72,7 @@ your project, add the following to your **Cargo.toml** file:
7172
```toml
7273
[dependencies]
7374
aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
74-
aws-sdk-codepipeline = "1.50.0"
75+
aws-sdk-codepipeline = "1.51.0"
7576
tokio = { version = "1", features = ["full"] }
7677
```
7778

sdk/codepipeline/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
//! - Deploy
4848
//! - Approval
4949
//! - Invoke
50+
//! - Compute
5051
//!
5152
//! 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.
5253
//!
@@ -88,7 +89,7 @@
8889
//! ```toml
8990
//! [dependencies]
9091
//! aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
91-
//! aws-sdk-codepipeline = "1.50.0"
92+
//! aws-sdk-codepipeline = "1.51.0"
9293
//! tokio = { version = "1", features = ["full"] }
9394
//! ```
9495
//!

sdk/codepipeline/src/types/_action_category.rs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
/// match actioncategory {
1515
/// ActionCategory::Approval => { /* ... */ },
1616
/// ActionCategory::Build => { /* ... */ },
17+
/// ActionCategory::Compute => { /* ... */ },
1718
/// ActionCategory::Deploy => { /* ... */ },
1819
/// ActionCategory::Invoke => { /* ... */ },
1920
/// ActionCategory::Source => { /* ... */ },
@@ -50,6 +51,8 @@ pub enum ActionCategory {
5051
#[allow(missing_docs)] // documentation missing in model
5152
Build,
5253
#[allow(missing_docs)] // documentation missing in model
54+
Compute,
55+
#[allow(missing_docs)] // documentation missing in model
5356
Deploy,
5457
#[allow(missing_docs)] // documentation missing in model
5558
Invoke,
@@ -66,6 +69,7 @@ impl ::std::convert::From<&str> for ActionCategory {
6669
match s {
6770
"Approval" => ActionCategory::Approval,
6871
"Build" => ActionCategory::Build,
72+
"Compute" => ActionCategory::Compute,
6973
"Deploy" => ActionCategory::Deploy,
7074
"Invoke" => ActionCategory::Invoke,
7175
"Source" => ActionCategory::Source,
@@ -87,6 +91,7 @@ impl ActionCategory {
8791
match self {
8892
ActionCategory::Approval => "Approval",
8993
ActionCategory::Build => "Build",
94+
ActionCategory::Compute => "Compute",
9095
ActionCategory::Deploy => "Deploy",
9196
ActionCategory::Invoke => "Invoke",
9297
ActionCategory::Source => "Source",
@@ -96,7 +101,7 @@ impl ActionCategory {
96101
}
97102
/// Returns all the `&str` representations of the enum members.
98103
pub const fn values() -> &'static [&'static str] {
99-
&["Approval", "Build", "Deploy", "Invoke", "Source", "Test"]
104+
&["Approval", "Build", "Compute", "Deploy", "Invoke", "Source", "Test"]
100105
}
101106
}
102107
impl ::std::convert::AsRef<str> for ActionCategory {
@@ -121,6 +126,7 @@ impl ::std::fmt::Display for ActionCategory {
121126
match self {
122127
ActionCategory::Approval => write!(f, "Approval"),
123128
ActionCategory::Build => write!(f, "Build"),
129+
ActionCategory::Compute => write!(f, "Compute"),
124130
ActionCategory::Deploy => write!(f, "Deploy"),
125131
ActionCategory::Invoke => write!(f, "Invoke"),
126132
ActionCategory::Source => write!(f, "Source"),

versions.toml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -502,9 +502,9 @@ model_hash = 'c6db5c090a27a7b7c92113bc8827999fff3130e382c9f5970fae1d1e4c81cda6'
502502

503503
[crates.aws-sdk-codepipeline]
504504
category = 'AwsSdk'
505-
version = '1.50.0'
506-
source_hash = '64353c3f9bec1d59ebd472f5fd9f7faea985aeceef1b0831020cb06eb59a4075'
507-
model_hash = 'bcc51c72c42512ec379a7fc52bf3e5100d76d47a4725313ef12ac4996880f660'
505+
version = '1.51.0'
506+
source_hash = 'f209978e30eda8240a0702b34c3b6bcff51f4de16f543d33fef402df9c8f72e3'
507+
model_hash = '872c9e470b542389eaed2efc3a9368028125ab7e23d1eb06e2919f57a526ce15'
508508

509509
[crates.aws-sdk-codestarconnections]
510510
category = 'AwsSdk'
@@ -2493,10 +2493,5 @@ source_hash = 'e229261bc0f8ca2575df733f699c55d19b49a32c3a09e2e37b8192c2ec424edb'
24932493
category = 'AwsRuntime'
24942494
version = '0.0.0'
24952495
source_hash = '2fe25f627f326867fe30559e73c464e12361c13b66e7ffc0bc95aa91a482fafd'
2496-
2497-
[release]
2498-
tag = 'release-2024-10-08'
2499-
25002496
[release.crates]
2501-
aws-sdk-elasticache = '1.49.0'
2502-
aws-sdk-memorydb = '1.46.0'
2497+
aws-sdk-codepipeline = '1.51.0'

0 commit comments

Comments
 (0)