aws-sdk-core 2.9.44 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (630) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -0
  3. data/lib/aws-sdk-core/client_stubs.rb +1 -2
  4. data/lib/aws-sdk-core/credential_provider.rb +2 -0
  5. data/lib/aws-sdk-core/credential_provider_chain.rb +2 -1
  6. data/lib/aws-sdk-core/errors.rb +19 -8
  7. data/lib/aws-sdk-core/ini_parser.rb +1 -0
  8. data/lib/aws-sdk-core/json/handler.rb +3 -2
  9. data/lib/aws-sdk-core/json/parser.rb +1 -1
  10. data/lib/aws-sdk-core/json.rb +4 -5
  11. data/lib/aws-sdk-core/log/param_filter.rb +4 -3
  12. data/lib/aws-sdk-core/pageable_response.rb +1 -0
  13. data/lib/aws-sdk-core/pager.rb +30 -25
  14. data/lib/aws-sdk-core/param_converter.rb +3 -3
  15. data/lib/aws-sdk-core/param_validator.rb +10 -4
  16. data/lib/aws-sdk-core/plugins/credentials_configuration.rb +62 -0
  17. data/lib/aws-sdk-core/plugins/global_configuration.rb +19 -10
  18. data/lib/aws-sdk-core/plugins/idempotency_token.rb +1 -2
  19. data/lib/aws-sdk-core/plugins/logging.rb +18 -18
  20. data/lib/aws-sdk-core/plugins/param_converter.rb +9 -5
  21. data/lib/aws-sdk-core/plugins/param_validator.rb +8 -5
  22. data/lib/aws-sdk-core/plugins/protocols/ec2.rb +2 -1
  23. data/lib/aws-sdk-core/plugins/protocols/json_rpc.rb +13 -12
  24. data/lib/aws-sdk-core/plugins/protocols/query.rb +2 -2
  25. data/lib/aws-sdk-core/plugins/regional_endpoint.rb +23 -15
  26. data/lib/aws-sdk-core/plugins/response_paging.rb +5 -18
  27. data/lib/aws-sdk-core/plugins/retry_errors.rb +11 -8
  28. data/lib/aws-sdk-core/plugins/signature_v2.rb +51 -0
  29. data/lib/aws-sdk-core/plugins/signature_v4.rb +139 -0
  30. data/lib/aws-sdk-core/plugins/stub_responses.rb +13 -11
  31. data/lib/aws-sdk-core/plugins/user_agent.rb +17 -6
  32. data/lib/aws-sdk-core/query/handler.rb +15 -16
  33. data/lib/aws-sdk-core/query/param_builder.rb +1 -1
  34. data/lib/aws-sdk-core/query.rb +5 -0
  35. data/lib/aws-sdk-core/resources/collection.rb +121 -0
  36. data/lib/aws-sdk-core/rest/handler.rb +1 -0
  37. data/lib/aws-sdk-core/rest/response/parser.rb +14 -14
  38. data/lib/aws-sdk-core/rest.rb +10 -0
  39. data/lib/aws-sdk-core/shared_config.rb +1 -1
  40. data/lib/aws-sdk-core/shared_credentials.rb +2 -0
  41. data/lib/aws-sdk-core/structure.rb +17 -12
  42. data/lib/aws-sdk-core/stubbing/data_applicator.rb +1 -1
  43. data/lib/aws-sdk-core/stubbing/empty_stub.rb +6 -2
  44. data/lib/aws-sdk-core/stubbing/protocols/ec2.rb +1 -1
  45. data/lib/aws-sdk-core/stubbing/stub_data.rb +4 -0
  46. data/lib/aws-sdk-core/util.rb +39 -0
  47. data/lib/aws-sdk-core/version.rb +1 -1
  48. data/lib/aws-sdk-core/waiters/poller.rb +5 -9
  49. data/lib/aws-sdk-core/waiters/waiter.rb +1 -0
  50. data/lib/aws-sdk-core/waiters.rb +3 -0
  51. data/lib/aws-sdk-core/xml/builder.rb +2 -2
  52. data/lib/aws-sdk-core/xml/error_handler.rb +1 -2
  53. data/lib/aws-sdk-core/xml/parser/frame.rb +4 -4
  54. data/lib/aws-sdk-core/xml/parser.rb +1 -11
  55. data/lib/aws-sdk-core/xml.rb +9 -0
  56. data/lib/aws-sdk-core.rb +66 -454
  57. data/lib/aws-sdk-sts/client.rb +1439 -0
  58. data/lib/aws-sdk-sts/client_api.rb +264 -0
  59. data/lib/aws-sdk-sts/customizations.rb +0 -0
  60. data/lib/aws-sdk-sts/errors.rb +14 -0
  61. data/lib/aws-sdk-sts/resource.rb +23 -0
  62. data/lib/aws-sdk-sts/types.rb +919 -0
  63. data/lib/aws-sdk-sts.rb +45 -0
  64. data/lib/seahorse/client/base.rb +1 -7
  65. data/lib/seahorse/client/logging/formatter.rb +2 -0
  66. data/lib/seahorse/client/logging/handler.rb +2 -0
  67. data/lib/seahorse/client/net_http/connection_pool.rb +3 -0
  68. data/lib/seahorse/client/net_http/handler.rb +2 -0
  69. data/lib/seahorse/client/net_http/patches.rb +1 -0
  70. data/lib/seahorse/client/plugin.rb +66 -6
  71. data/lib/seahorse/client/plugins/endpoint.rb +14 -10
  72. data/lib/seahorse/client/plugins/logging.rb +17 -19
  73. data/lib/seahorse/client/plugins/net_http.rb +23 -15
  74. data/lib/seahorse/client/plugins/raise_response_errors.rb +4 -4
  75. data/lib/seahorse/client/plugins/response_target.rb +2 -0
  76. data/lib/seahorse/model/api.rb +4 -0
  77. data/lib/seahorse/model/shapes.rb +18 -2
  78. data/lib/seahorse/util.rb +0 -20
  79. data/lib/seahorse.rb +50 -60
  80. metadata +36 -557
  81. data/apis/acm/2015-12-08/api-2.json +0 -595
  82. data/apis/acm/2015-12-08/examples-1.json +0 -5
  83. data/apis/acm/2015-12-08/paginators-1.json +0 -10
  84. data/apis/apigateway/2015-07-09/api-2.json +0 -4733
  85. data/apis/apigateway/2015-07-09/examples-1.json +0 -5
  86. data/apis/apigateway/2015-07-09/paginators-1.json +0 -70
  87. data/apis/application-autoscaling/2016-02-06/api-2.json +0 -601
  88. data/apis/application-autoscaling/2016-02-06/examples-1.json +0 -257
  89. data/apis/application-autoscaling/2016-02-06/paginators-1.json +0 -22
  90. data/apis/appstream/2016-12-01/api-2.json +0 -944
  91. data/apis/appstream/2016-12-01/examples-1.json +0 -5
  92. data/apis/appstream/2016-12-01/paginators-1.json +0 -4
  93. data/apis/appstream/2016-12-01/waiters-2.json +0 -55
  94. data/apis/athena/2017-05-18/api-2.json +0 -615
  95. data/apis/athena/2017-05-18/examples-1.json +0 -5
  96. data/apis/athena/2017-05-18/paginators-1.json +0 -19
  97. data/apis/autoscaling/2011-01-01/api-2.json +0 -2172
  98. data/apis/autoscaling/2011-01-01/examples-1.json +0 -1396
  99. data/apis/autoscaling/2011-01-01/paginators-1.json +0 -52
  100. data/apis/autoscaling/2011-01-01/resources-1.json +0 -1624
  101. data/apis/autoscaling/2011-01-01/waiters-2.json +0 -62
  102. data/apis/batch/2016-08-10/api-2.json +0 -920
  103. data/apis/batch/2016-08-10/examples-1.json +0 -589
  104. data/apis/batch/2016-08-10/paginators-1.json +0 -4
  105. data/apis/budgets/2016-10-20/api-2.json +0 -697
  106. data/apis/budgets/2016-10-20/examples-1.json +0 -5
  107. data/apis/budgets/2016-10-20/paginators-1.json +0 -4
  108. data/apis/clouddirectory/2016-05-10/api-2.json +0 -3595
  109. data/apis/clouddirectory/2016-05-10/examples-1.json +0 -5
  110. data/apis/clouddirectory/2016-05-10/paginators-1.json +0 -94
  111. data/apis/cloudformation/2010-05-15/api-2.json +0 -1464
  112. data/apis/cloudformation/2010-05-15/examples-1.json +0 -5
  113. data/apis/cloudformation/2010-05-15/paginators-1.json +0 -37
  114. data/apis/cloudformation/2010-05-15/resources-1.json +0 -211
  115. data/apis/cloudformation/2010-05-15/waiters-2.json +0 -182
  116. data/apis/cloudfront/2016-01-28/api-2.json +0 -2219
  117. data/apis/cloudfront/2016-01-28/examples-1.json +0 -5
  118. data/apis/cloudfront/2016-01-28/paginators-1.json +0 -32
  119. data/apis/cloudfront/2016-01-28/waiters-2.json +0 -47
  120. data/apis/cloudfront/2016-08-01/api-2.json +0 -2548
  121. data/apis/cloudfront/2016-08-01/examples-1.json +0 -5
  122. data/apis/cloudfront/2016-08-01/paginators-1.json +0 -32
  123. data/apis/cloudfront/2016-08-01/waiters-2.json +0 -47
  124. data/apis/cloudfront/2016-08-20/api-2.json +0 -2586
  125. data/apis/cloudfront/2016-08-20/paginators-1.json +0 -32
  126. data/apis/cloudfront/2016-08-20/waiters-2.json +0 -47
  127. data/apis/cloudfront/2016-09-07/api-2.json +0 -2596
  128. data/apis/cloudfront/2016-09-07/examples-1.json +0 -5
  129. data/apis/cloudfront/2016-09-07/paginators-1.json +0 -32
  130. data/apis/cloudfront/2016-09-07/waiters-2.json +0 -47
  131. data/apis/cloudfront/2016-09-29/api-2.json +0 -2599
  132. data/apis/cloudfront/2016-09-29/examples-1.json +0 -5
  133. data/apis/cloudfront/2016-09-29/paginators-1.json +0 -32
  134. data/apis/cloudfront/2016-09-29/waiters-2.json +0 -47
  135. data/apis/cloudfront/2016-11-25/api-2.json +0 -2665
  136. data/apis/cloudfront/2016-11-25/examples-1.json +0 -5
  137. data/apis/cloudfront/2016-11-25/paginators-1.json +0 -32
  138. data/apis/cloudfront/2016-11-25/waiters-2.json +0 -47
  139. data/apis/cloudfront/2017-03-25/api-2.json +0 -2689
  140. data/apis/cloudfront/2017-03-25/examples-1.json +0 -83
  141. data/apis/cloudfront/2017-03-25/paginators-1.json +0 -32
  142. data/apis/cloudfront/2017-03-25/waiters-2.json +0 -47
  143. data/apis/cloudhsm/2014-05-30/api-2.json +0 -878
  144. data/apis/cloudhsm/2014-05-30/examples-1.json +0 -5
  145. data/apis/cloudsearch/2013-01-01/api-2.json +0 -2002
  146. data/apis/cloudsearch/2013-01-01/paginators-1.json +0 -20
  147. data/apis/cloudsearchdomain/2013-01-01/api-2.json +0 -374
  148. data/apis/cloudsearchdomain/2013-01-01/examples-1.json +0 -5
  149. data/apis/cloudtrail/2013-11-01/api-2.json +0 -912
  150. data/apis/cloudtrail/2013-11-01/examples-1.json +0 -5
  151. data/apis/cloudtrail/2013-11-01/paginators-1.json +0 -13
  152. data/apis/codebuild/2016-10-06/api-2.json +0 -704
  153. data/apis/codebuild/2016-10-06/examples-1.json +0 -5
  154. data/apis/codebuild/2016-10-06/paginators-1.json +0 -4
  155. data/apis/codecommit/2015-04-13/api-2.json +0 -1112
  156. data/apis/codecommit/2015-04-13/examples-1.json +0 -5
  157. data/apis/codecommit/2015-04-13/paginators-1.json +0 -19
  158. data/apis/codedeploy/2014-10-06/api-2.json +0 -2380
  159. data/apis/codedeploy/2014-10-06/examples-1.json +0 -5
  160. data/apis/codedeploy/2014-10-06/paginators-1.json +0 -34
  161. data/apis/codedeploy/2014-10-06/waiters-2.json +0 -30
  162. data/apis/codepipeline/2015-07-09/api-2.json +0 -1714
  163. data/apis/codepipeline/2015-07-09/examples-1.json +0 -5
  164. data/apis/codestar/2017-04-19/api-2.json +0 -755
  165. data/apis/codestar/2017-04-19/examples-1.json +0 -5
  166. data/apis/codestar/2017-04-19/paginators-1.json +0 -4
  167. data/apis/cognito-identity/2014-06-30/api-2.json +0 -943
  168. data/apis/cognito-identity/2014-06-30/examples-1.json +0 -5
  169. data/apis/cognito-identity/2014-06-30/paginators-1.json +0 -4
  170. data/apis/cognito-idp/2016-04-18/api-2.json +0 -3847
  171. data/apis/cognito-idp/2016-04-18/examples-1.json +0 -5
  172. data/apis/cognito-idp/2016-04-18/paginators-1.json +0 -4
  173. data/apis/cognito-sync/2014-06-30/api-2.json +0 -1875
  174. data/apis/config/2014-11-12/api-2.json +0 -1418
  175. data/apis/config/2014-11-12/examples-1.json +0 -5
  176. data/apis/config/2014-11-12/paginators-1.json +0 -10
  177. data/apis/cur/2017-01-06/api-2.json +0 -226
  178. data/apis/cur/2017-01-06/examples-1.json +0 -5
  179. data/apis/cur/2017-01-06/paginators-1.json +0 -9
  180. data/apis/datapipeline/2012-10-29/api-2.json +0 -1168
  181. data/apis/datapipeline/2012-10-29/paginators-1.json +0 -26
  182. data/apis/devicefarm/2015-06-23/api-2.json +0 -2312
  183. data/apis/devicefarm/2015-06-23/examples-1.json +0 -1242
  184. data/apis/devicefarm/2015-06-23/paginators-1.json +0 -77
  185. data/apis/directconnect/2012-10-25/api-2.json +0 -1351
  186. data/apis/directconnect/2012-10-25/examples-1.json +0 -5
  187. data/apis/directconnect/2012-10-25/paginators-1.json +0 -22
  188. data/apis/discovery/2015-11-01/api-2.json +0 -938
  189. data/apis/discovery/2015-11-01/examples-1.json +0 -5
  190. data/apis/discovery/2015-11-01/paginators-1.json +0 -4
  191. data/apis/dms/2016-01-01/api-2.json +0 -1881
  192. data/apis/dms/2016-01-01/examples-1.json +0 -1053
  193. data/apis/dms/2016-01-01/paginators-1.json +0 -64
  194. data/apis/ds/2015-04-16/api-2.json +0 -1972
  195. data/apis/ds/2015-04-16/examples-1.json +0 -5
  196. data/apis/dynamodb/2011-12-05/api-2.json +0 -802
  197. data/apis/dynamodb/2011-12-05/examples-1.json +0 -5
  198. data/apis/dynamodb/2011-12-05/paginators-1.json +0 -26
  199. data/apis/dynamodb/2011-12-05/waiters-2.json +0 -35
  200. data/apis/dynamodb/2012-08-10/api-2.json +0 -1405
  201. data/apis/dynamodb/2012-08-10/examples-1.json +0 -628
  202. data/apis/dynamodb/2012-08-10/paginators-1.json +0 -26
  203. data/apis/dynamodb/2012-08-10/resources-1.json +0 -136
  204. data/apis/dynamodb/2012-08-10/waiters-2.json +0 -35
  205. data/apis/ec2/2015-10-01/api-2.json +0 -13760
  206. data/apis/ec2/2015-10-01/examples-1.json +0 -5
  207. data/apis/ec2/2015-10-01/paginators-1.json +0 -138
  208. data/apis/ec2/2015-10-01/resources-1.json +0 -2582
  209. data/apis/ec2/2015-10-01/waiters-2.json +0 -593
  210. data/apis/ec2/2016-04-01/api-2.json +0 -14191
  211. data/apis/ec2/2016-04-01/examples-1.json +0 -3729
  212. data/apis/ec2/2016-04-01/paginators-1.json +0 -138
  213. data/apis/ec2/2016-04-01/resources-1.json +0 -2582
  214. data/apis/ec2/2016-04-01/waiters-2.json +0 -593
  215. data/apis/ec2/2016-09-15/api-2.json +0 -14415
  216. data/apis/ec2/2016-09-15/examples-1.json +0 -3740
  217. data/apis/ec2/2016-09-15/paginators-1.json +0 -138
  218. data/apis/ec2/2016-09-15/resources-1.json +0 -2582
  219. data/apis/ec2/2016-09-15/waiters-2.json +0 -593
  220. data/apis/ec2/2016-11-15/api-2.json +0 -15590
  221. data/apis/ec2/2016-11-15/examples-1.json +0 -3740
  222. data/apis/ec2/2016-11-15/paginators-1.json +0 -144
  223. data/apis/ec2/2016-11-15/resources-1.json +0 -2582
  224. data/apis/ec2/2016-11-15/waiters-2.json +0 -611
  225. data/apis/ecr/2015-09-21/api-2.json +0 -947
  226. data/apis/ecr/2015-09-21/examples-1.json +0 -215
  227. data/apis/ecr/2015-09-21/paginators-1.json +0 -22
  228. data/apis/ecs/2014-11-13/api-2.json +0 -1629
  229. data/apis/ecs/2014-11-13/examples-1.json +0 -883
  230. data/apis/ecs/2014-11-13/paginators-1.json +0 -40
  231. data/apis/ecs/2014-11-13/waiters-2.json +0 -93
  232. data/apis/elasticache/2015-02-02/api-2.json +0 -2550
  233. data/apis/elasticache/2015-02-02/examples-1.json +0 -3145
  234. data/apis/elasticache/2015-02-02/paginators-1.json +0 -76
  235. data/apis/elasticache/2015-02-02/waiters-2.json +0 -143
  236. data/apis/elasticbeanstalk/2010-12-01/api-2.json +0 -2332
  237. data/apis/elasticbeanstalk/2010-12-01/examples-1.json +0 -1109
  238. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +0 -25
  239. data/apis/elasticfilesystem/2015-02-01/api-2.json +0 -714
  240. data/apis/elasticfilesystem/2015-02-01/examples-1.json +0 -222
  241. data/apis/elasticloadbalancing/2012-06-01/api-2.json +0 -1629
  242. data/apis/elasticloadbalancing/2012-06-01/examples-1.json +0 -1036
  243. data/apis/elasticloadbalancing/2012-06-01/paginators-1.json +0 -18
  244. data/apis/elasticloadbalancing/2012-06-01/waiters-2.json +0 -49
  245. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +0 -1867
  246. data/apis/elasticloadbalancingv2/2015-12-01/examples-1.json +0 -1384
  247. data/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json +0 -19
  248. data/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json +0 -64
  249. data/apis/elasticmapreduce/2009-03-31/api-2.json +0 -2056
  250. data/apis/elasticmapreduce/2009-03-31/examples-1.json +0 -5
  251. data/apis/elasticmapreduce/2009-03-31/paginators-1.json +0 -37
  252. data/apis/elasticmapreduce/2009-03-31/waiters-2.json +0 -86
  253. data/apis/elastictranscoder/2012-09-25/api-2.json +0 -1483
  254. data/apis/elastictranscoder/2012-09-25/examples-1.json +0 -5
  255. data/apis/elastictranscoder/2012-09-25/paginators-1.json +0 -24
  256. data/apis/elastictranscoder/2012-09-25/waiters-2.json +0 -30
  257. data/apis/email/2010-12-01/api-2.json +0 -2212
  258. data/apis/email/2010-12-01/examples-1.json +0 -953
  259. data/apis/email/2010-12-01/paginators-1.json +0 -13
  260. data/apis/email/2010-12-01/waiters-2.json +0 -18
  261. data/apis/entitlement.marketplace/2017-01-11/api-2.json +0 -128
  262. data/apis/entitlement.marketplace/2017-01-11/examples-1.json +0 -5
  263. data/apis/entitlement.marketplace/2017-01-11/paginators-1.json +0 -4
  264. data/apis/es/2015-01-01/api-2.json +0 -862
  265. data/apis/es/2015-01-01/examples-1.json +0 -5
  266. data/apis/es/2015-01-01/paginators-1.json +0 -14
  267. data/apis/events/2015-10-07/api-2.json +0 -649
  268. data/apis/events/2015-10-07/examples-1.json +0 -5
  269. data/apis/events/2015-10-07/paginators-1.json +0 -4
  270. data/apis/firehose/2015-08-04/api-2.json +0 -866
  271. data/apis/firehose/2015-08-04/examples-1.json +0 -5
  272. data/apis/gamelift/2015-10-01/api-2.json +0 -2316
  273. data/apis/gamelift/2015-10-01/examples-1.json +0 -5
  274. data/apis/gamelift/2015-10-01/paginators-1.json +0 -4
  275. data/apis/glacier/2012-06-01/api-2.json +0 -1734
  276. data/apis/glacier/2012-06-01/examples-1.json +0 -806
  277. data/apis/glacier/2012-06-01/paginators-1.json +0 -28
  278. data/apis/glacier/2012-06-01/resources-1.json +0 -563
  279. data/apis/glacier/2012-06-01/waiters-2.json +0 -39
  280. data/apis/greengrass/2017-06-07/api-2.json +0 -3451
  281. data/apis/health/2016-08-04/api-2.json +0 -547
  282. data/apis/health/2016-08-04/examples-1.json +0 -5
  283. data/apis/health/2016-08-04/paginators-1.json +0 -31
  284. data/apis/iam/2010-05-08/api-2.json +0 -4832
  285. data/apis/iam/2010-05-08/examples-1.json +0 -1191
  286. data/apis/iam/2010-05-08/paginators-1.json +0 -198
  287. data/apis/iam/2010-05-08/resources-1.json +0 -1740
  288. data/apis/iam/2010-05-08/waiters-2.json +0 -39
  289. data/apis/importexport/2010-06-01/api-2.json +0 -667
  290. data/apis/importexport/2010-06-01/paginators-1.json +0 -11
  291. data/apis/inspector/2016-02-16/api-2.json +0 -2051
  292. data/apis/inspector/2016-02-16/examples-1.json +0 -1147
  293. data/apis/inspector/2016-02-16/paginators-1.json +0 -4
  294. data/apis/iot/2015-05-28/api-2.json +0 -2928
  295. data/apis/iot/2015-05-28/examples-1.json +0 -5
  296. data/apis/iot/2015-05-28/paginators-1.json +0 -4
  297. data/apis/iot-data/2015-05-28/api-2.json +0 -264
  298. data/apis/kinesis/2013-12-02/api-2.json +0 -890
  299. data/apis/kinesis/2013-12-02/examples-1.json +0 -5
  300. data/apis/kinesis/2013-12-02/paginators-1.json +0 -18
  301. data/apis/kinesis/2013-12-02/waiters-2.json +0 -30
  302. data/apis/kinesisanalytics/2015-08-14/api-2.json +0 -1175
  303. data/apis/kinesisanalytics/2015-08-14/examples-1.json +0 -5
  304. data/apis/kinesisanalytics/2015-08-14/paginators-1.json +0 -4
  305. data/apis/kms/2014-11-01/api-2.json +0 -1492
  306. data/apis/kms/2014-11-01/examples-1.json +0 -904
  307. data/apis/kms/2014-11-01/paginators-1.json +0 -32
  308. data/apis/lambda/2014-11-11/api-2.json +0 -668
  309. data/apis/lambda/2014-11-11/paginators-1.json +0 -16
  310. data/apis/lambda/2015-03-31/api-2.json +0 -1647
  311. data/apis/lambda/2015-03-31/examples-1.json +0 -614
  312. data/apis/lambda/2015-03-31/paginators-1.json +0 -16
  313. data/apis/lex-models/2017-04-19/api-2.json +0 -2033
  314. data/apis/lex-models/2017-04-19/examples-1.json +0 -758
  315. data/apis/lex-models/2017-04-19/paginators-1.json +0 -54
  316. data/apis/lightsail/2016-11-28/api-2.json +0 -2187
  317. data/apis/lightsail/2016-11-28/examples-1.json +0 -5
  318. data/apis/lightsail/2016-11-28/paginators-1.json +0 -4
  319. data/apis/logs/2014-03-28/api-2.json +0 -1246
  320. data/apis/logs/2014-03-28/examples-1.json +0 -5
  321. data/apis/logs/2014-03-28/paginators-1.json +0 -49
  322. data/apis/machinelearning/2014-12-12/api-2.json +0 -1978
  323. data/apis/machinelearning/2014-12-12/examples-1.json +0 -5
  324. data/apis/machinelearning/2014-12-12/paginators-1.json +0 -28
  325. data/apis/machinelearning/2014-12-12/waiters-2.json +0 -81
  326. data/apis/marketplacecommerceanalytics/2015-07-01/api-2.json +0 -171
  327. data/apis/marketplacecommerceanalytics/2015-07-01/examples-1.json +0 -5
  328. data/apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json +0 -4
  329. data/apis/meteringmarketplace/2016-01-14/api-2.json +0 -263
  330. data/apis/meteringmarketplace/2016-01-14/examples-1.json +0 -5
  331. data/apis/monitoring/2010-08-01/api-2.json +0 -827
  332. data/apis/monitoring/2010-08-01/examples-1.json +0 -5
  333. data/apis/monitoring/2010-08-01/paginators-1.json +0 -24
  334. data/apis/monitoring/2010-08-01/resources-1.json +0 -346
  335. data/apis/monitoring/2010-08-01/waiters-2.json +0 -18
  336. data/apis/mturk-requester/2017-01-17/api-2.json +0 -1665
  337. data/apis/mturk-requester/2017-01-17/examples-1.json +0 -5
  338. data/apis/mturk-requester/2017-01-17/paginators-1.json +0 -54
  339. data/apis/opsworks/2013-02-18/api-2.json +0 -2839
  340. data/apis/opsworks/2013-02-18/examples-1.json +0 -5
  341. data/apis/opsworks/2013-02-18/paginators-1.json +0 -55
  342. data/apis/opsworks/2013-02-18/resources-1.json +0 -173
  343. data/apis/opsworks/2013-02-18/waiters-2.json +0 -295
  344. data/apis/opsworkscm/2016-11-01/api-2.json +0 -730
  345. data/apis/opsworkscm/2016-11-01/examples-1.json +0 -5
  346. data/apis/opsworkscm/2016-11-01/paginators-1.json +0 -4
  347. data/apis/organizations/2016-11-28/api-2.json +0 -2006
  348. data/apis/organizations/2016-11-28/examples-1.json +0 -1409
  349. data/apis/organizations/2016-11-28/paginators-1.json +0 -64
  350. data/apis/pinpoint/2016-12-01/api-2.json +0 -3949
  351. data/apis/pinpoint/2016-12-01/examples-1.json +0 -5
  352. data/apis/polly/2016-06-10/api-2.json +0 -539
  353. data/apis/polly/2016-06-10/examples-1.json +0 -171
  354. data/apis/polly/2016-06-10/paginators-1.json +0 -4
  355. data/apis/rds/2013-01-10/api-2.json +0 -2902
  356. data/apis/rds/2013-01-10/examples-1.json +0 -5
  357. data/apis/rds/2013-01-10/paginators-1.json +0 -97
  358. data/apis/rds/2013-02-12/api-2.json +0 -3058
  359. data/apis/rds/2013-02-12/examples-1.json +0 -5
  360. data/apis/rds/2013-02-12/paginators-1.json +0 -110
  361. data/apis/rds/2013-09-09/api-2.json +0 -3159
  362. data/apis/rds/2013-09-09/examples-1.json +0 -5
  363. data/apis/rds/2013-09-09/paginators-1.json +0 -110
  364. data/apis/rds/2013-09-09/waiters-2.json +0 -97
  365. data/apis/rds/2014-09-01/api-2.json +0 -3272
  366. data/apis/rds/2014-09-01/examples-1.json +0 -5
  367. data/apis/rds/2014-09-01/paginators-1.json +0 -4
  368. data/apis/rds/2014-10-31/api-2.json +0 -5187
  369. data/apis/rds/2014-10-31/examples-1.json +0 -1951
  370. data/apis/rds/2014-10-31/paginators-1.json +0 -110
  371. data/apis/rds/2014-10-31/resources-1.json +0 -3272
  372. data/apis/rds/2014-10-31/waiters-2.json +0 -90
  373. data/apis/redshift/2012-12-01/api-2.json +0 -3840
  374. data/apis/redshift/2012-12-01/examples-1.json +0 -5
  375. data/apis/redshift/2012-12-01/paginators-1.json +0 -94
  376. data/apis/redshift/2012-12-01/waiters-2.json +0 -97
  377. data/apis/rekognition/2016-06-27/api-2.json +0 -992
  378. data/apis/rekognition/2016-06-27/examples-1.json +0 -651
  379. data/apis/rekognition/2016-06-27/paginators-1.json +0 -16
  380. data/apis/resourcegroupstaggingapi/2017-01-26/api-2.json +0 -328
  381. data/apis/resourcegroupstaggingapi/2017-01-26/examples-1.json +0 -5
  382. data/apis/resourcegroupstaggingapi/2017-01-26/paginators-1.json +0 -20
  383. data/apis/route53/2013-04-01/api-2.json +0 -3312
  384. data/apis/route53/2013-04-01/examples-1.json +0 -762
  385. data/apis/route53/2013-04-01/paginators-1.json +0 -33
  386. data/apis/route53/2013-04-01/waiters-2.json +0 -18
  387. data/apis/route53domains/2014-05-15/api-2.json +0 -1323
  388. data/apis/route53domains/2014-05-15/examples-1.json +0 -5
  389. data/apis/route53domains/2014-05-15/paginators-1.json +0 -16
  390. data/apis/runtime.lex/2016-11-28/api-2.json +0 -390
  391. data/apis/runtime.lex/2016-11-28/examples-1.json +0 -5
  392. data/apis/runtime.lex/2016-11-28/paginators-1.json +0 -4
  393. data/apis/s3/2006-03-01/api-2.json +0 -5368
  394. data/apis/s3/2006-03-01/examples-1.json +0 -1876
  395. data/apis/s3/2006-03-01/paginators-1.json +0 -66
  396. data/apis/s3/2006-03-01/resources-1.json +0 -1176
  397. data/apis/s3/2006-03-01/waiters-2.json +0 -73
  398. data/apis/sdb/2009-04-15/api-2.json +0 -955
  399. data/apis/sdb/2009-04-15/paginators-1.json +0 -15
  400. data/apis/servicecatalog/2015-12-10/api-2.json +0 -2022
  401. data/apis/servicecatalog/2015-12-10/examples-1.json +0 -5
  402. data/apis/servicecatalog/2015-12-10/paginators-1.json +0 -4
  403. data/apis/shield/2016-06-02/api-2.json +0 -494
  404. data/apis/shield/2016-06-02/examples-1.json +0 -5
  405. data/apis/sms/2016-10-24/api-2.json +0 -612
  406. data/apis/sms/2016-10-24/examples-1.json +0 -5
  407. data/apis/sms/2016-10-24/paginators-1.json +0 -28
  408. data/apis/snowball/2016-06-30/api-2.json +0 -855
  409. data/apis/snowball/2016-06-30/examples-1.json +0 -442
  410. data/apis/snowball/2016-06-30/paginators-1.json +0 -16
  411. data/apis/sns/2010-03-31/api-2.json +0 -1145
  412. data/apis/sns/2010-03-31/examples-1.json +0 -5
  413. data/apis/sns/2010-03-31/paginators-1.json +0 -29
  414. data/apis/sns/2010-03-31/resources-1.json +0 -327
  415. data/apis/sqs/2012-11-05/api-2.json +0 -988
  416. data/apis/sqs/2012-11-05/examples-1.json +0 -5
  417. data/apis/sqs/2012-11-05/paginators-1.json +0 -7
  418. data/apis/sqs/2012-11-05/resources-1.json +0 -232
  419. data/apis/ssm/2014-11-06/api-2.json +0 -5317
  420. data/apis/ssm/2014-11-06/examples-1.json +0 -5
  421. data/apis/ssm/2014-11-06/paginators-1.json +0 -40
  422. data/apis/states/2016-11-23/api-2.json +0 -1021
  423. data/apis/states/2016-11-23/examples-1.json +0 -5
  424. data/apis/states/2016-11-23/paginators-1.json +0 -28
  425. data/apis/storagegateway/2013-06-30/api-2.json +0 -2591
  426. data/apis/storagegateway/2013-06-30/examples-1.json +0 -1381
  427. data/apis/storagegateway/2013-06-30/paginators-1.json +0 -52
  428. data/apis/streams.dynamodb/2012-08-10/api-2.json +0 -406
  429. data/apis/streams.dynamodb/2012-08-10/examples-1.json +0 -212
  430. data/apis/streams.dynamodb/2012-08-10/paginators-1.json +0 -4
  431. data/apis/sts/2011-06-15/api-2.json +0 -522
  432. data/apis/sts/2011-06-15/examples-1.json +0 -206
  433. data/apis/sts/2011-06-15/paginators-1.json +0 -4
  434. data/apis/support/2013-04-15/api-2.json +0 -772
  435. data/apis/support/2013-04-15/examples-1.json +0 -5
  436. data/apis/support/2013-04-15/paginators-1.json +0 -25
  437. data/apis/swf/2012-01-25/api-2.json +0 -2839
  438. data/apis/swf/2012-01-25/paginators-1.json +0 -46
  439. data/apis/waf/2015-08-24/api-2.json +0 -1959
  440. data/apis/waf/2015-08-24/examples-1.json +0 -1017
  441. data/apis/waf/2015-08-24/paginators-1.json +0 -4
  442. data/apis/waf-regional/2016-11-28/api-2.json +0 -2090
  443. data/apis/waf-regional/2016-11-28/examples-1.json +0 -1017
  444. data/apis/waf-regional/2016-11-28/paginators-1.json +0 -4
  445. data/apis/workdocs/2016-05-01/api-2.json +0 -2684
  446. data/apis/workdocs/2016-05-01/examples-1.json +0 -5
  447. data/apis/workdocs/2016-05-01/paginators-1.json +0 -25
  448. data/apis/workspaces/2015-04-08/api-2.json +0 -840
  449. data/apis/workspaces/2015-04-08/examples-1.json +0 -5
  450. data/apis/workspaces/2015-04-08/paginators-1.json +0 -20
  451. data/apis/xray/2016-04-12/api-2.json +0 -492
  452. data/apis/xray/2016-04-12/examples-1.json +0 -5
  453. data/apis/xray/2016-04-12/paginators-1.json +0 -4
  454. data/bin/aws.rb +0 -180
  455. data/endpoints.json +0 -1935
  456. data/lib/aws-sdk-core/acm.rb +0 -6
  457. data/lib/aws-sdk-core/api/builder.rb +0 -106
  458. data/lib/aws-sdk-core/api/customizations.rb +0 -262
  459. data/lib/aws-sdk-core/api/docs/builder.rb +0 -223
  460. data/lib/aws-sdk-core/api/docs/client_type_documenter.rb +0 -118
  461. data/lib/aws-sdk-core/api/docs/crosslink.rb +0 -43
  462. data/lib/aws-sdk-core/api/docs/docstring_provider.rb +0 -75
  463. data/lib/aws-sdk-core/api/docs/operation_documenter.rb +0 -151
  464. data/lib/aws-sdk-core/api/docs/param_formatter.rb +0 -163
  465. data/lib/aws-sdk-core/api/docs/request_syntax_example.rb +0 -22
  466. data/lib/aws-sdk-core/api/docs/response_structure_example.rb +0 -91
  467. data/lib/aws-sdk-core/api/docs/shared_example.rb +0 -100
  468. data/lib/aws-sdk-core/api/docs/utils.rb +0 -133
  469. data/lib/aws-sdk-core/api/shape_map.rb +0 -142
  470. data/lib/aws-sdk-core/apigateway.rb +0 -6
  471. data/lib/aws-sdk-core/applicationautoscaling.rb +0 -6
  472. data/lib/aws-sdk-core/applicationdiscoveryservice.rb +0 -6
  473. data/lib/aws-sdk-core/appstream.rb +0 -7
  474. data/lib/aws-sdk-core/athena.rb +0 -6
  475. data/lib/aws-sdk-core/autoscaling.rb +0 -8
  476. data/lib/aws-sdk-core/batch.rb +0 -6
  477. data/lib/aws-sdk-core/budgets.rb +0 -6
  478. data/lib/aws-sdk-core/checksums.rb +0 -51
  479. data/lib/aws-sdk-core/client.rb +0 -60
  480. data/lib/aws-sdk-core/client_waiters.rb +0 -120
  481. data/lib/aws-sdk-core/clouddirectory.rb +0 -6
  482. data/lib/aws-sdk-core/cloudformation.rb +0 -8
  483. data/lib/aws-sdk-core/cloudfront/cookie_signer.rb +0 -44
  484. data/lib/aws-sdk-core/cloudfront/signer.rb +0 -141
  485. data/lib/aws-sdk-core/cloudfront/url_signer.rb +0 -48
  486. data/lib/aws-sdk-core/cloudfront.rb +0 -17
  487. data/lib/aws-sdk-core/cloudhsm.rb +0 -5
  488. data/lib/aws-sdk-core/cloudsearch.rb +0 -5
  489. data/lib/aws-sdk-core/cloudsearchdomain.rb +0 -5
  490. data/lib/aws-sdk-core/cloudtrail.rb +0 -6
  491. data/lib/aws-sdk-core/cloudwatch.rb +0 -8
  492. data/lib/aws-sdk-core/cloudwatchevents.rb +0 -6
  493. data/lib/aws-sdk-core/cloudwatchlogs.rb +0 -6
  494. data/lib/aws-sdk-core/codebuild.rb +0 -6
  495. data/lib/aws-sdk-core/codecommit.rb +0 -6
  496. data/lib/aws-sdk-core/codedeploy.rb +0 -7
  497. data/lib/aws-sdk-core/codepipeline.rb +0 -5
  498. data/lib/aws-sdk-core/codestar.rb +0 -6
  499. data/lib/aws-sdk-core/cognitoidentity.rb +0 -6
  500. data/lib/aws-sdk-core/cognitoidentityprovider.rb +0 -6
  501. data/lib/aws-sdk-core/cognitosync.rb +0 -4
  502. data/lib/aws-sdk-core/configservice.rb +0 -6
  503. data/lib/aws-sdk-core/costandusagereportservice.rb +0 -6
  504. data/lib/aws-sdk-core/databasemigrationservice.rb +0 -6
  505. data/lib/aws-sdk-core/datapipeline.rb +0 -5
  506. data/lib/aws-sdk-core/devicefarm.rb +0 -6
  507. data/lib/aws-sdk-core/directconnect.rb +0 -6
  508. data/lib/aws-sdk-core/directoryservice.rb +0 -5
  509. data/lib/aws-sdk-core/dynamodb/attribute_value.rb +0 -110
  510. data/lib/aws-sdk-core/dynamodb.rb +0 -40
  511. data/lib/aws-sdk-core/dynamodbstreams.rb +0 -6
  512. data/lib/aws-sdk-core/ec2.rb +0 -8
  513. data/lib/aws-sdk-core/ecr.rb +0 -6
  514. data/lib/aws-sdk-core/ecs.rb +0 -7
  515. data/lib/aws-sdk-core/efs.rb +0 -5
  516. data/lib/aws-sdk-core/elasticache.rb +0 -7
  517. data/lib/aws-sdk-core/elasticbeanstalk.rb +0 -6
  518. data/lib/aws-sdk-core/elasticloadbalancing.rb +0 -7
  519. data/lib/aws-sdk-core/elasticloadbalancingv2.rb +0 -7
  520. data/lib/aws-sdk-core/elasticsearchservice.rb +0 -6
  521. data/lib/aws-sdk-core/elastictranscoder.rb +0 -7
  522. data/lib/aws-sdk-core/empty_structure.rb +0 -3
  523. data/lib/aws-sdk-core/emr.rb +0 -7
  524. data/lib/aws-sdk-core/endpoint_provider.rb +0 -104
  525. data/lib/aws-sdk-core/firehose.rb +0 -5
  526. data/lib/aws-sdk-core/gamelift.rb +0 -6
  527. data/lib/aws-sdk-core/glacier.rb +0 -8
  528. data/lib/aws-sdk-core/greengrass.rb +0 -4
  529. data/lib/aws-sdk-core/health.rb +0 -6
  530. data/lib/aws-sdk-core/iam.rb +0 -8
  531. data/lib/aws-sdk-core/importexport.rb +0 -5
  532. data/lib/aws-sdk-core/inspector.rb +0 -6
  533. data/lib/aws-sdk-core/iot.rb +0 -6
  534. data/lib/aws-sdk-core/iotdataplane.rb +0 -4
  535. data/lib/aws-sdk-core/kinesis.rb +0 -7
  536. data/lib/aws-sdk-core/kinesisanalytics.rb +0 -6
  537. data/lib/aws-sdk-core/kms.rb +0 -6
  538. data/lib/aws-sdk-core/lambda.rb +0 -6
  539. data/lib/aws-sdk-core/lambdapreview.rb +0 -5
  540. data/lib/aws-sdk-core/lex.rb +0 -6
  541. data/lib/aws-sdk-core/lexmodelbuildingservice.rb +0 -6
  542. data/lib/aws-sdk-core/lightsail.rb +0 -6
  543. data/lib/aws-sdk-core/machinelearning.rb +0 -7
  544. data/lib/aws-sdk-core/marketplacecommerceanalytics.rb +0 -6
  545. data/lib/aws-sdk-core/marketplaceentitlementservice.rb +0 -6
  546. data/lib/aws-sdk-core/marketplacemetering.rb +0 -5
  547. data/lib/aws-sdk-core/mturk.rb +0 -6
  548. data/lib/aws-sdk-core/opsworks.rb +0 -8
  549. data/lib/aws-sdk-core/opsworkscm.rb +0 -6
  550. data/lib/aws-sdk-core/organizations.rb +0 -6
  551. data/lib/aws-sdk-core/partitions/partition.rb +0 -95
  552. data/lib/aws-sdk-core/partitions/partition_list.rb +0 -60
  553. data/lib/aws-sdk-core/partitions/region.rb +0 -66
  554. data/lib/aws-sdk-core/partitions/service.rb +0 -74
  555. data/lib/aws-sdk-core/partitions.rb +0 -174
  556. data/lib/aws-sdk-core/pinpoint.rb +0 -5
  557. data/lib/aws-sdk-core/plugins/api_gateway_header.rb +0 -19
  558. data/lib/aws-sdk-core/plugins/csd_conditional_signing.rb +0 -30
  559. data/lib/aws-sdk-core/plugins/csd_switch_to_post.rb +0 -36
  560. data/lib/aws-sdk-core/plugins/dynamodb_crc32_validation.rb +0 -52
  561. data/lib/aws-sdk-core/plugins/dynamodb_extended_retries.rb +0 -22
  562. data/lib/aws-sdk-core/plugins/dynamodb_simple_attributes.rb +0 -208
  563. data/lib/aws-sdk-core/plugins/ec2_copy_encrypted_snapshot.rb +0 -56
  564. data/lib/aws-sdk-core/plugins/ec2_region_validation.rb +0 -17
  565. data/lib/aws-sdk-core/plugins/glacier_account_id.rb +0 -19
  566. data/lib/aws-sdk-core/plugins/glacier_api_version.rb +0 -19
  567. data/lib/aws-sdk-core/plugins/glacier_checksums.rb +0 -87
  568. data/lib/aws-sdk-core/plugins/machine_learning_predict_endpoint.rb +0 -20
  569. data/lib/aws-sdk-core/plugins/rds_cross_region_copying.rb +0 -69
  570. data/lib/aws-sdk-core/plugins/request_signer.rb +0 -150
  571. data/lib/aws-sdk-core/plugins/route_53_id_fix.rb +0 -55
  572. data/lib/aws-sdk-core/plugins/s3_accelerate.rb +0 -90
  573. data/lib/aws-sdk-core/plugins/s3_bucket_dns.rb +0 -86
  574. data/lib/aws-sdk-core/plugins/s3_bucket_name_restrictions.rb +0 -21
  575. data/lib/aws-sdk-core/plugins/s3_dualstack.rb +0 -67
  576. data/lib/aws-sdk-core/plugins/s3_expect_100_continue.rb +0 -27
  577. data/lib/aws-sdk-core/plugins/s3_get_bucket_location_fix.rb +0 -21
  578. data/lib/aws-sdk-core/plugins/s3_host_id.rb +0 -26
  579. data/lib/aws-sdk-core/plugins/s3_http_200_errors.rb +0 -45
  580. data/lib/aws-sdk-core/plugins/s3_location_constraint.rb +0 -31
  581. data/lib/aws-sdk-core/plugins/s3_md5s.rb +0 -50
  582. data/lib/aws-sdk-core/plugins/s3_redirects.rb +0 -37
  583. data/lib/aws-sdk-core/plugins/s3_request_signer.rb +0 -166
  584. data/lib/aws-sdk-core/plugins/s3_sse_cpk.rb +0 -64
  585. data/lib/aws-sdk-core/plugins/s3_url_encoded_keys.rb +0 -93
  586. data/lib/aws-sdk-core/plugins/sqs_md5s.rb +0 -162
  587. data/lib/aws-sdk-core/plugins/sqs_queue_urls.rb +0 -34
  588. data/lib/aws-sdk-core/plugins/swf_read_timeouts.rb +0 -23
  589. data/lib/aws-sdk-core/polly/presigner.rb +0 -70
  590. data/lib/aws-sdk-core/polly.rb +0 -14
  591. data/lib/aws-sdk-core/rds/auth_token_generator.rb +0 -63
  592. data/lib/aws-sdk-core/rds.rb +0 -16
  593. data/lib/aws-sdk-core/redshift.rb +0 -7
  594. data/lib/aws-sdk-core/rekognition.rb +0 -6
  595. data/lib/aws-sdk-core/resourcegroupstaggingapi.rb +0 -6
  596. data/lib/aws-sdk-core/route53.rb +0 -7
  597. data/lib/aws-sdk-core/route53domains.rb +0 -6
  598. data/lib/aws-sdk-core/s3/bucket_region_cache.rb +0 -75
  599. data/lib/aws-sdk-core/s3/presigner.rb +0 -116
  600. data/lib/aws-sdk-core/s3.rb +0 -26
  601. data/lib/aws-sdk-core/service.rb +0 -4
  602. data/lib/aws-sdk-core/servicecatalog.rb +0 -6
  603. data/lib/aws-sdk-core/ses.rb +0 -7
  604. data/lib/aws-sdk-core/shield.rb +0 -5
  605. data/lib/aws-sdk-core/signers/base.rb +0 -31
  606. data/lib/aws-sdk-core/signers/s3.rb +0 -185
  607. data/lib/aws-sdk-core/signers/v2.rb +0 -51
  608. data/lib/aws-sdk-core/signers/v3.rb +0 -34
  609. data/lib/aws-sdk-core/signers/v4.rb +0 -234
  610. data/lib/aws-sdk-core/simpledb.rb +0 -5
  611. data/lib/aws-sdk-core/sms.rb +0 -6
  612. data/lib/aws-sdk-core/snowball.rb +0 -6
  613. data/lib/aws-sdk-core/sns.rb +0 -7
  614. data/lib/aws-sdk-core/sqs.rb +0 -7
  615. data/lib/aws-sdk-core/ssm.rb +0 -6
  616. data/lib/aws-sdk-core/states.rb +0 -6
  617. data/lib/aws-sdk-core/storagegateway.rb +0 -6
  618. data/lib/aws-sdk-core/sts.rb +0 -6
  619. data/lib/aws-sdk-core/support.rb +0 -6
  620. data/lib/aws-sdk-core/swf.rb +0 -5
  621. data/lib/aws-sdk-core/tree_hash.rb +0 -69
  622. data/lib/aws-sdk-core/waf.rb +0 -6
  623. data/lib/aws-sdk-core/wafregional.rb +0 -6
  624. data/lib/aws-sdk-core/waiters/null_provider.rb +0 -12
  625. data/lib/aws-sdk-core/waiters/provider.rb +0 -35
  626. data/lib/aws-sdk-core/workdocs.rb +0 -6
  627. data/lib/aws-sdk-core/workspaces.rb +0 -6
  628. data/lib/aws-sdk-core/xray.rb +0 -6
  629. data/lib/seahorse/client/plugins/restful_bindings.rb +0 -125
  630. data/service-models.json +0 -405
