Skip to content

Commit 963cfb5

Browse files
Update SDK models
1 parent 04494a6 commit 963cfb5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+469
-95
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ exclude = [
77
"examples/examples",
88
"examples/webassembly",
99
"tests/telemetry",
10-
"tests/webassembly",
11-
"tests/no-default-features"
10+
"tests/no-default-features",
11+
"tests/webassembly"
1212
]
1313
members = [
1414
"sdk/accessanalyzer",

aws-models/cleanrooms.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,6 +1555,12 @@
15551555
"traits": {
15561556
"smithy.api#documentation": "<p>Information about the validations performed on the analysis template.</p>"
15571557
}
1558+
},
1559+
"errorMessageConfiguration": {
1560+
"target": "com.amazonaws.cleanrooms#ErrorMessageConfiguration",
1561+
"traits": {
1562+
"smithy.api#documentation": "<p>The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to <code>DETAILED</code>, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.</p>"
1563+
}
15581564
}
15591565
},
15601566
"traits": {
@@ -2613,6 +2619,12 @@
26132619
"traits": {
26142620
"smithy.api#documentation": "<p>The validations that were performed.</p>"
26152621
}
2622+
},
2623+
"errorMessageConfiguration": {
2624+
"target": "com.amazonaws.cleanrooms#ErrorMessageConfiguration",
2625+
"traits": {
2626+
"smithy.api#documentation": "<p>The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to <code>DETAILED</code>, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.</p>"
2627+
}
26162628
}
26172629
},
26182630
"traits": {
@@ -4982,6 +4994,12 @@
49824994
},
49834995
"schema": {
49844996
"target": "com.amazonaws.cleanrooms#AnalysisSchema"
4997+
},
4998+
"errorMessageConfiguration": {
4999+
"target": "com.amazonaws.cleanrooms#ErrorMessageConfiguration",
5000+
"traits": {
5001+
"smithy.api#documentation": "<p>The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to <code>DETAILED</code>, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.</p>"
5002+
}
49855003
}
49865004
}
49875005
},
@@ -7259,6 +7277,32 @@
72597277
}
72607278
}
72617279
},
7280+
"com.amazonaws.cleanrooms#ErrorMessageConfiguration": {
7281+
"type": "structure",
7282+
"members": {
7283+
"type": {
7284+
"target": "com.amazonaws.cleanrooms#ErrorMessageType",
7285+
"traits": {
7286+
"smithy.api#documentation": "<p>The level of detail for error messages returned by the PySpark job. When set to DETAILED, error messages include more information to help troubleshoot issues with your PySpark job.</p> <p>Because this setting may expose sensitive data, it is recommended for development and testing environments.</p>",
7287+
"smithy.api#required": {}
7288+
}
7289+
}
7290+
},
7291+
"traits": {
7292+
"smithy.api#documentation": "<p>A structure that defines the level of detail included in error messages returned by PySpark jobs. This configuration allows you to control the verbosity of error messages to help with troubleshooting PySpark jobs while maintaining appropriate security controls.</p>"
7293+
}
7294+
},
7295+
"com.amazonaws.cleanrooms#ErrorMessageType": {
7296+
"type": "enum",
7297+
"members": {
7298+
"DETAILED": {
7299+
"target": "smithy.api#Unit",
7300+
"traits": {
7301+
"smithy.api#enumValue": "DETAILED"
7302+
}
7303+
}
7304+
}
7305+
},
72627306
"com.amazonaws.cleanrooms#FilterableMemberStatus": {
72637307
"type": "string",
72647308
"traits": {

aws-models/ec2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118892,6 +118892,12 @@
118892118892
"traits": {
118893118893
"smithy.api#enumValue": "insufficient-data"
118894118894
}
118895+
},
118896+
"warning": {
118897+
"target": "smithy.api#Unit",
118898+
"traits": {
118899+
"smithy.api#enumValue": "warning"
118900+
}
118895118901
}
118896118902
}
118897118903
},

