Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jul 5, 2022
1 parent 6e3856d commit 3cb58cb
Show file tree
Hide file tree
Showing 6 changed files with 2,771 additions and 98 deletions.
76 changes: 68 additions & 8 deletions codegen/sdk-codegen/aws-models/config-service.json

Large diffs are not rendered by default.

36 changes: 33 additions & 3 deletions codegen/sdk-codegen/aws-models/lex-models-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"transcript": {
"target": "com.amazonaws.lexmodelsv2#Transcript",
"traits": {
"smithy.api#documentation": "<p>The content of the transcript that meets the search filter criteria.\n For the JSON format of the transcript, see <a href=\"https://docs.aws.amazon.com/lex/latest/dg/designing-output-format.html\">Output transcript\n format</a>.</p>"
"smithy.api#documentation": "<p>The content of the transcript that meets the search filter criteria.\n For the JSON format of the transcript, see <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/designing-output-format.html\">Output transcript\n format</a>.</p>"
}
}
},
Expand Down Expand Up @@ -980,7 +980,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>The object representing the URL of the bot definition, the URL of\n the associated transcript and a statistical summary of the bot\n recommendation results.</p>"
"smithy.api#documentation": "<p>The object representing the URL of the bot definition, the URL of\n the associated transcript, and a statistical summary of the bot\n recommendation results.</p>"
}
},
"com.amazonaws.lexmodelsv2#BotRecommendationStatus": {
Expand Down Expand Up @@ -2416,7 +2416,7 @@
"exportStatus": {
"target": "com.amazonaws.lexmodelsv2#ExportStatus",
"traits": {
"smithy.api#documentation": "<p>The status of the export. When the status is <code>Completed</code>,\n you can use the <a href=\"https://docs.aws.amazon.com/latest/dg/API_DescribeExport.html\">DescribeExport</a> operation to get the\n pre-signed S3 URL link to your exported bot or bot locale.</p>"
"smithy.api#documentation": "<p>The status of the export. When the status is <code>Completed</code>,\n you can use the <a href=\"https://docs.aws.amazon.com/lexv2/latest/dg/API_DescribeExport.html\">DescribeExport</a> operation to get the\n pre-signed S3 URL link to your exported bot or bot locale.</p>"
}
},
"creationDateTime": {
Expand Down Expand Up @@ -3983,6 +3983,9 @@
"input": {
"target": "com.amazonaws.lexmodelsv2#DeleteIntentRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.lexmodelsv2#ConflictException"
Expand Down Expand Up @@ -4198,6 +4201,9 @@
"input": {
"target": "com.amazonaws.lexmodelsv2#DeleteSlotRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.lexmodelsv2#ConflictException"
Expand Down Expand Up @@ -4277,6 +4283,9 @@
"input": {
"target": "com.amazonaws.lexmodelsv2#DeleteSlotTypeRequest"
},
"output": {
"target": "smithy.api#Unit"
},
"errors": [
{
"target": "com.amazonaws.lexmodelsv2#ConflictException"
Expand Down Expand Up @@ -9432,6 +9441,21 @@
}
}
},
"com.amazonaws.lexmodelsv2#MessageSelectionStrategy": {
"type": "string",
"traits": {
"smithy.api#enum": [
{
"value": "Random",
"name": "Random"
},
{
"value": "Ordered",
"name": "Ordered"
}
]
}
},
"com.amazonaws.lexmodelsv2#MessageVariationsList": {
"type": "list",
"member": {
Expand Down Expand Up @@ -9768,6 +9792,12 @@
"traits": {
"smithy.api#documentation": "<p>Indicates whether the user can interrupt a speech prompt from the\n bot.</p>"
}
},
"messageSelectionStrategy": {
"target": "com.amazonaws.lexmodelsv2#MessageSelectionStrategy",
"traits": {
"smithy.api#documentation": "<p>Indicates how a message is selected from a message group among retries.</p>"
}
}
},
"traits": {
Expand Down
Loading

0 comments on commit 3cb58cb

Please sign in to comment.