UNPKG

prowler-sdk-poc

Version:
2,092 lines 89.5 kB
{ "version": "2.0", "metadata": { "apiVersion": "2020-08-07", "endpointPrefix": "models-v2-lex", "jsonVersion": "1.1", "protocol": "rest-json", "serviceAbbreviation": "Lex Models V2", "serviceFullName": "Amazon Lex Model Building V2", "serviceId": "Lex Models V2", "signatureVersion": "v4", "signingName": "lex", "uid": "models.lex.v2-2020-08-07" }, "operations": { "BuildBotLocale": { "http": { "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/", "responseCode": 202 }, "input": { "type": "structure", "required": [ "botId", "botVersion", "localeId" ], "members": { "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" }, "localeId": { "location": "uri", "locationName": "localeId" } } }, "output": { "type": "structure", "members": { "botId": {}, "botVersion": {}, "localeId": {}, "botLocaleStatus": {}, "lastBuildSubmittedDateTime": { "type": "timestamp" } } } }, "CreateBot": { "http": { "method": "PUT", "requestUri": "/bots/", "responseCode": 202 }, "input": { "type": "structure", "required": [ "botName", "roleArn", "dataPrivacy", "idleSessionTTLInSeconds" ], "members": { "botName": {}, "description": {}, "roleArn": {}, "dataPrivacy": { "shape": "Sc" }, "idleSessionTTLInSeconds": { "type": "integer" }, "botTags": { "shape": "Sf" }, "testBotAliasTags": { "shape": "Sf" } } }, "output": { "type": "structure", "members": { "botId": {}, "botName": {}, "description": {}, "roleArn": {}, "dataPrivacy": { "shape": "Sc" }, "idleSessionTTLInSeconds": { "type": "integer" }, "botStatus": {}, "creationDateTime": { "type": "timestamp" }, "botTags": { "shape": "Sf" }, "testBotAliasTags": { "shape": "Sf" } } } }, "CreateBotAlias": { "http": { "method": "PUT", "requestUri": "/bots/{botId}/botaliases/", "responseCode": 202 }, "input": { "type": "structure", "required": [ "botAliasName", "botId" ], "members": { "botAliasName": {}, "description": {}, "botVersion": {}, "botAliasLocaleSettings": { "shape": "Sm" }, "conversationLogSettings": { "shape": "St" }, "sentimentAnalysisSettings": { "shape": "S16" }, "botId": { "location": "uri", "locationName": "botId" }, "tags": { "shape": "Sf" } } }, "output": { "type": "structure", "members": { "botAliasId": {}, "botAliasName": {}, "description": {}, "botVersion": {}, "botAliasLocaleSettings": { "shape": "Sm" }, "conversationLogSettings": { "shape": "St" }, "sentimentAnalysisSettings": { "shape": "S16" }, "botAliasStatus": {}, "botId": {}, "creationDateTime": { "type": "timestamp" }, "tags": { "shape": "Sf" } } } }, "CreateBotLocale": { "http": { "method": "PUT", "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/", "responseCode": 202 }, "input": { "type": "structure", "required": [ "botId", "botVersion", "localeId", "nluIntentConfidenceThreshold" ], "members": { "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" }, "localeId": {}, "description": {}, "nluIntentConfidenceThreshold": { "type": "double" }, "voiceSettings": { "shape": "S1c" } } }, "output": { "type": "structure", "members": { "botId": {}, "botVersion": {}, "localeName": {}, "localeId": {}, "description": {}, "nluIntentConfidenceThreshold": { "type": "double" }, "voiceSettings": { "shape": "S1c" }, "botLocaleStatus": {}, "creationDateTime": { "type": "timestamp" } } } }, "CreateBotVersion": { "http": { "method": "PUT", "requestUri": "/bots/{botId}/botversions/", "responseCode": 202 }, "input": { "type": "structure", "required": [ "botId", "botVersionLocaleSpecification" ], "members": { "botId": { "location": "uri", "locationName": "botId" }, "description": {}, "botVersionLocaleSpecification": { "shape": "S1h" } } }, "output": { "type": "structure", "members": { "botId": {}, "description": {}, "botVersion": {}, "botVersionLocaleSpecification": { "shape": "S1h" }, "botStatus": {}, "creationDateTime": { "type": "timestamp" } } } }, "CreateExport": { "http": { "method": "PUT", "requestUri": "/exports/", "responseCode": 202 }, "input": { "type": "structure", "required": [ "resourceSpecification", "fileFormat" ], "members": { "resourceSpecification": { "shape": "S1m" }, "fileFormat": {}, "filePassword": { "shape": "S1q" } } }, "output": { "type": "structure", "members": { "exportId": {}, "resourceSpecification": { "shape": "S1m" }, "fileFormat": {}, "exportStatus": {}, "creationDateTime": { "type": "timestamp" } } } }, "CreateIntent": { "http": { "method": "PUT", "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "intentName", "botId", "botVersion", "localeId" ], "members": { "intentName": {}, "description": {}, "parentIntentSignature": {}, "sampleUtterances": { "shape": "S1v" }, "dialogCodeHook": { "shape": "S1y" }, "fulfillmentCodeHook": { "shape": "S1z" }, "intentConfirmationSetting": { "shape": "S2q" }, "intentClosingSetting": { "shape": "S2t" }, "inputContexts": { "shape": "S2u" }, "outputContexts": { "shape": "S2w" }, "kendraConfiguration": { "shape": "S30" }, "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" }, "localeId": { "location": "uri", "locationName": "localeId" } } }, "output": { "type": "structure", "members": { "intentId": {}, "intentName": {}, "description": {}, "parentIntentSignature": {}, "sampleUtterances": { "shape": "S1v" }, "dialogCodeHook": { "shape": "S1y" }, "fulfillmentCodeHook": { "shape": "S1z" }, "intentConfirmationSetting": { "shape": "S2q" }, "intentClosingSetting": { "shape": "S2t" }, "inputContexts": { "shape": "S2u" }, "outputContexts": { "shape": "S2w" }, "kendraConfiguration": { "shape": "S30" }, "botId": {}, "botVersion": {}, "localeId": {}, "creationDateTime": { "type": "timestamp" } } } }, "CreateResourcePolicy": { "http": { "requestUri": "/policy/{resourceArn}/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "resourceArn", "policy" ], "members": { "resourceArn": { "location": "uri", "locationName": "resourceArn" }, "policy": {} } }, "output": { "type": "structure", "members": { "resourceArn": {}, "revisionId": {} } } }, "CreateResourcePolicyStatement": { "http": { "requestUri": "/policy/{resourceArn}/statements/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "resourceArn", "statementId", "effect", "principal", "action" ], "members": { "resourceArn": { "location": "uri", "locationName": "resourceArn" }, "statementId": {}, "effect": {}, "principal": { "type": "list", "member": { "type": "structure", "members": { "service": {}, "arn": {} } } }, "action": { "type": "list", "member": {} }, "condition": { "type": "map", "key": {}, "value": { "type": "map", "key": {}, "value": {} } }, "expectedRevisionId": { "location": "querystring", "locationName": "expectedRevisionId" } } }, "output": { "type": "structure", "members": { "resourceArn": {}, "revisionId": {} } } }, "CreateSlot": { "http": { "method": "PUT", "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "slotName", "slotTypeId", "valueElicitationSetting", "botId", "botVersion", "localeId", "intentId" ], "members": { "slotName": {}, "description": {}, "slotTypeId": {}, "valueElicitationSetting": { "shape": "S3p" }, "obfuscationSetting": { "shape": "S3z" }, "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" }, "localeId": { "location": "uri", "locationName": "localeId" }, "intentId": { "location": "uri", "locationName": "intentId" }, "multipleValuesSetting": { "shape": "S41" } } }, "output": { "type": "structure", "members": { "slotId": {}, "slotName": {}, "description": {}, "slotTypeId": {}, "valueElicitationSetting": { "shape": "S3p" }, "obfuscationSetting": { "shape": "S3z" }, "botId": {}, "botVersion": {}, "localeId": {}, "intentId": {}, "creationDateTime": { "type": "timestamp" }, "multipleValuesSetting": { "shape": "S41" } } } }, "CreateSlotType": { "http": { "method": "PUT", "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "slotTypeName", "valueSelectionSetting", "botId", "botVersion", "localeId" ], "members": { "slotTypeName": {}, "description": {}, "slotTypeValues": { "shape": "S44" }, "valueSelectionSetting": { "shape": "S49" }, "parentSlotTypeSignature": {}, "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" }, "localeId": { "location": "uri", "locationName": "localeId" } } }, "output": { "type": "structure", "members": { "slotTypeId": {}, "slotTypeName": {}, "description": {}, "slotTypeValues": { "shape": "S44" }, "valueSelectionSetting": { "shape": "S49" }, "parentSlotTypeSignature": {}, "botId": {}, "botVersion": {}, "localeId": {}, "creationDateTime": { "type": "timestamp" } } } }, "CreateUploadUrl": { "http": { "requestUri": "/createuploadurl/", "responseCode": 200 }, "input": { "type": "structure", "members": {} }, "output": { "type": "structure", "members": { "importId": {}, "uploadUrl": {} } } }, "DeleteBot": { "http": { "method": "DELETE", "requestUri": "/bots/{botId}/", "responseCode": 202 }, "input": { "type": "structure", "required": [ "botId" ], "members": { "botId": { "location": "uri", "locationName": "botId" }, "skipResourceInUseCheck": { "location": "querystring", "locationName": "skipResourceInUseCheck", "type": "boolean" } } }, "output": { "type": "structure", "members": { "botId": {}, "botStatus": {} } } }, "DeleteBotAlias": { "http": { "method": "DELETE", "requestUri": "/bots/{botId}/botaliases/{botAliasId}/", "responseCode": 202 }, "input": { "type": "structure", "required": [ "botAliasId", "botId" ], "members": { "botAliasId": { "location": "uri", "locationName": "botAliasId" }, "botId": { "location": "uri", "locationName": "botId" }, "skipResourceInUseCheck": { "location": "querystring", "locationName": "skipResourceInUseCheck", "type": "boolean" } } }, "output": { "type": "structure", "members": { "botAliasId": {}, "botId": {}, "botAliasStatus": {} } } }, "DeleteBotLocale": { "http": { "method": "DELETE", "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/", "responseCode": 202 }, "input": { "type": "structure", "required": [ "botId", "botVersion", "localeId" ], "members": { "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" }, "localeId": { "location": "uri", "locationName": "localeId" } } }, "output": { "type": "structure", "members": { "botId": {}, "botVersion": {}, "localeId": {}, "botLocaleStatus": {} } } }, "DeleteBotVersion": { "http": { "method": "DELETE", "requestUri": "/bots/{botId}/botversions/{botVersion}/", "responseCode": 202 }, "input": { "type": "structure", "required": [ "botId", "botVersion" ], "members": { "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" }, "skipResourceInUseCheck": { "location": "querystring", "locationName": "skipResourceInUseCheck", "type": "boolean" } } }, "output": { "type": "structure", "members": { "botId": {}, "botVersion": {}, "botStatus": {} } } }, "DeleteExport": { "http": { "method": "DELETE", "requestUri": "/exports/{exportId}/", "responseCode": 202 }, "input": { "type": "structure", "required": [ "exportId" ], "members": { "exportId": { "location": "uri", "locationName": "exportId" } } }, "output": { "type": "structure", "members": { "exportId": {}, "exportStatus": {} } } }, "DeleteImport": { "http": { "method": "DELETE", "requestUri": "/imports/{importId}/", "responseCode": 202 }, "input": { "type": "structure", "required": [ "importId" ], "members": { "importId": { "location": "uri", "locationName": "importId" } } }, "output": { "type": "structure", "members": { "importId": {}, "importStatus": {} } } }, "DeleteIntent": { "http": { "method": "DELETE", "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/", "responseCode": 204 }, "input": { "type": "structure", "required": [ "intentId", "botId", "botVersion", "localeId" ], "members": { "intentId": { "location": "uri", "locationName": "intentId" }, "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" }, "localeId": { "location": "uri", "locationName": "localeId" } } } }, "DeleteResourcePolicy": { "http": { "method": "DELETE", "requestUri": "/policy/{resourceArn}/", "responseCode": 204 }, "input": { "type": "structure", "required": [ "resourceArn" ], "members": { "resourceArn": { "location": "uri", "locationName": "resourceArn" }, "expectedRevisionId": { "location": "querystring", "locationName": "expectedRevisionId" } } }, "output": { "type": "structure", "members": { "resourceArn": {}, "revisionId": {} } } }, "DeleteResourcePolicyStatement": { "http": { "method": "DELETE", "requestUri": "/policy/{resourceArn}/statements/{statementId}/", "responseCode": 204 }, "input": { "type": "structure", "required": [ "resourceArn", "statementId" ], "members": { "resourceArn": { "location": "uri", "locationName": "resourceArn" }, "statementId": { "location": "uri", "locationName": "statementId" }, "expectedRevisionId": { "location": "querystring", "locationName": "expectedRevisionId" } } }, "output": { "type": "structure", "members": { "resourceArn": {}, "revisionId": {} } } }, "DeleteSlot": { "http": { "method": "DELETE", "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/{slotId}/", "responseCode": 204 }, "input": { "type": "structure", "required": [ "slotId", "botId", "botVersion", "localeId", "intentId" ], "members": { "slotId": { "location": "uri", "locationName": "slotId" }, "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" }, "localeId": { "location": "uri", "locationName": "localeId" }, "intentId": { "location": "uri", "locationName": "intentId" } } } }, "DeleteSlotType": { "http": { "method": "DELETE", "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/{slotTypeId}/", "responseCode": 204 }, "input": { "type": "structure", "required": [ "slotTypeId", "botId", "botVersion", "localeId" ], "members": { "slotTypeId": { "location": "uri", "locationName": "slotTypeId" }, "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" }, "localeId": { "location": "uri", "locationName": "localeId" }, "skipResourceInUseCheck": { "location": "querystring", "locationName": "skipResourceInUseCheck", "type": "boolean" } } } }, "DeleteUtterances": { "http": { "method": "DELETE", "requestUri": "/bots/{botId}/utterances/", "responseCode": 204 }, "input": { "type": "structure", "required": [ "botId" ], "members": { "botId": { "location": "uri", "locationName": "botId" }, "localeId": { "location": "querystring", "locationName": "localeId" }, "sessionId": { "location": "querystring", "locationName": "sessionId" } } }, "output": { "type": "structure", "members": {} } }, "DescribeBot": { "http": { "method": "GET", "requestUri": "/bots/{botId}/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "botId" ], "members": { "botId": { "location": "uri", "locationName": "botId" } } }, "output": { "type": "structure", "members": { "botId": {}, "botName": {}, "description": {}, "roleArn": {}, "dataPrivacy": { "shape": "Sc" }, "idleSessionTTLInSeconds": { "type": "integer" }, "botStatus": {}, "creationDateTime": { "type": "timestamp" }, "lastUpdatedDateTime": { "type": "timestamp" } } } }, "DescribeBotAlias": { "http": { "method": "GET", "requestUri": "/bots/{botId}/botaliases/{botAliasId}/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "botAliasId", "botId" ], "members": { "botAliasId": { "location": "uri", "locationName": "botAliasId" }, "botId": { "location": "uri", "locationName": "botId" } } }, "output": { "type": "structure", "members": { "botAliasId": {}, "botAliasName": {}, "description": {}, "botVersion": {}, "botAliasLocaleSettings": { "shape": "Sm" }, "conversationLogSettings": { "shape": "St" }, "sentimentAnalysisSettings": { "shape": "S16" }, "botAliasHistoryEvents": { "type": "list", "member": { "type": "structure", "members": { "botVersion": {}, "startDate": { "type": "timestamp" }, "endDate": { "type": "timestamp" } } } }, "botAliasStatus": {}, "botId": {}, "creationDateTime": { "type": "timestamp" }, "lastUpdatedDateTime": { "type": "timestamp" } } } }, "DescribeBotLocale": { "http": { "method": "GET", "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "botId", "botVersion", "localeId" ], "members": { "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" }, "localeId": { "location": "uri", "locationName": "localeId" } } }, "output": { "type": "structure", "members": { "botId": {}, "botVersion": {}, "localeId": {}, "localeName": {}, "description": {}, "nluIntentConfidenceThreshold": { "type": "double" }, "voiceSettings": { "shape": "S1c" }, "intentsCount": { "type": "integer" }, "slotTypesCount": { "type": "integer" }, "botLocaleStatus": {}, "failureReasons": { "shape": "S5f" }, "creationDateTime": { "type": "timestamp" }, "lastUpdatedDateTime": { "type": "timestamp" }, "lastBuildSubmittedDateTime": { "type": "timestamp" }, "botLocaleHistoryEvents": { "type": "list", "member": { "type": "structure", "required": [ "event", "eventDate" ], "members": { "event": {}, "eventDate": { "type": "timestamp" } } } } } } }, "DescribeBotVersion": { "http": { "method": "GET", "requestUri": "/bots/{botId}/botversions/{botVersion}/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "botId", "botVersion" ], "members": { "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" } } }, "output": { "type": "structure", "members": { "botId": {}, "botName": {}, "botVersion": {}, "description": {}, "roleArn": {}, "dataPrivacy": { "shape": "Sc" }, "idleSessionTTLInSeconds": { "type": "integer" }, "botStatus": {}, "failureReasons": { "shape": "S5f" }, "creationDateTime": { "type": "timestamp" } } } }, "DescribeExport": { "http": { "method": "GET", "requestUri": "/exports/{exportId}/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "exportId" ], "members": { "exportId": { "location": "uri", "locationName": "exportId" } } }, "output": { "type": "structure", "members": { "exportId": {}, "resourceSpecification": { "shape": "S1m" }, "fileFormat": {}, "exportStatus": {}, "failureReasons": { "shape": "S5f" }, "downloadUrl": {}, "creationDateTime": { "type": "timestamp" }, "lastUpdatedDateTime": { "type": "timestamp" } } } }, "DescribeImport": { "http": { "method": "GET", "requestUri": "/imports/{importId}/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "importId" ], "members": { "importId": { "location": "uri", "locationName": "importId" } } }, "output": { "type": "structure", "members": { "importId": {}, "resourceSpecification": { "shape": "S5q" }, "importedResourceId": {}, "importedResourceName": {}, "mergeStrategy": {}, "importStatus": {}, "failureReasons": { "shape": "S5f" }, "creationDateTime": { "type": "timestamp" }, "lastUpdatedDateTime": { "type": "timestamp" } } } }, "DescribeIntent": { "http": { "method": "GET", "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "intentId", "botId", "botVersion", "localeId" ], "members": { "intentId": { "location": "uri", "locationName": "intentId" }, "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" }, "localeId": { "location": "uri", "locationName": "localeId" } } }, "output": { "type": "structure", "members": { "intentId": {}, "intentName": {}, "description": {}, "parentIntentSignature": {}, "sampleUtterances": { "shape": "S1v" }, "dialogCodeHook": { "shape": "S1y" }, "fulfillmentCodeHook": { "shape": "S1z" }, "slotPriorities": { "shape": "S5x" }, "intentConfirmationSetting": { "shape": "S2q" }, "intentClosingSetting": { "shape": "S2t" }, "inputContexts": { "shape": "S2u" }, "outputContexts": { "shape": "S2w" }, "kendraConfiguration": { "shape": "S30" }, "botId": {}, "botVersion": {}, "localeId": {}, "creationDateTime": { "type": "timestamp" }, "lastUpdatedDateTime": { "type": "timestamp" } } } }, "DescribeResourcePolicy": { "http": { "method": "GET", "requestUri": "/policy/{resourceArn}/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "resourceArn" ], "members": { "resourceArn": { "location": "uri", "locationName": "resourceArn" } } }, "output": { "type": "structure", "members": { "resourceArn": {}, "policy": {}, "revisionId": {} } } }, "DescribeSlot": { "http": { "method": "GET", "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/{slotId}/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "slotId", "botId", "botVersion", "localeId", "intentId" ], "members": { "slotId": { "location": "uri", "locationName": "slotId" }, "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" }, "localeId": { "location": "uri", "locationName": "localeId" }, "intentId": { "location": "uri", "locationName": "intentId" } } }, "output": { "type": "structure", "members": { "slotId": {}, "slotName": {}, "description": {}, "slotTypeId": {}, "valueElicitationSetting": { "shape": "S3p" }, "obfuscationSetting": { "shape": "S3z" }, "botId": {}, "botVersion": {}, "localeId": {}, "intentId": {}, "creationDateTime": { "type": "timestamp" }, "lastUpdatedDateTime": { "type": "timestamp" }, "multipleValuesSetting": { "shape": "S41" } } } }, "DescribeSlotType": { "http": { "method": "GET", "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/{slotTypeId}/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "slotTypeId", "botId", "botVersion", "localeId" ], "members": { "slotTypeId": { "location": "uri", "locationName": "slotTypeId" }, "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" }, "localeId": { "location": "uri", "locationName": "localeId" } } }, "output": { "type": "structure", "members": { "slotTypeId": {}, "slotTypeName": {}, "description": {}, "slotTypeValues": { "shape": "S44" }, "valueSelectionSetting": { "shape": "S49" }, "parentSlotTypeSignature": {}, "botId": {}, "botVersion": {}, "localeId": {}, "creationDateTime": { "type": "timestamp" }, "lastUpdatedDateTime": { "type": "timestamp" } } } }, "ListAggregatedUtterances": { "http": { "requestUri": "/bots/{botId}/aggregatedutterances/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "botId", "localeId", "aggregationDuration" ], "members": { "botId": { "location": "uri", "locationName": "botId" }, "botAliasId": {}, "botVersion": {}, "localeId": {}, "aggregationDuration": { "shape": "S67" }, "sortBy": { "type": "structure", "required": [ "attribute", "order" ], "members": { "attribute": {}, "order": {} } }, "filters": { "type": "list", "member": { "type": "structure", "required": [ "name", "values", "operator" ], "members": { "name": {}, "values": { "shape": "S6h" }, "operator": {} } } }, "maxResults": { "type": "integer" }, "nextToken": {} } }, "output": { "type": "structure", "members": { "botId": {}, "botAliasId": {}, "botVersion": {}, "localeId": {}, "aggregationDuration": { "shape": "S67" }, "aggregationWindowStartTime": { "type": "timestamp" }, "aggregationWindowEndTime": { "type": "timestamp" }, "aggregationLastRefreshedDateTime": { "type": "timestamp" }, "aggregatedUtterancesSummaries": { "type": "list", "member": { "type": "structure", "members": { "utterance": {}, "hitCount": { "type": "integer" }, "missedCount": { "type": "integer" }, "utteranceFirstRecordedInAggregationDuration": { "type": "timestamp" }, "utteranceLastRecordedInAggregationDuration": { "type": "timestamp" }, "containsDataFromDeletedResources": { "type": "boolean" } } } }, "nextToken": {} } } }, "ListBotAliases": { "http": { "requestUri": "/bots/{botId}/botaliases/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "botId" ], "members": { "botId": { "location": "uri", "locationName": "botId" }, "maxResults": { "type": "integer" }, "nextToken": {} } }, "output": { "type": "structure", "members": { "botAliasSummaries": { "type": "list", "member": { "type": "structure", "members": { "botAliasId": {}, "botAliasName": {}, "description": {}, "botVersion": {}, "botAliasStatus": {}, "creationDateTime": { "type": "timestamp" }, "lastUpdatedDateTime": { "type": "timestamp" } } } }, "nextToken": {}, "botId": {} } } }, "ListBotLocales": { "http": { "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "botId", "botVersion" ], "members": { "botId": { "location": "uri", "locationName": "botId" }, "botVersion": { "location": "uri", "locationName": "botVersion" }, "sortBy": { "type": "structure", "required": [ "attribute", "order" ], "members": { "attribute": {}, "order": {} } }, "filters": { "type": "list", "member": { "type": "structure", "required": [ "name", "values", "operator" ], "members": { "name": {}, "values": { "shape": "S6h" }, "operator": {} } } }, "maxResults": { "type": "integer" }, "nextToken": {} } }, "output": { "type": "structure", "members": { "botId": {}, "botVersion": {}, "nextToken": {}, "botLocaleSummaries": { "type": "list", "member": { "type": "structure", "members": { "localeId": {}, "localeName": {}, "description": {}, "botLocaleStatus": {}, "lastUpdatedDateTime": { "type": "timestamp" }, "lastBuildSubmittedDateTime": { "type": "timestamp" } } } } } } }, "ListBotVersions": { "http": { "requestUri": "/bots/{botId}/botversions/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "botId" ], "members": { "botId": { "location": "uri", "locationName": "botId" }, "sortBy": { "type": "structure", "required": [ "attribute", "order" ], "members": { "attribute": {}, "order": {} } }, "maxResults": { "type": "integer" }, "nextToken": {} } }, "output": { "type": "structure", "members": { "botId": {}, "botVersionSummaries": { "type": "list", "member": { "type": "structure", "members": { "botName": {}, "botVersion": {}, "description": {}, "botStatus": {}, "creationDateTime": { "type": "timestamp" } } } }, "nextToken": {} } } }, "ListBots": { "http": { "requestUri": "/bots/", "responseCode": 200 }, "input": { "type": "structure", "members": { "sortBy": { "type": "structure", "required": [ "attribute", "order" ], "members": { "attribute": {}, "order": {} } }, "filters": { "type": "list", "member": { "type": "structure", "required": [ "name", "values", "operator" ], "members": { "name": {}, "values": { "shape": "S6h" }, "operator": {} } } }, "maxResults": { "type": "integer" }, "nextToken": {} } }, "output": { "type": "structure", "members": { "botSummaries": { "type": "list", "member": { "type": "structure", "members": { "botId": {}, "botName": {}, "description": {}, "botStatus": {}, "latestBotVersion": {}, "lastUpdatedDateTime": { "type": "timestamp" } } } }, "nextToken": {} } } }, "ListBuiltInIntents": { "http": { "requestUri": "/builtins/locales/{localeId}/intents/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "localeId" ], "members": { "localeId": { "location": "uri", "locationName": "localeId" }, "sortBy": { "type": "structure", "required": [ "attribute", "order" ], "members": { "attribute": {}, "order": {} } }, "maxResults": { "type": "integer" }, "nextToken": {} } }, "output": { "type": "structure", "members": { "builtInIntentSummaries": { "type": "list", "member": { "type": "structure", "members": { "intentSignature": {}, "description": {} } } }, "nextToken": {}, "localeId": {} } } }, "ListBuiltInSlotTypes": { "http": { "requestUri": "/builtins/locales/{localeId}/slottypes/", "responseCode": 200 }, "input": { "type": "structure", "required": [ "localeId" ], "members": { "localeId": { "location": "uri", "locationName": "localeId" }, "sortBy": { "type": "structure", "required": [ "attribute", "order" ], "members": { "attribute": {}, "order": {} } }, "maxResults": { "type": "integer" }, "nextToken": {} } }, "output": { "type": "structure", "members": { "builtInSlotTypeSummaries": { "type": "list", "member": { "type": "structure", "members": { "slotTypeSignature": {}, "description": {} } } }, "nextToken": {}, "localeId": {} } } }, "ListExports": { "http": { "requestUri": "/exports/", "responseCode": 200 }, "input": { "type": "structure", "members": { "botId": {}, "botVersion": {}, "sortBy": { "type": "structure", "required": [ "attribute", "order" ], "members": { "attribute": {}, "order": {} } }, "filters": { "type": "list", "member": { "type": "structure", "required": [ "name", "values", "operator" ], "members": { "name": {}, "values": { "shape": "S6h" }, "operator": {} } } }, "maxResults": { "type": "integer" }, "nextToken": {} } }, "output": { "type": "structure", "members": { "botId": {}, "botVersion": {}, "exportS