Skip to content

Commit

Permalink
Update SDK models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-rust-ci committed Nov 29, 2023
1 parent a9557b9 commit dd96080
Show file tree
Hide file tree
Showing 792 changed files with 105,250 additions and 2,456 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
exclude = [
"examples/test-utils",
"examples/cross_service",
"examples/webassembly",
"examples/lambda",
"examples/webassembly",
"examples/examples",
"tests/no-default-features",
"tests/webassembly"
Expand Down Expand Up @@ -84,6 +84,7 @@ members = [
"sdk/chimesdkmessaging",
"sdk/chimesdkvoice",
"sdk/cleanrooms",
"sdk/cleanroomsml",
"sdk/cloud9",
"sdk/cloudcontrol",
"sdk/clouddirectory",
Expand Down
4,081 changes: 4,081 additions & 0 deletions aws-models/application-auto-scaling.json

Large diffs are not rendered by default.

7,139 changes: 5,044 additions & 2,095 deletions aws-models/cleanrooms.json

Large diffs are not rendered by default.

4,347 changes: 4,347 additions & 0 deletions aws-models/cleanroomsml.json

Large diffs are not rendered by default.

514 changes: 513 additions & 1 deletion aws-models/opensearch.json

Large diffs are not rendered by default.

48 changes: 47 additions & 1 deletion aws-models/opensearchserverless.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,12 @@
"smithy.api#documentation": "<p>The ARN of the Amazon Web Services KMS key used to encrypt the collection.</p>"
}
},
"standbyReplicas": {
"target": "com.amazonaws.opensearchserverless#StandbyReplicas",
"traits": {
"smithy.api#documentation": "<p>Details about an OpenSearch Serverless collection.</p>"
}
},
"createdDate": {
"target": "smithy.api#Long",
"traits": {
Expand Down Expand Up @@ -906,6 +912,12 @@
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the KMS key with which to encrypt the collection.</p>"
}
},
"standbyReplicas": {
"target": "com.amazonaws.opensearchserverless#StandbyReplicas",
"traits": {
"smithy.api#documentation": "<p>Creates details about an OpenSearch Serverless collection.</p>"
}
},
"createdDate": {
"target": "smithy.api#Long",
"traits": {
Expand Down Expand Up @@ -954,6 +966,12 @@
"smithy.api#documentation": "<p>An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.</p>"
}
},
"standbyReplicas": {
"target": "com.amazonaws.opensearchserverless#StandbyReplicas",
"traits": {
"smithy.api#documentation": "<p>Indicates whether standby replicas should be used for a collection.</p>"
}
},
"clientToken": {
"target": "com.amazonaws.opensearchserverless#ClientToken",
"traits": {
Expand Down Expand Up @@ -3604,6 +3622,17 @@
"expect": {
"error": "Invalid Configuration: Missing Region"
}
},
{
"documentation": "Partition doesn't support DualStack",
"expect": {
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
"Region": "us-isob-east-1",
"UseFIPS": false,
"UseDualStack": true
}
}
],
"version": "1.0"
Expand Down Expand Up @@ -4126,6 +4155,23 @@
"smithy.api#httpError": 402
}
},
"com.amazonaws.opensearchserverless#StandbyReplicas": {
"type": "string",
"traits": {
"smithy.api#enum": [
{
"name": "ENABLED",
"value": "ENABLED",
"documentation": "Standby replicas enabled"
},
{
"name": "DISABLED",
"value": "DISABLED",
"documentation": "Standby replicas disabled"
}
]
}
},
"com.amazonaws.opensearchserverless#SubnetId": {
"type": "string",
"traits": {
Expand Down Expand Up @@ -5204,4 +5250,4 @@
}
}
}
}
}
1,838 changes: 1,838 additions & 0 deletions aws-models/sagemaker-runtime.json

Large diffs are not rendered by default.

