Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update smoketest models #2252

Merged
merged 3 commits into from
Jan 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,176 changes: 805 additions & 1,371 deletions aws/sdk/aws-models/config.json

Large diffs are not rendered by default.

3,341 changes: 1,195 additions & 2,146 deletions aws/sdk/aws-models/dynamodb.json

Large diffs are not rendered by default.

107,317 changes: 56,800 additions & 50,517 deletions aws/sdk/aws-models/ec2.json

Large diffs are not rendered by default.

2,785 changes: 1,109 additions & 1,676 deletions aws/sdk/aws-models/ecs.json

Large diffs are not rendered by default.

1,719 changes: 310 additions & 1,409 deletions aws/sdk/aws-models/glacier.json

Large diffs are not rendered by default.

566 changes: 379 additions & 187 deletions aws/sdk/aws-models/iam.json

Large diffs are not rendered by default.

3,947 changes: 1,896 additions & 2,051 deletions aws/sdk/aws-models/kms.json

Large diffs are not rendered by default.

2,538 changes: 1,644 additions & 894 deletions aws/sdk/aws-models/lambda.json

Large diffs are not rendered by default.

69 changes: 57 additions & 12 deletions aws/sdk/aws-models/polly.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Returns the list of voices that are available for use when\n requesting speech synthesis. Each voice speaks a specified language, is\n either male or female, and is identified by an ID, which is the ASCII\n version of the voice name. </p>\n\n <p>When synthesizing speech ( <code>SynthesizeSpeech</code> ), you\n provide the voice ID for the voice you want from the list of voices\n returned by <code>DescribeVoices</code>.</p>\n\n <p>For example, you want your news reader application to read news in\n a specific language, but giving a user the option to choose the voice.\n Using the <code>DescribeVoices</code> operation you can provide the user\n with a list of available voices to select from.</p>\n\n <p> You can optionally specify a language code to filter the available\n voices. For example, if you specify <code>en-US</code>, the operation\n returns a list of all available US English voices. </p>\n <p>This operation requires permissions to perform the\n <code>polly:DescribeVoices</code> action.</p>",
"smithy.api#documentation": "<p>Returns the list of voices that are available for use when\n requesting speech synthesis. Each voice speaks a specified language, is\n either male or female, and is identified by an ID, which is the ASCII\n version of the voice name. </p>\n <p>When synthesizing speech ( <code>SynthesizeSpeech</code> ), you\n provide the voice ID for the voice you want from the list of voices\n returned by <code>DescribeVoices</code>.</p>\n <p>For example, you want your news reader application to read news in\n a specific language, but giving a user the option to choose the voice.\n Using the <code>DescribeVoices</code> operation you can provide the user\n with a list of available voices to select from.</p>\n <p> You can optionally specify a language code to filter the available\n voices. For example, if you specify <code>en-US</code>, the operation\n returns a list of all available US English voices. </p>\n <p>This operation requires permissions to perform the\n <code>polly:DescribeVoices</code> action.</p>",
"smithy.api#http": {
"method": "GET",
"uri": "/v1/voices",
Expand Down Expand Up @@ -641,6 +641,18 @@
"traits": {
"smithy.api#enumValue": "yue-CN"
}
},
"ar_AE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ar-AE"
}
},
"fi_FI": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "fi-FI"
}
}
}
},
Expand Down Expand Up @@ -1102,7 +1114,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down Expand Up @@ -1151,15 +1163,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down Expand Up @@ -3018,7 +3021,7 @@
"Engine": {
"target": "com.amazonaws.polly#Engine",
"traits": {
"smithy.api#documentation": "<p>Specifies the engine (<code>standard</code> or <code>neural</code>)\n for Amazon Polly to use when processing input text for speech synthesis. For\n information on Amazon Polly voices and which voices are available in\n standard-only, NTTS-only, and both standard and NTTS formats, see <a href=\"https://docs.aws.amazon.com/polly/latest/dg/voicelist.html\">Available Voices</a>.</p>\n <p>\n <b>NTTS-only voices</b>\n </p>\n <p>When using NTTS-only voices such as Kevin (en-US), this parameter is\n required and must be set to <code>neural</code>. If the engine is not\n specified, or is set to <code>standard</code>, this will result in an\n error. </p>\n <p>Type: String</p>\n <p>Valid Values: <code>standard</code> | <code>neural</code>\n </p>\n <p>Required: Yes</p>\n\n <p>\n <b>Standard voices</b>\n </p>\n <p>For standard voices, this is not required; the engine parameter\n defaults to <code>standard</code>. If the engine is not specified, or is\n set to <code>standard</code> and an NTTS-only voice is selected, this will\n result in an error. </p>"
"smithy.api#documentation": "<p>Specifies the engine (<code>standard</code> or <code>neural</code>)\n for Amazon Polly to use when processing input text for speech synthesis. For\n information on Amazon Polly voices and which voices are available in\n standard-only, NTTS-only, and both standard and NTTS formats, see <a href=\"https://docs.aws.amazon.com/polly/latest/dg/voicelist.html\">Available Voices</a>.</p>\n <p>\n <b>NTTS-only voices</b>\n </p>\n <p>When using NTTS-only voices such as Kevin (en-US), this parameter is\n required and must be set to <code>neural</code>. If the engine is not\n specified, or is set to <code>standard</code>, this will result in an\n error. </p>\n <p>Type: String</p>\n <p>Valid Values: <code>standard</code> | <code>neural</code>\n </p>\n <p>Required: Yes</p>\n <p>\n <b>Standard voices</b>\n </p>\n <p>For standard voices, this is not required; the engine parameter\n defaults to <code>standard</code>. If the engine is not specified, or is\n set to <code>standard</code> and an NTTS-only voice is selected, this will\n result in an error. </p>"
}
},
"LanguageCode": {
Expand Down Expand Up @@ -3713,6 +3716,48 @@
"traits": {
"smithy.api#enumValue": "Suvi"
}
},
"Ola": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Ola"
}
},
"Hala": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Hala"
}
},
"Andres": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Andres"
}
},
"Sergio": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Sergio"
}
},
"Remi": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Remi"
}
},
"Adriano": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Adriano"
}
},
"Thiago": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Thiago"
}
}
}
},
Expand Down
Loading