Skip to content

Commit 0e5afe6

Browse files
feat: update AWS API models
1 parent ab8554c commit 0e5afe6

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

codegen/sdk/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": {

codegen/sdk/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
},

codegen/sdk/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": {

0 commit comments

Comments
 (0)