@@ -1,2033 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2017-04-19",
5
- "endpointPrefix":"models.lex",
6
- "jsonVersion":"1.1",
7
- "protocol":"rest-json",
8
- "serviceFullName":"Amazon Lex Model Building Service",
9
- "signatureVersion":"v4",
10
- "signingName":"lex",
11
- "uid":"lex-models-2017-04-19"
12
- },
13
- "operations":{
14
- "CreateBotVersion":{
15
- "name":"CreateBotVersion",
16
- "http":{
17
- "method":"POST",
18
- "requestUri":"/bots/{name}/versions",
19
- "responseCode":201
20
- },
21
- "input":{"shape":"CreateBotVersionRequest"},
22
- "output":{"shape":"CreateBotVersionResponse"},
23
- "errors":[
24
- {"shape":"NotFoundException"},
25
- {"shape":"ConflictException"},
26
- {"shape":"LimitExceededException"},
27
- {"shape":"InternalFailureException"},
28
- {"shape":"BadRequestException"},
29
- {"shape":"PreconditionFailedException"}
30
- ]
31
- },
32
- "CreateIntentVersion":{
33
- "name":"CreateIntentVersion",
34
- "http":{
35
- "method":"POST",
36
- "requestUri":"/intents/{name}/versions",
37
- "responseCode":201
38
- },
39
- "input":{"shape":"CreateIntentVersionRequest"},
40
- "output":{"shape":"CreateIntentVersionResponse"},
41
- "errors":[
42
- {"shape":"NotFoundException"},
43
- {"shape":"ConflictException"},
44
- {"shape":"LimitExceededException"},
45
- {"shape":"InternalFailureException"},
46
- {"shape":"BadRequestException"},
47
- {"shape":"PreconditionFailedException"}
48
- ]
49
- },
50
- "CreateSlotTypeVersion":{
51
- "name":"CreateSlotTypeVersion",
52
- "http":{
53
- "method":"POST",
54
- "requestUri":"/slottypes/{name}/versions",
55
- "responseCode":201
56
- },
57
- "input":{"shape":"CreateSlotTypeVersionRequest"},
58
- "output":{"shape":"CreateSlotTypeVersionResponse"},
59
- "errors":[
60
- {"shape":"NotFoundException"},
61
- {"shape":"ConflictException"},
62
- {"shape":"LimitExceededException"},
63
- {"shape":"InternalFailureException"},
64
- {"shape":"BadRequestException"},
65
- {"shape":"PreconditionFailedException"}
66
- ]
67
- },
68
- "DeleteBot":{
69
- "name":"DeleteBot",
70
- "http":{
71
- "method":"DELETE",
72
- "requestUri":"/bots/{name}",
73
- "responseCode":204
74
- },
75
- "input":{"shape":"DeleteBotRequest"},
76
- "errors":[
77
- {"shape":"NotFoundException"},
78
- {"shape":"ConflictException"},
79
- {"shape":"LimitExceededException"},
80
- {"shape":"InternalFailureException"},
81
- {"shape":"BadRequestException"},
82
- {"shape":"ResourceInUseException"}
83
- ]
84
- },
85
- "DeleteBotAlias":{
86
- "name":"DeleteBotAlias",
87
- "http":{
88
- "method":"DELETE",
89
- "requestUri":"/bots/{botName}/aliases/{name}",
90
- "responseCode":204
91
- },
92
- "input":{"shape":"DeleteBotAliasRequest"},
93
- "errors":[
94
- {"shape":"NotFoundException"},
95
- {"shape":"ConflictException"},
96
- {"shape":"LimitExceededException"},
97
- {"shape":"InternalFailureException"},
98
- {"shape":"BadRequestException"},
99
- {"shape":"ResourceInUseException"}
100
- ]
101
- },
102
- "DeleteBotChannelAssociation":{
103
- "name":"DeleteBotChannelAssociation",
104
- "http":{
105
- "method":"DELETE",
106
- "requestUri":"/bots/{botName}/aliases/{aliasName}/channels/{name}",
107
- "responseCode":204
108
- },
109
- "input":{"shape":"DeleteBotChannelAssociationRequest"},
110
- "errors":[
111
- {"shape":"NotFoundException"},
112
- {"shape":"ConflictException"},
113
- {"shape":"LimitExceededException"},
114
- {"shape":"InternalFailureException"},
115
- {"shape":"BadRequestException"}
116
- ]
117
- },
118
- "DeleteBotVersion":{
119
- "name":"DeleteBotVersion",
120
- "http":{
121
- "method":"DELETE",
122
- "requestUri":"/bots/{name}/versions/{version}",
123
- "responseCode":204
124
- },
125
- "input":{"shape":"DeleteBotVersionRequest"},
126
- "errors":[
127
- {"shape":"NotFoundException"},
128
- {"shape":"ConflictException"},
129
- {"shape":"LimitExceededException"},
130
- {"shape":"InternalFailureException"},
131
- {"shape":"BadRequestException"},
132
- {"shape":"ResourceInUseException"}
133
- ]
134
- },
135
- "DeleteIntent":{
136
- "name":"DeleteIntent",
137
- "http":{
138
- "method":"DELETE",
139
- "requestUri":"/intents/{name}",
140
- "responseCode":204
141
- },
142
- "input":{"shape":"DeleteIntentRequest"},
143
- "errors":[
144
- {"shape":"NotFoundException"},
145
- {"shape":"ConflictException"},
146
- {"shape":"LimitExceededException"},
147
- {"shape":"InternalFailureException"},
148
- {"shape":"BadRequestException"},
149
- {"shape":"ResourceInUseException"}
150
- ]
151
- },
152
- "DeleteIntentVersion":{
153
- "name":"DeleteIntentVersion",
154
- "http":{
155
- "method":"DELETE",
156
- "requestUri":"/intents/{name}/versions/{version}",
157
- "responseCode":204
158
- },
159
- "input":{"shape":"DeleteIntentVersionRequest"},
160
- "errors":[
161
- {"shape":"NotFoundException"},
162
- {"shape":"ConflictException"},
163
- {"shape":"LimitExceededException"},
164
- {"shape":"InternalFailureException"},
165
- {"shape":"BadRequestException"},
166
- {"shape":"ResourceInUseException"}
167
- ]
168
- },
169
- "DeleteSlotType":{
170
- "name":"DeleteSlotType",
171
- "http":{
172
- "method":"DELETE",
173
- "requestUri":"/slottypes/{name}",
174
- "responseCode":204
175
- },
176
- "input":{"shape":"DeleteSlotTypeRequest"},
177
- "errors":[
178
- {"shape":"NotFoundException"},
179
- {"shape":"ConflictException"},
180
- {"shape":"LimitExceededException"},
181
- {"shape":"InternalFailureException"},
182
- {"shape":"BadRequestException"},
183
- {"shape":"ResourceInUseException"}
184
- ]
185
- },
186
- "DeleteSlotTypeVersion":{
187
- "name":"DeleteSlotTypeVersion",
188
- "http":{
189
- "method":"DELETE",
190
- "requestUri":"/slottypes/{name}/version/{version}",
191
- "responseCode":204
192
- },
193
- "input":{"shape":"DeleteSlotTypeVersionRequest"},
194
- "errors":[
195
- {"shape":"NotFoundException"},
196
- {"shape":"ConflictException"},
197
- {"shape":"LimitExceededException"},
198
- {"shape":"InternalFailureException"},
199
- {"shape":"BadRequestException"},
200
- {"shape":"ResourceInUseException"}
201
- ]
202
- },
203
- "DeleteUtterances":{
204
- "name":"DeleteUtterances",
205
- "http":{
206
- "method":"DELETE",
207
- "requestUri":"/bots/{botName}/utterances/{userId}",
208
- "responseCode":204
209
- },
210
- "input":{"shape":"DeleteUtterancesRequest"},
211
- "errors":[
212
- {"shape":"NotFoundException"},
213
- {"shape":"LimitExceededException"},
214
- {"shape":"InternalFailureException"},
215
- {"shape":"BadRequestException"}
216
- ]
217
- },
218
- "GetBot":{
219
- "name":"GetBot",
220
- "http":{
221
- "method":"GET",
222
- "requestUri":"/bots/{name}/versions/{versionoralias}",
223
- "responseCode":200
224
- },
225
- "input":{"shape":"GetBotRequest"},
226
- "output":{"shape":"GetBotResponse"},
227
- "errors":[
228
- {"shape":"NotFoundException"},
229
- {"shape":"LimitExceededException"},
230
- {"shape":"InternalFailureException"},
231
- {"shape":"BadRequestException"}
232
- ]
233
- },
234
- "GetBotAlias":{
235
- "name":"GetBotAlias",
236
- "http":{
237
- "method":"GET",
238
- "requestUri":"/bots/{botName}/aliases/{name}",
239
- "responseCode":200
240
- },
241
- "input":{"shape":"GetBotAliasRequest"},
242
- "output":{"shape":"GetBotAliasResponse"},
243
- "errors":[
244
- {"shape":"NotFoundException"},
245
- {"shape":"LimitExceededException"},
246
- {"shape":"InternalFailureException"},
247
- {"shape":"BadRequestException"}
248
- ]
249
- },
250
- "GetBotAliases":{
251
- "name":"GetBotAliases",
252
- "http":{
253
- "method":"GET",
254
- "requestUri":"/bots/{botName}/aliases/",
255
- "responseCode":200
256
- },
257
- "input":{"shape":"GetBotAliasesRequest"},
258
- "output":{"shape":"GetBotAliasesResponse"},
259
- "errors":[
260
- {"shape":"LimitExceededException"},
261
- {"shape":"InternalFailureException"},
262
- {"shape":"BadRequestException"}
263
- ]
264
- },
265
- "GetBotChannelAssociation":{
266
- "name":"GetBotChannelAssociation",
267
- "http":{
268
- "method":"GET",
269
- "requestUri":"/bots/{botName}/aliases/{aliasName}/channels/{name}",
270
- "responseCode":200
271
- },
272
- "input":{"shape":"GetBotChannelAssociationRequest"},
273
- "output":{"shape":"GetBotChannelAssociationResponse"},
274
- "errors":[
275
- {"shape":"NotFoundException"},
276
- {"shape":"LimitExceededException"},
277
- {"shape":"InternalFailureException"},
278
- {"shape":"BadRequestException"}
279
- ]
280
- },
281
- "GetBotChannelAssociations":{
282
- "name":"GetBotChannelAssociations",
283
- "http":{
284
- "method":"GET",
285
- "requestUri":"/bots/{botName}/aliases/{aliasName}/channels/",
286
- "responseCode":200
287
- },
288
- "input":{"shape":"GetBotChannelAssociationsRequest"},
289
- "output":{"shape":"GetBotChannelAssociationsResponse"},
290
- "errors":[
291
- {"shape":"LimitExceededException"},
292
- {"shape":"InternalFailureException"},
293
- {"shape":"BadRequestException"}
294
- ]
295
- },
296
- "GetBotVersions":{
297
- "name":"GetBotVersions",
298
- "http":{
299
- "method":"GET",
300
- "requestUri":"/bots/{name}/versions/",
301
- "responseCode":200
302
- },
303
- "input":{"shape":"GetBotVersionsRequest"},
304
- "output":{"shape":"GetBotVersionsResponse"},
305
- "errors":[
306
- {"shape":"NotFoundException"},
307
- {"shape":"LimitExceededException"},
308
- {"shape":"InternalFailureException"},
309
- {"shape":"BadRequestException"}
310
- ]
311
- },
312
- "GetBots":{
313
- "name":"GetBots",
314
- "http":{
315
- "method":"GET",
316
- "requestUri":"/bots/",
317
- "responseCode":200
318
- },
319
- "input":{"shape":"GetBotsRequest"},
320
- "output":{"shape":"GetBotsResponse"},
321
- "errors":[
322
- {"shape":"NotFoundException"},
323
- {"shape":"LimitExceededException"},
324
- {"shape":"InternalFailureException"},
325
- {"shape":"BadRequestException"}
326
- ]
327
- },
328
- "GetBuiltinIntent":{
329
- "name":"GetBuiltinIntent",
330
- "http":{
331
- "method":"GET",
332
- "requestUri":"/builtins/intents/{signature}",
333
- "responseCode":200
334
- },
335
- "input":{"shape":"GetBuiltinIntentRequest"},
336
- "output":{"shape":"GetBuiltinIntentResponse"},
337
- "errors":[
338
- {"shape":"NotFoundException"},
339
- {"shape":"LimitExceededException"},
340
- {"shape":"InternalFailureException"},
341
- {"shape":"BadRequestException"}
342
- ]
343
- },
344
- "GetBuiltinIntents":{
345
- "name":"GetBuiltinIntents",
346
- "http":{
347
- "method":"GET",
348
- "requestUri":"/builtins/intents/",
349
- "responseCode":200
350
- },
351
- "input":{"shape":"GetBuiltinIntentsRequest"},
352
- "output":{"shape":"GetBuiltinIntentsResponse"},
353
- "errors":[
354
- {"shape":"LimitExceededException"},
355
- {"shape":"InternalFailureException"},
356
- {"shape":"BadRequestException"}
357
- ]
358
- },
359
- "GetBuiltinSlotTypes":{
360
- "name":"GetBuiltinSlotTypes",
361
- "http":{
362
- "method":"GET",
363
- "requestUri":"/builtins/slottypes/",
364
- "responseCode":200
365
- },
366
- "input":{"shape":"GetBuiltinSlotTypesRequest"},
367
- "output":{"shape":"GetBuiltinSlotTypesResponse"},
368
- "errors":[
369
- {"shape":"LimitExceededException"},
370
- {"shape":"InternalFailureException"},
371
- {"shape":"BadRequestException"}
372
- ]
373
- },
374
- "GetIntent":{
375
- "name":"GetIntent",
376
- "http":{
377
- "method":"GET",
378
- "requestUri":"/intents/{name}/versions/{version}",
379
- "responseCode":200
380
- },
381
- "input":{"shape":"GetIntentRequest"},
382
- "output":{"shape":"GetIntentResponse"},
383
- "errors":[
384
- {"shape":"NotFoundException"},
385
- {"shape":"LimitExceededException"},
386
- {"shape":"InternalFailureException"},
387
- {"shape":"BadRequestException"}
388
- ]
389
- },
390
- "GetIntentVersions":{
391
- "name":"GetIntentVersions",
392
- "http":{
393
- "method":"GET",
394
- "requestUri":"/intents/{name}/versions/",
395
- "responseCode":200
396
- },
397
- "input":{"shape":"GetIntentVersionsRequest"},
398
- "output":{"shape":"GetIntentVersionsResponse"},
399
- "errors":[
400
- {"shape":"NotFoundException"},
401
- {"shape":"LimitExceededException"},
402
- {"shape":"InternalFailureException"},
403
- {"shape":"BadRequestException"}
404
- ]
405
- },
406
- "GetIntents":{
407
- "name":"GetIntents",
408
- "http":{
409
- "method":"GET",
410
- "requestUri":"/intents/",
411
- "responseCode":200
412
- },
413
- "input":{"shape":"GetIntentsRequest"},
414
- "output":{"shape":"GetIntentsResponse"},
415
- "errors":[
416
- {"shape":"NotFoundException"},
417
- {"shape":"LimitExceededException"},
418
- {"shape":"InternalFailureException"},
419
- {"shape":"BadRequestException"}
420
- ]
421
- },
422
- "GetSlotType":{
423
- "name":"GetSlotType",
424
- "http":{
425
- "method":"GET",
426
- "requestUri":"/slottypes/{name}/versions/{version}",
427
- "responseCode":200
428
- },
429
- "input":{"shape":"GetSlotTypeRequest"},
430
- "output":{"shape":"GetSlotTypeResponse"},
431
- "errors":[
432
- {"shape":"NotFoundException"},
433
- {"shape":"LimitExceededException"},
434
- {"shape":"InternalFailureException"},
435
- {"shape":"BadRequestException"}
436
- ]
437
- },
438
- "GetSlotTypeVersions":{
439
- "name":"GetSlotTypeVersions",
440
- "http":{
441
- "method":"GET",
442
- "requestUri":"/slottypes/{name}/versions/",
443
- "responseCode":200
444
- },
445
- "input":{"shape":"GetSlotTypeVersionsRequest"},
446
- "output":{"shape":"GetSlotTypeVersionsResponse"},
447
- "errors":[
448
- {"shape":"NotFoundException"},
449
- {"shape":"LimitExceededException"},
450
- {"shape":"InternalFailureException"},
451
- {"shape":"BadRequestException"}
452
- ]
453
- },
454
- "GetSlotTypes":{
455
- "name":"GetSlotTypes",
456
- "http":{
457
- "method":"GET",
458
- "requestUri":"/slottypes/",
459
- "responseCode":200
460
- },
461
- "input":{"shape":"GetSlotTypesRequest"},
462
- "output":{"shape":"GetSlotTypesResponse"},
463
- "errors":[
464
- {"shape":"NotFoundException"},
465
- {"shape":"LimitExceededException"},
466
- {"shape":"InternalFailureException"},
467
- {"shape":"BadRequestException"}
468
- ]
469
- },
470
- "GetUtterancesView":{
471
- "name":"GetUtterancesView",
472
- "http":{
473
- "method":"GET",
474
- "requestUri":"/bots/{botname}/utterances?view=aggregation",
475
- "responseCode":200
476
- },
477
- "input":{"shape":"GetUtterancesViewRequest"},
478
- "output":{"shape":"GetUtterancesViewResponse"},
479
- "errors":[
480
- {"shape":"LimitExceededException"},
481
- {"shape":"InternalFailureException"},
482
- {"shape":"BadRequestException"}
483
- ]
484
- },
485
- "PutBot":{
486
- "name":"PutBot",
487
- "http":{
488
- "method":"PUT",
489
- "requestUri":"/bots/{name}/versions/$LATEST",
490
- "responseCode":200
491
- },
492
- "input":{"shape":"PutBotRequest"},
493
- "output":{"shape":"PutBotResponse"},
494
- "errors":[
495
- {"shape":"ConflictException"},
496
- {"shape":"LimitExceededException"},
497
- {"shape":"InternalFailureException"},
498
- {"shape":"BadRequestException"},
499
- {"shape":"PreconditionFailedException"}
500
- ]
501
- },
502
- "PutBotAlias":{
503
- "name":"PutBotAlias",
504
- "http":{
505
- "method":"PUT",
506
- "requestUri":"/bots/{botName}/aliases/{name}",
507
- "responseCode":200
508
- },
509
- "input":{"shape":"PutBotAliasRequest"},
510
- "output":{"shape":"PutBotAliasResponse"},
511
- "errors":[
512
- {"shape":"ConflictException"},
513
- {"shape":"LimitExceededException"},
514
- {"shape":"InternalFailureException"},
515
- {"shape":"BadRequestException"},
516
- {"shape":"PreconditionFailedException"}
517
- ]
518
- },
519
- "PutIntent":{
520
- "name":"PutIntent",
521
- "http":{
522
- "method":"PUT",
523
- "requestUri":"/intents/{name}/versions/$LATEST",
524
- "responseCode":200
525
- },
526
- "input":{"shape":"PutIntentRequest"},
527
- "output":{"shape":"PutIntentResponse"},
528
- "errors":[
529
- {"shape":"ConflictException"},
530
- {"shape":"LimitExceededException"},
531
- {"shape":"InternalFailureException"},
532
- {"shape":"BadRequestException"},
533
- {"shape":"PreconditionFailedException"}
534
- ]
535
- },
536
- "PutSlotType":{
537
- "name":"PutSlotType",
538
- "http":{
539
- "method":"PUT",
540
- "requestUri":"/slottypes/{name}/versions/$LATEST",
541
- "responseCode":200
542
- },
543
- "input":{"shape":"PutSlotTypeRequest"},
544
- "output":{"shape":"PutSlotTypeResponse"},
545
- "errors":[
546
- {"shape":"ConflictException"},
547
- {"shape":"LimitExceededException"},
548
- {"shape":"InternalFailureException"},
549
- {"shape":"BadRequestException"},
550
- {"shape":"PreconditionFailedException"}
551
- ]
552
- }
553
- },
554
- "shapes":{
555
- "AliasName":{
556
- "type":"string",
557
- "max":100,
558
- "min":1,
559
- "pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
560
- },
561
- "AliasNameOrListAll":{
562
- "type":"string",
563
- "max":100,
564
- "min":1,
565
- "pattern":"^(-|^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*))$"
566
- },
567
- "BadRequestException":{
568
- "type":"structure",
569
- "members":{
570
- "message":{"shape":"String"}
571
- },
572
- "error":{"httpStatusCode":400},
573
- "exception":true
574
- },
575
- "Boolean":{"type":"boolean"},
576
- "BotAliasMetadata":{
577
- "type":"structure",
578
- "members":{
579
- "name":{"shape":"AliasName"},
580
- "description":{"shape":"Description"},
581
- "botVersion":{"shape":"Version"},
582
- "botName":{"shape":"BotName"},
583
- "lastUpdatedDate":{"shape":"Timestamp"},
584
- "createdDate":{"shape":"Timestamp"},
585
- "checksum":{"shape":"String"}
586
- }
587
- },
588
- "BotAliasMetadataList":{
589
- "type":"list",
590
- "member":{"shape":"BotAliasMetadata"}
591
- },
592
- "BotChannelAssociation":{
593
- "type":"structure",
594
- "members":{
595
- "name":{"shape":"BotChannelName"},
596
- "description":{"shape":"Description"},
597
- "botAlias":{"shape":"AliasName"},
598
- "botName":{"shape":"BotName"},
599
- "createdDate":{"shape":"Timestamp"},
600
- "type":{"shape":"ChannelType"},
601
- "botConfiguration":{"shape":"ChannelConfigurationMap"}
602
- }
603
- },
604
- "BotChannelAssociationList":{
605
- "type":"list",
606
- "member":{"shape":"BotChannelAssociation"}
607
- },
608
- "BotChannelName":{
609
- "type":"string",
610
- "max":100,
611
- "min":1,
612
- "pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
613
- },
614
- "BotMetadata":{
615
- "type":"structure",
616
- "members":{
617
- "name":{"shape":"BotName"},
618
- "description":{"shape":"Description"},
619
- "status":{"shape":"Status"},
620
- "lastUpdatedDate":{"shape":"Timestamp"},
621
- "createdDate":{"shape":"Timestamp"},
622
- "version":{"shape":"Version"}
623
- }
624
- },
625
- "BotMetadataList":{
626
- "type":"list",
627
- "member":{"shape":"BotMetadata"}
628
- },
629
- "BotName":{
630
- "type":"string",
631
- "max":50,
632
- "min":2,
633
- "pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
634
- },
635
- "BotVersions":{
636
- "type":"list",
637
- "member":{"shape":"Version"},
638
- "max":5,
639
- "min":1
640
- },
641
- "BuiltinIntentMetadata":{
642
- "type":"structure",
643
- "members":{
644
- "signature":{"shape":"BuiltinIntentSignature"},
645
- "supportedLocales":{"shape":"LocaleList"}
646
- }
647
- },
648
- "BuiltinIntentMetadataList":{
649
- "type":"list",
650
- "member":{"shape":"BuiltinIntentMetadata"}
651
- },
652
- "BuiltinIntentSignature":{"type":"string"},
653
- "BuiltinIntentSlot":{
654
- "type":"structure",
655
- "members":{
656
- "name":{"shape":"String"}
657
- }
658
- },
659
- "BuiltinIntentSlotList":{
660
- "type":"list",
661
- "member":{"shape":"BuiltinIntentSlot"}
662
- },
663
- "BuiltinSlotTypeMetadata":{
664
- "type":"structure",
665
- "members":{
666
- "signature":{"shape":"BuiltinSlotTypeSignature"},
667
- "supportedLocales":{"shape":"LocaleList"}
668
- }
669
- },
670
- "BuiltinSlotTypeMetadataList":{
671
- "type":"list",
672
- "member":{"shape":"BuiltinSlotTypeMetadata"}
673
- },
674
- "BuiltinSlotTypeSignature":{"type":"string"},
675
- "ChannelConfigurationMap":{
676
- "type":"map",
677
- "key":{"shape":"String"},
678
- "value":{"shape":"String"},
679
- "max":10,
680
- "min":1
681
- },
682
- "ChannelType":{
683
- "type":"string",
684
- "enum":[
685
- "Facebook",
686
- "Slack",
687
- "Twilio-Sms"
688
- ]
689
- },
690
- "CodeHook":{
691
- "type":"structure",
692
- "required":[
693
- "uri",
694
- "messageVersion"
695
- ],
696
- "members":{
697
- "uri":{"shape":"LambdaARN"},
698
- "messageVersion":{"shape":"MessageVersion"}
699
- }
700
- },
701
- "ConflictException":{
702
- "type":"structure",
703
- "members":{
704
- "message":{"shape":"String"}
705
- },
706
- "error":{"httpStatusCode":409},
707
- "exception":true
708
- },
709
- "ContentString":{
710
- "type":"string",
711
- "max":1000,
712
- "min":1
713
- },
714
- "ContentType":{
715
- "type":"string",
716
- "enum":[
717
- "PlainText",
718
- "SSML"
719
- ]
720
- },
721
- "Count":{"type":"integer"},
722
- "CreateBotVersionRequest":{
723
- "type":"structure",
724
- "required":["name"],
725
- "members":{
726
- "name":{
727
- "shape":"BotName",
728
- "location":"uri",
729
- "locationName":"name"
730
- },
731
- "checksum":{"shape":"String"}
732
- }
733
- },
734
- "CreateBotVersionResponse":{
735
- "type":"structure",
736
- "members":{
737
- "name":{"shape":"BotName"},
738
- "description":{"shape":"Description"},
739
- "intents":{"shape":"IntentList"},
740
- "clarificationPrompt":{"shape":"Prompt"},
741
- "abortStatement":{"shape":"Statement"},
742
- "status":{"shape":"Status"},
743
- "failureReason":{"shape":"String"},
744
- "lastUpdatedDate":{"shape":"Timestamp"},
745
- "createdDate":{"shape":"Timestamp"},
746
- "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
747
- "voiceId":{"shape":"String"},
748
- "checksum":{"shape":"String"},
749
- "version":{"shape":"Version"},
750
- "locale":{"shape":"Locale"},
751
- "childDirected":{"shape":"Boolean"}
752
- }
753
- },
754
- "CreateIntentVersionRequest":{
755
- "type":"structure",
756
- "required":["name"],
757
- "members":{
758
- "name":{
759
- "shape":"IntentName",
760
- "location":"uri",
761
- "locationName":"name"
762
- },
763
- "checksum":{"shape":"String"}
764
- }
765
- },
766
- "CreateIntentVersionResponse":{
767
- "type":"structure",
768
- "members":{
769
- "name":{"shape":"IntentName"},
770
- "description":{"shape":"Description"},
771
- "slots":{"shape":"SlotList"},
772
- "sampleUtterances":{"shape":"IntentUtteranceList"},
773
- "confirmationPrompt":{"shape":"Prompt"},
774
- "rejectionStatement":{"shape":"Statement"},
775
- "followUpPrompt":{"shape":"FollowUpPrompt"},
776
- "conclusionStatement":{"shape":"Statement"},
777
- "dialogCodeHook":{"shape":"CodeHook"},
778
- "fulfillmentActivity":{"shape":"FulfillmentActivity"},
779
- "parentIntentSignature":{"shape":"BuiltinIntentSignature"},
780
- "lastUpdatedDate":{"shape":"Timestamp"},
781
- "createdDate":{"shape":"Timestamp"},
782
- "version":{"shape":"Version"},
783
- "checksum":{"shape":"String"}
784
- }
785
- },
786
- "CreateSlotTypeVersionRequest":{
787
- "type":"structure",
788
- "required":["name"],
789
- "members":{
790
- "name":{
791
- "shape":"SlotTypeName",
792
- "location":"uri",
793
- "locationName":"name"
794
- },
795
- "checksum":{"shape":"String"}
796
- }
797
- },
798
- "CreateSlotTypeVersionResponse":{
799
- "type":"structure",
800
- "members":{
801
- "name":{"shape":"SlotTypeName"},
802
- "description":{"shape":"Description"},
803
- "enumerationValues":{"shape":"EnumerationValues"},
804
- "lastUpdatedDate":{"shape":"Timestamp"},
805
- "createdDate":{"shape":"Timestamp"},
806
- "version":{"shape":"Version"},
807
- "checksum":{"shape":"String"}
808
- }
809
- },
810
- "CustomOrBuiltinSlotTypeName":{
811
- "type":"string",
812
- "max":100,
813
- "min":1,
814
- "pattern":"^([a-zA-Z]|AMAZON.)+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
815
- },
816
- "DeleteBotAliasRequest":{
817
- "type":"structure",
818
- "required":[
819
- "name",
820
- "botName"
821
- ],
822
- "members":{
823
- "name":{
824
- "shape":"AliasName",
825
- "location":"uri",
826
- "locationName":"name"
827
- },
828
- "botName":{
829
- "shape":"BotName",
830
- "location":"uri",
831
- "locationName":"botName"
832
- }
833
- }
834
- },
835
- "DeleteBotChannelAssociationRequest":{
836
- "type":"structure",
837
- "required":[
838
- "name",
839
- "botName",
840
- "botAlias"
841
- ],
842
- "members":{
843
- "name":{
844
- "shape":"BotChannelName",
845
- "location":"uri",
846
- "locationName":"name"
847
- },
848
- "botName":{
849
- "shape":"BotName",
850
- "location":"uri",
851
- "locationName":"botName"
852
- },
853
- "botAlias":{
854
- "shape":"AliasName",
855
- "location":"uri",
856
- "locationName":"aliasName"
857
- }
858
- }
859
- },
860
- "DeleteBotRequest":{
861
- "type":"structure",
862
- "required":["name"],
863
- "members":{
864
- "name":{
865
- "shape":"BotName",
866
- "location":"uri",
867
- "locationName":"name"
868
- }
869
- }
870
- },
871
- "DeleteBotVersionRequest":{
872
- "type":"structure",
873
- "required":[
874
- "name",
875
- "version"
876
- ],
877
- "members":{
878
- "name":{
879
- "shape":"BotName",
880
- "location":"uri",
881
- "locationName":"name"
882
- },
883
- "version":{
884
- "shape":"NumericalVersion",
885
- "location":"uri",
886
- "locationName":"version"
887
- }
888
- }
889
- },
890
- "DeleteIntentRequest":{
891
- "type":"structure",
892
- "required":["name"],
893
- "members":{
894
- "name":{
895
- "shape":"IntentName",
896
- "location":"uri",
897
- "locationName":"name"
898
- }
899
- }
900
- },
901
- "DeleteIntentVersionRequest":{
902
- "type":"structure",
903
- "required":[
904
- "name",
905
- "version"
906
- ],
907
- "members":{
908
- "name":{
909
- "shape":"IntentName",
910
- "location":"uri",
911
- "locationName":"name"
912
- },
913
- "version":{
914
- "shape":"NumericalVersion",
915
- "location":"uri",
916
- "locationName":"version"
917
- }
918
- }
919
- },
920
- "DeleteSlotTypeRequest":{
921
- "type":"structure",
922
- "required":["name"],
923
- "members":{
924
- "name":{
925
- "shape":"SlotTypeName",
926
- "location":"uri",
927
- "locationName":"name"
928
- }
929
- }
930
- },
931
- "DeleteSlotTypeVersionRequest":{
932
- "type":"structure",
933
- "required":[
934
- "name",
935
- "version"
936
- ],
937
- "members":{
938
- "name":{
939
- "shape":"SlotTypeName",
940
- "location":"uri",
941
- "locationName":"name"
942
- },
943
- "version":{
944
- "shape":"NumericalVersion",
945
- "location":"uri",
946
- "locationName":"version"
947
- }
948
- }
949
- },
950
- "DeleteUtterancesRequest":{
951
- "type":"structure",
952
- "required":[
953
- "botName",
954
- "userId"
955
- ],
956
- "members":{
957
- "botName":{
958
- "shape":"BotName",
959
- "location":"uri",
960
- "locationName":"botName"
961
- },
962
- "userId":{
963
- "shape":"UserId",
964
- "location":"uri",
965
- "locationName":"userId"
966
- }
967
- }
968
- },
969
- "Description":{
970
- "type":"string",
971
- "max":200,
972
- "min":0
973
- },
974
- "EnumerationValue":{
975
- "type":"structure",
976
- "required":["value"],
977
- "members":{
978
- "value":{"shape":"Value"}
979
- }
980
- },
981
- "EnumerationValues":{
982
- "type":"list",
983
- "member":{"shape":"EnumerationValue"},
984
- "max":10000,
985
- "min":1
986
- },
987
- "FollowUpPrompt":{
988
- "type":"structure",
989
- "required":[
990
- "prompt",
991
- "rejectionStatement"
992
- ],
993
- "members":{
994
- "prompt":{"shape":"Prompt"},
995
- "rejectionStatement":{"shape":"Statement"}
996
- }
997
- },
998
- "FulfillmentActivity":{
999
- "type":"structure",
1000
- "required":["type"],
1001
- "members":{
1002
- "type":{"shape":"FulfillmentActivityType"},
1003
- "codeHook":{"shape":"CodeHook"}
1004
- }
1005
- },
1006
- "FulfillmentActivityType":{
1007
- "type":"string",
1008
- "enum":[
1009
- "ReturnIntent",
1010
- "CodeHook"
1011
- ]
1012
- },
1013
- "GetBotAliasRequest":{
1014
- "type":"structure",
1015
- "required":[
1016
- "name",
1017
- "botName"
1018
- ],
1019
- "members":{
1020
- "name":{
1021
- "shape":"AliasName",
1022
- "location":"uri",
1023
- "locationName":"name"
1024
- },
1025
- "botName":{
1026
- "shape":"BotName",
1027
- "location":"uri",
1028
- "locationName":"botName"
1029
- }
1030
- }
1031
- },
1032
- "GetBotAliasResponse":{
1033
- "type":"structure",
1034
- "members":{
1035
- "name":{"shape":"AliasName"},
1036
- "description":{"shape":"Description"},
1037
- "botVersion":{"shape":"Version"},
1038
- "botName":{"shape":"BotName"},
1039
- "lastUpdatedDate":{"shape":"Timestamp"},
1040
- "createdDate":{"shape":"Timestamp"},
1041
- "checksum":{"shape":"String"}
1042
- }
1043
- },
1044
- "GetBotAliasesRequest":{
1045
- "type":"structure",
1046
- "required":["botName"],
1047
- "members":{
1048
- "botName":{
1049
- "shape":"BotName",
1050
- "location":"uri",
1051
- "locationName":"botName"
1052
- },
1053
- "nextToken":{
1054
- "shape":"NextToken",
1055
- "location":"querystring",
1056
- "locationName":"nextToken"
1057
- },
1058
- "maxResults":{
1059
- "shape":"MaxResults",
1060
- "location":"querystring",
1061
- "locationName":"maxResults"
1062
- },
1063
- "nameContains":{
1064
- "shape":"AliasName",
1065
- "location":"querystring",
1066
- "locationName":"nameContains"
1067
- }
1068
- }
1069
- },
1070
- "GetBotAliasesResponse":{
1071
- "type":"structure",
1072
- "members":{
1073
- "BotAliases":{"shape":"BotAliasMetadataList"},
1074
- "nextToken":{"shape":"NextToken"}
1075
- }
1076
- },
1077
- "GetBotChannelAssociationRequest":{
1078
- "type":"structure",
1079
- "required":[
1080
- "name",
1081
- "botName",
1082
- "botAlias"
1083
- ],
1084
- "members":{
1085
- "name":{
1086
- "shape":"BotChannelName",
1087
- "location":"uri",
1088
- "locationName":"name"
1089
- },
1090
- "botName":{
1091
- "shape":"BotName",
1092
- "location":"uri",
1093
- "locationName":"botName"
1094
- },
1095
- "botAlias":{
1096
- "shape":"AliasName",
1097
- "location":"uri",
1098
- "locationName":"aliasName"
1099
- }
1100
- }
1101
- },
1102
- "GetBotChannelAssociationResponse":{
1103
- "type":"structure",
1104
- "members":{
1105
- "name":{"shape":"BotChannelName"},
1106
- "description":{"shape":"Description"},
1107
- "botAlias":{"shape":"AliasName"},
1108
- "botName":{"shape":"BotName"},
1109
- "createdDate":{"shape":"Timestamp"},
1110
- "type":{"shape":"ChannelType"},
1111
- "botConfiguration":{"shape":"ChannelConfigurationMap"}
1112
- }
1113
- },
1114
- "GetBotChannelAssociationsRequest":{
1115
- "type":"structure",
1116
- "required":[
1117
- "botName",
1118
- "botAlias"
1119
- ],
1120
- "members":{
1121
- "botName":{
1122
- "shape":"BotName",
1123
- "location":"uri",
1124
- "locationName":"botName"
1125
- },
1126
- "botAlias":{
1127
- "shape":"AliasNameOrListAll",
1128
- "location":"uri",
1129
- "locationName":"aliasName"
1130
- },
1131
- "nextToken":{
1132
- "shape":"NextToken",
1133
- "location":"querystring",
1134
- "locationName":"nextToken"
1135
- },
1136
- "maxResults":{
1137
- "shape":"MaxResults",
1138
- "location":"querystring",
1139
- "locationName":"maxResults"
1140
- },
1141
- "nameContains":{
1142
- "shape":"BotChannelName",
1143
- "location":"querystring",
1144
- "locationName":"nameContains"
1145
- }
1146
- }
1147
- },
1148
- "GetBotChannelAssociationsResponse":{
1149
- "type":"structure",
1150
- "members":{
1151
- "botChannelAssociations":{"shape":"BotChannelAssociationList"},
1152
- "nextToken":{"shape":"NextToken"}
1153
- }
1154
- },
1155
- "GetBotRequest":{
1156
- "type":"structure",
1157
- "required":[
1158
- "name",
1159
- "versionOrAlias"
1160
- ],
1161
- "members":{
1162
- "name":{
1163
- "shape":"BotName",
1164
- "location":"uri",
1165
- "locationName":"name"
1166
- },
1167
- "versionOrAlias":{
1168
- "shape":"String",
1169
- "location":"uri",
1170
- "locationName":"versionoralias"
1171
- }
1172
- }
1173
- },
1174
- "GetBotResponse":{
1175
- "type":"structure",
1176
- "members":{
1177
- "name":{"shape":"BotName"},
1178
- "description":{"shape":"Description"},
1179
- "intents":{"shape":"IntentList"},
1180
- "clarificationPrompt":{"shape":"Prompt"},
1181
- "abortStatement":{"shape":"Statement"},
1182
- "status":{"shape":"Status"},
1183
- "failureReason":{"shape":"String"},
1184
- "lastUpdatedDate":{"shape":"Timestamp"},
1185
- "createdDate":{"shape":"Timestamp"},
1186
- "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
1187
- "voiceId":{"shape":"String"},
1188
- "checksum":{"shape":"String"},
1189
- "version":{"shape":"Version"},
1190
- "locale":{"shape":"Locale"},
1191
- "childDirected":{"shape":"Boolean"}
1192
- }
1193
- },
1194
- "GetBotVersionsRequest":{
1195
- "type":"structure",
1196
- "required":["name"],
1197
- "members":{
1198
- "name":{
1199
- "shape":"BotName",
1200
- "location":"uri",
1201
- "locationName":"name"
1202
- },
1203
- "nextToken":{
1204
- "shape":"NextToken",
1205
- "location":"querystring",
1206
- "locationName":"nextToken"
1207
- },
1208
- "maxResults":{
1209
- "shape":"MaxResults",
1210
- "location":"querystring",
1211
- "locationName":"maxResults"
1212
- }
1213
- }
1214
- },
1215
- "GetBotVersionsResponse":{
1216
- "type":"structure",
1217
- "members":{
1218
- "bots":{"shape":"BotMetadataList"},
1219
- "nextToken":{"shape":"NextToken"}
1220
- }
1221
- },
1222
- "GetBotsRequest":{
1223
- "type":"structure",
1224
- "members":{
1225
- "nextToken":{
1226
- "shape":"NextToken",
1227
- "location":"querystring",
1228
- "locationName":"nextToken"
1229
- },
1230
- "maxResults":{
1231
- "shape":"MaxResults",
1232
- "location":"querystring",
1233
- "locationName":"maxResults"
1234
- },
1235
- "nameContains":{
1236
- "shape":"BotName",
1237
- "location":"querystring",
1238
- "locationName":"nameContains"
1239
- }
1240
- }
1241
- },
1242
- "GetBotsResponse":{
1243
- "type":"structure",
1244
- "members":{
1245
- "bots":{"shape":"BotMetadataList"},
1246
- "nextToken":{"shape":"NextToken"}
1247
- }
1248
- },
1249
- "GetBuiltinIntentRequest":{
1250
- "type":"structure",
1251
- "required":["signature"],
1252
- "members":{
1253
- "signature":{
1254
- "shape":"BuiltinIntentSignature",
1255
- "location":"uri",
1256
- "locationName":"signature"
1257
- }
1258
- }
1259
- },
1260
- "GetBuiltinIntentResponse":{
1261
- "type":"structure",
1262
- "members":{
1263
- "signature":{"shape":"BuiltinIntentSignature"},
1264
- "supportedLocales":{"shape":"LocaleList"},
1265
- "slots":{"shape":"BuiltinIntentSlotList"}
1266
- }
1267
- },
1268
- "GetBuiltinIntentsRequest":{
1269
- "type":"structure",
1270
- "members":{
1271
- "locale":{
1272
- "shape":"Locale",
1273
- "location":"querystring",
1274
- "locationName":"locale"
1275
- },
1276
- "signatureContains":{
1277
- "shape":"String",
1278
- "location":"querystring",
1279
- "locationName":"signatureContains"
1280
- },
1281
- "nextToken":{
1282
- "shape":"NextToken",
1283
- "location":"querystring",
1284
- "locationName":"nextToken"
1285
- },
1286
- "maxResults":{
1287
- "shape":"MaxResults",
1288
- "location":"querystring",
1289
- "locationName":"maxResults"
1290
- }
1291
- }
1292
- },
1293
- "GetBuiltinIntentsResponse":{
1294
- "type":"structure",
1295
- "members":{
1296
- "intents":{"shape":"BuiltinIntentMetadataList"},
1297
- "nextToken":{"shape":"NextToken"}
1298
- }
1299
- },
1300
- "GetBuiltinSlotTypesRequest":{
1301
- "type":"structure",
1302
- "members":{
1303
- "locale":{
1304
- "shape":"Locale",
1305
- "location":"querystring",
1306
- "locationName":"locale"
1307
- },
1308
- "signatureContains":{
1309
- "shape":"String",
1310
- "location":"querystring",
1311
- "locationName":"signatureContains"
1312
- },
1313
- "nextToken":{
1314
- "shape":"NextToken",
1315
- "location":"querystring",
1316
- "locationName":"nextToken"
1317
- },
1318
- "maxResults":{
1319
- "shape":"MaxResults",
1320
- "location":"querystring",
1321
- "locationName":"maxResults"
1322
- }
1323
- }
1324
- },
1325
- "GetBuiltinSlotTypesResponse":{
1326
- "type":"structure",
1327
- "members":{
1328
- "slotTypes":{"shape":"BuiltinSlotTypeMetadataList"},
1329
- "nextToken":{"shape":"NextToken"}
1330
- }
1331
- },
1332
- "GetIntentRequest":{
1333
- "type":"structure",
1334
- "required":[
1335
- "name",
1336
- "version"
1337
- ],
1338
- "members":{
1339
- "name":{
1340
- "shape":"IntentName",
1341
- "location":"uri",
1342
- "locationName":"name"
1343
- },
1344
- "version":{
1345
- "shape":"Version",
1346
- "location":"uri",
1347
- "locationName":"version"
1348
- }
1349
- }
1350
- },
1351
- "GetIntentResponse":{
1352
- "type":"structure",
1353
- "members":{
1354
- "name":{"shape":"IntentName"},
1355
- "description":{"shape":"Description"},
1356
- "slots":{"shape":"SlotList"},
1357
- "sampleUtterances":{"shape":"IntentUtteranceList"},
1358
- "confirmationPrompt":{"shape":"Prompt"},
1359
- "rejectionStatement":{"shape":"Statement"},
1360
- "followUpPrompt":{"shape":"FollowUpPrompt"},
1361
- "conclusionStatement":{"shape":"Statement"},
1362
- "dialogCodeHook":{"shape":"CodeHook"},
1363
- "fulfillmentActivity":{"shape":"FulfillmentActivity"},
1364
- "parentIntentSignature":{"shape":"BuiltinIntentSignature"},
1365
- "lastUpdatedDate":{"shape":"Timestamp"},
1366
- "createdDate":{"shape":"Timestamp"},
1367
- "version":{"shape":"Version"},
1368
- "checksum":{"shape":"String"}
1369
- }
1370
- },
1371
- "GetIntentVersionsRequest":{
1372
- "type":"structure",
1373
- "required":["name"],
1374
- "members":{
1375
- "name":{
1376
- "shape":"IntentName",
1377
- "location":"uri",
1378
- "locationName":"name"
1379
- },
1380
- "nextToken":{
1381
- "shape":"NextToken",
1382
- "location":"querystring",
1383
- "locationName":"nextToken"
1384
- },
1385
- "maxResults":{
1386
- "shape":"MaxResults",
1387
- "location":"querystring",
1388
- "locationName":"maxResults"
1389
- }
1390
- }
1391
- },
1392
- "GetIntentVersionsResponse":{
1393
- "type":"structure",
1394
- "members":{
1395
- "intents":{"shape":"IntentMetadataList"},
1396
- "nextToken":{"shape":"NextToken"}
1397
- }
1398
- },
1399
- "GetIntentsRequest":{
1400
- "type":"structure",
1401
- "members":{
1402
- "nextToken":{
1403
- "shape":"NextToken",
1404
- "location":"querystring",
1405
- "locationName":"nextToken"
1406
- },
1407
- "maxResults":{
1408
- "shape":"MaxResults",
1409
- "location":"querystring",
1410
- "locationName":"maxResults"
1411
- },
1412
- "nameContains":{
1413
- "shape":"IntentName",
1414
- "location":"querystring",
1415
- "locationName":"nameContains"
1416
- }
1417
- }
1418
- },
1419
- "GetIntentsResponse":{
1420
- "type":"structure",
1421
- "members":{
1422
- "intents":{"shape":"IntentMetadataList"},
1423
- "nextToken":{"shape":"NextToken"}
1424
- }
1425
- },
1426
- "GetSlotTypeRequest":{
1427
- "type":"structure",
1428
- "required":[
1429
- "name",
1430
- "version"
1431
- ],
1432
- "members":{
1433
- "name":{
1434
- "shape":"SlotTypeName",
1435
- "location":"uri",
1436
- "locationName":"name"
1437
- },
1438
- "version":{
1439
- "shape":"Version",
1440
- "location":"uri",
1441
- "locationName":"version"
1442
- }
1443
- }
1444
- },
1445
- "GetSlotTypeResponse":{
1446
- "type":"structure",
1447
- "members":{
1448
- "name":{"shape":"SlotTypeName"},
1449
- "description":{"shape":"Description"},
1450
- "enumerationValues":{"shape":"EnumerationValues"},
1451
- "lastUpdatedDate":{"shape":"Timestamp"},
1452
- "createdDate":{"shape":"Timestamp"},
1453
- "version":{"shape":"Version"},
1454
- "checksum":{"shape":"String"}
1455
- }
1456
- },
1457
- "GetSlotTypeVersionsRequest":{
1458
- "type":"structure",
1459
- "required":["name"],
1460
- "members":{
1461
- "name":{
1462
- "shape":"SlotTypeName",
1463
- "location":"uri",
1464
- "locationName":"name"
1465
- },
1466
- "nextToken":{
1467
- "shape":"NextToken",
1468
- "location":"querystring",
1469
- "locationName":"nextToken"
1470
- },
1471
- "maxResults":{
1472
- "shape":"MaxResults",
1473
- "location":"querystring",
1474
- "locationName":"maxResults"
1475
- }
1476
- }
1477
- },
1478
- "GetSlotTypeVersionsResponse":{
1479
- "type":"structure",
1480
- "members":{
1481
- "slotTypes":{"shape":"SlotTypeMetadataList"},
1482
- "nextToken":{"shape":"NextToken"}
1483
- }
1484
- },
1485
- "GetSlotTypesRequest":{
1486
- "type":"structure",
1487
- "members":{
1488
- "nextToken":{
1489
- "shape":"NextToken",
1490
- "location":"querystring",
1491
- "locationName":"nextToken"
1492
- },
1493
- "maxResults":{
1494
- "shape":"MaxResults",
1495
- "location":"querystring",
1496
- "locationName":"maxResults"
1497
- },
1498
- "nameContains":{
1499
- "shape":"SlotTypeName",
1500
- "location":"querystring",
1501
- "locationName":"nameContains"
1502
- }
1503
- }
1504
- },
1505
- "GetSlotTypesResponse":{
1506
- "type":"structure",
1507
- "members":{
1508
- "slotTypes":{"shape":"SlotTypeMetadataList"},
1509
- "nextToken":{"shape":"NextToken"}
1510
- }
1511
- },
1512
- "GetUtterancesViewRequest":{
1513
- "type":"structure",
1514
- "required":[
1515
- "botName",
1516
- "botVersions",
1517
- "statusType"
1518
- ],
1519
- "members":{
1520
- "botName":{
1521
- "shape":"BotName",
1522
- "location":"uri",
1523
- "locationName":"botname"
1524
- },
1525
- "botVersions":{
1526
- "shape":"BotVersions",
1527
- "location":"querystring",
1528
- "locationName":"bot_versions"
1529
- },
1530
- "statusType":{
1531
- "shape":"StatusType",
1532
- "location":"querystring",
1533
- "locationName":"status_type"
1534
- }
1535
- }
1536
- },
1537
- "GetUtterancesViewResponse":{
1538
- "type":"structure",
1539
- "members":{
1540
- "botName":{"shape":"BotName"},
1541
- "utterances":{"shape":"ListsOfUtterances"}
1542
- }
1543
- },
1544
- "Intent":{
1545
- "type":"structure",
1546
- "required":[
1547
- "intentName",
1548
- "intentVersion"
1549
- ],
1550
- "members":{
1551
- "intentName":{"shape":"IntentName"},
1552
- "intentVersion":{"shape":"Version"}
1553
- }
1554
- },
1555
- "IntentList":{
1556
- "type":"list",
1557
- "member":{"shape":"Intent"},
1558
- "max":100,
1559
- "min":1
1560
- },
1561
- "IntentMetadata":{
1562
- "type":"structure",
1563
- "members":{
1564
- "name":{"shape":"IntentName"},
1565
- "description":{"shape":"Description"},
1566
- "lastUpdatedDate":{"shape":"Timestamp"},
1567
- "createdDate":{"shape":"Timestamp"},
1568
- "version":{"shape":"Version"}
1569
- }
1570
- },
1571
- "IntentMetadataList":{
1572
- "type":"list",
1573
- "member":{"shape":"IntentMetadata"}
1574
- },
1575
- "IntentName":{
1576
- "type":"string",
1577
- "max":100,
1578
- "min":1,
1579
- "pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
1580
- },
1581
- "IntentUtteranceList":{
1582
- "type":"list",
1583
- "member":{"shape":"Utterance"},
1584
- "max":1500,
1585
- "min":0
1586
- },
1587
- "InternalFailureException":{
1588
- "type":"structure",
1589
- "members":{
1590
- "message":{"shape":"String"}
1591
- },
1592
- "error":{"httpStatusCode":500},
1593
- "exception":true,
1594
- "fault":true
1595
- },
1596
- "LambdaARN":{
1597
- "type":"string",
1598
- "max":2048,
1599
- "min":20,
1600
- "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-_]+)?"
1601
- },
1602
- "LimitExceededException":{
1603
- "type":"structure",
1604
- "members":{
1605
- "retryAfterSeconds":{
1606
- "shape":"String",
1607
- "location":"header",
1608
- "locationName":"Retry-After"
1609
- },
1610
- "message":{"shape":"String"}
1611
- },
1612
- "error":{"httpStatusCode":429},
1613
- "exception":true
1614
- },
1615
- "ListOfUtterance":{
1616
- "type":"list",
1617
- "member":{"shape":"UtteranceData"}
1618
- },
1619
- "ListsOfUtterances":{
1620
- "type":"list",
1621
- "member":{"shape":"UtteranceList"}
1622
- },
1623
- "Locale":{
1624
- "type":"string",
1625
- "enum":["en-US"]
1626
- },
1627
- "LocaleList":{
1628
- "type":"list",
1629
- "member":{"shape":"Locale"}
1630
- },
1631
- "MaxResults":{
1632
- "type":"integer",
1633
- "box":true,
1634
- "max":50,
1635
- "min":1
1636
- },
1637
- "Message":{
1638
- "type":"structure",
1639
- "required":[
1640
- "contentType",
1641
- "content"
1642
- ],
1643
- "members":{
1644
- "contentType":{"shape":"ContentType"},
1645
- "content":{"shape":"ContentString"}
1646
- }
1647
- },
1648
- "MessageList":{
1649
- "type":"list",
1650
- "member":{"shape":"Message"},
1651
- "max":5,
1652
- "min":1
1653
- },
1654
- "MessageVersion":{
1655
- "type":"string",
1656
- "max":5,
1657
- "min":1
1658
- },
1659
- "Name":{
1660
- "type":"string",
1661
- "max":64,
1662
- "min":1,
1663
- "pattern":"[a-zA-Z]+"
1664
- },
1665
- "NextToken":{"type":"string"},
1666
- "NotFoundException":{
1667
- "type":"structure",
1668
- "members":{
1669
- "message":{"shape":"String"}
1670
- },
1671
- "error":{"httpStatusCode":404},
1672
- "exception":true
1673
- },
1674
- "NumericalVersion":{
1675
- "type":"string",
1676
- "max":64,
1677
- "min":1,
1678
- "pattern":"[0-9]+"
1679
- },
1680
- "PreconditionFailedException":{
1681
- "type":"structure",
1682
- "members":{
1683
- "message":{"shape":"String"}
1684
- },
1685
- "error":{"httpStatusCode":412},
1686
- "exception":true
1687
- },
1688
- "Priority":{
1689
- "type":"integer",
1690
- "max":100,
1691
- "min":0
1692
- },
1693
- "ProcessBehavior":{
1694
- "type":"string",
1695
- "enum":[
1696
- "SAVE",
1697
- "BUILD"
1698
- ]
1699
- },
1700
- "Prompt":{
1701
- "type":"structure",
1702
- "required":[
1703
- "messages",
1704
- "maxAttempts"
1705
- ],
1706
- "members":{
1707
- "messages":{"shape":"MessageList"},
1708
- "maxAttempts":{"shape":"PromptMaxAttempts"},
1709
- "responseCard":{"shape":"ResponseCard"}
1710
- }
1711
- },
1712
- "PromptMaxAttempts":{
1713
- "type":"integer",
1714
- "max":5,
1715
- "min":1
1716
- },
1717
- "PutBotAliasRequest":{
1718
- "type":"structure",
1719
- "required":[
1720
- "name",
1721
- "botVersion",
1722
- "botName"
1723
- ],
1724
- "members":{
1725
- "name":{
1726
- "shape":"AliasName",
1727
- "location":"uri",
1728
- "locationName":"name"
1729
- },
1730
- "description":{"shape":"Description"},
1731
- "botVersion":{"shape":"Version"},
1732
- "botName":{
1733
- "shape":"BotName",
1734
- "location":"uri",
1735
- "locationName":"botName"
1736
- },
1737
- "checksum":{"shape":"String"}
1738
- }
1739
- },
1740
- "PutBotAliasResponse":{
1741
- "type":"structure",
1742
- "members":{
1743
- "name":{"shape":"AliasName"},
1744
- "description":{"shape":"Description"},
1745
- "botVersion":{"shape":"Version"},
1746
- "botName":{"shape":"BotName"},
1747
- "lastUpdatedDate":{"shape":"Timestamp"},
1748
- "createdDate":{"shape":"Timestamp"},
1749
- "checksum":{"shape":"String"}
1750
- }
1751
- },
1752
- "PutBotRequest":{
1753
- "type":"structure",
1754
- "required":[
1755
- "name",
1756
- "locale",
1757
- "childDirected"
1758
- ],
1759
- "members":{
1760
- "name":{
1761
- "shape":"BotName",
1762
- "location":"uri",
1763
- "locationName":"name"
1764
- },
1765
- "description":{"shape":"Description"},
1766
- "intents":{"shape":"IntentList"},
1767
- "clarificationPrompt":{"shape":"Prompt"},
1768
- "abortStatement":{"shape":"Statement"},
1769
- "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
1770
- "voiceId":{"shape":"String"},
1771
- "checksum":{"shape":"String"},
1772
- "processBehavior":{"shape":"ProcessBehavior"},
1773
- "locale":{"shape":"Locale"},
1774
- "childDirected":{"shape":"Boolean"}
1775
- }
1776
- },
1777
- "PutBotResponse":{
1778
- "type":"structure",
1779
- "members":{
1780
- "name":{"shape":"BotName"},
1781
- "description":{"shape":"Description"},
1782
- "intents":{"shape":"IntentList"},
1783
- "clarificationPrompt":{"shape":"Prompt"},
1784
- "abortStatement":{"shape":"Statement"},
1785
- "status":{"shape":"Status"},
1786
- "failureReason":{"shape":"String"},
1787
- "lastUpdatedDate":{"shape":"Timestamp"},
1788
- "createdDate":{"shape":"Timestamp"},
1789
- "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
1790
- "voiceId":{"shape":"String"},
1791
- "checksum":{"shape":"String"},
1792
- "version":{"shape":"Version"},
1793
- "locale":{"shape":"Locale"},
1794
- "childDirected":{"shape":"Boolean"}
1795
- }
1796
- },
1797
- "PutIntentRequest":{
1798
- "type":"structure",
1799
- "required":["name"],
1800
- "members":{
1801
- "name":{
1802
- "shape":"IntentName",
1803
- "location":"uri",
1804
- "locationName":"name"
1805
- },
1806
- "description":{"shape":"Description"},
1807
- "slots":{"shape":"SlotList"},
1808
- "sampleUtterances":{"shape":"IntentUtteranceList"},
1809
- "confirmationPrompt":{"shape":"Prompt"},
1810
- "rejectionStatement":{"shape":"Statement"},
1811
- "followUpPrompt":{"shape":"FollowUpPrompt"},
1812
- "conclusionStatement":{"shape":"Statement"},
1813
- "dialogCodeHook":{"shape":"CodeHook"},
1814
- "fulfillmentActivity":{"shape":"FulfillmentActivity"},
1815
- "parentIntentSignature":{"shape":"BuiltinIntentSignature"},
1816
- "checksum":{"shape":"String"}
1817
- }
1818
- },
1819
- "PutIntentResponse":{
1820
- "type":"structure",
1821
- "members":{
1822
- "name":{"shape":"IntentName"},
1823
- "description":{"shape":"Description"},
1824
- "slots":{"shape":"SlotList"},
1825
- "sampleUtterances":{"shape":"IntentUtteranceList"},
1826
- "confirmationPrompt":{"shape":"Prompt"},
1827
- "rejectionStatement":{"shape":"Statement"},
1828
- "followUpPrompt":{"shape":"FollowUpPrompt"},
1829
- "conclusionStatement":{"shape":"Statement"},
1830
- "dialogCodeHook":{"shape":"CodeHook"},
1831
- "fulfillmentActivity":{"shape":"FulfillmentActivity"},
1832
- "parentIntentSignature":{"shape":"BuiltinIntentSignature"},
1833
- "lastUpdatedDate":{"shape":"Timestamp"},
1834
- "createdDate":{"shape":"Timestamp"},
1835
- "version":{"shape":"Version"},
1836
- "checksum":{"shape":"String"}
1837
- }
1838
- },
1839
- "PutSlotTypeRequest":{
1840
- "type":"structure",
1841
- "required":["name"],
1842
- "members":{
1843
- "name":{
1844
- "shape":"SlotTypeName",
1845
- "location":"uri",
1846
- "locationName":"name"
1847
- },
1848
- "description":{"shape":"Description"},
1849
- "enumerationValues":{"shape":"EnumerationValues"},
1850
- "checksum":{"shape":"String"}
1851
- }
1852
- },
1853
- "PutSlotTypeResponse":{
1854
- "type":"structure",
1855
- "members":{
1856
- "name":{"shape":"SlotTypeName"},
1857
- "description":{"shape":"Description"},
1858
- "enumerationValues":{"shape":"EnumerationValues"},
1859
- "lastUpdatedDate":{"shape":"Timestamp"},
1860
- "createdDate":{"shape":"Timestamp"},
1861
- "version":{"shape":"Version"},
1862
- "checksum":{"shape":"String"}
1863
- }
1864
- },
1865
- "ReferenceType":{
1866
- "type":"string",
1867
- "enum":[
1868
- "Intent",
1869
- "Bot",
1870
- "BotAlias",
1871
- "BotChannel"
1872
- ]
1873
- },
1874
- "ResourceInUseException":{
1875
- "type":"structure",
1876
- "members":{
1877
- "referenceType":{"shape":"ReferenceType"},
1878
- "exampleReference":{"shape":"ResourceReference"}
1879
- },
1880
- "error":{"httpStatusCode":400},
1881
- "exception":true
1882
- },
1883
- "ResourceReference":{
1884
- "type":"structure",
1885
- "members":{
1886
- "name":{"shape":"Name"},
1887
- "version":{"shape":"Version"}
1888
- }
1889
- },
1890
- "ResponseCard":{
1891
- "type":"string",
1892
- "max":50000,
1893
- "min":1
1894
- },
1895
- "SessionTTL":{
1896
- "type":"integer",
1897
- "max":86400,
1898
- "min":60
1899
- },
1900
- "Slot":{
1901
- "type":"structure",
1902
- "required":[
1903
- "name",
1904
- "slotConstraint"
1905
- ],
1906
- "members":{
1907
- "name":{"shape":"SlotName"},
1908
- "description":{"shape":"Description"},
1909
- "slotConstraint":{"shape":"SlotConstraint"},
1910
- "slotType":{"shape":"CustomOrBuiltinSlotTypeName"},
1911
- "slotTypeVersion":{"shape":"Version"},
1912
- "valueElicitationPrompt":{"shape":"Prompt"},
1913
- "priority":{"shape":"Priority"},
1914
- "sampleUtterances":{"shape":"SlotUtteranceList"},
1915
- "responseCard":{"shape":"ResponseCard"}
1916
- }
1917
- },
1918
- "SlotConstraint":{
1919
- "type":"string",
1920
- "enum":[
1921
- "Required",
1922
- "Optional"
1923
- ]
1924
- },
1925
- "SlotList":{
1926
- "type":"list",
1927
- "member":{"shape":"Slot"},
1928
- "max":100,
1929
- "min":0
1930
- },
1931
- "SlotName":{
1932
- "type":"string",
1933
- "max":100,
1934
- "min":1,
1935
- "pattern":"^[a-zA-Z]+(((_|.)[a-zA-Z]+)*|([a-zA-Z]+(_|.))*|(_|.))"
1936
- },
1937
- "SlotTypeMetadata":{
1938
- "type":"structure",
1939
- "members":{
1940
- "name":{"shape":"SlotTypeName"},
1941
- "description":{"shape":"Description"},
1942
- "lastUpdatedDate":{"shape":"Timestamp"},
1943
- "createdDate":{"shape":"Timestamp"},
1944
- "version":{"shape":"Version"}
1945
- }
1946
- },
1947
- "SlotTypeMetadataList":{
1948
- "type":"list",
1949
- "member":{"shape":"SlotTypeMetadata"}
1950
- },
1951
- "SlotTypeName":{
1952
- "type":"string",
1953
- "max":100,
1954
- "min":1,
1955
- "pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
1956
- },
1957
- "SlotUtteranceList":{
1958
- "type":"list",
1959
- "member":{"shape":"Utterance"},
1960
- "max":10,
1961
- "min":0
1962
- },
1963
- "Statement":{
1964
- "type":"structure",
1965
- "required":["messages"],
1966
- "members":{
1967
- "messages":{"shape":"MessageList"},
1968
- "responseCard":{"shape":"ResponseCard"}
1969
- }
1970
- },
1971
- "Status":{
1972
- "type":"string",
1973
- "enum":[
1974
- "BUILDING",
1975
- "READY",
1976
- "FAILED",
1977
- "NOT_BUILT"
1978
- ]
1979
- },
1980
- "StatusType":{
1981
- "type":"string",
1982
- "enum":[
1983
- "Detected",
1984
- "Missed"
1985
- ]
1986
- },
1987
- "String":{"type":"string"},
1988
- "Timestamp":{"type":"timestamp"},
1989
- "UserId":{
1990
- "type":"string",
1991
- "max":100,
1992
- "min":2
1993
- },
1994
- "Utterance":{
1995
- "type":"string",
1996
- "max":200,
1997
- "min":1
1998
- },
1999
- "UtteranceData":{
2000
- "type":"structure",
2001
- "members":{
2002
- "utteranceString":{"shape":"UtteranceString"},
2003
- "count":{"shape":"Count"},
2004
- "distinctUsers":{"shape":"Count"},
2005
- "firstUtteredDate":{"shape":"Timestamp"},
2006
- "lastUtteredDate":{"shape":"Timestamp"}
2007
- }
2008
- },
2009
- "UtteranceList":{
2010
- "type":"structure",
2011
- "members":{
2012
- "botVersion":{"shape":"Version"},
2013
- "utterances":{"shape":"ListOfUtterance"}
2014
- }
2015
- },
2016
- "UtteranceString":{
2017
- "type":"string",
2018
- "max":2000,
2019
- "min":1
2020
- },
2021
- "Value":{
2022
- "type":"string",
2023
- "max":140,
2024
- "min":1
2025
- },
2026
- "Version":{
2027
- "type":"string",
2028
- "max":64,
2029
- "min":1,
2030
- "pattern":"\\$LATEST|[0-9]+"
2031
- }
2032
- }
2033
- }