aws-models/polly.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,12 @@
11931193
"smithy.api#enumValue": "mp3"
11941194
}
11951195
},
1196+
"OGG_OPUS": {
1197+
"target": "smithy.api#Unit",
1198+
"traits": {
1199+
"smithy.api#enumValue": "ogg_opus"
1200+
}
1201+
},
11961202
"OGG_VORBIS": {
11971203
"target": "smithy.api#Unit",
11981204
"traits": {
@@ -2726,7 +2732,7 @@
27262732
"Engine": {
27272733
"target": "com.amazonaws.polly#Engine",
27282734
"traits": {
2729-
"smithy.api#documentation": "<p>Specifies the engine (<code>standard</code>, <code>neural</code>,\n <code>long-form</code>, or <code>generative</code>) for Amazon Polly\n to use when processing input text for speech synthesis. Provide an engine\n that is supported by the voice you select. If you don't provide an engine,\n the standard engine is selected by default. If a chosen voice isn't supported\n by the standard engine, this will result in an error. For information on\n Amazon Polly voices and which voices are available for each engine, see <a href=\"https://docs.aws.amazon.com/polly/latest/dg/voicelist.html\">Available Voices</a>.</p>\n <p>Type: String</p>\n <p>Valid Values: <code>standard</code> | <code>neural</code> |\n <code>long-form</code> | <code>generative</code>\n </p>\n <p>Required: Yes</p>"
2735+
"smithy.api#documentation": "<p>Specifies the engine (<code>standard</code>, <code>neural</code>,\n <code>long-form</code>, or <code>generative</code>) for Amazon Polly\n to use when processing input text for speech synthesis. Provide an engine\n that is supported by the voice you select. If you don't provide an engine,\n the standard engine is selected by default. If a chosen voice isn't supported\n by the standard engine, this will result in an error. For information on\n Amazon Polly voices and which voices are available for each engine, see <a href=\"https://docs.aws.amazon.com/polly/latest/dg/voicelist.html\">Available Voices</a>.</p>"
27302736
}
27312737
},
27322738
"LanguageCode": {
@@ -2751,7 +2757,7 @@
27512757
"SampleRate": {
27522758
"target": "com.amazonaws.polly#SampleRate",
27532759
"traits": {
2754-
"smithy.api#documentation": "<p>The audio frequency specified in Hz.</p>\n <p>The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", \"22050\",\n and \"24000\". The default value for standard voices is \"22050\". The default\n value for neural voices is \"24000\". The default value for long-form voices\n is \"24000\". The default value for generative voices is \"24000\".</p>\n <p>Valid values for pcm are \"8000\" and \"16000\" The default value is\n \"16000\". </p>"
2760+
"smithy.api#documentation": "<p>The audio frequency specified in Hz.</p>\n <p>The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", \"22050\", \"24000\", \"44100\" and \"48000\". The default value for standard voices is \"22050\". The default\n value for neural voices is \"24000\". The default value for long-form voices\n is \"24000\". The default value for generative voices is \"24000\".</p>\n <p>Valid values for pcm are \"8000\" and \"16000\" The default value is\n \"16000\". </p>"
27552761
}
27562762
},
27572763
"SpeechMarkTypes": {

examples/cross_service/telephone/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bytes = "1"
1212
reqwest = "0.11.4"
1313
serde_json = "1.0"
1414
aws-config= { version = "1.8.5", path = "../../../sdk/aws-config" }
15-
aws-sdk-polly= { version = "1.85.0", path = "../../../sdk/polly" }
15+
aws-sdk-polly= { version = "1.86.0", path = "../../../sdk/polly" }
1616
aws-sdk-s3= { version = "1.103.0", path = "../../../sdk/s3" }
1717
aws-sdk-transcribe= { version = "1.86.0", path = "../../../sdk/transcribe" }
1818
aws-smithy-types= { version = "1.3.2", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }

examples/examples/auto-scaling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tracing = "0.1.37"
1212
tokio-stream = "0.1.14"
1313
aws-config= { version = "1.8.5", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1414
aws-sdk-autoscaling= { version = "1.91.0", path = "../../../sdk/autoscaling" }
15-
aws-sdk-ec2= { version = "1.159.0", path = "../../../sdk/ec2" }
15+
aws-sdk-ec2= { version = "1.160.0", path = "../../../sdk/ec2" }
1616
aws-types= { version = "1.3.8", path = "../../../sdk/aws-types" }
1717

1818
[dependencies.tokio]

examples/examples/ebs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ base64 = "0.13.0"
1111
sha2 = "0.9.5"
1212
aws-config= { version = "1.8.5", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1313
aws-sdk-ebs= { version = "1.81.0", path = "../../../sdk/ebs" }
14-
aws-sdk-ec2= { version = "1.159.0", path = "../../../sdk/ec2" }
14+
aws-sdk-ec2= { version = "1.160.0", path = "../../../sdk/ec2" }
1515

1616
[dependencies.tokio]
1717
version = "1.20.1"

examples/examples/ec2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ aws-smithy-runtime-api= { version = "1.8.7", path = "../../../sdk/aws-smithy-run
1515
aws-sdk-ssm= { version = "1.90.0", path = "../../../sdk/ssm" }
1616
aws-smithy-async= { version = "1.2.5", path = "../../../sdk/aws-smithy-async" }
1717
aws-config= { version = "1.8.5", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
18-
aws-sdk-ec2= { version = "1.159.0", path = "../../../sdk/ec2" }
18+
aws-sdk-ec2= { version = "1.160.0", path = "../../../sdk/ec2" }
1919
aws-types= { version = "1.3.8", path = "../../../sdk/aws-types" }
2020

2121
[dependencies.tokio]

examples/examples/lambda/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "1.0.71"
1212
lambda_runtime = "0.8.0"
1313
serde = "1.0.164"
1414
aws-config= { version = "1.8.5", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
15-
aws-sdk-ec2= { version = "1.159.0", path = "../../../sdk/ec2" }
15+
aws-sdk-ec2= { version = "1.160.0", path = "../../../sdk/ec2" }
1616
aws-sdk-iam= { version = "1.86.0", path = "../../../sdk/iam" }
1717
aws-sdk-lambda= { version = "1.94.0", path = "../../../sdk/lambda" }
1818
aws-sdk-s3= { version = "1.103.0", path = "../../../sdk/s3" }

examples/examples/polly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
[dependencies]
1010
bytes = "1"
1111
aws-config= { version = "1.8.5", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
12-
aws-sdk-polly= { version = "1.85.0", path = "../../../sdk/polly" }
12+
aws-sdk-polly= { version = "1.86.0", path = "../../../sdk/polly" }
1313

1414
[dependencies.tokio]
1515
version = "1.20.1"

0 commit comments

Comments
 (0)