2,548 changes: 2,502 additions & 46 deletions aws-models/sagemaker.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aws-models/sts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2389,7 +2389,7 @@
"ProvidedContexts": {
"target": "com.amazonaws.sts#ProvidedContextsListType",
"traits": {
"smithy.api#documentation": "<p>A list of previously acquired trusted context assertions in the format of a JSON array.\n The trusted context assertion is signed and encrypted by Amazon Web Services STS.</p>\n <p>The following is an example of a <code>ProvidedContext</code> value that includes a\n single trusted context assertion and the ARN of the context provider from which the trusted\n context assertion was generated.</p>\n <p>\n <code>[{\"ProviderArn\":\"arn:aws:iam::aws:contextProvider/identitycenter\",\"ContextAssertion\":\"trusted-context-assertion\"}]</code>\n </p>"
"smithy.api#documentation": "<p>A list of previously acquired trusted context assertions in the format of a JSON array.\n The trusted context assertion is signed and encrypted by Amazon Web Services STS.</p>\n <p>The following is an example of a <code>ProvidedContext</code> value that includes a\n single trusted context assertion and the ARN of the context provider from which the trusted\n context assertion was generated.</p>\n <p>\n <code>[{\"ProviderArn\":\"arn:aws:iam::aws:contextProvider/IdentityCenter\",\"ContextAssertion\":\"trusted-context-assertion\"}]</code>\n </p>"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion examples/examples/applicationautoscaling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
aws-config= { version = "1.0.1", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
aws-sdk-applicationautoscaling= { version = "1.3.0", path = "../../../sdk/applicationautoscaling" }
aws-sdk-applicationautoscaling= { version = "1.4.0", path = "../../../sdk/applicationautoscaling" }

[dependencies.tokio]
version = "1.20.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/examples/iam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aws-config= { version = "1.0.1", path = "../../../sdk/aws-config", features = ["
aws-credential-types= { version = "1.0.1", path = "../../../sdk/aws-credential-types", features = ["hardcoded-credentials"] }
aws-sdk-iam= { version = "1.3.0", path = "../../../sdk/iam" }
aws-sdk-s3= { version = "1.4.0", path = "../../../sdk/s3" }
aws-sdk-sts= { version = "1.3.0", path = "../../../sdk/sts" }
aws-sdk-sts= { version = "1.3.1", path = "../../../sdk/sts" }

[dependencies.sdk-examples-test-utils]
path = "../../test-utils"
Expand Down
2 changes: 1 addition & 1 deletion examples/examples/sagemaker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
thiserror = "1.0"
aws-config= { version = "1.0.1", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
aws-sdk-sagemaker= { version = "1.3.0", path = "../../../sdk/sagemaker" }
aws-sdk-sagemaker= { version = "1.4.0", path = "../../../sdk/sagemaker" }
aws-smithy-types-convert= { version = "0.60.0", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] }

[dependencies.clap]
Expand Down
2 changes: 1 addition & 1 deletion examples/examples/sts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false

[dependencies]
aws-config= { version = "1.0.1", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
aws-sdk-sts= { version = "1.3.0", path = "../../../sdk/sts" }
aws-sdk-sts= { version = "1.3.1", path = "../../../sdk/sts" }
aws-types= { version = "1.0.1", path = "../../../sdk/aws-types" }

[dependencies.tokio]
Expand Down
3 changes: 3 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ The AWS SDK for Rust contains one crate for each AWS service, as well as [aws-co
| Amazon SageMaker Feature Store Runtime | [aws-sdk-sagemakerfeaturestoreruntime](https://crates.io/crates/aws-sdk-sagemakerfeaturestoreruntime) ([docs](https://docs.rs/aws-sdk-sagemakerfeaturestoreruntime)) |
| Amazon SageMaker Metrics Service | [aws-sdk-sagemakermetrics](https://crates.io/crates/aws-sdk-sagemakermetrics) ([docs](https://docs.rs/aws-sdk-sagemakermetrics)) |
| Amazon SageMaker Runtime | [aws-sdk-sagemakerruntime](https://crates.io/crates/aws-sdk-sagemakerruntime) ([docs](https://docs.rs/aws-sdk-sagemakerruntime)) |
| Amazon SageMaker Runtime | [aws-sdk-sagemakerruntime](https://crates.io/crates/aws-sdk-sagemakerruntime) ([docs](https://docs.rs/aws-sdk-sagemakerruntime)) |
| Amazon SageMaker Service | [aws-sdk-sagemaker](https://crates.io/crates/aws-sdk-sagemaker) ([docs](https://docs.rs/aws-sdk-sagemaker)) |
| Amazon SageMaker geospatial capabilities | [aws-sdk-sagemakergeospatial](https://crates.io/crates/aws-sdk-sagemakergeospatial) ([docs](https://docs.rs/aws-sdk-sagemakergeospatial)) |
| Amazon Sagemaker Edge Manager | [aws-sdk-sagemakeredge](https://crates.io/crates/aws-sdk-sagemakeredge) ([docs](https://docs.rs/aws-sdk-sagemakeredge)) |
Expand Down Expand Up @@ -353,6 +354,7 @@ The AWS SDK for Rust contains one crate for each AWS service, as well as [aws-co
| AmplifyBackend | [aws-sdk-amplifybackend](https://crates.io/crates/aws-sdk-amplifybackend) ([docs](https://docs.rs/aws-sdk-amplifybackend)) |
| AppFabric | [aws-sdk-appfabric](https://crates.io/crates/aws-sdk-appfabric) ([docs](https://docs.rs/aws-sdk-appfabric)) |
| Application Auto Scaling | [aws-sdk-applicationautoscaling](https://crates.io/crates/aws-sdk-applicationautoscaling) ([docs](https://docs.rs/aws-sdk-applicationautoscaling)) |
| Application Auto Scaling | [aws-sdk-applicationautoscaling](https://crates.io/crates/aws-sdk-applicationautoscaling) ([docs](https://docs.rs/aws-sdk-applicationautoscaling)) |
| Application Migration Service | [aws-sdk-mgn](https://crates.io/crates/aws-sdk-mgn) ([docs](https://docs.rs/aws-sdk-mgn)) |
| Auto Scaling | [aws-sdk-autoscaling](https://crates.io/crates/aws-sdk-autoscaling) ([docs](https://docs.rs/aws-sdk-autoscaling)) |
| Auto Scaling | [aws-sdk-autoscaling](https://crates.io/crates/aws-sdk-autoscaling) ([docs](https://docs.rs/aws-sdk-autoscaling)) |
Expand Down Expand Up @@ -388,3 +390,4 @@ The AWS SDK for Rust contains one crate for each AWS service, as well as [aws-co
| Service Quotas | [aws-sdk-servicequotas](https://crates.io/crates/aws-sdk-servicequotas) ([docs](https://docs.rs/aws-sdk-servicequotas)) |
| Synthetics | [aws-sdk-synthetics](https://crates.io/crates/aws-sdk-synthetics) ([docs](https://docs.rs/aws-sdk-synthetics)) |
| TrustedAdvisor Public API | [aws-sdk-trustedadvisor](https://crates.io/crates/aws-sdk-trustedadvisor) ([docs](https://docs.rs/aws-sdk-trustedadvisor)) |
| cleanrooms-ml | [aws-sdk-cleanroomsml](https://crates.io/crates/aws-sdk-cleanroomsml) ([docs](https://docs.rs/aws-sdk-cleanroomsml)) |
2 changes: 1 addition & 1 deletion sdk/applicationautoscaling/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-sdk-applicationautoscaling"
version = "1.3.0"
version = "1.4.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK for Application Auto Scaling"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion sdk/applicationautoscaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ your project, add the following to your **Cargo.toml** file:
```toml
[dependencies]
aws-config = { version = "1.0.1", features = ["behavior-version-latest"] }
aws-sdk-applicationautoscaling = "1.3.0"
aws-sdk-applicationautoscaling = "1.4.0"
tokio = { version = "1", features = ["full"] }
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/applicationautoscaling/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
//! ```toml
//! [dependencies]
//! aws-config = { version = "1.0.1", features = ["behavior-version-latest"] }
//! aws-sdk-applicationautoscaling = "1.3.0"
//! aws-sdk-applicationautoscaling = "1.4.0"
//! tokio = { version = "1", features = ["full"] }
//! ```
//!
Expand Down
2 changes: 1 addition & 1 deletion sdk/aws-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ version = "0.60.0"
[dependencies.aws-sdk-sts]
path = "../sts"
default-features = false
version = "1.3.0"
version = "1.3.1"

[dependencies.aws-smithy-async]
path = "../aws-smithy-async"
Expand Down
2 changes: 1 addition & 1 deletion sdk/cleanrooms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-sdk-cleanrooms"
version = "1.3.0"
version = "1.4.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "AWS SDK for AWS Clean Rooms Service"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion sdk/cleanrooms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ your project, add the following to your **Cargo.toml** file:
```toml
[dependencies]
aws-config = { version = "1.0.1", features = ["behavior-version-latest"] }
aws-sdk-cleanrooms = "1.3.0"
aws-sdk-cleanrooms = "1.4.0"
tokio = { version = "1", features = ["full"] }
```

Expand Down
34 changes: 34 additions & 0 deletions sdk/cleanrooms/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ mod create_analysis_template;

mod create_collaboration;

mod create_configured_audience_model_association;

mod create_configured_table;

mod create_configured_table_analysis_rule;
Expand All @@ -152,6 +154,8 @@ mod create_configured_table_association;

mod create_membership;

mod create_privacy_budget_template;

/// Operation customization and supporting types.
///
/// The underlying HTTP requests made during an operation can be customized
Expand Down Expand Up @@ -183,6 +187,8 @@ mod delete_analysis_template;

mod delete_collaboration;

mod delete_configured_audience_model_association;

mod delete_configured_table;

mod delete_configured_table_analysis_rule;
Expand All @@ -193,12 +199,20 @@ mod delete_member;

mod delete_membership;

mod delete_privacy_budget_template;

mod get_analysis_template;

mod get_collaboration;

mod get_collaboration_analysis_template;

mod get_collaboration_configured_audience_model_association;

mod get_collaboration_privacy_budget_template;

mod get_configured_audience_model_association;

mod get_configured_table;

mod get_configured_table_analysis_rule;
Expand All @@ -207,6 +221,8 @@ mod get_configured_table_association;

mod get_membership;

mod get_privacy_budget_template;

mod get_protected_query;

mod get_schema;
Expand All @@ -217,8 +233,16 @@ mod list_analysis_templates;

mod list_collaboration_analysis_templates;

mod list_collaboration_configured_audience_model_associations;

mod list_collaboration_privacy_budget_templates;

mod list_collaboration_privacy_budgets;

mod list_collaborations;

mod list_configured_audience_model_associations;

mod list_configured_table_associations;

mod list_configured_tables;
Expand All @@ -227,12 +251,18 @@ mod list_members;

mod list_memberships;

mod list_privacy_budget_templates;

mod list_privacy_budgets;

mod list_protected_queries;

mod list_schemas;

mod list_tags_for_resource;

mod preview_privacy_impact;

mod start_protected_query;

mod tag_resource;
Expand All @@ -243,6 +273,8 @@ mod update_analysis_template;

mod update_collaboration;

mod update_configured_audience_model_association;

mod update_configured_table;

mod update_configured_table_analysis_rule;
Expand All @@ -251,4 +283,6 @@ mod update_configured_table_association;

mod update_membership;

mod update_privacy_budget_template;

mod update_protected_query;
Loading

0 comments on commit dd96080

Please sign in to comment.