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 Feb 7, 2025
1 parent 713b67a commit 1b6c1ee
Show file tree
Hide file tree
Showing 121 changed files with 2,303 additions and 342 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[workspace]
resolver = "2"
exclude = [
"examples/test-utils",
"examples/cross_service",
"examples/webassembly",
"examples/test-utils",
"examples/examples",
"examples/lambda",
"tests/webassembly",
"tests/no-default-features"
"tests/no-default-features",
"tests/webassembly"
]
members = [
"sdk/accessanalyzer",
Expand Down
8 changes: 7 additions & 1 deletion aws-models/ecr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7360,6 +7360,12 @@
"traits": {
"smithy.api#enumValue": "FINDINGS_UNAVAILABLE"
}
},
"LIMIT_EXCEEDED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "LIMIT_EXCEEDED"
}
}
}
},
Expand Down Expand Up @@ -7650,7 +7656,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Starts an image vulnerability scan. An image scan can only be started once per 24\n hours on an individual image. This limit includes if an image was scanned on initial\n push. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html\">Image scanning</a> in the\n <i>Amazon Elastic Container Registry User Guide</i>.</p>"
"smithy.api#documentation": "<p>Starts a basic image vulnerability scan.</p>\n <p> A basic image scan can only be started once per 24\n hours on an individual image. This limit includes if an image was scanned on initial\n push. You can start up to 100,000 basic scans per 24 hours. This limit includes both scans on initial push\n and scans initiated by the StartImageScan API. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning-basic.html\">Basic scanning</a> in the\n <i>Amazon Elastic Container Registry User Guide</i>.</p>"
}
},
"com.amazonaws.ecr#StartImageScanRequest": {
Expand Down
58 changes: 49 additions & 9 deletions aws-models/eks.json

Large diffs are not rendered by default.

268 changes: 237 additions & 31 deletions aws-models/mediaconvert.json

Large diffs are not rendered by default.

22 changes: 14 additions & 8 deletions aws-models/pi.json

Large diffs are not rendered by default.

69 changes: 60 additions & 9 deletions aws-models/sdk-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -11084,13 +11084,41 @@
},
"groundstation" : {
"endpoints" : {
"af-south-1" : { },
"ap-northeast-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"af-south-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-2" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-2" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"eu-central-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"eu-north-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"eu-west-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand All @@ -11112,24 +11140,47 @@
"deprecated" : true,
"hostname" : "groundstation-fips.us-west-2.amazonaws.com"
},
"me-south-1" : { },
"sa-east-1" : { },
"me-south-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"sa-east-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"us-east-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
}, {
"hostname" : "groundstation-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "groundstation-fips.us-east-1.api.aws",
"tags" : [ "dualstack", "fips" ]
} ]
},
"us-east-2" : {
"variants" : [ {
"tags" : [ "dualstack" ]
}, {
"hostname" : "groundstation-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "groundstation-fips.us-east-2.api.aws",
"tags" : [ "dualstack", "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"tags" : [ "dualstack" ]
}, {
"hostname" : "groundstation-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "groundstation-fips.us-west-2.api.aws",
"tags" : [ "dualstack", "fips" ]
} ]
}
}
Expand Down
23 changes: 23 additions & 0 deletions aws-models/transcribe-streaming.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,12 @@
"smithy.api#documentation": "<p>The name of the Amazon S3 bucket where you want the output of Amazon Web Services HealthScribe post-stream analytics stored. Don't include the <code>S3://</code> prefix of the specified bucket. </p>\n <p>HealthScribe outputs transcript and clinical note files under the prefix:\n <code>S3://$output-bucket-name/healthscribe-streaming/session-id/post-stream-analytics/clinical-notes</code>\n </p>\n <p>The role <code>ResourceAccessRoleArn</code> specified in the <code>MedicalScribeConfigurationEvent</code> must have\n permission to use the specified location. You can change Amazon S3 permissions using the <a href=\"https://console.aws.amazon.com/s3\">\n Amazon Web Services Management Console\n </a>. See also <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/security_iam_id-based-policy-examples.html#auth-role-iam-user\">Permissions Required for IAM User Roles </a> . </p>",
"smithy.api#required": {}
}
},
"NoteTemplate": {
"target": "com.amazonaws.transcribestreaming#MedicalScribeNoteTemplate",
"traits": {
"smithy.api#documentation": "<p>Specify one of the following templates to use for the clinical note summary. The default is <code>HISTORY_AND_PHYSICAL</code>.</p>\n <ul>\n <li>\n <p>HISTORY_AND_PHYSICAL: Provides summaries for key sections of the clinical documentation. Sections include Chief Complaint, \n History of Present Illness, Review of Systems, Past Medical History, Assessment, and Plan.</p>\n </li>\n <li>\n <p>GIRPP: Provides summaries based on the patients progress toward goals. Sections include Goal, Intervention, Response, Progress, and Plan.</p>\n </li>\n </ul>"
}
}
},
"traits": {
Expand Down Expand Up @@ -1654,6 +1660,23 @@
}
}
},
"com.amazonaws.transcribestreaming#MedicalScribeNoteTemplate": {
"type": "enum",
"members": {
"HISTORY_AND_PHYSICAL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "HISTORY_AND_PHYSICAL"
}
},
"GIRPP": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "GIRPP"
}
}
}
},
"com.amazonaws.transcribestreaming#MedicalScribeParticipantRole": {
"type": "enum",
"members": {
Expand Down
43 changes: 40 additions & 3 deletions aws-models/transcribe.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
"LanguageOptions": {
"target": "com.amazonaws.transcribe#LanguageOptions",
"traits": {
"smithy.api#documentation": "<p>You can specify two or more language codes that represent the languages you think may\n be present in your media. Including more than five is not recommended. If you're unsure\n what languages are present, do not include this parameter.</p>\n <p>Including language options can improve the accuracy of language identification.</p>\n <p>For a list of languages supported with Call Analytics, refer to the <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html\">Supported\n languages</a> table.</p>\n <p>To transcribe speech in Modern Standard Arabic (<code>ar-SA</code>), your media file\n must be encoded at a sample rate of 16,000 Hz or higher.</p>"
"smithy.api#documentation": "<p>You can specify two or more language codes that represent the languages you think may\n be present in your media. Including more than five is not recommended. If you're unsure\n what languages are present, do not include this parameter.</p>\n <p>Including language options can improve the accuracy of language identification.</p>\n <p>For a list of languages supported with Call Analytics, refer to the <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html\">Supported\n languages</a> table.</p>\n <p>To transcribe speech in Modern Standard Arabic (<code>ar-SA</code>) in Amazon Web Services GovCloud (US) (US-West, us-gov-west-1), Amazon Web Services GovCloud (US) (US-East, us-gov-east-1), Canada (Calgary) ca-west-1 and Africa (Cape Town) af-south-1, your media file\n must be encoded at a sample rate of 16,000 Hz or higher.</p>"
}
},
"LanguageIdSettings": {
Expand Down Expand Up @@ -579,6 +579,20 @@
}
}
},
"com.amazonaws.transcribe#ClinicalNoteGenerationSettings": {
"type": "structure",
"members": {
"NoteTemplate": {
"target": "com.amazonaws.transcribe#MedicalScribeNoteTemplate",
"traits": {
"smithy.api#documentation": "<p>Specify one of the following templates to use for the clinical note summary. The default is <code>HISTORY_AND_PHYSICAL</code>.</p>\n <ul>\n <li>\n <p>HISTORY_AND_PHYSICAL: Provides summaries for key sections of the clinical documentation. Sections include Chief Complaint, \n History of Present Illness, Review of Systems, Past Medical History, Assessment, and Plan.</p>\n </li>\n <li>\n <p>GIRPP: Provides summaries based on the patients progress toward goals. Sections include Goal, Intervention, Response, Progress, and Plan.</p>\n </li>\n </ul>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The output configuration for clinical note generation.</p>"
}
},
"com.amazonaws.transcribe#ConflictException": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -4361,6 +4375,23 @@
}
}
},
"com.amazonaws.transcribe#MedicalScribeNoteTemplate": {
"type": "enum",
"members": {
"HISTORY_AND_PHYSICAL": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "HISTORY_AND_PHYSICAL"
}
},
"GIRPP": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "GIRPP"
}
}
}
},
"com.amazonaws.transcribe#MedicalScribeOutput": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -4438,6 +4469,12 @@
"traits": {
"smithy.api#documentation": "<p>Specify how you want your custom vocabulary filter applied to your transcript.</p>\n <p>To replace words with <code>***</code>, choose <code>mask</code>.</p>\n <p>To delete words, choose <code>remove</code>.</p>\n <p>To flag words without changing them, choose <code>tag</code>.</p>"
}
},
"ClinicalNoteGenerationSettings": {
"target": "com.amazonaws.transcribe#ClinicalNoteGenerationSettings",
"traits": {
"smithy.api#documentation": "<p>Specify settings for the clinical note generation.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -5624,7 +5661,7 @@
"LanguageCode": {
"target": "com.amazonaws.transcribe#LanguageCode",
"traits": {
"smithy.api#documentation": "<p>The language code that represents the language spoken in the input media file.</p>\n <p>If you're unsure of the language spoken in your media file, consider using\n <code>IdentifyLanguage</code> or <code>IdentifyMultipleLanguages</code> to enable\n automatic language identification.</p>\n <p>Note that you must include one of <code>LanguageCode</code>,\n <code>IdentifyLanguage</code>, or <code>IdentifyMultipleLanguages</code> in your\n request. If you include more than one of these parameters, your transcription job\n fails.</p>\n <p>For a list of supported languages and their associated language codes, refer to the\n <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html\">Supported languages</a> table.</p>\n <note>\n <p>To transcribe speech in Modern Standard Arabic (<code>ar-SA</code>), your media\n file must be encoded at a sample rate of 16,000 Hz or higher.</p>\n </note>"
"smithy.api#documentation": "<p>The language code that represents the language spoken in the input media file.</p>\n <p>If you're unsure of the language spoken in your media file, consider using\n <code>IdentifyLanguage</code> or <code>IdentifyMultipleLanguages</code> to enable\n automatic language identification.</p>\n <p>Note that you must include one of <code>LanguageCode</code>,\n <code>IdentifyLanguage</code>, or <code>IdentifyMultipleLanguages</code> in your\n request. If you include more than one of these parameters, your transcription job\n fails.</p>\n <p>For a list of supported languages and their associated language codes, refer to the\n <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html\">Supported languages</a> table.</p>\n <note>\n <p>To transcribe speech in Modern Standard Arabic (<code>ar-SA</code>) in Amazon Web Services GovCloud (US) (US-West, us-gov-west-1), Amazon Web Services GovCloud (US) (US-East, us-gov-east-1), Canada (Calgary, ca-west-1) and Africa (Cape Town, af-south-1), your media\n file must be encoded at a sample rate of 16,000 Hz or higher.</p>\n </note>"
}
},
"MediaSampleRateHertz": {
Expand Down Expand Up @@ -5709,7 +5746,7 @@
"LanguageOptions": {
"target": "com.amazonaws.transcribe#LanguageOptions",
"traits": {
"smithy.api#documentation": "<p>You can specify two or more language codes that represent the languages you think may\n be present in your media. Including more than five is not recommended. If you're unsure\n what languages are present, do not include this parameter.</p>\n <p>If you include <code>LanguageOptions</code> in your request, you must also include\n <code>IdentifyLanguage</code>.</p>\n <p>For more information, refer to <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html\">Supported\n languages</a>.</p>\n <p>To transcribe speech in Modern Standard Arabic (<code>ar-SA</code>), your media file\n must be encoded at a sample rate of 16,000 Hz or higher.</p>"
"smithy.api#documentation": "<p>You can specify two or more language codes that represent the languages you think may\n be present in your media. Including more than five is not recommended. If you're unsure\n what languages are present, do not include this parameter.</p>\n <p>If you include <code>LanguageOptions</code> in your request, you must also include\n <code>IdentifyLanguage</code>.</p>\n <p>For more information, refer to <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/supported-languages.html\">Supported\n languages</a>.</p>\n <p>To transcribe speech in Modern Standard Arabic (<code>ar-SA</code>)in Amazon Web Services GovCloud (US) (US-West, us-gov-west-1), Amazon Web Services GovCloud (US) (US-East, us-gov-east-1), in Canada (Calgary) ca-west-1 and Africa (Cape Town) af-south-1, your media file\n must be encoded at a sample rate of 16,000 Hz or higher.</p>"
}
},
"Subtitles": {
Expand Down
2 changes: 1 addition & 1 deletion examples/cross_service/telephone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_json = "1.0"
aws-config= { version = "1.5.16", path = "../../../sdk/aws-config" }
aws-sdk-polly= { version = "1.60.0", path = "../../../sdk/polly" }
aws-sdk-s3= { version = "1.74.0", path = "../../../sdk/s3" }
aws-sdk-transcribe= { version = "1.60.0", path = "../../../sdk/transcribe" }
aws-sdk-transcribe= { version = "1.61.0", path = "../../../sdk/transcribe" }
aws-smithy-types= { version = "1.2.13", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion examples/examples/ecr/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.5.16", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
aws-sdk-ecr= { version = "1.63.0", path = "../../../sdk/ecr" }
aws-sdk-ecr= { version = "1.64.0", path = "../../../sdk/ecr" }
aws-types= { version = "1.3.5", path = "../../../sdk/aws-types" }

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion examples/examples/eks/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.5.16", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
aws-sdk-eks= { version = "1.72.0", path = "../../../sdk/eks" }
aws-sdk-eks= { version = "1.73.0", path = "../../../sdk/eks" }
aws-types= { version = "1.3.5", path = "../../../sdk/aws-types" }

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion examples/examples/transcribestreaming/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async-stream = "0.3"
bytes = "1"
hound = "3.4"
aws-config= { version = "1.5.16", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
aws-sdk-transcribestreaming= { version = "1.59.0", path = "../../../sdk/transcribestreaming" }
aws-sdk-transcribestreaming= { version = "1.60.0", path = "../../../sdk/transcribestreaming" }

[dependencies.clap]
version = "4.4"
Expand Down
2 changes: 1 addition & 1 deletion sdk/ecr/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-ecr"
version = "1.63.0"
version = "1.64.0"
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"]
description = "AWS SDK for Amazon Elastic Container Registry"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion sdk/ecr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ your project, add the following to your **Cargo.toml** file:
```toml
[dependencies]
aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
aws-sdk-ecr = "1.63.0"
aws-sdk-ecr = "1.64.0"
tokio = { version = "1", features = ["full"] }
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/ecr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
//! ```toml
//! [dependencies]
//! aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
//! aws-sdk-ecr = "1.63.0"
//! aws-sdk-ecr = "1.64.0"
//! tokio = { version = "1", features = ["full"] }
//! ```
//!
Expand Down
Loading

0 comments on commit 1b6c1ee

Please sign in to comment.