github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/models.lex.v2/2020-08-07/api-2.json (about)

     1  {
     2    "version":"2.0",
     3    "metadata":{
     4      "apiVersion":"2020-08-07",
     5      "endpointPrefix":"models-v2-lex",
     6      "jsonVersion":"1.1",
     7      "protocol":"rest-json",
     8      "serviceAbbreviation":"Lex Models V2",
     9      "serviceFullName":"Amazon Lex Model Building V2",
    10      "serviceId":"Lex Models V2",
    11      "signatureVersion":"v4",
    12      "signingName":"lex",
    13      "uid":"models.lex.v2-2020-08-07"
    14    },
    15    "operations":{
    16      "BuildBotLocale":{
    17        "name":"BuildBotLocale",
    18        "http":{
    19          "method":"POST",
    20          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/",
    21          "responseCode":202
    22        },
    23        "input":{"shape":"BuildBotLocaleRequest"},
    24        "output":{"shape":"BuildBotLocaleResponse"},
    25        "errors":[
    26          {"shape":"ThrottlingException"},
    27          {"shape":"ServiceQuotaExceededException"},
    28          {"shape":"ValidationException"},
    29          {"shape":"PreconditionFailedException"},
    30          {"shape":"ConflictException"},
    31          {"shape":"InternalServerException"}
    32        ]
    33      },
    34      "CreateBot":{
    35        "name":"CreateBot",
    36        "http":{
    37          "method":"PUT",
    38          "requestUri":"/bots/",
    39          "responseCode":202
    40        },
    41        "input":{"shape":"CreateBotRequest"},
    42        "output":{"shape":"CreateBotResponse"},
    43        "errors":[
    44          {"shape":"ThrottlingException"},
    45          {"shape":"ServiceQuotaExceededException"},
    46          {"shape":"ValidationException"},
    47          {"shape":"PreconditionFailedException"},
    48          {"shape":"ConflictException"},
    49          {"shape":"InternalServerException"}
    50        ]
    51      },
    52      "CreateBotAlias":{
    53        "name":"CreateBotAlias",
    54        "http":{
    55          "method":"PUT",
    56          "requestUri":"/bots/{botId}/botaliases/",
    57          "responseCode":202
    58        },
    59        "input":{"shape":"CreateBotAliasRequest"},
    60        "output":{"shape":"CreateBotAliasResponse"},
    61        "errors":[
    62          {"shape":"ThrottlingException"},
    63          {"shape":"ServiceQuotaExceededException"},
    64          {"shape":"ValidationException"},
    65          {"shape":"PreconditionFailedException"},
    66          {"shape":"ConflictException"},
    67          {"shape":"InternalServerException"}
    68        ]
    69      },
    70      "CreateBotLocale":{
    71        "name":"CreateBotLocale",
    72        "http":{
    73          "method":"PUT",
    74          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/",
    75          "responseCode":202
    76        },
    77        "input":{"shape":"CreateBotLocaleRequest"},
    78        "output":{"shape":"CreateBotLocaleResponse"},
    79        "errors":[
    80          {"shape":"ThrottlingException"},
    81          {"shape":"ServiceQuotaExceededException"},
    82          {"shape":"ValidationException"},
    83          {"shape":"PreconditionFailedException"},
    84          {"shape":"ConflictException"},
    85          {"shape":"InternalServerException"}
    86        ]
    87      },
    88      "CreateBotVersion":{
    89        "name":"CreateBotVersion",
    90        "http":{
    91          "method":"PUT",
    92          "requestUri":"/bots/{botId}/botversions/",
    93          "responseCode":202
    94        },
    95        "input":{"shape":"CreateBotVersionRequest"},
    96        "output":{"shape":"CreateBotVersionResponse"},
    97        "errors":[
    98          {"shape":"ThrottlingException"},
    99          {"shape":"ServiceQuotaExceededException"},
   100          {"shape":"ValidationException"},
   101          {"shape":"PreconditionFailedException"},
   102          {"shape":"ConflictException"},
   103          {"shape":"InternalServerException"}
   104        ]
   105      },
   106      "CreateExport":{
   107        "name":"CreateExport",
   108        "http":{
   109          "method":"PUT",
   110          "requestUri":"/exports/",
   111          "responseCode":202
   112        },
   113        "input":{"shape":"CreateExportRequest"},
   114        "output":{"shape":"CreateExportResponse"},
   115        "errors":[
   116          {"shape":"ThrottlingException"},
   117          {"shape":"ServiceQuotaExceededException"},
   118          {"shape":"ValidationException"},
   119          {"shape":"ResourceNotFoundException"},
   120          {"shape":"ConflictException"},
   121          {"shape":"InternalServerException"}
   122        ]
   123      },
   124      "CreateIntent":{
   125        "name":"CreateIntent",
   126        "http":{
   127          "method":"PUT",
   128          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/",
   129          "responseCode":200
   130        },
   131        "input":{"shape":"CreateIntentRequest"},
   132        "output":{"shape":"CreateIntentResponse"},
   133        "errors":[
   134          {"shape":"ThrottlingException"},
   135          {"shape":"ServiceQuotaExceededException"},
   136          {"shape":"ValidationException"},
   137          {"shape":"PreconditionFailedException"},
   138          {"shape":"ConflictException"},
   139          {"shape":"InternalServerException"}
   140        ]
   141      },
   142      "CreateResourcePolicy":{
   143        "name":"CreateResourcePolicy",
   144        "http":{
   145          "method":"POST",
   146          "requestUri":"/policy/{resourceArn}/",
   147          "responseCode":200
   148        },
   149        "input":{"shape":"CreateResourcePolicyRequest"},
   150        "output":{"shape":"CreateResourcePolicyResponse"},
   151        "errors":[
   152          {"shape":"ResourceNotFoundException"},
   153          {"shape":"ServiceQuotaExceededException"},
   154          {"shape":"PreconditionFailedException"},
   155          {"shape":"ValidationException"},
   156          {"shape":"InternalServerException"},
   157          {"shape":"ThrottlingException"}
   158        ]
   159      },
   160      "CreateResourcePolicyStatement":{
   161        "name":"CreateResourcePolicyStatement",
   162        "http":{
   163          "method":"POST",
   164          "requestUri":"/policy/{resourceArn}/statements/",
   165          "responseCode":200
   166        },
   167        "input":{"shape":"CreateResourcePolicyStatementRequest"},
   168        "output":{"shape":"CreateResourcePolicyStatementResponse"},
   169        "errors":[
   170          {"shape":"ResourceNotFoundException"},
   171          {"shape":"ConflictException"},
   172          {"shape":"ServiceQuotaExceededException"},
   173          {"shape":"PreconditionFailedException"},
   174          {"shape":"ValidationException"},
   175          {"shape":"InternalServerException"},
   176          {"shape":"ThrottlingException"}
   177        ]
   178      },
   179      "CreateSlot":{
   180        "name":"CreateSlot",
   181        "http":{
   182          "method":"PUT",
   183          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/",
   184          "responseCode":200
   185        },
   186        "input":{"shape":"CreateSlotRequest"},
   187        "output":{"shape":"CreateSlotResponse"},
   188        "errors":[
   189          {"shape":"ThrottlingException"},
   190          {"shape":"ServiceQuotaExceededException"},
   191          {"shape":"ValidationException"},
   192          {"shape":"PreconditionFailedException"},
   193          {"shape":"ConflictException"},
   194          {"shape":"InternalServerException"}
   195        ]
   196      },
   197      "CreateSlotType":{
   198        "name":"CreateSlotType",
   199        "http":{
   200          "method":"PUT",
   201          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/",
   202          "responseCode":200
   203        },
   204        "input":{"shape":"CreateSlotTypeRequest"},
   205        "output":{"shape":"CreateSlotTypeResponse"},
   206        "errors":[
   207          {"shape":"ThrottlingException"},
   208          {"shape":"ServiceQuotaExceededException"},
   209          {"shape":"ValidationException"},
   210          {"shape":"PreconditionFailedException"},
   211          {"shape":"ConflictException"},
   212          {"shape":"InternalServerException"}
   213        ]
   214      },
   215      "CreateUploadUrl":{
   216        "name":"CreateUploadUrl",
   217        "http":{
   218          "method":"POST",
   219          "requestUri":"/createuploadurl/",
   220          "responseCode":200
   221        },
   222        "input":{"shape":"CreateUploadUrlRequest"},
   223        "output":{"shape":"CreateUploadUrlResponse"},
   224        "errors":[
   225          {"shape":"ThrottlingException"},
   226          {"shape":"ValidationException"},
   227          {"shape":"ResourceNotFoundException"},
   228          {"shape":"ConflictException"},
   229          {"shape":"InternalServerException"}
   230        ]
   231      },
   232      "DeleteBot":{
   233        "name":"DeleteBot",
   234        "http":{
   235          "method":"DELETE",
   236          "requestUri":"/bots/{botId}/",
   237          "responseCode":202
   238        },
   239        "input":{"shape":"DeleteBotRequest"},
   240        "output":{"shape":"DeleteBotResponse"},
   241        "errors":[
   242          {"shape":"ThrottlingException"},
   243          {"shape":"ServiceQuotaExceededException"},
   244          {"shape":"ValidationException"},
   245          {"shape":"ConflictException"},
   246          {"shape":"PreconditionFailedException"},
   247          {"shape":"InternalServerException"}
   248        ]
   249      },
   250      "DeleteBotAlias":{
   251        "name":"DeleteBotAlias",
   252        "http":{
   253          "method":"DELETE",
   254          "requestUri":"/bots/{botId}/botaliases/{botAliasId}/",
   255          "responseCode":202
   256        },
   257        "input":{"shape":"DeleteBotAliasRequest"},
   258        "output":{"shape":"DeleteBotAliasResponse"},
   259        "errors":[
   260          {"shape":"ThrottlingException"},
   261          {"shape":"ServiceQuotaExceededException"},
   262          {"shape":"ValidationException"},
   263          {"shape":"ConflictException"},
   264          {"shape":"PreconditionFailedException"},
   265          {"shape":"InternalServerException"}
   266        ]
   267      },
   268      "DeleteBotLocale":{
   269        "name":"DeleteBotLocale",
   270        "http":{
   271          "method":"DELETE",
   272          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/",
   273          "responseCode":202
   274        },
   275        "input":{"shape":"DeleteBotLocaleRequest"},
   276        "output":{"shape":"DeleteBotLocaleResponse"},
   277        "errors":[
   278          {"shape":"ThrottlingException"},
   279          {"shape":"ServiceQuotaExceededException"},
   280          {"shape":"ValidationException"},
   281          {"shape":"PreconditionFailedException"},
   282          {"shape":"ConflictException"},
   283          {"shape":"InternalServerException"}
   284        ]
   285      },
   286      "DeleteBotVersion":{
   287        "name":"DeleteBotVersion",
   288        "http":{
   289          "method":"DELETE",
   290          "requestUri":"/bots/{botId}/botversions/{botVersion}/",
   291          "responseCode":202
   292        },
   293        "input":{"shape":"DeleteBotVersionRequest"},
   294        "output":{"shape":"DeleteBotVersionResponse"},
   295        "errors":[
   296          {"shape":"ThrottlingException"},
   297          {"shape":"ServiceQuotaExceededException"},
   298          {"shape":"ValidationException"},
   299          {"shape":"ConflictException"},
   300          {"shape":"PreconditionFailedException"},
   301          {"shape":"InternalServerException"}
   302        ]
   303      },
   304      "DeleteExport":{
   305        "name":"DeleteExport",
   306        "http":{
   307          "method":"DELETE",
   308          "requestUri":"/exports/{exportId}/",
   309          "responseCode":202
   310        },
   311        "input":{"shape":"DeleteExportRequest"},
   312        "output":{"shape":"DeleteExportResponse"},
   313        "errors":[
   314          {"shape":"ThrottlingException"},
   315          {"shape":"ServiceQuotaExceededException"},
   316          {"shape":"ValidationException"},
   317          {"shape":"PreconditionFailedException"},
   318          {"shape":"InternalServerException"}
   319        ]
   320      },
   321      "DeleteImport":{
   322        "name":"DeleteImport",
   323        "http":{
   324          "method":"DELETE",
   325          "requestUri":"/imports/{importId}/",
   326          "responseCode":202
   327        },
   328        "input":{"shape":"DeleteImportRequest"},
   329        "output":{"shape":"DeleteImportResponse"},
   330        "errors":[
   331          {"shape":"ThrottlingException"},
   332          {"shape":"ServiceQuotaExceededException"},
   333          {"shape":"ValidationException"},
   334          {"shape":"PreconditionFailedException"},
   335          {"shape":"InternalServerException"}
   336        ]
   337      },
   338      "DeleteIntent":{
   339        "name":"DeleteIntent",
   340        "http":{
   341          "method":"DELETE",
   342          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/",
   343          "responseCode":204
   344        },
   345        "input":{"shape":"DeleteIntentRequest"},
   346        "errors":[
   347          {"shape":"ThrottlingException"},
   348          {"shape":"ServiceQuotaExceededException"},
   349          {"shape":"ValidationException"},
   350          {"shape":"ConflictException"},
   351          {"shape":"PreconditionFailedException"},
   352          {"shape":"InternalServerException"}
   353        ]
   354      },
   355      "DeleteResourcePolicy":{
   356        "name":"DeleteResourcePolicy",
   357        "http":{
   358          "method":"DELETE",
   359          "requestUri":"/policy/{resourceArn}/",
   360          "responseCode":204
   361        },
   362        "input":{"shape":"DeleteResourcePolicyRequest"},
   363        "output":{"shape":"DeleteResourcePolicyResponse"},
   364        "errors":[
   365          {"shape":"ResourceNotFoundException"},
   366          {"shape":"PreconditionFailedException"},
   367          {"shape":"InternalServerException"},
   368          {"shape":"ThrottlingException"}
   369        ]
   370      },
   371      "DeleteResourcePolicyStatement":{
   372        "name":"DeleteResourcePolicyStatement",
   373        "http":{
   374          "method":"DELETE",
   375          "requestUri":"/policy/{resourceArn}/statements/{statementId}/",
   376          "responseCode":204
   377        },
   378        "input":{"shape":"DeleteResourcePolicyStatementRequest"},
   379        "output":{"shape":"DeleteResourcePolicyStatementResponse"},
   380        "errors":[
   381          {"shape":"ResourceNotFoundException"},
   382          {"shape":"PreconditionFailedException"},
   383          {"shape":"InternalServerException"},
   384          {"shape":"ThrottlingException"}
   385        ]
   386      },
   387      "DeleteSlot":{
   388        "name":"DeleteSlot",
   389        "http":{
   390          "method":"DELETE",
   391          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/{slotId}/",
   392          "responseCode":204
   393        },
   394        "input":{"shape":"DeleteSlotRequest"},
   395        "errors":[
   396          {"shape":"ThrottlingException"},
   397          {"shape":"ServiceQuotaExceededException"},
   398          {"shape":"ValidationException"},
   399          {"shape":"ConflictException"},
   400          {"shape":"PreconditionFailedException"},
   401          {"shape":"InternalServerException"}
   402        ]
   403      },
   404      "DeleteSlotType":{
   405        "name":"DeleteSlotType",
   406        "http":{
   407          "method":"DELETE",
   408          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/{slotTypeId}/",
   409          "responseCode":204
   410        },
   411        "input":{"shape":"DeleteSlotTypeRequest"},
   412        "errors":[
   413          {"shape":"ThrottlingException"},
   414          {"shape":"ServiceQuotaExceededException"},
   415          {"shape":"ValidationException"},
   416          {"shape":"ConflictException"},
   417          {"shape":"PreconditionFailedException"},
   418          {"shape":"InternalServerException"}
   419        ]
   420      },
   421      "DeleteUtterances":{
   422        "name":"DeleteUtterances",
   423        "http":{
   424          "method":"DELETE",
   425          "requestUri":"/bots/{botId}/utterances/",
   426          "responseCode":204
   427        },
   428        "input":{"shape":"DeleteUtterancesRequest"},
   429        "output":{"shape":"DeleteUtterancesResponse"},
   430        "errors":[
   431          {"shape":"ValidationException"},
   432          {"shape":"ThrottlingException"},
   433          {"shape":"InternalServerException"}
   434        ]
   435      },
   436      "DescribeBot":{
   437        "name":"DescribeBot",
   438        "http":{
   439          "method":"GET",
   440          "requestUri":"/bots/{botId}/",
   441          "responseCode":200
   442        },
   443        "input":{"shape":"DescribeBotRequest"},
   444        "output":{"shape":"DescribeBotResponse"},
   445        "errors":[
   446          {"shape":"ThrottlingException"},
   447          {"shape":"ServiceQuotaExceededException"},
   448          {"shape":"ValidationException"},
   449          {"shape":"ResourceNotFoundException"},
   450          {"shape":"InternalServerException"}
   451        ]
   452      },
   453      "DescribeBotAlias":{
   454        "name":"DescribeBotAlias",
   455        "http":{
   456          "method":"GET",
   457          "requestUri":"/bots/{botId}/botaliases/{botAliasId}/",
   458          "responseCode":200
   459        },
   460        "input":{"shape":"DescribeBotAliasRequest"},
   461        "output":{"shape":"DescribeBotAliasResponse"},
   462        "errors":[
   463          {"shape":"ThrottlingException"},
   464          {"shape":"ServiceQuotaExceededException"},
   465          {"shape":"ValidationException"},
   466          {"shape":"ResourceNotFoundException"},
   467          {"shape":"InternalServerException"}
   468        ]
   469      },
   470      "DescribeBotLocale":{
   471        "name":"DescribeBotLocale",
   472        "http":{
   473          "method":"GET",
   474          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/",
   475          "responseCode":200
   476        },
   477        "input":{"shape":"DescribeBotLocaleRequest"},
   478        "output":{"shape":"DescribeBotLocaleResponse"},
   479        "errors":[
   480          {"shape":"ThrottlingException"},
   481          {"shape":"ServiceQuotaExceededException"},
   482          {"shape":"ValidationException"},
   483          {"shape":"ResourceNotFoundException"},
   484          {"shape":"InternalServerException"}
   485        ]
   486      },
   487      "DescribeBotVersion":{
   488        "name":"DescribeBotVersion",
   489        "http":{
   490          "method":"GET",
   491          "requestUri":"/bots/{botId}/botversions/{botVersion}/",
   492          "responseCode":200
   493        },
   494        "input":{"shape":"DescribeBotVersionRequest"},
   495        "output":{"shape":"DescribeBotVersionResponse"},
   496        "errors":[
   497          {"shape":"ThrottlingException"},
   498          {"shape":"ServiceQuotaExceededException"},
   499          {"shape":"ValidationException"},
   500          {"shape":"ResourceNotFoundException"},
   501          {"shape":"InternalServerException"}
   502        ]
   503      },
   504      "DescribeExport":{
   505        "name":"DescribeExport",
   506        "http":{
   507          "method":"GET",
   508          "requestUri":"/exports/{exportId}/",
   509          "responseCode":200
   510        },
   511        "input":{"shape":"DescribeExportRequest"},
   512        "output":{"shape":"DescribeExportResponse"},
   513        "errors":[
   514          {"shape":"ThrottlingException"},
   515          {"shape":"ValidationException"},
   516          {"shape":"ResourceNotFoundException"},
   517          {"shape":"InternalServerException"}
   518        ]
   519      },
   520      "DescribeImport":{
   521        "name":"DescribeImport",
   522        "http":{
   523          "method":"GET",
   524          "requestUri":"/imports/{importId}/",
   525          "responseCode":200
   526        },
   527        "input":{"shape":"DescribeImportRequest"},
   528        "output":{"shape":"DescribeImportResponse"},
   529        "errors":[
   530          {"shape":"ThrottlingException"},
   531          {"shape":"ValidationException"},
   532          {"shape":"ResourceNotFoundException"},
   533          {"shape":"InternalServerException"}
   534        ]
   535      },
   536      "DescribeIntent":{
   537        "name":"DescribeIntent",
   538        "http":{
   539          "method":"GET",
   540          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/",
   541          "responseCode":200
   542        },
   543        "input":{"shape":"DescribeIntentRequest"},
   544        "output":{"shape":"DescribeIntentResponse"},
   545        "errors":[
   546          {"shape":"ThrottlingException"},
   547          {"shape":"ServiceQuotaExceededException"},
   548          {"shape":"ValidationException"},
   549          {"shape":"ResourceNotFoundException"},
   550          {"shape":"InternalServerException"}
   551        ]
   552      },
   553      "DescribeResourcePolicy":{
   554        "name":"DescribeResourcePolicy",
   555        "http":{
   556          "method":"GET",
   557          "requestUri":"/policy/{resourceArn}/",
   558          "responseCode":200
   559        },
   560        "input":{"shape":"DescribeResourcePolicyRequest"},
   561        "output":{"shape":"DescribeResourcePolicyResponse"},
   562        "errors":[
   563          {"shape":"ResourceNotFoundException"},
   564          {"shape":"InternalServerException"},
   565          {"shape":"ThrottlingException"}
   566        ]
   567      },
   568      "DescribeSlot":{
   569        "name":"DescribeSlot",
   570        "http":{
   571          "method":"GET",
   572          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/{slotId}/",
   573          "responseCode":200
   574        },
   575        "input":{"shape":"DescribeSlotRequest"},
   576        "output":{"shape":"DescribeSlotResponse"},
   577        "errors":[
   578          {"shape":"ThrottlingException"},
   579          {"shape":"ServiceQuotaExceededException"},
   580          {"shape":"ValidationException"},
   581          {"shape":"ResourceNotFoundException"},
   582          {"shape":"InternalServerException"}
   583        ]
   584      },
   585      "DescribeSlotType":{
   586        "name":"DescribeSlotType",
   587        "http":{
   588          "method":"GET",
   589          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/{slotTypeId}/",
   590          "responseCode":200
   591        },
   592        "input":{"shape":"DescribeSlotTypeRequest"},
   593        "output":{"shape":"DescribeSlotTypeResponse"},
   594        "errors":[
   595          {"shape":"ThrottlingException"},
   596          {"shape":"ServiceQuotaExceededException"},
   597          {"shape":"ValidationException"},
   598          {"shape":"ResourceNotFoundException"},
   599          {"shape":"InternalServerException"}
   600        ]
   601      },
   602      "ListAggregatedUtterances":{
   603        "name":"ListAggregatedUtterances",
   604        "http":{
   605          "method":"POST",
   606          "requestUri":"/bots/{botId}/aggregatedutterances/",
   607          "responseCode":200
   608        },
   609        "input":{"shape":"ListAggregatedUtterancesRequest"},
   610        "output":{"shape":"ListAggregatedUtterancesResponse"},
   611        "errors":[
   612          {"shape":"ValidationException"},
   613          {"shape":"PreconditionFailedException"},
   614          {"shape":"ThrottlingException"},
   615          {"shape":"InternalServerException"}
   616        ]
   617      },
   618      "ListBotAliases":{
   619        "name":"ListBotAliases",
   620        "http":{
   621          "method":"POST",
   622          "requestUri":"/bots/{botId}/botaliases/",
   623          "responseCode":200
   624        },
   625        "input":{"shape":"ListBotAliasesRequest"},
   626        "output":{"shape":"ListBotAliasesResponse"},
   627        "errors":[
   628          {"shape":"ThrottlingException"},
   629          {"shape":"ServiceQuotaExceededException"},
   630          {"shape":"ValidationException"},
   631          {"shape":"InternalServerException"}
   632        ]
   633      },
   634      "ListBotLocales":{
   635        "name":"ListBotLocales",
   636        "http":{
   637          "method":"POST",
   638          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/",
   639          "responseCode":200
   640        },
   641        "input":{"shape":"ListBotLocalesRequest"},
   642        "output":{"shape":"ListBotLocalesResponse"},
   643        "errors":[
   644          {"shape":"ThrottlingException"},
   645          {"shape":"ServiceQuotaExceededException"},
   646          {"shape":"ValidationException"},
   647          {"shape":"InternalServerException"}
   648        ]
   649      },
   650      "ListBotVersions":{
   651        "name":"ListBotVersions",
   652        "http":{
   653          "method":"POST",
   654          "requestUri":"/bots/{botId}/botversions/",
   655          "responseCode":200
   656        },
   657        "input":{"shape":"ListBotVersionsRequest"},
   658        "output":{"shape":"ListBotVersionsResponse"},
   659        "errors":[
   660          {"shape":"ThrottlingException"},
   661          {"shape":"ServiceQuotaExceededException"},
   662          {"shape":"ValidationException"},
   663          {"shape":"InternalServerException"}
   664        ]
   665      },
   666      "ListBots":{
   667        "name":"ListBots",
   668        "http":{
   669          "method":"POST",
   670          "requestUri":"/bots/",
   671          "responseCode":200
   672        },
   673        "input":{"shape":"ListBotsRequest"},
   674        "output":{"shape":"ListBotsResponse"},
   675        "errors":[
   676          {"shape":"ThrottlingException"},
   677          {"shape":"ServiceQuotaExceededException"},
   678          {"shape":"ValidationException"},
   679          {"shape":"InternalServerException"}
   680        ]
   681      },
   682      "ListBuiltInIntents":{
   683        "name":"ListBuiltInIntents",
   684        "http":{
   685          "method":"POST",
   686          "requestUri":"/builtins/locales/{localeId}/intents/",
   687          "responseCode":200
   688        },
   689        "input":{"shape":"ListBuiltInIntentsRequest"},
   690        "output":{"shape":"ListBuiltInIntentsResponse"},
   691        "errors":[
   692          {"shape":"ThrottlingException"},
   693          {"shape":"ServiceQuotaExceededException"},
   694          {"shape":"ValidationException"},
   695          {"shape":"InternalServerException"}
   696        ]
   697      },
   698      "ListBuiltInSlotTypes":{
   699        "name":"ListBuiltInSlotTypes",
   700        "http":{
   701          "method":"POST",
   702          "requestUri":"/builtins/locales/{localeId}/slottypes/",
   703          "responseCode":200
   704        },
   705        "input":{"shape":"ListBuiltInSlotTypesRequest"},
   706        "output":{"shape":"ListBuiltInSlotTypesResponse"},
   707        "errors":[
   708          {"shape":"ThrottlingException"},
   709          {"shape":"ServiceQuotaExceededException"},
   710          {"shape":"ValidationException"},
   711          {"shape":"InternalServerException"}
   712        ]
   713      },
   714      "ListExports":{
   715        "name":"ListExports",
   716        "http":{
   717          "method":"POST",
   718          "requestUri":"/exports/",
   719          "responseCode":200
   720        },
   721        "input":{"shape":"ListExportsRequest"},
   722        "output":{"shape":"ListExportsResponse"},
   723        "errors":[
   724          {"shape":"ThrottlingException"},
   725          {"shape":"ValidationException"},
   726          {"shape":"InternalServerException"}
   727        ]
   728      },
   729      "ListImports":{
   730        "name":"ListImports",
   731        "http":{
   732          "method":"POST",
   733          "requestUri":"/imports/",
   734          "responseCode":200
   735        },
   736        "input":{"shape":"ListImportsRequest"},
   737        "output":{"shape":"ListImportsResponse"},
   738        "errors":[
   739          {"shape":"ThrottlingException"},
   740          {"shape":"ValidationException"},
   741          {"shape":"InternalServerException"}
   742        ]
   743      },
   744      "ListIntents":{
   745        "name":"ListIntents",
   746        "http":{
   747          "method":"POST",
   748          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/",
   749          "responseCode":200
   750        },
   751        "input":{"shape":"ListIntentsRequest"},
   752        "output":{"shape":"ListIntentsResponse"},
   753        "errors":[
   754          {"shape":"ThrottlingException"},
   755          {"shape":"ServiceQuotaExceededException"},
   756          {"shape":"ValidationException"},
   757          {"shape":"InternalServerException"}
   758        ]
   759      },
   760      "ListSlotTypes":{
   761        "name":"ListSlotTypes",
   762        "http":{
   763          "method":"POST",
   764          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/",
   765          "responseCode":200
   766        },
   767        "input":{"shape":"ListSlotTypesRequest"},
   768        "output":{"shape":"ListSlotTypesResponse"},
   769        "errors":[
   770          {"shape":"ThrottlingException"},
   771          {"shape":"ServiceQuotaExceededException"},
   772          {"shape":"ValidationException"},
   773          {"shape":"InternalServerException"}
   774        ]
   775      },
   776      "ListSlots":{
   777        "name":"ListSlots",
   778        "http":{
   779          "method":"POST",
   780          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/",
   781          "responseCode":200
   782        },
   783        "input":{"shape":"ListSlotsRequest"},
   784        "output":{"shape":"ListSlotsResponse"},
   785        "errors":[
   786          {"shape":"ThrottlingException"},
   787          {"shape":"ServiceQuotaExceededException"},
   788          {"shape":"ValidationException"},
   789          {"shape":"InternalServerException"}
   790        ]
   791      },
   792      "ListTagsForResource":{
   793        "name":"ListTagsForResource",
   794        "http":{
   795          "method":"GET",
   796          "requestUri":"/tags/{resourceARN}",
   797          "responseCode":200
   798        },
   799        "input":{"shape":"ListTagsForResourceRequest"},
   800        "output":{"shape":"ListTagsForResourceResponse"},
   801        "errors":[
   802          {"shape":"InternalServerException"},
   803          {"shape":"ThrottlingException"},
   804          {"shape":"ResourceNotFoundException"},
   805          {"shape":"ValidationException"}
   806        ]
   807      },
   808      "StartImport":{
   809        "name":"StartImport",
   810        "http":{
   811          "method":"PUT",
   812          "requestUri":"/imports/",
   813          "responseCode":202
   814        },
   815        "input":{"shape":"StartImportRequest"},
   816        "output":{"shape":"StartImportResponse"},
   817        "errors":[
   818          {"shape":"ThrottlingException"},
   819          {"shape":"ServiceQuotaExceededException"},
   820          {"shape":"ValidationException"},
   821          {"shape":"ResourceNotFoundException"},
   822          {"shape":"ConflictException"},
   823          {"shape":"InternalServerException"}
   824        ]
   825      },
   826      "TagResource":{
   827        "name":"TagResource",
   828        "http":{
   829          "method":"POST",
   830          "requestUri":"/tags/{resourceARN}",
   831          "responseCode":200
   832        },
   833        "input":{"shape":"TagResourceRequest"},
   834        "output":{"shape":"TagResourceResponse"},
   835        "errors":[
   836          {"shape":"InternalServerException"},
   837          {"shape":"ThrottlingException"},
   838          {"shape":"ResourceNotFoundException"},
   839          {"shape":"ValidationException"}
   840        ]
   841      },
   842      "UntagResource":{
   843        "name":"UntagResource",
   844        "http":{
   845          "method":"DELETE",
   846          "requestUri":"/tags/{resourceARN}",
   847          "responseCode":200
   848        },
   849        "input":{"shape":"UntagResourceRequest"},
   850        "output":{"shape":"UntagResourceResponse"},
   851        "errors":[
   852          {"shape":"InternalServerException"},
   853          {"shape":"ThrottlingException"},
   854          {"shape":"ResourceNotFoundException"},
   855          {"shape":"ValidationException"}
   856        ]
   857      },
   858      "UpdateBot":{
   859        "name":"UpdateBot",
   860        "http":{
   861          "method":"PUT",
   862          "requestUri":"/bots/{botId}/",
   863          "responseCode":202
   864        },
   865        "input":{"shape":"UpdateBotRequest"},
   866        "output":{"shape":"UpdateBotResponse"},
   867        "errors":[
   868          {"shape":"ThrottlingException"},
   869          {"shape":"ServiceQuotaExceededException"},
   870          {"shape":"ValidationException"},
   871          {"shape":"PreconditionFailedException"},
   872          {"shape":"ConflictException"},
   873          {"shape":"InternalServerException"}
   874        ]
   875      },
   876      "UpdateBotAlias":{
   877        "name":"UpdateBotAlias",
   878        "http":{
   879          "method":"PUT",
   880          "requestUri":"/bots/{botId}/botaliases/{botAliasId}/",
   881          "responseCode":202
   882        },
   883        "input":{"shape":"UpdateBotAliasRequest"},
   884        "output":{"shape":"UpdateBotAliasResponse"},
   885        "errors":[
   886          {"shape":"ThrottlingException"},
   887          {"shape":"ServiceQuotaExceededException"},
   888          {"shape":"ValidationException"},
   889          {"shape":"PreconditionFailedException"},
   890          {"shape":"ConflictException"},
   891          {"shape":"InternalServerException"}
   892        ]
   893      },
   894      "UpdateBotLocale":{
   895        "name":"UpdateBotLocale",
   896        "http":{
   897          "method":"PUT",
   898          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/",
   899          "responseCode":202
   900        },
   901        "input":{"shape":"UpdateBotLocaleRequest"},
   902        "output":{"shape":"UpdateBotLocaleResponse"},
   903        "errors":[
   904          {"shape":"ThrottlingException"},
   905          {"shape":"ServiceQuotaExceededException"},
   906          {"shape":"ValidationException"},
   907          {"shape":"PreconditionFailedException"},
   908          {"shape":"ConflictException"},
   909          {"shape":"InternalServerException"}
   910        ]
   911      },
   912      "UpdateExport":{
   913        "name":"UpdateExport",
   914        "http":{
   915          "method":"PUT",
   916          "requestUri":"/exports/{exportId}/",
   917          "responseCode":202
   918        },
   919        "input":{"shape":"UpdateExportRequest"},
   920        "output":{"shape":"UpdateExportResponse"},
   921        "errors":[
   922          {"shape":"ThrottlingException"},
   923          {"shape":"ServiceQuotaExceededException"},
   924          {"shape":"ValidationException"},
   925          {"shape":"ResourceNotFoundException"},
   926          {"shape":"ConflictException"},
   927          {"shape":"InternalServerException"}
   928        ]
   929      },
   930      "UpdateIntent":{
   931        "name":"UpdateIntent",
   932        "http":{
   933          "method":"PUT",
   934          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/",
   935          "responseCode":200
   936        },
   937        "input":{"shape":"UpdateIntentRequest"},
   938        "output":{"shape":"UpdateIntentResponse"},
   939        "errors":[
   940          {"shape":"ThrottlingException"},
   941          {"shape":"ServiceQuotaExceededException"},
   942          {"shape":"ValidationException"},
   943          {"shape":"PreconditionFailedException"},
   944          {"shape":"ConflictException"},
   945          {"shape":"InternalServerException"}
   946        ]
   947      },
   948      "UpdateResourcePolicy":{
   949        "name":"UpdateResourcePolicy",
   950        "http":{
   951          "method":"PUT",
   952          "requestUri":"/policy/{resourceArn}/",
   953          "responseCode":200
   954        },
   955        "input":{"shape":"UpdateResourcePolicyRequest"},
   956        "output":{"shape":"UpdateResourcePolicyResponse"},
   957        "errors":[
   958          {"shape":"ResourceNotFoundException"},
   959          {"shape":"ServiceQuotaExceededException"},
   960          {"shape":"PreconditionFailedException"},
   961          {"shape":"ValidationException"},
   962          {"shape":"InternalServerException"},
   963          {"shape":"ThrottlingException"}
   964        ]
   965      },
   966      "UpdateSlot":{
   967        "name":"UpdateSlot",
   968        "http":{
   969          "method":"PUT",
   970          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/{slotId}/",
   971          "responseCode":200
   972        },
   973        "input":{"shape":"UpdateSlotRequest"},
   974        "output":{"shape":"UpdateSlotResponse"},
   975        "errors":[
   976          {"shape":"ThrottlingException"},
   977          {"shape":"ServiceQuotaExceededException"},
   978          {"shape":"ValidationException"},
   979          {"shape":"PreconditionFailedException"},
   980          {"shape":"ConflictException"},
   981          {"shape":"InternalServerException"}
   982        ]
   983      },
   984      "UpdateSlotType":{
   985        "name":"UpdateSlotType",
   986        "http":{
   987          "method":"PUT",
   988          "requestUri":"/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/slottypes/{slotTypeId}/",
   989          "responseCode":202
   990        },
   991        "input":{"shape":"UpdateSlotTypeRequest"},
   992        "output":{"shape":"UpdateSlotTypeResponse"},
   993        "errors":[
   994          {"shape":"ThrottlingException"},
   995          {"shape":"ServiceQuotaExceededException"},
   996          {"shape":"ValidationException"},
   997          {"shape":"PreconditionFailedException"},
   998          {"shape":"ConflictException"},
   999          {"shape":"InternalServerException"}
  1000        ]
  1001      }
  1002    },
  1003    "shapes":{
  1004      "AggregatedUtterancesFilter":{
  1005        "type":"structure",
  1006        "required":[
  1007          "name",
  1008          "values",
  1009          "operator"
  1010        ],
  1011        "members":{
  1012          "name":{"shape":"AggregatedUtterancesFilterName"},
  1013          "values":{"shape":"FilterValues"},
  1014          "operator":{"shape":"AggregatedUtterancesFilterOperator"}
  1015        }
  1016      },
  1017      "AggregatedUtterancesFilterName":{
  1018        "type":"string",
  1019        "enum":["Utterance"]
  1020      },
  1021      "AggregatedUtterancesFilterOperator":{
  1022        "type":"string",
  1023        "enum":[
  1024          "CO",
  1025          "EQ"
  1026        ]
  1027      },
  1028      "AggregatedUtterancesFilters":{
  1029        "type":"list",
  1030        "member":{"shape":"AggregatedUtterancesFilter"},
  1031        "max":1,
  1032        "min":1
  1033      },
  1034      "AggregatedUtterancesSortAttribute":{
  1035        "type":"string",
  1036        "enum":[
  1037          "HitCount",
  1038          "MissedCount"
  1039        ]
  1040      },
  1041      "AggregatedUtterancesSortBy":{
  1042        "type":"structure",
  1043        "required":[
  1044          "attribute",
  1045          "order"
  1046        ],
  1047        "members":{
  1048          "attribute":{"shape":"AggregatedUtterancesSortAttribute"},
  1049          "order":{"shape":"SortOrder"}
  1050        }
  1051      },
  1052      "AggregatedUtterancesSummary":{
  1053        "type":"structure",
  1054        "members":{
  1055          "utterance":{"shape":"Utterance"},
  1056          "hitCount":{"shape":"HitCount"},
  1057          "missedCount":{"shape":"MissedCount"},
  1058          "utteranceFirstRecordedInAggregationDuration":{"shape":"Timestamp"},
  1059          "utteranceLastRecordedInAggregationDuration":{"shape":"Timestamp"},
  1060          "containsDataFromDeletedResources":{"shape":"BoxedBoolean"}
  1061        }
  1062      },
  1063      "AggregatedUtterancesSummaryList":{
  1064        "type":"list",
  1065        "member":{"shape":"AggregatedUtterancesSummary"}
  1066      },
  1067      "AmazonResourceName":{
  1068        "type":"string",
  1069        "max":1011,
  1070        "min":1
  1071      },
  1072      "AttachmentTitle":{
  1073        "type":"string",
  1074        "max":250,
  1075        "min":1
  1076      },
  1077      "AttachmentUrl":{
  1078        "type":"string",
  1079        "max":250,
  1080        "min":1
  1081      },
  1082      "AudioLogDestination":{
  1083        "type":"structure",
  1084        "required":["s3Bucket"],
  1085        "members":{
  1086          "s3Bucket":{"shape":"S3BucketLogDestination"}
  1087        }
  1088      },
  1089      "AudioLogSetting":{
  1090        "type":"structure",
  1091        "required":[
  1092          "enabled",
  1093          "destination"
  1094        ],
  1095        "members":{
  1096          "enabled":{"shape":"Boolean"},
  1097          "destination":{"shape":"AudioLogDestination"}
  1098        }
  1099      },
  1100      "AudioLogSettingsList":{
  1101        "type":"list",
  1102        "member":{"shape":"AudioLogSetting"},
  1103        "max":1,
  1104        "min":1
  1105      },
  1106      "Boolean":{"type":"boolean"},
  1107      "BotAliasHistoryEvent":{
  1108        "type":"structure",
  1109        "members":{
  1110          "botVersion":{"shape":"BotVersion"},
  1111          "startDate":{"shape":"Timestamp"},
  1112          "endDate":{"shape":"Timestamp"}
  1113        }
  1114      },
  1115      "BotAliasHistoryEventsList":{
  1116        "type":"list",
  1117        "member":{"shape":"BotAliasHistoryEvent"}
  1118      },
  1119      "BotAliasId":{
  1120        "type":"string",
  1121        "max":10,
  1122        "min":10,
  1123        "pattern":"^(\\bTSTALIASID\\b|[0-9a-zA-Z]+)$"
  1124      },
  1125      "BotAliasLocaleSettings":{
  1126        "type":"structure",
  1127        "required":["enabled"],
  1128        "members":{
  1129          "enabled":{"shape":"Boolean"},
  1130          "codeHookSpecification":{"shape":"CodeHookSpecification"}
  1131        }
  1132      },
  1133      "BotAliasLocaleSettingsMap":{
  1134        "type":"map",
  1135        "key":{"shape":"LocaleId"},
  1136        "value":{"shape":"BotAliasLocaleSettings"},
  1137        "min":1
  1138      },
  1139      "BotAliasStatus":{
  1140        "type":"string",
  1141        "enum":[
  1142          "Creating",
  1143          "Available",
  1144          "Deleting",
  1145          "Failed"
  1146        ]
  1147      },
  1148      "BotAliasSummary":{
  1149        "type":"structure",
  1150        "members":{
  1151          "botAliasId":{"shape":"BotAliasId"},
  1152          "botAliasName":{"shape":"Name"},
  1153          "description":{"shape":"Description"},
  1154          "botVersion":{"shape":"BotVersion"},
  1155          "botAliasStatus":{"shape":"BotAliasStatus"},
  1156          "creationDateTime":{"shape":"Timestamp"},
  1157          "lastUpdatedDateTime":{"shape":"Timestamp"}
  1158        }
  1159      },
  1160      "BotAliasSummaryList":{
  1161        "type":"list",
  1162        "member":{"shape":"BotAliasSummary"}
  1163      },
  1164      "BotExportSpecification":{
  1165        "type":"structure",
  1166        "required":[
  1167          "botId",
  1168          "botVersion"
  1169        ],
  1170        "members":{
  1171          "botId":{"shape":"Id"},
  1172          "botVersion":{"shape":"BotVersion"}
  1173        }
  1174      },
  1175      "BotFilter":{
  1176        "type":"structure",
  1177        "required":[
  1178          "name",
  1179          "values",
  1180          "operator"
  1181        ],
  1182        "members":{
  1183          "name":{"shape":"BotFilterName"},
  1184          "values":{"shape":"FilterValues"},
  1185          "operator":{"shape":"BotFilterOperator"}
  1186        }
  1187      },
  1188      "BotFilterName":{
  1189        "type":"string",
  1190        "enum":["BotName"]
  1191      },
  1192      "BotFilterOperator":{
  1193        "type":"string",
  1194        "enum":[
  1195          "CO",
  1196          "EQ"
  1197        ]
  1198      },
  1199      "BotFilters":{
  1200        "type":"list",
  1201        "member":{"shape":"BotFilter"},
  1202        "max":1,
  1203        "min":1
  1204      },
  1205      "BotImportSpecification":{
  1206        "type":"structure",
  1207        "required":[
  1208          "botName",
  1209          "roleArn",
  1210          "dataPrivacy"
  1211        ],
  1212        "members":{
  1213          "botName":{"shape":"Name"},
  1214          "roleArn":{"shape":"RoleArn"},
  1215          "dataPrivacy":{"shape":"DataPrivacy"},
  1216          "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
  1217          "botTags":{"shape":"TagMap"},
  1218          "testBotAliasTags":{"shape":"TagMap"}
  1219        }
  1220      },
  1221      "BotLocaleExportSpecification":{
  1222        "type":"structure",
  1223        "required":[
  1224          "botId",
  1225          "botVersion",
  1226          "localeId"
  1227        ],
  1228        "members":{
  1229          "botId":{"shape":"Id"},
  1230          "botVersion":{"shape":"BotVersion"},
  1231          "localeId":{"shape":"LocaleId"}
  1232        }
  1233      },
  1234      "BotLocaleFilter":{
  1235        "type":"structure",
  1236        "required":[
  1237          "name",
  1238          "values",
  1239          "operator"
  1240        ],
  1241        "members":{
  1242          "name":{"shape":"BotLocaleFilterName"},
  1243          "values":{"shape":"FilterValues"},
  1244          "operator":{"shape":"BotLocaleFilterOperator"}
  1245        }
  1246      },
  1247      "BotLocaleFilterName":{
  1248        "type":"string",
  1249        "enum":["BotLocaleName"]
  1250      },
  1251      "BotLocaleFilterOperator":{
  1252        "type":"string",
  1253        "enum":[
  1254          "CO",
  1255          "EQ"
  1256        ]
  1257      },
  1258      "BotLocaleFilters":{
  1259        "type":"list",
  1260        "member":{"shape":"BotLocaleFilter"},
  1261        "max":1,
  1262        "min":1
  1263      },
  1264      "BotLocaleHistoryEvent":{
  1265        "type":"structure",
  1266        "required":[
  1267          "event",
  1268          "eventDate"
  1269        ],
  1270        "members":{
  1271          "event":{"shape":"BotLocaleHistoryEventDescription"},
  1272          "eventDate":{"shape":"Timestamp"}
  1273        }
  1274      },
  1275      "BotLocaleHistoryEventDescription":{"type":"string"},
  1276      "BotLocaleHistoryEventsList":{
  1277        "type":"list",
  1278        "member":{"shape":"BotLocaleHistoryEvent"}
  1279      },
  1280      "BotLocaleImportSpecification":{
  1281        "type":"structure",
  1282        "required":[
  1283          "botId",
  1284          "botVersion",
  1285          "localeId"
  1286        ],
  1287        "members":{
  1288          "botId":{"shape":"Id"},
  1289          "botVersion":{"shape":"DraftBotVersion"},
  1290          "localeId":{"shape":"LocaleId"},
  1291          "nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"},
  1292          "voiceSettings":{"shape":"VoiceSettings"}
  1293        }
  1294      },
  1295      "BotLocaleSortAttribute":{
  1296        "type":"string",
  1297        "enum":["BotLocaleName"]
  1298      },
  1299      "BotLocaleSortBy":{
  1300        "type":"structure",
  1301        "required":[
  1302          "attribute",
  1303          "order"
  1304        ],
  1305        "members":{
  1306          "attribute":{"shape":"BotLocaleSortAttribute"},
  1307          "order":{"shape":"SortOrder"}
  1308        }
  1309      },
  1310      "BotLocaleStatus":{
  1311        "type":"string",
  1312        "enum":[
  1313          "Creating",
  1314          "Building",
  1315          "Built",
  1316          "ReadyExpressTesting",
  1317          "Failed",
  1318          "Deleting",
  1319          "NotBuilt",
  1320          "Importing"
  1321        ]
  1322      },
  1323      "BotLocaleSummary":{
  1324        "type":"structure",
  1325        "members":{
  1326          "localeId":{"shape":"LocaleId"},
  1327          "localeName":{"shape":"LocaleName"},
  1328          "description":{"shape":"Description"},
  1329          "botLocaleStatus":{"shape":"BotLocaleStatus"},
  1330          "lastUpdatedDateTime":{"shape":"Timestamp"},
  1331          "lastBuildSubmittedDateTime":{"shape":"Timestamp"}
  1332        }
  1333      },
  1334      "BotLocaleSummaryList":{
  1335        "type":"list",
  1336        "member":{"shape":"BotLocaleSummary"}
  1337      },
  1338      "BotSortAttribute":{
  1339        "type":"string",
  1340        "enum":["BotName"]
  1341      },
  1342      "BotSortBy":{
  1343        "type":"structure",
  1344        "required":[
  1345          "attribute",
  1346          "order"
  1347        ],
  1348        "members":{
  1349          "attribute":{"shape":"BotSortAttribute"},
  1350          "order":{"shape":"SortOrder"}
  1351        }
  1352      },
  1353      "BotStatus":{
  1354        "type":"string",
  1355        "enum":[
  1356          "Creating",
  1357          "Available",
  1358          "Inactive",
  1359          "Deleting",
  1360          "Failed",
  1361          "Versioning",
  1362          "Importing"
  1363        ]
  1364      },
  1365      "BotSummary":{
  1366        "type":"structure",
  1367        "members":{
  1368          "botId":{"shape":"Id"},
  1369          "botName":{"shape":"Name"},
  1370          "description":{"shape":"Description"},
  1371          "botStatus":{"shape":"BotStatus"},
  1372          "latestBotVersion":{"shape":"NumericalBotVersion"},
  1373          "lastUpdatedDateTime":{"shape":"Timestamp"}
  1374        }
  1375      },
  1376      "BotSummaryList":{
  1377        "type":"list",
  1378        "member":{"shape":"BotSummary"}
  1379      },
  1380      "BotVersion":{
  1381        "type":"string",
  1382        "max":5,
  1383        "min":1,
  1384        "pattern":"^(DRAFT|[0-9]+)$"
  1385      },
  1386      "BotVersionLocaleDetails":{
  1387        "type":"structure",
  1388        "required":["sourceBotVersion"],
  1389        "members":{
  1390          "sourceBotVersion":{"shape":"BotVersion"}
  1391        }
  1392      },
  1393      "BotVersionLocaleSpecification":{
  1394        "type":"map",
  1395        "key":{"shape":"LocaleId"},
  1396        "value":{"shape":"BotVersionLocaleDetails"},
  1397        "min":1
  1398      },
  1399      "BotVersionSortAttribute":{
  1400        "type":"string",
  1401        "enum":["BotVersion"]
  1402      },
  1403      "BotVersionSortBy":{
  1404        "type":"structure",
  1405        "required":[
  1406          "attribute",
  1407          "order"
  1408        ],
  1409        "members":{
  1410          "attribute":{"shape":"BotVersionSortAttribute"},
  1411          "order":{"shape":"SortOrder"}
  1412        }
  1413      },
  1414      "BotVersionSummary":{
  1415        "type":"structure",
  1416        "members":{
  1417          "botName":{"shape":"Name"},
  1418          "botVersion":{"shape":"BotVersion"},
  1419          "description":{"shape":"Description"},
  1420          "botStatus":{"shape":"BotStatus"},
  1421          "creationDateTime":{"shape":"Timestamp"}
  1422        }
  1423      },
  1424      "BotVersionSummaryList":{
  1425        "type":"list",
  1426        "member":{"shape":"BotVersionSummary"}
  1427      },
  1428      "BoxedBoolean":{
  1429        "type":"boolean",
  1430        "box":true
  1431      },
  1432      "BuildBotLocaleRequest":{
  1433        "type":"structure",
  1434        "required":[
  1435          "botId",
  1436          "botVersion",
  1437          "localeId"
  1438        ],
  1439        "members":{
  1440          "botId":{
  1441            "shape":"Id",
  1442            "location":"uri",
  1443            "locationName":"botId"
  1444          },
  1445          "botVersion":{
  1446            "shape":"DraftBotVersion",
  1447            "location":"uri",
  1448            "locationName":"botVersion"
  1449          },
  1450          "localeId":{
  1451            "shape":"LocaleId",
  1452            "location":"uri",
  1453            "locationName":"localeId"
  1454          }
  1455        }
  1456      },
  1457      "BuildBotLocaleResponse":{
  1458        "type":"structure",
  1459        "members":{
  1460          "botId":{"shape":"Id"},
  1461          "botVersion":{"shape":"DraftBotVersion"},
  1462          "localeId":{"shape":"LocaleId"},
  1463          "botLocaleStatus":{"shape":"BotLocaleStatus"},
  1464          "lastBuildSubmittedDateTime":{"shape":"Timestamp"}
  1465        }
  1466      },
  1467      "BuiltInIntentSortAttribute":{
  1468        "type":"string",
  1469        "enum":["IntentSignature"]
  1470      },
  1471      "BuiltInIntentSortBy":{
  1472        "type":"structure",
  1473        "required":[
  1474          "attribute",
  1475          "order"
  1476        ],
  1477        "members":{
  1478          "attribute":{"shape":"BuiltInIntentSortAttribute"},
  1479          "order":{"shape":"SortOrder"}
  1480        }
  1481      },
  1482      "BuiltInIntentSummary":{
  1483        "type":"structure",
  1484        "members":{
  1485          "intentSignature":{"shape":"IntentSignature"},
  1486          "description":{"shape":"Description"}
  1487        }
  1488      },
  1489      "BuiltInIntentSummaryList":{
  1490        "type":"list",
  1491        "member":{"shape":"BuiltInIntentSummary"}
  1492      },
  1493      "BuiltInOrCustomSlotTypeId":{
  1494        "type":"string",
  1495        "max":25,
  1496        "min":1,
  1497        "pattern":"^((AMAZON\\.)[a-zA-Z_]+?|[0-9a-zA-Z]+)$"
  1498      },
  1499      "BuiltInSlotTypeSortAttribute":{
  1500        "type":"string",
  1501        "enum":["SlotTypeSignature"]
  1502      },
  1503      "BuiltInSlotTypeSortBy":{
  1504        "type":"structure",
  1505        "required":[
  1506          "attribute",
  1507          "order"
  1508        ],
  1509        "members":{
  1510          "attribute":{"shape":"BuiltInSlotTypeSortAttribute"},
  1511          "order":{"shape":"SortOrder"}
  1512        }
  1513      },
  1514      "BuiltInSlotTypeSummary":{
  1515        "type":"structure",
  1516        "members":{
  1517          "slotTypeSignature":{"shape":"SlotTypeSignature"},
  1518          "description":{"shape":"Description"}
  1519        }
  1520      },
  1521      "BuiltInSlotTypeSummaryList":{
  1522        "type":"list",
  1523        "member":{"shape":"BuiltInSlotTypeSummary"}
  1524      },
  1525      "BuiltInsMaxResults":{
  1526        "type":"integer",
  1527        "box":true,
  1528        "max":20,
  1529        "min":20
  1530      },
  1531      "Button":{
  1532        "type":"structure",
  1533        "required":[
  1534          "text",
  1535          "value"
  1536        ],
  1537        "members":{
  1538          "text":{"shape":"ButtonText"},
  1539          "value":{"shape":"ButtonValue"}
  1540        }
  1541      },
  1542      "ButtonText":{
  1543        "type":"string",
  1544        "max":50,
  1545        "min":1
  1546      },
  1547      "ButtonValue":{
  1548        "type":"string",
  1549        "max":50,
  1550        "min":1
  1551      },
  1552      "ButtonsList":{
  1553        "type":"list",
  1554        "member":{"shape":"Button"},
  1555        "max":5,
  1556        "min":0
  1557      },
  1558      "ChildDirected":{"type":"boolean"},
  1559      "CloudWatchLogGroupArn":{
  1560        "type":"string",
  1561        "max":2048,
  1562        "min":1,
  1563        "pattern":"^arn:[\\w\\-]+:logs:[\\w\\-]+:[\\d]{12}:log-group:[\\.\\-_/#A-Za-z0-9]{1,512}(?::\\*)?$"
  1564      },
  1565      "CloudWatchLogGroupLogDestination":{
  1566        "type":"structure",
  1567        "required":[
  1568          "cloudWatchLogGroupArn",
  1569          "logPrefix"
  1570        ],
  1571        "members":{
  1572          "cloudWatchLogGroupArn":{"shape":"CloudWatchLogGroupArn"},
  1573          "logPrefix":{"shape":"LogPrefix"}
  1574        }
  1575      },
  1576      "CodeHookInterfaceVersion":{
  1577        "type":"string",
  1578        "max":5,
  1579        "min":1
  1580      },
  1581      "CodeHookSpecification":{
  1582        "type":"structure",
  1583        "required":["lambdaCodeHook"],
  1584        "members":{
  1585          "lambdaCodeHook":{"shape":"LambdaCodeHook"}
  1586        }
  1587      },
  1588      "ConditionKey":{
  1589        "type":"string",
  1590        "max":1024,
  1591        "min":1
  1592      },
  1593      "ConditionKeyValueMap":{
  1594        "type":"map",
  1595        "key":{"shape":"ConditionKey"},
  1596        "value":{"shape":"ConditionValue"},
  1597        "max":10,
  1598        "min":0
  1599      },
  1600      "ConditionMap":{
  1601        "type":"map",
  1602        "key":{"shape":"ConditionOperator"},
  1603        "value":{"shape":"ConditionKeyValueMap"},
  1604        "max":10,
  1605        "min":0
  1606      },
  1607      "ConditionOperator":{
  1608        "type":"string",
  1609        "min":1
  1610      },
  1611      "ConditionValue":{
  1612        "type":"string",
  1613        "max":1024,
  1614        "min":1
  1615      },
  1616      "ConfidenceThreshold":{
  1617        "type":"double",
  1618        "max":1,
  1619        "min":0
  1620      },
  1621      "ConflictException":{
  1622        "type":"structure",
  1623        "members":{
  1624          "message":{"shape":"ExceptionMessage"}
  1625        },
  1626        "error":{"httpStatusCode":409},
  1627        "exception":true
  1628      },
  1629      "ContextTimeToLiveInSeconds":{
  1630        "type":"integer",
  1631        "max":86400,
  1632        "min":5
  1633      },
  1634      "ContextTurnsToLive":{
  1635        "type":"integer",
  1636        "max":20,
  1637        "min":1
  1638      },
  1639      "ConversationLogSettings":{
  1640        "type":"structure",
  1641        "members":{
  1642          "textLogSettings":{"shape":"TextLogSettingsList"},
  1643          "audioLogSettings":{"shape":"AudioLogSettingsList"}
  1644        }
  1645      },
  1646      "CreateBotAliasRequest":{
  1647        "type":"structure",
  1648        "required":[
  1649          "botAliasName",
  1650          "botId"
  1651        ],
  1652        "members":{
  1653          "botAliasName":{"shape":"Name"},
  1654          "description":{"shape":"Description"},
  1655          "botVersion":{"shape":"NumericalBotVersion"},
  1656          "botAliasLocaleSettings":{"shape":"BotAliasLocaleSettingsMap"},
  1657          "conversationLogSettings":{"shape":"ConversationLogSettings"},
  1658          "sentimentAnalysisSettings":{"shape":"SentimentAnalysisSettings"},
  1659          "botId":{
  1660            "shape":"Id",
  1661            "location":"uri",
  1662            "locationName":"botId"
  1663          },
  1664          "tags":{"shape":"TagMap"}
  1665        }
  1666      },
  1667      "CreateBotAliasResponse":{
  1668        "type":"structure",
  1669        "members":{
  1670          "botAliasId":{"shape":"BotAliasId"},
  1671          "botAliasName":{"shape":"Name"},
  1672          "description":{"shape":"Description"},
  1673          "botVersion":{"shape":"NumericalBotVersion"},
  1674          "botAliasLocaleSettings":{"shape":"BotAliasLocaleSettingsMap"},
  1675          "conversationLogSettings":{"shape":"ConversationLogSettings"},
  1676          "sentimentAnalysisSettings":{"shape":"SentimentAnalysisSettings"},
  1677          "botAliasStatus":{"shape":"BotAliasStatus"},
  1678          "botId":{"shape":"Id"},
  1679          "creationDateTime":{"shape":"Timestamp"},
  1680          "tags":{"shape":"TagMap"}
  1681        }
  1682      },
  1683      "CreateBotLocaleRequest":{
  1684        "type":"structure",
  1685        "required":[
  1686          "botId",
  1687          "botVersion",
  1688          "localeId",
  1689          "nluIntentConfidenceThreshold"
  1690        ],
  1691        "members":{
  1692          "botId":{
  1693            "shape":"Id",
  1694            "location":"uri",
  1695            "locationName":"botId"
  1696          },
  1697          "botVersion":{
  1698            "shape":"DraftBotVersion",
  1699            "location":"uri",
  1700            "locationName":"botVersion"
  1701          },
  1702          "localeId":{"shape":"LocaleId"},
  1703          "description":{"shape":"Description"},
  1704          "nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"},
  1705          "voiceSettings":{"shape":"VoiceSettings"}
  1706        }
  1707      },
  1708      "CreateBotLocaleResponse":{
  1709        "type":"structure",
  1710        "members":{
  1711          "botId":{"shape":"Id"},
  1712          "botVersion":{"shape":"DraftBotVersion"},
  1713          "localeName":{"shape":"LocaleName"},
  1714          "localeId":{"shape":"LocaleId"},
  1715          "description":{"shape":"Description"},
  1716          "nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"},
  1717          "voiceSettings":{"shape":"VoiceSettings"},
  1718          "botLocaleStatus":{"shape":"BotLocaleStatus"},
  1719          "creationDateTime":{"shape":"Timestamp"}
  1720        }
  1721      },
  1722      "CreateBotRequest":{
  1723        "type":"structure",
  1724        "required":[
  1725          "botName",
  1726          "roleArn",
  1727          "dataPrivacy",
  1728          "idleSessionTTLInSeconds"
  1729        ],
  1730        "members":{
  1731          "botName":{"shape":"Name"},
  1732          "description":{"shape":"Description"},
  1733          "roleArn":{"shape":"RoleArn"},
  1734          "dataPrivacy":{"shape":"DataPrivacy"},
  1735          "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
  1736          "botTags":{"shape":"TagMap"},
  1737          "testBotAliasTags":{"shape":"TagMap"}
  1738        }
  1739      },
  1740      "CreateBotResponse":{
  1741        "type":"structure",
  1742        "members":{
  1743          "botId":{"shape":"Id"},
  1744          "botName":{"shape":"Name"},
  1745          "description":{"shape":"Description"},
  1746          "roleArn":{"shape":"RoleArn"},
  1747          "dataPrivacy":{"shape":"DataPrivacy"},
  1748          "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
  1749          "botStatus":{"shape":"BotStatus"},
  1750          "creationDateTime":{"shape":"Timestamp"},
  1751          "botTags":{"shape":"TagMap"},
  1752          "testBotAliasTags":{"shape":"TagMap"}
  1753        }
  1754      },
  1755      "CreateBotVersionRequest":{
  1756        "type":"structure",
  1757        "required":[
  1758          "botId",
  1759          "botVersionLocaleSpecification"
  1760        ],
  1761        "members":{
  1762          "botId":{
  1763            "shape":"Id",
  1764            "location":"uri",
  1765            "locationName":"botId"
  1766          },
  1767          "description":{"shape":"Description"},
  1768          "botVersionLocaleSpecification":{"shape":"BotVersionLocaleSpecification"}
  1769        }
  1770      },
  1771      "CreateBotVersionResponse":{
  1772        "type":"structure",
  1773        "members":{
  1774          "botId":{"shape":"Id"},
  1775          "description":{"shape":"Description"},
  1776          "botVersion":{"shape":"NumericalBotVersion"},
  1777          "botVersionLocaleSpecification":{"shape":"BotVersionLocaleSpecification"},
  1778          "botStatus":{"shape":"BotStatus"},
  1779          "creationDateTime":{"shape":"Timestamp"}
  1780        }
  1781      },
  1782      "CreateExportRequest":{
  1783        "type":"structure",
  1784        "required":[
  1785          "resourceSpecification",
  1786          "fileFormat"
  1787        ],
  1788        "members":{
  1789          "resourceSpecification":{"shape":"ExportResourceSpecification"},
  1790          "fileFormat":{"shape":"ImportExportFileFormat"},
  1791          "filePassword":{"shape":"ImportExportFilePassword"}
  1792        }
  1793      },
  1794      "CreateExportResponse":{
  1795        "type":"structure",
  1796        "members":{
  1797          "exportId":{"shape":"Id"},
  1798          "resourceSpecification":{"shape":"ExportResourceSpecification"},
  1799          "fileFormat":{"shape":"ImportExportFileFormat"},
  1800          "exportStatus":{"shape":"ExportStatus"},
  1801          "creationDateTime":{"shape":"Timestamp"}
  1802        }
  1803      },
  1804      "CreateIntentRequest":{
  1805        "type":"structure",
  1806        "required":[
  1807          "intentName",
  1808          "botId",
  1809          "botVersion",
  1810          "localeId"
  1811        ],
  1812        "members":{
  1813          "intentName":{"shape":"Name"},
  1814          "description":{"shape":"Description"},
  1815          "parentIntentSignature":{"shape":"IntentSignature"},
  1816          "sampleUtterances":{"shape":"SampleUtterancesList"},
  1817          "dialogCodeHook":{"shape":"DialogCodeHookSettings"},
  1818          "fulfillmentCodeHook":{"shape":"FulfillmentCodeHookSettings"},
  1819          "intentConfirmationSetting":{"shape":"IntentConfirmationSetting"},
  1820          "intentClosingSetting":{"shape":"IntentClosingSetting"},
  1821          "inputContexts":{"shape":"InputContextsList"},
  1822          "outputContexts":{"shape":"OutputContextsList"},
  1823          "kendraConfiguration":{"shape":"KendraConfiguration"},
  1824          "botId":{
  1825            "shape":"Id",
  1826            "location":"uri",
  1827            "locationName":"botId"
  1828          },
  1829          "botVersion":{
  1830            "shape":"DraftBotVersion",
  1831            "location":"uri",
  1832            "locationName":"botVersion"
  1833          },
  1834          "localeId":{
  1835            "shape":"LocaleId",
  1836            "location":"uri",
  1837            "locationName":"localeId"
  1838          }
  1839        }
  1840      },
  1841      "CreateIntentResponse":{
  1842        "type":"structure",
  1843        "members":{
  1844          "intentId":{"shape":"Id"},
  1845          "intentName":{"shape":"Name"},
  1846          "description":{"shape":"Description"},
  1847          "parentIntentSignature":{"shape":"IntentSignature"},
  1848          "sampleUtterances":{"shape":"SampleUtterancesList"},
  1849          "dialogCodeHook":{"shape":"DialogCodeHookSettings"},
  1850          "fulfillmentCodeHook":{"shape":"FulfillmentCodeHookSettings"},
  1851          "intentConfirmationSetting":{"shape":"IntentConfirmationSetting"},
  1852          "intentClosingSetting":{"shape":"IntentClosingSetting"},
  1853          "inputContexts":{"shape":"InputContextsList"},
  1854          "outputContexts":{"shape":"OutputContextsList"},
  1855          "kendraConfiguration":{"shape":"KendraConfiguration"},
  1856          "botId":{"shape":"Id"},
  1857          "botVersion":{"shape":"DraftBotVersion"},
  1858          "localeId":{"shape":"LocaleId"},
  1859          "creationDateTime":{"shape":"Timestamp"}
  1860        }
  1861      },
  1862      "CreateResourcePolicyRequest":{
  1863        "type":"structure",
  1864        "required":[
  1865          "resourceArn",
  1866          "policy"
  1867        ],
  1868        "members":{
  1869          "resourceArn":{
  1870            "shape":"AmazonResourceName",
  1871            "location":"uri",
  1872            "locationName":"resourceArn"
  1873          },
  1874          "policy":{"shape":"Policy"}
  1875        }
  1876      },
  1877      "CreateResourcePolicyResponse":{
  1878        "type":"structure",
  1879        "members":{
  1880          "resourceArn":{"shape":"AmazonResourceName"},
  1881          "revisionId":{"shape":"RevisionId"}
  1882        }
  1883      },
  1884      "CreateResourcePolicyStatementRequest":{
  1885        "type":"structure",
  1886        "required":[
  1887          "resourceArn",
  1888          "statementId",
  1889          "effect",
  1890          "principal",
  1891          "action"
  1892        ],
  1893        "members":{
  1894          "resourceArn":{
  1895            "shape":"AmazonResourceName",
  1896            "location":"uri",
  1897            "locationName":"resourceArn"
  1898          },
  1899          "statementId":{"shape":"Name"},
  1900          "effect":{"shape":"Effect"},
  1901          "principal":{"shape":"PrincipalList"},
  1902          "action":{"shape":"OperationList"},
  1903          "condition":{"shape":"ConditionMap"},
  1904          "expectedRevisionId":{
  1905            "shape":"RevisionId",
  1906            "location":"querystring",
  1907            "locationName":"expectedRevisionId"
  1908          }
  1909        }
  1910      },
  1911      "CreateResourcePolicyStatementResponse":{
  1912        "type":"structure",
  1913        "members":{
  1914          "resourceArn":{"shape":"AmazonResourceName"},
  1915          "revisionId":{"shape":"RevisionId"}
  1916        }
  1917      },
  1918      "CreateSlotRequest":{
  1919        "type":"structure",
  1920        "required":[
  1921          "slotName",
  1922          "slotTypeId",
  1923          "valueElicitationSetting",
  1924          "botId",
  1925          "botVersion",
  1926          "localeId",
  1927          "intentId"
  1928        ],
  1929        "members":{
  1930          "slotName":{"shape":"Name"},
  1931          "description":{"shape":"Description"},
  1932          "slotTypeId":{"shape":"BuiltInOrCustomSlotTypeId"},
  1933          "valueElicitationSetting":{"shape":"SlotValueElicitationSetting"},
  1934          "obfuscationSetting":{"shape":"ObfuscationSetting"},
  1935          "botId":{
  1936            "shape":"Id",
  1937            "location":"uri",
  1938            "locationName":"botId"
  1939          },
  1940          "botVersion":{
  1941            "shape":"DraftBotVersion",
  1942            "location":"uri",
  1943            "locationName":"botVersion"
  1944          },
  1945          "localeId":{
  1946            "shape":"LocaleId",
  1947            "location":"uri",
  1948            "locationName":"localeId"
  1949          },
  1950          "intentId":{
  1951            "shape":"Id",
  1952            "location":"uri",
  1953            "locationName":"intentId"
  1954          },
  1955          "multipleValuesSetting":{"shape":"MultipleValuesSetting"}
  1956        }
  1957      },
  1958      "CreateSlotResponse":{
  1959        "type":"structure",
  1960        "members":{
  1961          "slotId":{"shape":"Id"},
  1962          "slotName":{"shape":"Name"},
  1963          "description":{"shape":"Description"},
  1964          "slotTypeId":{"shape":"BuiltInOrCustomSlotTypeId"},
  1965          "valueElicitationSetting":{"shape":"SlotValueElicitationSetting"},
  1966          "obfuscationSetting":{"shape":"ObfuscationSetting"},
  1967          "botId":{"shape":"Id"},
  1968          "botVersion":{"shape":"DraftBotVersion"},
  1969          "localeId":{"shape":"LocaleId"},
  1970          "intentId":{"shape":"Id"},
  1971          "creationDateTime":{"shape":"Timestamp"},
  1972          "multipleValuesSetting":{"shape":"MultipleValuesSetting"}
  1973        }
  1974      },
  1975      "CreateSlotTypeRequest":{
  1976        "type":"structure",
  1977        "required":[
  1978          "slotTypeName",
  1979          "valueSelectionSetting",
  1980          "botId",
  1981          "botVersion",
  1982          "localeId"
  1983        ],
  1984        "members":{
  1985          "slotTypeName":{"shape":"Name"},
  1986          "description":{"shape":"Description"},
  1987          "slotTypeValues":{"shape":"SlotTypeValues"},
  1988          "valueSelectionSetting":{"shape":"SlotValueSelectionSetting"},
  1989          "parentSlotTypeSignature":{"shape":"SlotTypeSignature"},
  1990          "botId":{
  1991            "shape":"Id",
  1992            "location":"uri",
  1993            "locationName":"botId"
  1994          },
  1995          "botVersion":{
  1996            "shape":"DraftBotVersion",
  1997            "location":"uri",
  1998            "locationName":"botVersion"
  1999          },
  2000          "localeId":{
  2001            "shape":"LocaleId",
  2002            "location":"uri",
  2003            "locationName":"localeId"
  2004          }
  2005        }
  2006      },
  2007      "CreateSlotTypeResponse":{
  2008        "type":"structure",
  2009        "members":{
  2010          "slotTypeId":{"shape":"Id"},
  2011          "slotTypeName":{"shape":"Name"},
  2012          "description":{"shape":"Description"},
  2013          "slotTypeValues":{"shape":"SlotTypeValues"},
  2014          "valueSelectionSetting":{"shape":"SlotValueSelectionSetting"},
  2015          "parentSlotTypeSignature":{"shape":"SlotTypeSignature"},
  2016          "botId":{"shape":"Id"},
  2017          "botVersion":{"shape":"DraftBotVersion"},
  2018          "localeId":{"shape":"LocaleId"},
  2019          "creationDateTime":{"shape":"Timestamp"}
  2020        }
  2021      },
  2022      "CreateUploadUrlRequest":{
  2023        "type":"structure",
  2024        "members":{
  2025        }
  2026      },
  2027      "CreateUploadUrlResponse":{
  2028        "type":"structure",
  2029        "members":{
  2030          "importId":{"shape":"Id"},
  2031          "uploadUrl":{"shape":"PresignedS3Url"}
  2032        }
  2033      },
  2034      "CustomPayload":{
  2035        "type":"structure",
  2036        "required":["value"],
  2037        "members":{
  2038          "value":{"shape":"CustomPayloadValue"}
  2039        }
  2040      },
  2041      "CustomPayloadValue":{
  2042        "type":"string",
  2043        "max":1000,
  2044        "min":1
  2045      },
  2046      "DataPrivacy":{
  2047        "type":"structure",
  2048        "required":["childDirected"],
  2049        "members":{
  2050          "childDirected":{"shape":"ChildDirected"}
  2051        }
  2052      },
  2053      "DeleteBotAliasRequest":{
  2054        "type":"structure",
  2055        "required":[
  2056          "botAliasId",
  2057          "botId"
  2058        ],
  2059        "members":{
  2060          "botAliasId":{
  2061            "shape":"BotAliasId",
  2062            "location":"uri",
  2063            "locationName":"botAliasId"
  2064          },
  2065          "botId":{
  2066            "shape":"Id",
  2067            "location":"uri",
  2068            "locationName":"botId"
  2069          },
  2070          "skipResourceInUseCheck":{
  2071            "shape":"SkipResourceInUseCheck",
  2072            "location":"querystring",
  2073            "locationName":"skipResourceInUseCheck"
  2074          }
  2075        }
  2076      },
  2077      "DeleteBotAliasResponse":{
  2078        "type":"structure",
  2079        "members":{
  2080          "botAliasId":{"shape":"BotAliasId"},
  2081          "botId":{"shape":"Id"},
  2082          "botAliasStatus":{"shape":"BotAliasStatus"}
  2083        }
  2084      },
  2085      "DeleteBotLocaleRequest":{
  2086        "type":"structure",
  2087        "required":[
  2088          "botId",
  2089          "botVersion",
  2090          "localeId"
  2091        ],
  2092        "members":{
  2093          "botId":{
  2094            "shape":"Id",
  2095            "location":"uri",
  2096            "locationName":"botId"
  2097          },
  2098          "botVersion":{
  2099            "shape":"DraftBotVersion",
  2100            "location":"uri",
  2101            "locationName":"botVersion"
  2102          },
  2103          "localeId":{
  2104            "shape":"LocaleId",
  2105            "location":"uri",
  2106            "locationName":"localeId"
  2107          }
  2108        }
  2109      },
  2110      "DeleteBotLocaleResponse":{
  2111        "type":"structure",
  2112        "members":{
  2113          "botId":{"shape":"Id"},
  2114          "botVersion":{"shape":"DraftBotVersion"},
  2115          "localeId":{"shape":"LocaleId"},
  2116          "botLocaleStatus":{"shape":"BotLocaleStatus"}
  2117        }
  2118      },
  2119      "DeleteBotRequest":{
  2120        "type":"structure",
  2121        "required":["botId"],
  2122        "members":{
  2123          "botId":{
  2124            "shape":"Id",
  2125            "location":"uri",
  2126            "locationName":"botId"
  2127          },
  2128          "skipResourceInUseCheck":{
  2129            "shape":"SkipResourceInUseCheck",
  2130            "location":"querystring",
  2131            "locationName":"skipResourceInUseCheck"
  2132          }
  2133        }
  2134      },
  2135      "DeleteBotResponse":{
  2136        "type":"structure",
  2137        "members":{
  2138          "botId":{"shape":"Id"},
  2139          "botStatus":{"shape":"BotStatus"}
  2140        }
  2141      },
  2142      "DeleteBotVersionRequest":{
  2143        "type":"structure",
  2144        "required":[
  2145          "botId",
  2146          "botVersion"
  2147        ],
  2148        "members":{
  2149          "botId":{
  2150            "shape":"Id",
  2151            "location":"uri",
  2152            "locationName":"botId"
  2153          },
  2154          "botVersion":{
  2155            "shape":"NumericalBotVersion",
  2156            "location":"uri",
  2157            "locationName":"botVersion"
  2158          },
  2159          "skipResourceInUseCheck":{
  2160            "shape":"SkipResourceInUseCheck",
  2161            "location":"querystring",
  2162            "locationName":"skipResourceInUseCheck"
  2163          }
  2164        }
  2165      },
  2166      "DeleteBotVersionResponse":{
  2167        "type":"structure",
  2168        "members":{
  2169          "botId":{"shape":"Id"},
  2170          "botVersion":{"shape":"NumericalBotVersion"},
  2171          "botStatus":{"shape":"BotStatus"}
  2172        }
  2173      },
  2174      "DeleteExportRequest":{
  2175        "type":"structure",
  2176        "required":["exportId"],
  2177        "members":{
  2178          "exportId":{
  2179            "shape":"Id",
  2180            "location":"uri",
  2181            "locationName":"exportId"
  2182          }
  2183        }
  2184      },
  2185      "DeleteExportResponse":{
  2186        "type":"structure",
  2187        "members":{
  2188          "exportId":{"shape":"Id"},
  2189          "exportStatus":{"shape":"ExportStatus"}
  2190        }
  2191      },
  2192      "DeleteImportRequest":{
  2193        "type":"structure",
  2194        "required":["importId"],
  2195        "members":{
  2196          "importId":{
  2197            "shape":"Id",
  2198            "location":"uri",
  2199            "locationName":"importId"
  2200          }
  2201        }
  2202      },
  2203      "DeleteImportResponse":{
  2204        "type":"structure",
  2205        "members":{
  2206          "importId":{"shape":"Id"},
  2207          "importStatus":{"shape":"ImportStatus"}
  2208        }
  2209      },
  2210      "DeleteIntentRequest":{
  2211        "type":"structure",
  2212        "required":[
  2213          "intentId",
  2214          "botId",
  2215          "botVersion",
  2216          "localeId"
  2217        ],
  2218        "members":{
  2219          "intentId":{
  2220            "shape":"Id",
  2221            "location":"uri",
  2222            "locationName":"intentId"
  2223          },
  2224          "botId":{
  2225            "shape":"Id",
  2226            "location":"uri",
  2227            "locationName":"botId"
  2228          },
  2229          "botVersion":{
  2230            "shape":"DraftBotVersion",
  2231            "location":"uri",
  2232            "locationName":"botVersion"
  2233          },
  2234          "localeId":{
  2235            "shape":"LocaleId",
  2236            "location":"uri",
  2237            "locationName":"localeId"
  2238          }
  2239        }
  2240      },
  2241      "DeleteResourcePolicyRequest":{
  2242        "type":"structure",
  2243        "required":["resourceArn"],
  2244        "members":{
  2245          "resourceArn":{
  2246            "shape":"AmazonResourceName",
  2247            "location":"uri",
  2248            "locationName":"resourceArn"
  2249          },
  2250          "expectedRevisionId":{
  2251            "shape":"RevisionId",
  2252            "location":"querystring",
  2253            "locationName":"expectedRevisionId"
  2254          }
  2255        }
  2256      },
  2257      "DeleteResourcePolicyResponse":{
  2258        "type":"structure",
  2259        "members":{
  2260          "resourceArn":{"shape":"AmazonResourceName"},
  2261          "revisionId":{"shape":"RevisionId"}
  2262        }
  2263      },
  2264      "DeleteResourcePolicyStatementRequest":{
  2265        "type":"structure",
  2266        "required":[
  2267          "resourceArn",
  2268          "statementId"
  2269        ],
  2270        "members":{
  2271          "resourceArn":{
  2272            "shape":"AmazonResourceName",
  2273            "location":"uri",
  2274            "locationName":"resourceArn"
  2275          },
  2276          "statementId":{
  2277            "shape":"Name",
  2278            "location":"uri",
  2279            "locationName":"statementId"
  2280          },
  2281          "expectedRevisionId":{
  2282            "shape":"RevisionId",
  2283            "location":"querystring",
  2284            "locationName":"expectedRevisionId"
  2285          }
  2286        }
  2287      },
  2288      "DeleteResourcePolicyStatementResponse":{
  2289        "type":"structure",
  2290        "members":{
  2291          "resourceArn":{"shape":"AmazonResourceName"},
  2292          "revisionId":{"shape":"RevisionId"}
  2293        }
  2294      },
  2295      "DeleteSlotRequest":{
  2296        "type":"structure",
  2297        "required":[
  2298          "slotId",
  2299          "botId",
  2300          "botVersion",
  2301          "localeId",
  2302          "intentId"
  2303        ],
  2304        "members":{
  2305          "slotId":{
  2306            "shape":"Id",
  2307            "location":"uri",
  2308            "locationName":"slotId"
  2309          },
  2310          "botId":{
  2311            "shape":"Id",
  2312            "location":"uri",
  2313            "locationName":"botId"
  2314          },
  2315          "botVersion":{
  2316            "shape":"DraftBotVersion",
  2317            "location":"uri",
  2318            "locationName":"botVersion"
  2319          },
  2320          "localeId":{
  2321            "shape":"LocaleId",
  2322            "location":"uri",
  2323            "locationName":"localeId"
  2324          },
  2325          "intentId":{
  2326            "shape":"Id",
  2327            "location":"uri",
  2328            "locationName":"intentId"
  2329          }
  2330        }
  2331      },
  2332      "DeleteSlotTypeRequest":{
  2333        "type":"structure",
  2334        "required":[
  2335          "slotTypeId",
  2336          "botId",
  2337          "botVersion",
  2338          "localeId"
  2339        ],
  2340        "members":{
  2341          "slotTypeId":{
  2342            "shape":"Id",
  2343            "location":"uri",
  2344            "locationName":"slotTypeId"
  2345          },
  2346          "botId":{
  2347            "shape":"Id",
  2348            "location":"uri",
  2349            "locationName":"botId"
  2350          },
  2351          "botVersion":{
  2352            "shape":"DraftBotVersion",
  2353            "location":"uri",
  2354            "locationName":"botVersion"
  2355          },
  2356          "localeId":{
  2357            "shape":"LocaleId",
  2358            "location":"uri",
  2359            "locationName":"localeId"
  2360          },
  2361          "skipResourceInUseCheck":{
  2362            "shape":"SkipResourceInUseCheck",
  2363            "location":"querystring",
  2364            "locationName":"skipResourceInUseCheck"
  2365          }
  2366        }
  2367      },
  2368      "DeleteUtterancesRequest":{
  2369        "type":"structure",
  2370        "required":["botId"],
  2371        "members":{
  2372          "botId":{
  2373            "shape":"Id",
  2374            "location":"uri",
  2375            "locationName":"botId"
  2376          },
  2377          "localeId":{
  2378            "shape":"LocaleId",
  2379            "location":"querystring",
  2380            "locationName":"localeId"
  2381          },
  2382          "sessionId":{
  2383            "shape":"SessionId",
  2384            "location":"querystring",
  2385            "locationName":"sessionId"
  2386          }
  2387        }
  2388      },
  2389      "DeleteUtterancesResponse":{
  2390        "type":"structure",
  2391        "members":{
  2392        }
  2393      },
  2394      "DescribeBotAliasRequest":{
  2395        "type":"structure",
  2396        "required":[
  2397          "botAliasId",
  2398          "botId"
  2399        ],
  2400        "members":{
  2401          "botAliasId":{
  2402            "shape":"BotAliasId",
  2403            "location":"uri",
  2404            "locationName":"botAliasId"
  2405          },
  2406          "botId":{
  2407            "shape":"Id",
  2408            "location":"uri",
  2409            "locationName":"botId"
  2410          }
  2411        }
  2412      },
  2413      "DescribeBotAliasResponse":{
  2414        "type":"structure",
  2415        "members":{
  2416          "botAliasId":{"shape":"BotAliasId"},
  2417          "botAliasName":{"shape":"Name"},
  2418          "description":{"shape":"Description"},
  2419          "botVersion":{"shape":"BotVersion"},
  2420          "botAliasLocaleSettings":{"shape":"BotAliasLocaleSettingsMap"},
  2421          "conversationLogSettings":{"shape":"ConversationLogSettings"},
  2422          "sentimentAnalysisSettings":{"shape":"SentimentAnalysisSettings"},
  2423          "botAliasHistoryEvents":{"shape":"BotAliasHistoryEventsList"},
  2424          "botAliasStatus":{"shape":"BotAliasStatus"},
  2425          "botId":{"shape":"Id"},
  2426          "creationDateTime":{"shape":"Timestamp"},
  2427          "lastUpdatedDateTime":{"shape":"Timestamp"}
  2428        }
  2429      },
  2430      "DescribeBotLocaleRequest":{
  2431        "type":"structure",
  2432        "required":[
  2433          "botId",
  2434          "botVersion",
  2435          "localeId"
  2436        ],
  2437        "members":{
  2438          "botId":{
  2439            "shape":"Id",
  2440            "location":"uri",
  2441            "locationName":"botId"
  2442          },
  2443          "botVersion":{
  2444            "shape":"BotVersion",
  2445            "location":"uri",
  2446            "locationName":"botVersion"
  2447          },
  2448          "localeId":{
  2449            "shape":"LocaleId",
  2450            "location":"uri",
  2451            "locationName":"localeId"
  2452          }
  2453        }
  2454      },
  2455      "DescribeBotLocaleResponse":{
  2456        "type":"structure",
  2457        "members":{
  2458          "botId":{"shape":"Id"},
  2459          "botVersion":{"shape":"BotVersion"},
  2460          "localeId":{"shape":"LocaleId"},
  2461          "localeName":{"shape":"LocaleName"},
  2462          "description":{"shape":"Description"},
  2463          "nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"},
  2464          "voiceSettings":{"shape":"VoiceSettings"},
  2465          "intentsCount":{"shape":"ResourceCount"},
  2466          "slotTypesCount":{"shape":"ResourceCount"},
  2467          "botLocaleStatus":{"shape":"BotLocaleStatus"},
  2468          "failureReasons":{"shape":"FailureReasons"},
  2469          "creationDateTime":{"shape":"Timestamp"},
  2470          "lastUpdatedDateTime":{"shape":"Timestamp"},
  2471          "lastBuildSubmittedDateTime":{"shape":"Timestamp"},
  2472          "botLocaleHistoryEvents":{"shape":"BotLocaleHistoryEventsList"}
  2473        }
  2474      },
  2475      "DescribeBotRequest":{
  2476        "type":"structure",
  2477        "required":["botId"],
  2478        "members":{
  2479          "botId":{
  2480            "shape":"Id",
  2481            "location":"uri",
  2482            "locationName":"botId"
  2483          }
  2484        }
  2485      },
  2486      "DescribeBotResponse":{
  2487        "type":"structure",
  2488        "members":{
  2489          "botId":{"shape":"Id"},
  2490          "botName":{"shape":"Name"},
  2491          "description":{"shape":"Description"},
  2492          "roleArn":{"shape":"RoleArn"},
  2493          "dataPrivacy":{"shape":"DataPrivacy"},
  2494          "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
  2495          "botStatus":{"shape":"BotStatus"},
  2496          "creationDateTime":{"shape":"Timestamp"},
  2497          "lastUpdatedDateTime":{"shape":"Timestamp"}
  2498        }
  2499      },
  2500      "DescribeBotVersionRequest":{
  2501        "type":"structure",
  2502        "required":[
  2503          "botId",
  2504          "botVersion"
  2505        ],
  2506        "members":{
  2507          "botId":{
  2508            "shape":"Id",
  2509            "location":"uri",
  2510            "locationName":"botId"
  2511          },
  2512          "botVersion":{
  2513            "shape":"NumericalBotVersion",
  2514            "location":"uri",
  2515            "locationName":"botVersion"
  2516          }
  2517        }
  2518      },
  2519      "DescribeBotVersionResponse":{
  2520        "type":"structure",
  2521        "members":{
  2522          "botId":{"shape":"Id"},
  2523          "botName":{"shape":"Name"},
  2524          "botVersion":{"shape":"NumericalBotVersion"},
  2525          "description":{"shape":"Description"},
  2526          "roleArn":{"shape":"RoleArn"},
  2527          "dataPrivacy":{"shape":"DataPrivacy"},
  2528          "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
  2529          "botStatus":{"shape":"BotStatus"},
  2530          "failureReasons":{"shape":"FailureReasons"},
  2531          "creationDateTime":{"shape":"Timestamp"}
  2532        }
  2533      },
  2534      "DescribeExportRequest":{
  2535        "type":"structure",
  2536        "required":["exportId"],
  2537        "members":{
  2538          "exportId":{
  2539            "shape":"Id",
  2540            "location":"uri",
  2541            "locationName":"exportId"
  2542          }
  2543        }
  2544      },
  2545      "DescribeExportResponse":{
  2546        "type":"structure",
  2547        "members":{
  2548          "exportId":{"shape":"Id"},
  2549          "resourceSpecification":{"shape":"ExportResourceSpecification"},
  2550          "fileFormat":{"shape":"ImportExportFileFormat"},
  2551          "exportStatus":{"shape":"ExportStatus"},
  2552          "failureReasons":{"shape":"FailureReasons"},
  2553          "downloadUrl":{"shape":"PresignedS3Url"},
  2554          "creationDateTime":{"shape":"Timestamp"},
  2555          "lastUpdatedDateTime":{"shape":"Timestamp"}
  2556        }
  2557      },
  2558      "DescribeImportRequest":{
  2559        "type":"structure",
  2560        "required":["importId"],
  2561        "members":{
  2562          "importId":{
  2563            "shape":"Id",
  2564            "location":"uri",
  2565            "locationName":"importId"
  2566          }
  2567        }
  2568      },
  2569      "DescribeImportResponse":{
  2570        "type":"structure",
  2571        "members":{
  2572          "importId":{"shape":"Id"},
  2573          "resourceSpecification":{"shape":"ImportResourceSpecification"},
  2574          "importedResourceId":{"shape":"ImportedResourceId"},
  2575          "importedResourceName":{"shape":"Name"},
  2576          "mergeStrategy":{"shape":"MergeStrategy"},
  2577          "importStatus":{"shape":"ImportStatus"},
  2578          "failureReasons":{"shape":"FailureReasons"},
  2579          "creationDateTime":{"shape":"Timestamp"},
  2580          "lastUpdatedDateTime":{"shape":"Timestamp"}
  2581        }
  2582      },
  2583      "DescribeIntentRequest":{
  2584        "type":"structure",
  2585        "required":[
  2586          "intentId",
  2587          "botId",
  2588          "botVersion",
  2589          "localeId"
  2590        ],
  2591        "members":{
  2592          "intentId":{
  2593            "shape":"Id",
  2594            "location":"uri",
  2595            "locationName":"intentId"
  2596          },
  2597          "botId":{
  2598            "shape":"Id",
  2599            "location":"uri",
  2600            "locationName":"botId"
  2601          },
  2602          "botVersion":{
  2603            "shape":"BotVersion",
  2604            "location":"uri",
  2605            "locationName":"botVersion"
  2606          },
  2607          "localeId":{
  2608            "shape":"LocaleId",
  2609            "location":"uri",
  2610            "locationName":"localeId"
  2611          }
  2612        }
  2613      },
  2614      "DescribeIntentResponse":{
  2615        "type":"structure",
  2616        "members":{
  2617          "intentId":{"shape":"Id"},
  2618          "intentName":{"shape":"Name"},
  2619          "description":{"shape":"Description"},
  2620          "parentIntentSignature":{"shape":"IntentSignature"},
  2621          "sampleUtterances":{"shape":"SampleUtterancesList"},
  2622          "dialogCodeHook":{"shape":"DialogCodeHookSettings"},
  2623          "fulfillmentCodeHook":{"shape":"FulfillmentCodeHookSettings"},
  2624          "slotPriorities":{"shape":"SlotPrioritiesList"},
  2625          "intentConfirmationSetting":{"shape":"IntentConfirmationSetting"},
  2626          "intentClosingSetting":{"shape":"IntentClosingSetting"},
  2627          "inputContexts":{"shape":"InputContextsList"},
  2628          "outputContexts":{"shape":"OutputContextsList"},
  2629          "kendraConfiguration":{"shape":"KendraConfiguration"},
  2630          "botId":{"shape":"Id"},
  2631          "botVersion":{"shape":"DraftBotVersion"},
  2632          "localeId":{"shape":"LocaleId"},
  2633          "creationDateTime":{"shape":"Timestamp"},
  2634          "lastUpdatedDateTime":{"shape":"Timestamp"}
  2635        }
  2636      },
  2637      "DescribeResourcePolicyRequest":{
  2638        "type":"structure",
  2639        "required":["resourceArn"],
  2640        "members":{
  2641          "resourceArn":{
  2642            "shape":"AmazonResourceName",
  2643            "location":"uri",
  2644            "locationName":"resourceArn"
  2645          }
  2646        }
  2647      },
  2648      "DescribeResourcePolicyResponse":{
  2649        "type":"structure",
  2650        "members":{
  2651          "resourceArn":{"shape":"AmazonResourceName"},
  2652          "policy":{"shape":"Policy"},
  2653          "revisionId":{"shape":"RevisionId"}
  2654        }
  2655      },
  2656      "DescribeSlotRequest":{
  2657        "type":"structure",
  2658        "required":[
  2659          "slotId",
  2660          "botId",
  2661          "botVersion",
  2662          "localeId",
  2663          "intentId"
  2664        ],
  2665        "members":{
  2666          "slotId":{
  2667            "shape":"Id",
  2668            "location":"uri",
  2669            "locationName":"slotId"
  2670          },
  2671          "botId":{
  2672            "shape":"Id",
  2673            "location":"uri",
  2674            "locationName":"botId"
  2675          },
  2676          "botVersion":{
  2677            "shape":"BotVersion",
  2678            "location":"uri",
  2679            "locationName":"botVersion"
  2680          },
  2681          "localeId":{
  2682            "shape":"LocaleId",
  2683            "location":"uri",
  2684            "locationName":"localeId"
  2685          },
  2686          "intentId":{
  2687            "shape":"Id",
  2688            "location":"uri",
  2689            "locationName":"intentId"
  2690          }
  2691        }
  2692      },
  2693      "DescribeSlotResponse":{
  2694        "type":"structure",
  2695        "members":{
  2696          "slotId":{"shape":"Id"},
  2697          "slotName":{"shape":"Name"},
  2698          "description":{"shape":"Description"},
  2699          "slotTypeId":{"shape":"BuiltInOrCustomSlotTypeId"},
  2700          "valueElicitationSetting":{"shape":"SlotValueElicitationSetting"},
  2701          "obfuscationSetting":{"shape":"ObfuscationSetting"},
  2702          "botId":{"shape":"Id"},
  2703          "botVersion":{"shape":"BotVersion"},
  2704          "localeId":{"shape":"LocaleId"},
  2705          "intentId":{"shape":"Id"},
  2706          "creationDateTime":{"shape":"Timestamp"},
  2707          "lastUpdatedDateTime":{"shape":"Timestamp"},
  2708          "multipleValuesSetting":{"shape":"MultipleValuesSetting"}
  2709        }
  2710      },
  2711      "DescribeSlotTypeRequest":{
  2712        "type":"structure",
  2713        "required":[
  2714          "slotTypeId",
  2715          "botId",
  2716          "botVersion",
  2717          "localeId"
  2718        ],
  2719        "members":{
  2720          "slotTypeId":{
  2721            "shape":"Id",
  2722            "location":"uri",
  2723            "locationName":"slotTypeId"
  2724          },
  2725          "botId":{
  2726            "shape":"Id",
  2727            "location":"uri",
  2728            "locationName":"botId"
  2729          },
  2730          "botVersion":{
  2731            "shape":"BotVersion",
  2732            "location":"uri",
  2733            "locationName":"botVersion"
  2734          },
  2735          "localeId":{
  2736            "shape":"LocaleId",
  2737            "location":"uri",
  2738            "locationName":"localeId"
  2739          }
  2740        }
  2741      },
  2742      "DescribeSlotTypeResponse":{
  2743        "type":"structure",
  2744        "members":{
  2745          "slotTypeId":{"shape":"Id"},
  2746          "slotTypeName":{"shape":"Name"},
  2747          "description":{"shape":"Description"},
  2748          "slotTypeValues":{"shape":"SlotTypeValues"},
  2749          "valueSelectionSetting":{"shape":"SlotValueSelectionSetting"},
  2750          "parentSlotTypeSignature":{"shape":"SlotTypeSignature"},
  2751          "botId":{"shape":"Id"},
  2752          "botVersion":{"shape":"BotVersion"},
  2753          "localeId":{"shape":"LocaleId"},
  2754          "creationDateTime":{"shape":"Timestamp"},
  2755          "lastUpdatedDateTime":{"shape":"Timestamp"}
  2756        }
  2757      },
  2758      "Description":{
  2759        "type":"string",
  2760        "max":200,
  2761        "min":0
  2762      },
  2763      "DialogCodeHookSettings":{
  2764        "type":"structure",
  2765        "required":["enabled"],
  2766        "members":{
  2767          "enabled":{"shape":"Boolean"}
  2768        }
  2769      },
  2770      "DraftBotVersion":{
  2771        "type":"string",
  2772        "max":5,
  2773        "min":5,
  2774        "pattern":"^DRAFT$"
  2775      },
  2776      "Effect":{
  2777        "type":"string",
  2778        "enum":[
  2779          "Allow",
  2780          "Deny"
  2781        ]
  2782      },
  2783      "ExceptionMessage":{"type":"string"},
  2784      "ExportFilter":{
  2785        "type":"structure",
  2786        "required":[
  2787          "name",
  2788          "values",
  2789          "operator"
  2790        ],
  2791        "members":{
  2792          "name":{"shape":"ExportFilterName"},
  2793          "values":{"shape":"FilterValues"},
  2794          "operator":{"shape":"ExportFilterOperator"}
  2795        }
  2796      },
  2797      "ExportFilterName":{
  2798        "type":"string",
  2799        "enum":["ExportResourceType"]
  2800      },
  2801      "ExportFilterOperator":{
  2802        "type":"string",
  2803        "enum":[
  2804          "CO",
  2805          "EQ"
  2806        ]
  2807      },
  2808      "ExportFilters":{
  2809        "type":"list",
  2810        "member":{"shape":"ExportFilter"},
  2811        "max":1,
  2812        "min":1
  2813      },
  2814      "ExportResourceSpecification":{
  2815        "type":"structure",
  2816        "members":{
  2817          "botExportSpecification":{"shape":"BotExportSpecification"},
  2818          "botLocaleExportSpecification":{"shape":"BotLocaleExportSpecification"}
  2819        }
  2820      },
  2821      "ExportSortAttribute":{
  2822        "type":"string",
  2823        "enum":["LastUpdatedDateTime"]
  2824      },
  2825      "ExportSortBy":{
  2826        "type":"structure",
  2827        "required":[
  2828          "attribute",
  2829          "order"
  2830        ],
  2831        "members":{
  2832          "attribute":{"shape":"ExportSortAttribute"},
  2833          "order":{"shape":"SortOrder"}
  2834        }
  2835      },
  2836      "ExportStatus":{
  2837        "type":"string",
  2838        "enum":[
  2839          "InProgress",
  2840          "Completed",
  2841          "Failed",
  2842          "Deleting"
  2843        ]
  2844      },
  2845      "ExportSummary":{
  2846        "type":"structure",
  2847        "members":{
  2848          "exportId":{"shape":"Id"},
  2849          "resourceSpecification":{"shape":"ExportResourceSpecification"},
  2850          "fileFormat":{"shape":"ImportExportFileFormat"},
  2851          "exportStatus":{"shape":"ExportStatus"},
  2852          "creationDateTime":{"shape":"Timestamp"},
  2853          "lastUpdatedDateTime":{"shape":"Timestamp"}
  2854        }
  2855      },
  2856      "ExportSummaryList":{
  2857        "type":"list",
  2858        "member":{"shape":"ExportSummary"}
  2859      },
  2860      "FailureReason":{"type":"string"},
  2861      "FailureReasons":{
  2862        "type":"list",
  2863        "member":{"shape":"FailureReason"}
  2864      },
  2865      "FilterValue":{
  2866        "type":"string",
  2867        "max":100,
  2868        "min":1,
  2869        "pattern":"^[0-9a-zA-Z_()\\s-]+$"
  2870      },
  2871      "FilterValues":{
  2872        "type":"list",
  2873        "member":{"shape":"FilterValue"},
  2874        "max":1,
  2875        "min":1
  2876      },
  2877      "FulfillmentCodeHookSettings":{
  2878        "type":"structure",
  2879        "required":["enabled"],
  2880        "members":{
  2881          "enabled":{"shape":"Boolean"},
  2882          "postFulfillmentStatusSpecification":{"shape":"PostFulfillmentStatusSpecification"},
  2883          "fulfillmentUpdatesSpecification":{"shape":"FulfillmentUpdatesSpecification"}
  2884        }
  2885      },
  2886      "FulfillmentStartResponseDelay":{
  2887        "type":"integer",
  2888        "max":900,
  2889        "min":1
  2890      },
  2891      "FulfillmentStartResponseSpecification":{
  2892        "type":"structure",
  2893        "required":[
  2894          "delayInSeconds",
  2895          "messageGroups"
  2896        ],
  2897        "members":{
  2898          "delayInSeconds":{"shape":"FulfillmentStartResponseDelay"},
  2899          "messageGroups":{"shape":"MessageGroupsList"},
  2900          "allowInterrupt":{"shape":"BoxedBoolean"}
  2901        }
  2902      },
  2903      "FulfillmentTimeout":{
  2904        "type":"integer",
  2905        "max":900,
  2906        "min":1
  2907      },
  2908      "FulfillmentUpdateResponseFrequency":{
  2909        "type":"integer",
  2910        "max":900,
  2911        "min":1
  2912      },
  2913      "FulfillmentUpdateResponseSpecification":{
  2914        "type":"structure",
  2915        "required":[
  2916          "frequencyInSeconds",
  2917          "messageGroups"
  2918        ],
  2919        "members":{
  2920          "frequencyInSeconds":{"shape":"FulfillmentUpdateResponseFrequency"},
  2921          "messageGroups":{"shape":"MessageGroupsList"},
  2922          "allowInterrupt":{"shape":"BoxedBoolean"}
  2923        }
  2924      },
  2925      "FulfillmentUpdatesSpecification":{
  2926        "type":"structure",
  2927        "required":["active"],
  2928        "members":{
  2929          "active":{"shape":"BoxedBoolean"},
  2930          "startResponse":{"shape":"FulfillmentStartResponseSpecification"},
  2931          "updateResponse":{"shape":"FulfillmentUpdateResponseSpecification"},
  2932          "timeoutInSeconds":{"shape":"FulfillmentTimeout"}
  2933        }
  2934      },
  2935      "HitCount":{"type":"integer"},
  2936      "Id":{
  2937        "type":"string",
  2938        "max":10,
  2939        "min":10,
  2940        "pattern":"^[0-9a-zA-Z]+$"
  2941      },
  2942      "ImageResponseCard":{
  2943        "type":"structure",
  2944        "required":["title"],
  2945        "members":{
  2946          "title":{"shape":"AttachmentTitle"},
  2947          "subtitle":{"shape":"AttachmentTitle"},
  2948          "imageUrl":{"shape":"AttachmentUrl"},
  2949          "buttons":{"shape":"ButtonsList"}
  2950        }
  2951      },
  2952      "ImportExportFileFormat":{
  2953        "type":"string",
  2954        "enum":["LexJson"]
  2955      },
  2956      "ImportExportFilePassword":{
  2957        "type":"string",
  2958        "max":1024,
  2959        "min":1,
  2960        "sensitive":true
  2961      },
  2962      "ImportFilter":{
  2963        "type":"structure",
  2964        "required":[
  2965          "name",
  2966          "values",
  2967          "operator"
  2968        ],
  2969        "members":{
  2970          "name":{"shape":"ImportFilterName"},
  2971          "values":{"shape":"FilterValues"},
  2972          "operator":{"shape":"ImportFilterOperator"}
  2973        }
  2974      },
  2975      "ImportFilterName":{
  2976        "type":"string",
  2977        "enum":["ImportResourceType"]
  2978      },
  2979      "ImportFilterOperator":{
  2980        "type":"string",
  2981        "enum":[
  2982          "CO",
  2983          "EQ"
  2984        ]
  2985      },
  2986      "ImportFilters":{
  2987        "type":"list",
  2988        "member":{"shape":"ImportFilter"},
  2989        "max":1,
  2990        "min":1
  2991      },
  2992      "ImportResourceSpecification":{
  2993        "type":"structure",
  2994        "members":{
  2995          "botImportSpecification":{"shape":"BotImportSpecification"},
  2996          "botLocaleImportSpecification":{"shape":"BotLocaleImportSpecification"}
  2997        }
  2998      },
  2999      "ImportSortAttribute":{
  3000        "type":"string",
  3001        "enum":["LastUpdatedDateTime"]
  3002      },
  3003      "ImportSortBy":{
  3004        "type":"structure",
  3005        "required":[
  3006          "attribute",
  3007          "order"
  3008        ],
  3009        "members":{
  3010          "attribute":{"shape":"ImportSortAttribute"},
  3011          "order":{"shape":"SortOrder"}
  3012        }
  3013      },
  3014      "ImportStatus":{
  3015        "type":"string",
  3016        "enum":[
  3017          "InProgress",
  3018          "Completed",
  3019          "Failed",
  3020          "Deleting"
  3021        ]
  3022      },
  3023      "ImportSummary":{
  3024        "type":"structure",
  3025        "members":{
  3026          "importId":{"shape":"Id"},
  3027          "importedResourceId":{"shape":"ImportedResourceId"},
  3028          "importedResourceName":{"shape":"Name"},
  3029          "importStatus":{"shape":"ImportStatus"},
  3030          "mergeStrategy":{"shape":"MergeStrategy"},
  3031          "creationDateTime":{"shape":"Timestamp"},
  3032          "lastUpdatedDateTime":{"shape":"Timestamp"}
  3033        }
  3034      },
  3035      "ImportSummaryList":{
  3036        "type":"list",
  3037        "member":{"shape":"ImportSummary"}
  3038      },
  3039      "ImportedResourceId":{
  3040        "type":"string",
  3041        "max":10,
  3042        "min":5,
  3043        "pattern":"^([0-9a-zA-Z_])+$"
  3044      },
  3045      "InputContext":{
  3046        "type":"structure",
  3047        "required":["name"],
  3048        "members":{
  3049          "name":{"shape":"Name"}
  3050        }
  3051      },
  3052      "InputContextsList":{
  3053        "type":"list",
  3054        "member":{"shape":"InputContext"},
  3055        "max":5,
  3056        "min":0
  3057      },
  3058      "IntentClosingSetting":{
  3059        "type":"structure",
  3060        "required":["closingResponse"],
  3061        "members":{
  3062          "closingResponse":{"shape":"ResponseSpecification"},
  3063          "active":{"shape":"BoxedBoolean"}
  3064        }
  3065      },
  3066      "IntentConfirmationSetting":{
  3067        "type":"structure",
  3068        "required":[
  3069          "promptSpecification",
  3070          "declinationResponse"
  3071        ],
  3072        "members":{
  3073          "promptSpecification":{"shape":"PromptSpecification"},
  3074          "declinationResponse":{"shape":"ResponseSpecification"},
  3075          "active":{"shape":"BoxedBoolean"}
  3076        }
  3077      },
  3078      "IntentFilter":{
  3079        "type":"structure",
  3080        "required":[
  3081          "name",
  3082          "values",
  3083          "operator"
  3084        ],
  3085        "members":{
  3086          "name":{"shape":"IntentFilterName"},
  3087          "values":{"shape":"FilterValues"},
  3088          "operator":{"shape":"IntentFilterOperator"}
  3089        }
  3090      },
  3091      "IntentFilterName":{
  3092        "type":"string",
  3093        "enum":["IntentName"]
  3094      },
  3095      "IntentFilterOperator":{
  3096        "type":"string",
  3097        "enum":[
  3098          "CO",
  3099          "EQ"
  3100        ]
  3101      },
  3102      "IntentFilters":{
  3103        "type":"list",
  3104        "member":{"shape":"IntentFilter"},
  3105        "max":1,
  3106        "min":1
  3107      },
  3108      "IntentSignature":{"type":"string"},
  3109      "IntentSortAttribute":{
  3110        "type":"string",
  3111        "enum":[
  3112          "IntentName",
  3113          "LastUpdatedDateTime"
  3114        ]
  3115      },
  3116      "IntentSortBy":{
  3117        "type":"structure",
  3118        "required":[
  3119          "attribute",
  3120          "order"
  3121        ],
  3122        "members":{
  3123          "attribute":{"shape":"IntentSortAttribute"},
  3124          "order":{"shape":"SortOrder"}
  3125        }
  3126      },
  3127      "IntentSummary":{
  3128        "type":"structure",
  3129        "members":{
  3130          "intentId":{"shape":"Id"},
  3131          "intentName":{"shape":"Name"},
  3132          "description":{"shape":"Description"},
  3133          "parentIntentSignature":{"shape":"IntentSignature"},
  3134          "inputContexts":{"shape":"InputContextsList"},
  3135          "outputContexts":{"shape":"OutputContextsList"},
  3136          "lastUpdatedDateTime":{"shape":"Timestamp"}
  3137        }
  3138      },
  3139      "IntentSummaryList":{
  3140        "type":"list",
  3141        "member":{"shape":"IntentSummary"}
  3142      },
  3143      "InternalServerException":{
  3144        "type":"structure",
  3145        "members":{
  3146          "message":{"shape":"ExceptionMessage"}
  3147        },
  3148        "error":{"httpStatusCode":500},
  3149        "exception":true,
  3150        "fault":true
  3151      },
  3152      "KendraConfiguration":{
  3153        "type":"structure",
  3154        "required":["kendraIndex"],
  3155        "members":{
  3156          "kendraIndex":{"shape":"KendraIndexArn"},
  3157          "queryFilterStringEnabled":{"shape":"Boolean"},
  3158          "queryFilterString":{"shape":"QueryFilterString"}
  3159        }
  3160      },
  3161      "KendraIndexArn":{
  3162        "type":"string",
  3163        "max":2048,
  3164        "min":32,
  3165        "pattern":"^arn:aws:kendra:[a-z]+-[a-z]+-[0-9]:[0-9]{12}:index\\/[a-zA-Z0-9][a-zA-Z0-9_-]*$"
  3166      },
  3167      "KmsKeyArn":{
  3168        "type":"string",
  3169        "max":2048,
  3170        "min":20,
  3171        "pattern":"^arn:[\\w\\-]+:kms:[\\w\\-]+:[\\d]{12}:(?:key\\/[\\w\\-]+|alias\\/[a-zA-Z0-9:\\/_\\-]{1,256})$"
  3172      },
  3173      "LambdaARN":{
  3174        "type":"string",
  3175        "max":2048,
  3176        "min":20,
  3177        "pattern":"arn:aws:lambda:[a-z]+-[a-z]+-[0-9]:[0-9]{12}:function:[a-zA-Z0-9-_]+(/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})?(:[a-zA-Z0-9-_]+)?"
  3178      },
  3179      "LambdaCodeHook":{
  3180        "type":"structure",
  3181        "required":[
  3182          "lambdaARN",
  3183          "codeHookInterfaceVersion"
  3184        ],
  3185        "members":{
  3186          "lambdaARN":{"shape":"LambdaARN"},
  3187          "codeHookInterfaceVersion":{"shape":"CodeHookInterfaceVersion"}
  3188        }
  3189      },
  3190      "ListAggregatedUtterancesRequest":{
  3191        "type":"structure",
  3192        "required":[
  3193          "botId",
  3194          "localeId",
  3195          "aggregationDuration"
  3196        ],
  3197        "members":{
  3198          "botId":{
  3199            "shape":"Id",
  3200            "location":"uri",
  3201            "locationName":"botId"
  3202          },
  3203          "botAliasId":{"shape":"BotAliasId"},
  3204          "botVersion":{"shape":"BotVersion"},
  3205          "localeId":{"shape":"LocaleId"},
  3206          "aggregationDuration":{"shape":"UtteranceAggregationDuration"},
  3207          "sortBy":{"shape":"AggregatedUtterancesSortBy"},
  3208          "filters":{"shape":"AggregatedUtterancesFilters"},
  3209          "maxResults":{"shape":"MaxResults"},
  3210          "nextToken":{"shape":"NextToken"}
  3211        }
  3212      },
  3213      "ListAggregatedUtterancesResponse":{
  3214        "type":"structure",
  3215        "members":{
  3216          "botId":{"shape":"Id"},
  3217          "botAliasId":{"shape":"BotAliasId"},
  3218          "botVersion":{"shape":"BotVersion"},
  3219          "localeId":{"shape":"LocaleId"},
  3220          "aggregationDuration":{"shape":"UtteranceAggregationDuration"},
  3221          "aggregationWindowStartTime":{"shape":"Timestamp"},
  3222          "aggregationWindowEndTime":{"shape":"Timestamp"},
  3223          "aggregationLastRefreshedDateTime":{"shape":"Timestamp"},
  3224          "aggregatedUtterancesSummaries":{"shape":"AggregatedUtterancesSummaryList"},
  3225          "nextToken":{"shape":"NextToken"}
  3226        }
  3227      },
  3228      "ListBotAliasesRequest":{
  3229        "type":"structure",
  3230        "required":["botId"],
  3231        "members":{
  3232          "botId":{
  3233            "shape":"Id",
  3234            "location":"uri",
  3235            "locationName":"botId"
  3236          },
  3237          "maxResults":{"shape":"MaxResults"},
  3238          "nextToken":{"shape":"NextToken"}
  3239        }
  3240      },
  3241      "ListBotAliasesResponse":{
  3242        "type":"structure",
  3243        "members":{
  3244          "botAliasSummaries":{"shape":"BotAliasSummaryList"},
  3245          "nextToken":{"shape":"NextToken"},
  3246          "botId":{"shape":"Id"}
  3247        }
  3248      },
  3249      "ListBotLocalesRequest":{
  3250        "type":"structure",
  3251        "required":[
  3252          "botId",
  3253          "botVersion"
  3254        ],
  3255        "members":{
  3256          "botId":{
  3257            "shape":"Id",
  3258            "location":"uri",
  3259            "locationName":"botId"
  3260          },
  3261          "botVersion":{
  3262            "shape":"BotVersion",
  3263            "location":"uri",
  3264            "locationName":"botVersion"
  3265          },
  3266          "sortBy":{"shape":"BotLocaleSortBy"},
  3267          "filters":{"shape":"BotLocaleFilters"},
  3268          "maxResults":{"shape":"MaxResults"},
  3269          "nextToken":{"shape":"NextToken"}
  3270        }
  3271      },
  3272      "ListBotLocalesResponse":{
  3273        "type":"structure",
  3274        "members":{
  3275          "botId":{"shape":"Id"},
  3276          "botVersion":{"shape":"BotVersion"},
  3277          "nextToken":{"shape":"NextToken"},
  3278          "botLocaleSummaries":{"shape":"BotLocaleSummaryList"}
  3279        }
  3280      },
  3281      "ListBotVersionsRequest":{
  3282        "type":"structure",
  3283        "required":["botId"],
  3284        "members":{
  3285          "botId":{
  3286            "shape":"Id",
  3287            "location":"uri",
  3288            "locationName":"botId"
  3289          },
  3290          "sortBy":{"shape":"BotVersionSortBy"},
  3291          "maxResults":{"shape":"MaxResults"},
  3292          "nextToken":{"shape":"NextToken"}
  3293        }
  3294      },
  3295      "ListBotVersionsResponse":{
  3296        "type":"structure",
  3297        "members":{
  3298          "botId":{"shape":"Id"},
  3299          "botVersionSummaries":{"shape":"BotVersionSummaryList"},
  3300          "nextToken":{"shape":"NextToken"}
  3301        }
  3302      },
  3303      "ListBotsRequest":{
  3304        "type":"structure",
  3305        "members":{
  3306          "sortBy":{"shape":"BotSortBy"},
  3307          "filters":{"shape":"BotFilters"},
  3308          "maxResults":{"shape":"MaxResults"},
  3309          "nextToken":{"shape":"NextToken"}
  3310        }
  3311      },
  3312      "ListBotsResponse":{
  3313        "type":"structure",
  3314        "members":{
  3315          "botSummaries":{"shape":"BotSummaryList"},
  3316          "nextToken":{"shape":"NextToken"}
  3317        }
  3318      },
  3319      "ListBuiltInIntentsRequest":{
  3320        "type":"structure",
  3321        "required":["localeId"],
  3322        "members":{
  3323          "localeId":{
  3324            "shape":"LocaleId",
  3325            "location":"uri",
  3326            "locationName":"localeId"
  3327          },
  3328          "sortBy":{"shape":"BuiltInIntentSortBy"},
  3329          "maxResults":{"shape":"BuiltInsMaxResults"},
  3330          "nextToken":{"shape":"NextToken"}
  3331        }
  3332      },
  3333      "ListBuiltInIntentsResponse":{
  3334        "type":"structure",
  3335        "members":{
  3336          "builtInIntentSummaries":{"shape":"BuiltInIntentSummaryList"},
  3337          "nextToken":{"shape":"NextToken"},
  3338          "localeId":{"shape":"LocaleId"}
  3339        }
  3340      },
  3341      "ListBuiltInSlotTypesRequest":{
  3342        "type":"structure",
  3343        "required":["localeId"],
  3344        "members":{
  3345          "localeId":{
  3346            "shape":"LocaleId",
  3347            "location":"uri",
  3348            "locationName":"localeId"
  3349          },
  3350          "sortBy":{"shape":"BuiltInSlotTypeSortBy"},
  3351          "maxResults":{"shape":"BuiltInsMaxResults"},
  3352          "nextToken":{"shape":"NextToken"}
  3353        }
  3354      },
  3355      "ListBuiltInSlotTypesResponse":{
  3356        "type":"structure",
  3357        "members":{
  3358          "builtInSlotTypeSummaries":{"shape":"BuiltInSlotTypeSummaryList"},
  3359          "nextToken":{"shape":"NextToken"},
  3360          "localeId":{"shape":"LocaleId"}
  3361        }
  3362      },
  3363      "ListExportsRequest":{
  3364        "type":"structure",
  3365        "members":{
  3366          "botId":{"shape":"Id"},
  3367          "botVersion":{"shape":"BotVersion"},
  3368          "sortBy":{"shape":"ExportSortBy"},
  3369          "filters":{"shape":"ExportFilters"},
  3370          "maxResults":{"shape":"MaxResults"},
  3371          "nextToken":{"shape":"NextToken"}
  3372        }
  3373      },
  3374      "ListExportsResponse":{
  3375        "type":"structure",
  3376        "members":{
  3377          "botId":{"shape":"Id"},
  3378          "botVersion":{"shape":"BotVersion"},
  3379          "exportSummaries":{"shape":"ExportSummaryList"},
  3380          "nextToken":{"shape":"NextToken"}
  3381        }
  3382      },
  3383      "ListImportsRequest":{
  3384        "type":"structure",
  3385        "members":{
  3386          "botId":{"shape":"Id"},
  3387          "botVersion":{"shape":"DraftBotVersion"},
  3388          "sortBy":{"shape":"ImportSortBy"},
  3389          "filters":{"shape":"ImportFilters"},
  3390          "maxResults":{"shape":"MaxResults"},
  3391          "nextToken":{"shape":"NextToken"}
  3392        }
  3393      },
  3394      "ListImportsResponse":{
  3395        "type":"structure",
  3396        "members":{
  3397          "botId":{"shape":"Id"},
  3398          "botVersion":{"shape":"DraftBotVersion"},
  3399          "importSummaries":{"shape":"ImportSummaryList"},
  3400          "nextToken":{"shape":"NextToken"}
  3401        }
  3402      },
  3403      "ListIntentsRequest":{
  3404        "type":"structure",
  3405        "required":[
  3406          "botId",
  3407          "botVersion",
  3408          "localeId"
  3409        ],
  3410        "members":{
  3411          "botId":{
  3412            "shape":"Id",
  3413            "location":"uri",
  3414            "locationName":"botId"
  3415          },
  3416          "botVersion":{
  3417            "shape":"BotVersion",
  3418            "location":"uri",
  3419            "locationName":"botVersion"
  3420          },
  3421          "localeId":{
  3422            "shape":"LocaleId",
  3423            "location":"uri",
  3424            "locationName":"localeId"
  3425          },
  3426          "sortBy":{"shape":"IntentSortBy"},
  3427          "filters":{"shape":"IntentFilters"},
  3428          "maxResults":{"shape":"MaxResults"},
  3429          "nextToken":{"shape":"NextToken"}
  3430        }
  3431      },
  3432      "ListIntentsResponse":{
  3433        "type":"structure",
  3434        "members":{
  3435          "botId":{"shape":"Id"},
  3436          "botVersion":{"shape":"BotVersion"},
  3437          "localeId":{"shape":"LocaleId"},
  3438          "intentSummaries":{"shape":"IntentSummaryList"},
  3439          "nextToken":{"shape":"NextToken"}
  3440        }
  3441      },
  3442      "ListSlotTypesRequest":{
  3443        "type":"structure",
  3444        "required":[
  3445          "botId",
  3446          "botVersion",
  3447          "localeId"
  3448        ],
  3449        "members":{
  3450          "botId":{
  3451            "shape":"Id",
  3452            "location":"uri",
  3453            "locationName":"botId"
  3454          },
  3455          "botVersion":{
  3456            "shape":"BotVersion",
  3457            "location":"uri",
  3458            "locationName":"botVersion"
  3459          },
  3460          "localeId":{
  3461            "shape":"LocaleId",
  3462            "location":"uri",
  3463            "locationName":"localeId"
  3464          },
  3465          "sortBy":{"shape":"SlotTypeSortBy"},
  3466          "filters":{"shape":"SlotTypeFilters"},
  3467          "maxResults":{"shape":"MaxResults"},
  3468          "nextToken":{"shape":"NextToken"}
  3469        }
  3470      },
  3471      "ListSlotTypesResponse":{
  3472        "type":"structure",
  3473        "members":{
  3474          "botId":{"shape":"Id"},
  3475          "botVersion":{"shape":"BotVersion"},
  3476          "localeId":{"shape":"LocaleId"},
  3477          "slotTypeSummaries":{"shape":"SlotTypeSummaryList"},
  3478          "nextToken":{"shape":"NextToken"}
  3479        }
  3480      },
  3481      "ListSlotsRequest":{
  3482        "type":"structure",
  3483        "required":[
  3484          "botId",
  3485          "botVersion",
  3486          "localeId",
  3487          "intentId"
  3488        ],
  3489        "members":{
  3490          "botId":{
  3491            "shape":"Id",
  3492            "location":"uri",
  3493            "locationName":"botId"
  3494          },
  3495          "botVersion":{
  3496            "shape":"BotVersion",
  3497            "location":"uri",
  3498            "locationName":"botVersion"
  3499          },
  3500          "localeId":{
  3501            "shape":"LocaleId",
  3502            "location":"uri",
  3503            "locationName":"localeId"
  3504          },
  3505          "intentId":{
  3506            "shape":"Id",
  3507            "location":"uri",
  3508            "locationName":"intentId"
  3509          },
  3510          "sortBy":{"shape":"SlotSortBy"},
  3511          "filters":{"shape":"SlotFilters"},
  3512          "maxResults":{"shape":"MaxResults"},
  3513          "nextToken":{"shape":"NextToken"}
  3514        }
  3515      },
  3516      "ListSlotsResponse":{
  3517        "type":"structure",
  3518        "members":{
  3519          "botId":{"shape":"Id"},
  3520          "botVersion":{"shape":"BotVersion"},
  3521          "localeId":{"shape":"LocaleId"},
  3522          "intentId":{"shape":"Id"},
  3523          "slotSummaries":{"shape":"SlotSummaryList"},
  3524          "nextToken":{"shape":"NextToken"}
  3525        }
  3526      },
  3527      "ListTagsForResourceRequest":{
  3528        "type":"structure",
  3529        "required":["resourceARN"],
  3530        "members":{
  3531          "resourceARN":{
  3532            "shape":"AmazonResourceName",
  3533            "location":"uri",
  3534            "locationName":"resourceARN"
  3535          }
  3536        }
  3537      },
  3538      "ListTagsForResourceResponse":{
  3539        "type":"structure",
  3540        "members":{
  3541          "tags":{"shape":"TagMap"}
  3542        }
  3543      },
  3544      "LocaleId":{"type":"string"},
  3545      "LocaleName":{"type":"string"},
  3546      "LogPrefix":{
  3547        "type":"string",
  3548        "max":1024
  3549      },
  3550      "MaxResults":{
  3551        "type":"integer",
  3552        "box":true,
  3553        "max":1000,
  3554        "min":1
  3555      },
  3556      "MergeStrategy":{
  3557        "type":"string",
  3558        "enum":[
  3559          "Overwrite",
  3560          "FailOnConflict"
  3561        ]
  3562      },
  3563      "Message":{
  3564        "type":"structure",
  3565        "members":{
  3566          "plainTextMessage":{"shape":"PlainTextMessage"},
  3567          "customPayload":{"shape":"CustomPayload"},
  3568          "ssmlMessage":{"shape":"SSMLMessage"},
  3569          "imageResponseCard":{"shape":"ImageResponseCard"}
  3570        }
  3571      },
  3572      "MessageGroup":{
  3573        "type":"structure",
  3574        "required":["message"],
  3575        "members":{
  3576          "message":{"shape":"Message"},
  3577          "variations":{"shape":"MessageVariationsList"}
  3578        }
  3579      },
  3580      "MessageGroupsList":{
  3581        "type":"list",
  3582        "member":{"shape":"MessageGroup"},
  3583        "max":5,
  3584        "min":1
  3585      },
  3586      "MessageVariationsList":{
  3587        "type":"list",
  3588        "member":{"shape":"Message"},
  3589        "max":2,
  3590        "min":0
  3591      },
  3592      "MissedCount":{"type":"integer"},
  3593      "MultipleValuesSetting":{
  3594        "type":"structure",
  3595        "members":{
  3596          "allowMultipleValues":{"shape":"Boolean"}
  3597        }
  3598      },
  3599      "Name":{
  3600        "type":"string",
  3601        "max":100,
  3602        "min":1,
  3603        "pattern":"^([0-9a-zA-Z][_-]?)+$"
  3604      },
  3605      "NextToken":{"type":"string"},
  3606      "NumericalBotVersion":{
  3607        "type":"string",
  3608        "max":5,
  3609        "min":1,
  3610        "pattern":"^[0-9]+$"
  3611      },
  3612      "ObfuscationSetting":{
  3613        "type":"structure",
  3614        "required":["obfuscationSettingType"],
  3615        "members":{
  3616          "obfuscationSettingType":{"shape":"ObfuscationSettingType"}
  3617        }
  3618      },
  3619      "ObfuscationSettingType":{
  3620        "type":"string",
  3621        "enum":[
  3622          "None",
  3623          "DefaultObfuscation"
  3624        ]
  3625      },
  3626      "Operation":{
  3627        "type":"string",
  3628        "max":50,
  3629        "min":5,
  3630        "pattern":"lex:[a-zA-Z*]+$"
  3631      },
  3632      "OperationList":{
  3633        "type":"list",
  3634        "member":{"shape":"Operation"}
  3635      },
  3636      "OutputContext":{
  3637        "type":"structure",
  3638        "required":[
  3639          "name",
  3640          "timeToLiveInSeconds",
  3641          "turnsToLive"
  3642        ],
  3643        "members":{
  3644          "name":{"shape":"Name"},
  3645          "timeToLiveInSeconds":{"shape":"ContextTimeToLiveInSeconds"},
  3646          "turnsToLive":{"shape":"ContextTurnsToLive"}
  3647        }
  3648      },
  3649      "OutputContextsList":{
  3650        "type":"list",
  3651        "member":{"shape":"OutputContext"},
  3652        "max":10,
  3653        "min":0
  3654      },
  3655      "PlainTextMessage":{
  3656        "type":"structure",
  3657        "required":["value"],
  3658        "members":{
  3659          "value":{"shape":"PlainTextMessageValue"}
  3660        }
  3661      },
  3662      "PlainTextMessageValue":{
  3663        "type":"string",
  3664        "max":1000,
  3665        "min":1
  3666      },
  3667      "Policy":{
  3668        "type":"string",
  3669        "min":2
  3670      },
  3671      "PostFulfillmentStatusSpecification":{
  3672        "type":"structure",
  3673        "members":{
  3674          "successResponse":{"shape":"ResponseSpecification"},
  3675          "failureResponse":{"shape":"ResponseSpecification"},
  3676          "timeoutResponse":{"shape":"ResponseSpecification"}
  3677        }
  3678      },
  3679      "PreconditionFailedException":{
  3680        "type":"structure",
  3681        "members":{
  3682          "message":{"shape":"ExceptionMessage"}
  3683        },
  3684        "error":{"httpStatusCode":412},
  3685        "exception":true
  3686      },
  3687      "PresignedS3Url":{
  3688        "type":"string",
  3689        "max":1024,
  3690        "min":1
  3691      },
  3692      "Principal":{
  3693        "type":"structure",
  3694        "members":{
  3695          "service":{"shape":"ServicePrincipal"},
  3696          "arn":{"shape":"PrincipalArn"}
  3697        }
  3698      },
  3699      "PrincipalArn":{
  3700        "type":"string",
  3701        "max":1024,
  3702        "min":30,
  3703        "pattern":"^arn:aws:iam::[0-9]{12}:(root|(user|role)/.*)$"
  3704      },
  3705      "PrincipalList":{
  3706        "type":"list",
  3707        "member":{"shape":"Principal"}
  3708      },
  3709      "PriorityValue":{
  3710        "type":"integer",
  3711        "max":100,
  3712        "min":0
  3713      },
  3714      "PromptMaxRetries":{
  3715        "type":"integer",
  3716        "max":5,
  3717        "min":0
  3718      },
  3719      "PromptSpecification":{
  3720        "type":"structure",
  3721        "required":[
  3722          "messageGroups",
  3723          "maxRetries"
  3724        ],
  3725        "members":{
  3726          "messageGroups":{"shape":"MessageGroupsList"},
  3727          "maxRetries":{"shape":"PromptMaxRetries"},
  3728          "allowInterrupt":{"shape":"BoxedBoolean"}
  3729        }
  3730      },
  3731      "QueryFilterString":{
  3732        "type":"string",
  3733        "max":5000,
  3734        "min":1
  3735      },
  3736      "RegexPattern":{
  3737        "type":"string",
  3738        "max":300,
  3739        "min":1
  3740      },
  3741      "RelativeAggregationDuration":{
  3742        "type":"structure",
  3743        "required":[
  3744          "timeDimension",
  3745          "timeValue"
  3746        ],
  3747        "members":{
  3748          "timeDimension":{"shape":"TimeDimension"},
  3749          "timeValue":{"shape":"TimeValue"}
  3750        }
  3751      },
  3752      "ResourceCount":{"type":"integer"},
  3753      "ResourceNotFoundException":{
  3754        "type":"structure",
  3755        "members":{
  3756          "message":{"shape":"ExceptionMessage"}
  3757        },
  3758        "error":{"httpStatusCode":404},
  3759        "exception":true
  3760      },
  3761      "ResponseSpecification":{
  3762        "type":"structure",
  3763        "required":["messageGroups"],
  3764        "members":{
  3765          "messageGroups":{"shape":"MessageGroupsList"},
  3766          "allowInterrupt":{"shape":"BoxedBoolean"}
  3767        }
  3768      },
  3769      "RetryAfterSeconds":{"type":"integer"},
  3770      "RevisionId":{
  3771        "type":"string",
  3772        "max":5,
  3773        "min":1,
  3774        "pattern":"^[0-9]+$"
  3775      },
  3776      "RoleArn":{
  3777        "type":"string",
  3778        "max":2048,
  3779        "min":32,
  3780        "pattern":"^arn:aws:iam::[0-9]{12}:role/.*$"
  3781      },
  3782      "S3BucketArn":{
  3783        "type":"string",
  3784        "max":2048,
  3785        "min":1,
  3786        "pattern":"^arn:[\\w\\-]+:s3:::[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]$"
  3787      },
  3788      "S3BucketLogDestination":{
  3789        "type":"structure",
  3790        "required":[
  3791          "s3BucketArn",
  3792          "logPrefix"
  3793        ],
  3794        "members":{
  3795          "kmsKeyArn":{"shape":"KmsKeyArn"},
  3796          "s3BucketArn":{"shape":"S3BucketArn"},
  3797          "logPrefix":{"shape":"LogPrefix"}
  3798        }
  3799      },
  3800      "SSMLMessage":{
  3801        "type":"structure",
  3802        "required":["value"],
  3803        "members":{
  3804          "value":{"shape":"SSMLMessageValue"}
  3805        }
  3806      },
  3807      "SSMLMessageValue":{
  3808        "type":"string",
  3809        "max":1000,
  3810        "min":1
  3811      },
  3812      "SampleUtterance":{
  3813        "type":"structure",
  3814        "required":["utterance"],
  3815        "members":{
  3816          "utterance":{"shape":"Utterance"}
  3817        }
  3818      },
  3819      "SampleUtterancesList":{
  3820        "type":"list",
  3821        "member":{"shape":"SampleUtterance"}
  3822      },
  3823      "SampleValue":{
  3824        "type":"structure",
  3825        "required":["value"],
  3826        "members":{
  3827          "value":{"shape":"Value"}
  3828        }
  3829      },
  3830      "SentimentAnalysisSettings":{
  3831        "type":"structure",
  3832        "required":["detectSentiment"],
  3833        "members":{
  3834          "detectSentiment":{"shape":"Boolean"}
  3835        }
  3836      },
  3837      "ServicePrincipal":{
  3838        "type":"string",
  3839        "max":1024,
  3840        "min":15,
  3841        "pattern":"^[0-9a-zA-Z_.]+$"
  3842      },
  3843      "ServiceQuotaExceededException":{
  3844        "type":"structure",
  3845        "members":{
  3846          "message":{"shape":"ExceptionMessage"}
  3847        },
  3848        "error":{"httpStatusCode":402},
  3849        "exception":true
  3850      },
  3851      "SessionId":{
  3852        "type":"string",
  3853        "max":100,
  3854        "min":2,
  3855        "pattern":"[0-9a-zA-Z._:-]+"
  3856      },
  3857      "SessionTTL":{
  3858        "type":"integer",
  3859        "max":86400,
  3860        "min":60
  3861      },
  3862      "SkipResourceInUseCheck":{"type":"boolean"},
  3863      "SlotConstraint":{
  3864        "type":"string",
  3865        "enum":[
  3866          "Required",
  3867          "Optional"
  3868        ]
  3869      },
  3870      "SlotDefaultValue":{
  3871        "type":"structure",
  3872        "required":["defaultValue"],
  3873        "members":{
  3874          "defaultValue":{"shape":"SlotDefaultValueString"}
  3875        }
  3876      },
  3877      "SlotDefaultValueList":{
  3878        "type":"list",
  3879        "member":{"shape":"SlotDefaultValue"},
  3880        "max":10,
  3881        "min":0
  3882      },
  3883      "SlotDefaultValueSpecification":{
  3884        "type":"structure",
  3885        "required":["defaultValueList"],
  3886        "members":{
  3887          "defaultValueList":{"shape":"SlotDefaultValueList"}
  3888        }
  3889      },
  3890      "SlotDefaultValueString":{
  3891        "type":"string",
  3892        "max":202,
  3893        "min":1
  3894      },
  3895      "SlotFilter":{
  3896        "type":"structure",
  3897        "required":[
  3898          "name",
  3899          "values",
  3900          "operator"
  3901        ],
  3902        "members":{
  3903          "name":{"shape":"SlotFilterName"},
  3904          "values":{"shape":"FilterValues"},
  3905          "operator":{"shape":"SlotFilterOperator"}
  3906        }
  3907      },
  3908      "SlotFilterName":{
  3909        "type":"string",
  3910        "enum":["SlotName"]
  3911      },
  3912      "SlotFilterOperator":{
  3913        "type":"string",
  3914        "enum":[
  3915          "CO",
  3916          "EQ"
  3917        ]
  3918      },
  3919      "SlotFilters":{
  3920        "type":"list",
  3921        "member":{"shape":"SlotFilter"},
  3922        "max":1,
  3923        "min":1
  3924      },
  3925      "SlotPrioritiesList":{
  3926        "type":"list",
  3927        "member":{"shape":"SlotPriority"}
  3928      },
  3929      "SlotPriority":{
  3930        "type":"structure",
  3931        "required":[
  3932          "priority",
  3933          "slotId"
  3934        ],
  3935        "members":{
  3936          "priority":{"shape":"PriorityValue"},
  3937          "slotId":{"shape":"Id"}
  3938        }
  3939      },
  3940      "SlotSortAttribute":{
  3941        "type":"string",
  3942        "enum":[
  3943          "SlotName",
  3944          "LastUpdatedDateTime"
  3945        ]
  3946      },
  3947      "SlotSortBy":{
  3948        "type":"structure",
  3949        "required":[
  3950          "attribute",
  3951          "order"
  3952        ],
  3953        "members":{
  3954          "attribute":{"shape":"SlotSortAttribute"},
  3955          "order":{"shape":"SortOrder"}
  3956        }
  3957      },
  3958      "SlotSummary":{
  3959        "type":"structure",
  3960        "members":{
  3961          "slotId":{"shape":"Id"},
  3962          "slotName":{"shape":"Name"},
  3963          "description":{"shape":"Description"},
  3964          "slotConstraint":{"shape":"SlotConstraint"},
  3965          "slotTypeId":{"shape":"BuiltInOrCustomSlotTypeId"},
  3966          "valueElicitationPromptSpecification":{"shape":"PromptSpecification"},
  3967          "lastUpdatedDateTime":{"shape":"Timestamp"}
  3968        }
  3969      },
  3970      "SlotSummaryList":{
  3971        "type":"list",
  3972        "member":{"shape":"SlotSummary"}
  3973      },
  3974      "SlotTypeFilter":{
  3975        "type":"structure",
  3976        "required":[
  3977          "name",
  3978          "values",
  3979          "operator"
  3980        ],
  3981        "members":{
  3982          "name":{"shape":"SlotTypeFilterName"},
  3983          "values":{"shape":"FilterValues"},
  3984          "operator":{"shape":"SlotTypeFilterOperator"}
  3985        }
  3986      },
  3987      "SlotTypeFilterName":{
  3988        "type":"string",
  3989        "enum":["SlotTypeName"]
  3990      },
  3991      "SlotTypeFilterOperator":{
  3992        "type":"string",
  3993        "enum":[
  3994          "CO",
  3995          "EQ"
  3996        ]
  3997      },
  3998      "SlotTypeFilters":{
  3999        "type":"list",
  4000        "member":{"shape":"SlotTypeFilter"},
  4001        "max":1,
  4002        "min":1
  4003      },
  4004      "SlotTypeSignature":{"type":"string"},
  4005      "SlotTypeSortAttribute":{
  4006        "type":"string",
  4007        "enum":[
  4008          "SlotTypeName",
  4009          "LastUpdatedDateTime"
  4010        ]
  4011      },
  4012      "SlotTypeSortBy":{
  4013        "type":"structure",
  4014        "required":[
  4015          "attribute",
  4016          "order"
  4017        ],
  4018        "members":{
  4019          "attribute":{"shape":"SlotTypeSortAttribute"},
  4020          "order":{"shape":"SortOrder"}
  4021        }
  4022      },
  4023      "SlotTypeSummary":{
  4024        "type":"structure",
  4025        "members":{
  4026          "slotTypeId":{"shape":"Id"},
  4027          "slotTypeName":{"shape":"Name"},
  4028          "description":{"shape":"Description"},
  4029          "parentSlotTypeSignature":{"shape":"SlotTypeSignature"},
  4030          "lastUpdatedDateTime":{"shape":"Timestamp"}
  4031        }
  4032      },
  4033      "SlotTypeSummaryList":{
  4034        "type":"list",
  4035        "member":{"shape":"SlotTypeSummary"}
  4036      },
  4037      "SlotTypeValue":{
  4038        "type":"structure",
  4039        "members":{
  4040          "sampleValue":{"shape":"SampleValue"},
  4041          "synonyms":{"shape":"SynonymList"}
  4042        }
  4043      },
  4044      "SlotTypeValues":{
  4045        "type":"list",
  4046        "member":{"shape":"SlotTypeValue"},
  4047        "max":10000,
  4048        "min":1
  4049      },
  4050      "SlotValueElicitationSetting":{
  4051        "type":"structure",
  4052        "required":["slotConstraint"],
  4053        "members":{
  4054          "defaultValueSpecification":{"shape":"SlotDefaultValueSpecification"},
  4055          "slotConstraint":{"shape":"SlotConstraint"},
  4056          "promptSpecification":{"shape":"PromptSpecification"},
  4057          "sampleUtterances":{"shape":"SampleUtterancesList"},
  4058          "waitAndContinueSpecification":{"shape":"WaitAndContinueSpecification"}
  4059        }
  4060      },
  4061      "SlotValueRegexFilter":{
  4062        "type":"structure",
  4063        "required":["pattern"],
  4064        "members":{
  4065          "pattern":{"shape":"RegexPattern"}
  4066        }
  4067      },
  4068      "SlotValueResolutionStrategy":{
  4069        "type":"string",
  4070        "enum":[
  4071          "OriginalValue",
  4072          "TopResolution"
  4073        ]
  4074      },
  4075      "SlotValueSelectionSetting":{
  4076        "type":"structure",
  4077        "required":["resolutionStrategy"],
  4078        "members":{
  4079          "resolutionStrategy":{"shape":"SlotValueResolutionStrategy"},
  4080          "regexFilter":{"shape":"SlotValueRegexFilter"}
  4081        }
  4082      },
  4083      "SortOrder":{
  4084        "type":"string",
  4085        "enum":[
  4086          "Ascending",
  4087          "Descending"
  4088        ]
  4089      },
  4090      "StartImportRequest":{
  4091        "type":"structure",
  4092        "required":[
  4093          "importId",
  4094          "resourceSpecification",
  4095          "mergeStrategy"
  4096        ],
  4097        "members":{
  4098          "importId":{"shape":"Id"},
  4099          "resourceSpecification":{"shape":"ImportResourceSpecification"},
  4100          "mergeStrategy":{"shape":"MergeStrategy"},
  4101          "filePassword":{"shape":"ImportExportFilePassword"}
  4102        }
  4103      },
  4104      "StartImportResponse":{
  4105        "type":"structure",
  4106        "members":{
  4107          "importId":{"shape":"Id"},
  4108          "resourceSpecification":{"shape":"ImportResourceSpecification"},
  4109          "mergeStrategy":{"shape":"MergeStrategy"},
  4110          "importStatus":{"shape":"ImportStatus"},
  4111          "creationDateTime":{"shape":"Timestamp"}
  4112        }
  4113      },
  4114      "StillWaitingResponseFrequency":{
  4115        "type":"integer",
  4116        "max":300,
  4117        "min":1
  4118      },
  4119      "StillWaitingResponseSpecification":{
  4120        "type":"structure",
  4121        "required":[
  4122          "messageGroups",
  4123          "frequencyInSeconds",
  4124          "timeoutInSeconds"
  4125        ],
  4126        "members":{
  4127          "messageGroups":{"shape":"MessageGroupsList"},
  4128          "frequencyInSeconds":{"shape":"StillWaitingResponseFrequency"},
  4129          "timeoutInSeconds":{"shape":"StillWaitingResponseTimeout"},
  4130          "allowInterrupt":{"shape":"BoxedBoolean"}
  4131        }
  4132      },
  4133      "StillWaitingResponseTimeout":{
  4134        "type":"integer",
  4135        "max":900,
  4136        "min":1
  4137      },
  4138      "SynonymList":{
  4139        "type":"list",
  4140        "member":{"shape":"SampleValue"},
  4141        "max":10000,
  4142        "min":1
  4143      },
  4144      "TagKey":{
  4145        "type":"string",
  4146        "max":128,
  4147        "min":1
  4148      },
  4149      "TagKeyList":{
  4150        "type":"list",
  4151        "member":{"shape":"TagKey"},
  4152        "max":200,
  4153        "min":0
  4154      },
  4155      "TagMap":{
  4156        "type":"map",
  4157        "key":{"shape":"TagKey"},
  4158        "value":{"shape":"TagValue"},
  4159        "max":200,
  4160        "min":0
  4161      },
  4162      "TagResourceRequest":{
  4163        "type":"structure",
  4164        "required":[
  4165          "resourceARN",
  4166          "tags"
  4167        ],
  4168        "members":{
  4169          "resourceARN":{
  4170            "shape":"AmazonResourceName",
  4171            "location":"uri",
  4172            "locationName":"resourceARN"
  4173          },
  4174          "tags":{"shape":"TagMap"}
  4175        }
  4176      },
  4177      "TagResourceResponse":{
  4178        "type":"structure",
  4179        "members":{
  4180        }
  4181      },
  4182      "TagValue":{
  4183        "type":"string",
  4184        "max":256,
  4185        "min":0
  4186      },
  4187      "TextLogDestination":{
  4188        "type":"structure",
  4189        "required":["cloudWatch"],
  4190        "members":{
  4191          "cloudWatch":{"shape":"CloudWatchLogGroupLogDestination"}
  4192        }
  4193      },
  4194      "TextLogSetting":{
  4195        "type":"structure",
  4196        "required":[
  4197          "enabled",
  4198          "destination"
  4199        ],
  4200        "members":{
  4201          "enabled":{"shape":"Boolean"},
  4202          "destination":{"shape":"TextLogDestination"}
  4203        }
  4204      },
  4205      "TextLogSettingsList":{
  4206        "type":"list",
  4207        "member":{"shape":"TextLogSetting"},
  4208        "max":1,
  4209        "min":1
  4210      },
  4211      "ThrottlingException":{
  4212        "type":"structure",
  4213        "members":{
  4214          "retryAfterSeconds":{
  4215            "shape":"RetryAfterSeconds",
  4216            "location":"header",
  4217            "locationName":"Retry-After"
  4218          },
  4219          "message":{"shape":"ExceptionMessage"}
  4220        },
  4221        "error":{"httpStatusCode":429},
  4222        "exception":true
  4223      },
  4224      "TimeDimension":{
  4225        "type":"string",
  4226        "enum":[
  4227          "Hours",
  4228          "Days",
  4229          "Weeks"
  4230        ]
  4231      },
  4232      "TimeValue":{
  4233        "type":"integer",
  4234        "max":24,
  4235        "min":1
  4236      },
  4237      "Timestamp":{"type":"timestamp"},
  4238      "UntagResourceRequest":{
  4239        "type":"structure",
  4240        "required":[
  4241          "resourceARN",
  4242          "tagKeys"
  4243        ],
  4244        "members":{
  4245          "resourceARN":{
  4246            "shape":"AmazonResourceName",
  4247            "location":"uri",
  4248            "locationName":"resourceARN"
  4249          },
  4250          "tagKeys":{
  4251            "shape":"TagKeyList",
  4252            "location":"querystring",
  4253            "locationName":"tagKeys"
  4254          }
  4255        }
  4256      },
  4257      "UntagResourceResponse":{
  4258        "type":"structure",
  4259        "members":{
  4260        }
  4261      },
  4262      "UpdateBotAliasRequest":{
  4263        "type":"structure",
  4264        "required":[
  4265          "botAliasId",
  4266          "botAliasName",
  4267          "botId"
  4268        ],
  4269        "members":{
  4270          "botAliasId":{
  4271            "shape":"BotAliasId",
  4272            "location":"uri",
  4273            "locationName":"botAliasId"
  4274          },
  4275          "botAliasName":{"shape":"Name"},
  4276          "description":{"shape":"Description"},
  4277          "botVersion":{"shape":"BotVersion"},
  4278          "botAliasLocaleSettings":{"shape":"BotAliasLocaleSettingsMap"},
  4279          "conversationLogSettings":{"shape":"ConversationLogSettings"},
  4280          "sentimentAnalysisSettings":{"shape":"SentimentAnalysisSettings"},
  4281          "botId":{
  4282            "shape":"Id",
  4283            "location":"uri",
  4284            "locationName":"botId"
  4285          }
  4286        }
  4287      },
  4288      "UpdateBotAliasResponse":{
  4289        "type":"structure",
  4290        "members":{
  4291          "botAliasId":{"shape":"BotAliasId"},
  4292          "botAliasName":{"shape":"Name"},
  4293          "description":{"shape":"Description"},
  4294          "botVersion":{"shape":"BotVersion"},
  4295          "botAliasLocaleSettings":{"shape":"BotAliasLocaleSettingsMap"},
  4296          "conversationLogSettings":{"shape":"ConversationLogSettings"},
  4297          "sentimentAnalysisSettings":{"shape":"SentimentAnalysisSettings"},
  4298          "botAliasStatus":{"shape":"BotAliasStatus"},
  4299          "botId":{"shape":"Id"},
  4300          "creationDateTime":{"shape":"Timestamp"},
  4301          "lastUpdatedDateTime":{"shape":"Timestamp"}
  4302        }
  4303      },
  4304      "UpdateBotLocaleRequest":{
  4305        "type":"structure",
  4306        "required":[
  4307          "botId",
  4308          "botVersion",
  4309          "localeId",
  4310          "nluIntentConfidenceThreshold"
  4311        ],
  4312        "members":{
  4313          "botId":{
  4314            "shape":"Id",
  4315            "location":"uri",
  4316            "locationName":"botId"
  4317          },
  4318          "botVersion":{
  4319            "shape":"DraftBotVersion",
  4320            "location":"uri",
  4321            "locationName":"botVersion"
  4322          },
  4323          "localeId":{
  4324            "shape":"LocaleId",
  4325            "location":"uri",
  4326            "locationName":"localeId"
  4327          },
  4328          "description":{"shape":"Description"},
  4329          "nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"},
  4330          "voiceSettings":{"shape":"VoiceSettings"}
  4331        }
  4332      },
  4333      "UpdateBotLocaleResponse":{
  4334        "type":"structure",
  4335        "members":{
  4336          "botId":{"shape":"Id"},
  4337          "botVersion":{"shape":"DraftBotVersion"},
  4338          "localeId":{"shape":"LocaleId"},
  4339          "localeName":{"shape":"LocaleName"},
  4340          "description":{"shape":"Description"},
  4341          "nluIntentConfidenceThreshold":{"shape":"ConfidenceThreshold"},
  4342          "voiceSettings":{"shape":"VoiceSettings"},
  4343          "botLocaleStatus":{"shape":"BotLocaleStatus"},
  4344          "failureReasons":{"shape":"FailureReasons"},
  4345          "creationDateTime":{"shape":"Timestamp"},
  4346          "lastUpdatedDateTime":{"shape":"Timestamp"}
  4347        }
  4348      },
  4349      "UpdateBotRequest":{
  4350        "type":"structure",
  4351        "required":[
  4352          "botId",
  4353          "botName",
  4354          "roleArn",
  4355          "dataPrivacy",
  4356          "idleSessionTTLInSeconds"
  4357        ],
  4358        "members":{
  4359          "botId":{
  4360            "shape":"Id",
  4361            "location":"uri",
  4362            "locationName":"botId"
  4363          },
  4364          "botName":{"shape":"Name"},
  4365          "description":{"shape":"Description"},
  4366          "roleArn":{"shape":"RoleArn"},
  4367          "dataPrivacy":{"shape":"DataPrivacy"},
  4368          "idleSessionTTLInSeconds":{"shape":"SessionTTL"}
  4369        }
  4370      },
  4371      "UpdateBotResponse":{
  4372        "type":"structure",
  4373        "members":{
  4374          "botId":{"shape":"Id"},
  4375          "botName":{"shape":"Name"},
  4376          "description":{"shape":"Description"},
  4377          "roleArn":{"shape":"RoleArn"},
  4378          "dataPrivacy":{"shape":"DataPrivacy"},
  4379          "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
  4380          "botStatus":{"shape":"BotStatus"},
  4381          "creationDateTime":{"shape":"Timestamp"},
  4382          "lastUpdatedDateTime":{"shape":"Timestamp"}
  4383        }
  4384      },
  4385      "UpdateExportRequest":{
  4386        "type":"structure",
  4387        "required":["exportId"],
  4388        "members":{
  4389          "exportId":{
  4390            "shape":"Id",
  4391            "location":"uri",
  4392            "locationName":"exportId"
  4393          },
  4394          "filePassword":{"shape":"ImportExportFilePassword"}
  4395        }
  4396      },
  4397      "UpdateExportResponse":{
  4398        "type":"structure",
  4399        "members":{
  4400          "exportId":{"shape":"Id"},
  4401          "resourceSpecification":{"shape":"ExportResourceSpecification"},
  4402          "fileFormat":{"shape":"ImportExportFileFormat"},
  4403          "exportStatus":{"shape":"ExportStatus"},
  4404          "creationDateTime":{"shape":"Timestamp"},
  4405          "lastUpdatedDateTime":{"shape":"Timestamp"}
  4406        }
  4407      },
  4408      "UpdateIntentRequest":{
  4409        "type":"structure",
  4410        "required":[
  4411          "intentId",
  4412          "intentName",
  4413          "botId",
  4414          "botVersion",
  4415          "localeId"
  4416        ],
  4417        "members":{
  4418          "intentId":{
  4419            "shape":"Id",
  4420            "location":"uri",
  4421            "locationName":"intentId"
  4422          },
  4423          "intentName":{"shape":"Name"},
  4424          "description":{"shape":"Description"},
  4425          "parentIntentSignature":{"shape":"IntentSignature"},
  4426          "sampleUtterances":{"shape":"SampleUtterancesList"},
  4427          "dialogCodeHook":{"shape":"DialogCodeHookSettings"},
  4428          "fulfillmentCodeHook":{"shape":"FulfillmentCodeHookSettings"},
  4429          "slotPriorities":{"shape":"SlotPrioritiesList"},
  4430          "intentConfirmationSetting":{"shape":"IntentConfirmationSetting"},
  4431          "intentClosingSetting":{"shape":"IntentClosingSetting"},
  4432          "inputContexts":{"shape":"InputContextsList"},
  4433          "outputContexts":{"shape":"OutputContextsList"},
  4434          "kendraConfiguration":{"shape":"KendraConfiguration"},
  4435          "botId":{
  4436            "shape":"Id",
  4437            "location":"uri",
  4438            "locationName":"botId"
  4439          },
  4440          "botVersion":{
  4441            "shape":"DraftBotVersion",
  4442            "location":"uri",
  4443            "locationName":"botVersion"
  4444          },
  4445          "localeId":{
  4446            "shape":"LocaleId",
  4447            "location":"uri",
  4448            "locationName":"localeId"
  4449          }
  4450        }
  4451      },
  4452      "UpdateIntentResponse":{
  4453        "type":"structure",
  4454        "members":{
  4455          "intentId":{"shape":"Id"},
  4456          "intentName":{"shape":"Name"},
  4457          "description":{"shape":"Description"},
  4458          "parentIntentSignature":{"shape":"IntentSignature"},
  4459          "sampleUtterances":{"shape":"SampleUtterancesList"},
  4460          "dialogCodeHook":{"shape":"DialogCodeHookSettings"},
  4461          "fulfillmentCodeHook":{"shape":"FulfillmentCodeHookSettings"},
  4462          "slotPriorities":{"shape":"SlotPrioritiesList"},
  4463          "intentConfirmationSetting":{"shape":"IntentConfirmationSetting"},
  4464          "intentClosingSetting":{"shape":"IntentClosingSetting"},
  4465          "inputContexts":{"shape":"InputContextsList"},
  4466          "outputContexts":{"shape":"OutputContextsList"},
  4467          "kendraConfiguration":{"shape":"KendraConfiguration"},
  4468          "botId":{"shape":"Id"},
  4469          "botVersion":{"shape":"DraftBotVersion"},
  4470          "localeId":{"shape":"LocaleId"},
  4471          "creationDateTime":{"shape":"Timestamp"},
  4472          "lastUpdatedDateTime":{"shape":"Timestamp"}
  4473        }
  4474      },
  4475      "UpdateResourcePolicyRequest":{
  4476        "type":"structure",
  4477        "required":[
  4478          "resourceArn",
  4479          "policy"
  4480        ],
  4481        "members":{
  4482          "resourceArn":{
  4483            "shape":"AmazonResourceName",
  4484            "location":"uri",
  4485            "locationName":"resourceArn"
  4486          },
  4487          "policy":{"shape":"Policy"},
  4488          "expectedRevisionId":{
  4489            "shape":"RevisionId",
  4490            "location":"querystring",
  4491            "locationName":"expectedRevisionId"
  4492          }
  4493        }
  4494      },
  4495      "UpdateResourcePolicyResponse":{
  4496        "type":"structure",
  4497        "members":{
  4498          "resourceArn":{"shape":"AmazonResourceName"},
  4499          "revisionId":{"shape":"RevisionId"}
  4500        }
  4501      },
  4502      "UpdateSlotRequest":{
  4503        "type":"structure",
  4504        "required":[
  4505          "slotId",
  4506          "slotName",
  4507          "slotTypeId",
  4508          "valueElicitationSetting",
  4509          "botId",
  4510          "botVersion",
  4511          "localeId",
  4512          "intentId"
  4513        ],
  4514        "members":{
  4515          "slotId":{
  4516            "shape":"Id",
  4517            "location":"uri",
  4518            "locationName":"slotId"
  4519          },
  4520          "slotName":{"shape":"Name"},
  4521          "description":{"shape":"Description"},
  4522          "slotTypeId":{"shape":"BuiltInOrCustomSlotTypeId"},
  4523          "valueElicitationSetting":{"shape":"SlotValueElicitationSetting"},
  4524          "obfuscationSetting":{"shape":"ObfuscationSetting"},
  4525          "botId":{
  4526            "shape":"Id",
  4527            "location":"uri",
  4528            "locationName":"botId"
  4529          },
  4530          "botVersion":{
  4531            "shape":"DraftBotVersion",
  4532            "location":"uri",
  4533            "locationName":"botVersion"
  4534          },
  4535          "localeId":{
  4536            "shape":"LocaleId",
  4537            "location":"uri",
  4538            "locationName":"localeId"
  4539          },
  4540          "intentId":{
  4541            "shape":"Id",
  4542            "location":"uri",
  4543            "locationName":"intentId"
  4544          },
  4545          "multipleValuesSetting":{"shape":"MultipleValuesSetting"}
  4546        }
  4547      },
  4548      "UpdateSlotResponse":{
  4549        "type":"structure",
  4550        "members":{
  4551          "slotId":{"shape":"Id"},
  4552          "slotName":{"shape":"Name"},
  4553          "description":{"shape":"Description"},
  4554          "slotTypeId":{"shape":"BuiltInOrCustomSlotTypeId"},
  4555          "valueElicitationSetting":{"shape":"SlotValueElicitationSetting"},
  4556          "obfuscationSetting":{"shape":"ObfuscationSetting"},
  4557          "botId":{"shape":"Id"},
  4558          "botVersion":{"shape":"DraftBotVersion"},
  4559          "localeId":{"shape":"LocaleId"},
  4560          "intentId":{"shape":"Id"},
  4561          "creationDateTime":{"shape":"Timestamp"},
  4562          "lastUpdatedDateTime":{"shape":"Timestamp"},
  4563          "multipleValuesSetting":{"shape":"MultipleValuesSetting"}
  4564        }
  4565      },
  4566      "UpdateSlotTypeRequest":{
  4567        "type":"structure",
  4568        "required":[
  4569          "slotTypeId",
  4570          "slotTypeName",
  4571          "valueSelectionSetting",
  4572          "botId",
  4573          "botVersion",
  4574          "localeId"
  4575        ],
  4576        "members":{
  4577          "slotTypeId":{
  4578            "shape":"Id",
  4579            "location":"uri",
  4580            "locationName":"slotTypeId"
  4581          },
  4582          "slotTypeName":{"shape":"Name"},
  4583          "description":{"shape":"Description"},
  4584          "slotTypeValues":{"shape":"SlotTypeValues"},
  4585          "valueSelectionSetting":{"shape":"SlotValueSelectionSetting"},
  4586          "parentSlotTypeSignature":{"shape":"SlotTypeSignature"},
  4587          "botId":{
  4588            "shape":"Id",
  4589            "location":"uri",
  4590            "locationName":"botId"
  4591          },
  4592          "botVersion":{
  4593            "shape":"DraftBotVersion",
  4594            "location":"uri",
  4595            "locationName":"botVersion"
  4596          },
  4597          "localeId":{
  4598            "shape":"LocaleId",
  4599            "location":"uri",
  4600            "locationName":"localeId"
  4601          }
  4602        }
  4603      },
  4604      "UpdateSlotTypeResponse":{
  4605        "type":"structure",
  4606        "members":{
  4607          "slotTypeId":{"shape":"Id"},
  4608          "slotTypeName":{"shape":"Name"},
  4609          "description":{"shape":"Description"},
  4610          "slotTypeValues":{"shape":"SlotTypeValues"},
  4611          "valueSelectionSetting":{"shape":"SlotValueSelectionSetting"},
  4612          "parentSlotTypeSignature":{"shape":"SlotTypeSignature"},
  4613          "botId":{"shape":"Id"},
  4614          "botVersion":{"shape":"DraftBotVersion"},
  4615          "localeId":{"shape":"LocaleId"},
  4616          "creationDateTime":{"shape":"Timestamp"},
  4617          "lastUpdatedDateTime":{"shape":"Timestamp"}
  4618        }
  4619      },
  4620      "Utterance":{"type":"string"},
  4621      "UtteranceAggregationDuration":{
  4622        "type":"structure",
  4623        "required":["relativeAggregationDuration"],
  4624        "members":{
  4625          "relativeAggregationDuration":{"shape":"RelativeAggregationDuration"}
  4626        }
  4627      },
  4628      "ValidationException":{
  4629        "type":"structure",
  4630        "members":{
  4631          "message":{"shape":"ExceptionMessage"}
  4632        },
  4633        "error":{"httpStatusCode":400},
  4634        "exception":true
  4635      },
  4636      "Value":{
  4637        "type":"string",
  4638        "max":140,
  4639        "min":1
  4640      },
  4641      "VoiceId":{"type":"string"},
  4642      "VoiceSettings":{
  4643        "type":"structure",
  4644        "required":["voiceId"],
  4645        "members":{
  4646          "voiceId":{"shape":"VoiceId"}
  4647        }
  4648      },
  4649      "WaitAndContinueSpecification":{
  4650        "type":"structure",
  4651        "required":[
  4652          "waitingResponse",
  4653          "continueResponse"
  4654        ],
  4655        "members":{
  4656          "waitingResponse":{"shape":"ResponseSpecification"},
  4657          "continueResponse":{"shape":"ResponseSpecification"},
  4658          "stillWaitingResponse":{"shape":"StillWaitingResponseSpecification"},
  4659          "active":{"shape":"BoxedBoolean"}
  4660        }
  4661      }
  4662    }
  4663  }