aws-sdk-core 2.9.8 → 2.9.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -310,6 +310,15 @@
310
310
  "input":{"shape":"CreateFlowLogsRequest"},
311
311
  "output":{"shape":"CreateFlowLogsResult"}
312
312
  },
313
+ "CreateFpgaImage":{
314
+ "name":"CreateFpgaImage",
315
+ "http":{
316
+ "method":"POST",
317
+ "requestUri":"/"
318
+ },
319
+ "input":{"shape":"CreateFpgaImageRequest"},
320
+ "output":{"shape":"CreateFpgaImageResult"}
321
+ },
313
322
  "CreateImage":{
314
323
  "name":"CreateImage",
315
324
  "http":{
@@ -3544,6 +3553,31 @@
3544
3553
  }
3545
3554
  }
3546
3555
  },
3556
+ "CreateFpgaImageRequest":{
3557
+ "type":"structure",
3558
+ "required":["InputStorageLocation"],
3559
+ "members":{
3560
+ "DryRun":{"shape":"Boolean"},
3561
+ "InputStorageLocation":{"shape":"StorageLocation"},
3562
+ "LogsStorageLocation":{"shape":"StorageLocation"},
3563
+ "Description":{"shape":"String"},
3564
+ "Name":{"shape":"String"},
3565
+ "ClientToken":{"shape":"String"}
3566
+ }
3567
+ },
3568
+ "CreateFpgaImageResult":{
3569
+ "type":"structure",
3570
+ "members":{
3571
+ "FpgaImageId":{
3572
+ "shape":"String",
3573
+ "locationName":"fpgaImageId"
3574
+ },
3575
+ "FpgaImageGlobalId":{
3576
+ "shape":"String",
3577
+ "locationName":"fpgaImageGlobalId"
3578
+ }
3579
+ }
3580
+ },
3547
3581
  "CreateImageRequest":{
3548
3582
  "type":"structure",
3549
3583
  "required":[
@@ -14020,6 +14054,13 @@
14020
14054
  "S3":{"shape":"S3Storage"}
14021
14055
  }
14022
14056
  },
14057
+ "StorageLocation":{
14058
+ "type":"structure",
14059
+ "members":{
14060
+ "Bucket":{"shape":"String"},
14061
+ "Key":{"shape":"String"}
14062
+ }
14063
+ },
14023
14064
  "String":{"type":"string"},
14024
14065
  "Subnet":{
14025
14066
  "type":"structure",
@@ -37,6 +37,7 @@
37
37
  {"shape":"NoSuchEntityException"},
38
38
  {"shape":"EntityAlreadyExistsException"},
39
39
  {"shape":"LimitExceededException"},
40
+ {"shape":"UnmodifiableEntityException"},
40
41
  {"shape":"ServiceFailureException"}
41
42
  ]
42
43
  },
@@ -78,6 +79,7 @@
78
79
  {"shape":"NoSuchEntityException"},
79
80
  {"shape":"LimitExceededException"},
80
81
  {"shape":"InvalidInputException"},
82
+ {"shape":"UnmodifiableEntityException"},
81
83
  {"shape":"ServiceFailureException"}
82
84
  ]
83
85
  },
@@ -264,6 +266,7 @@
264
266
  },
265
267
  "errors":[
266
268
  {"shape":"LimitExceededException"},
269
+ {"shape":"InvalidInputException"},
267
270
  {"shape":"EntityAlreadyExistsException"},
268
271
  {"shape":"MalformedPolicyDocumentException"},
269
272
  {"shape":"ServiceFailureException"}
@@ -287,6 +290,24 @@
287
290
  {"shape":"ServiceFailureException"}
288
291
  ]
289
292
  },
293
+ "CreateServiceLinkedRole":{
294
+ "name":"CreateServiceLinkedRole",
295
+ "http":{
296
+ "method":"POST",
297
+ "requestUri":"/"
298
+ },
299
+ "input":{"shape":"CreateServiceLinkedRoleRequest"},
300
+ "output":{
301
+ "shape":"CreateServiceLinkedRoleResponse",
302
+ "resultWrapper":"CreateServiceLinkedRoleResult"
303
+ },
304
+ "errors":[
305
+ {"shape":"InvalidInputException"},
306
+ {"shape":"LimitExceededException"},
307
+ {"shape":"NoSuchEntityException"},
308
+ {"shape":"ServiceFailureException"}
309
+ ]
310
+ },
290
311
  "CreateServiceSpecificCredential":{
291
312
  "name":"CreateServiceSpecificCredential",
292
313
  "http":{
@@ -500,6 +521,7 @@
500
521
  {"shape":"NoSuchEntityException"},
501
522
  {"shape":"DeleteConflictException"},
502
523
  {"shape":"LimitExceededException"},
524
+ {"shape":"UnmodifiableEntityException"},
503
525
  {"shape":"ServiceFailureException"}
504
526
  ]
505
527
  },
@@ -513,6 +535,7 @@
513
535
  "errors":[
514
536
  {"shape":"NoSuchEntityException"},
515
537
  {"shape":"LimitExceededException"},
538
+ {"shape":"UnmodifiableEntityException"},
516
539
  {"shape":"ServiceFailureException"}
517
540
  ]
518
541
  },
@@ -645,6 +668,7 @@
645
668
  {"shape":"NoSuchEntityException"},
646
669
  {"shape":"LimitExceededException"},
647
670
  {"shape":"InvalidInputException"},
671
+ {"shape":"UnmodifiableEntityException"},
648
672
  {"shape":"ServiceFailureException"}
649
673
  ]
650
674
  },
@@ -1444,6 +1468,7 @@
1444
1468
  {"shape":"LimitExceededException"},
1445
1469
  {"shape":"MalformedPolicyDocumentException"},
1446
1470
  {"shape":"NoSuchEntityException"},
1471
+ {"shape":"UnmodifiableEntityException"},
1447
1472
  {"shape":"ServiceFailureException"}
1448
1473
  ]
1449
1474
  },
@@ -1484,6 +1509,7 @@
1484
1509
  "errors":[
1485
1510
  {"shape":"NoSuchEntityException"},
1486
1511
  {"shape":"LimitExceededException"},
1512
+ {"shape":"UnmodifiableEntityException"},
1487
1513
  {"shape":"ServiceFailureException"}
1488
1514
  ]
1489
1515
  },
@@ -1614,6 +1640,7 @@
1614
1640
  {"shape":"NoSuchEntityException"},
1615
1641
  {"shape":"MalformedPolicyDocumentException"},
1616
1642
  {"shape":"LimitExceededException"},
1643
+ {"shape":"UnmodifiableEntityException"},
1617
1644
  {"shape":"ServiceFailureException"}
1618
1645
  ]
1619
1646
  },
@@ -1659,6 +1686,23 @@
1659
1686
  {"shape":"ServiceFailureException"}
1660
1687
  ]
1661
1688
  },
1689
+ "UpdateRoleDescription":{
1690
+ "name":"UpdateRoleDescription",
1691
+ "http":{
1692
+ "method":"POST",
1693
+ "requestUri":"/"
1694
+ },
1695
+ "input":{"shape":"UpdateRoleDescriptionRequest"},
1696
+ "output":{
1697
+ "shape":"UpdateRoleDescriptionResponse",
1698
+ "resultWrapper":"UpdateRoleDescriptionResult"
1699
+ },
1700
+ "errors":[
1701
+ {"shape":"NoSuchEntityException"},
1702
+ {"shape":"UnmodifiableEntityException"},
1703
+ {"shape":"ServiceFailureException"}
1704
+ ]
1705
+ },
1662
1706
  "UpdateSAMLProvider":{
1663
1707
  "name":"UpdateSAMLProvider",
1664
1708
  "http":{
@@ -2114,7 +2158,8 @@
2114
2158
  "members":{
2115
2159
  "Path":{"shape":"pathType"},
2116
2160
  "RoleName":{"shape":"roleNameType"},
2117
- "AssumeRolePolicyDocument":{"shape":"policyDocumentType"}
2161
+ "AssumeRolePolicyDocument":{"shape":"policyDocumentType"},
2162
+ "Description":{"shape":"roleDescriptionType"}
2118
2163
  }
2119
2164
  },
2120
2165
  "CreateRoleResponse":{
@@ -2141,6 +2186,21 @@
2141
2186
  "SAMLProviderArn":{"shape":"arnType"}
2142
2187
  }
2143
2188
  },
2189
+ "CreateServiceLinkedRoleRequest":{
2190
+ "type":"structure",
2191
+ "required":["AWSServiceName"],
2192
+ "members":{
2193
+ "AWSServiceName":{"shape":"groupNameType"},
2194
+ "Description":{"shape":"roleDescriptionType"},
2195
+ "CustomSuffix":{"shape":"customSuffixType"}
2196
+ }
2197
+ },
2198
+ "CreateServiceLinkedRoleResponse":{
2199
+ "type":"structure",
2200
+ "members":{
2201
+ "Role":{"shape":"Role"}
2202
+ }
2203
+ },
2144
2204
  "CreateServiceSpecificCredentialRequest":{
2145
2205
  "type":"structure",
2146
2206
  "required":[
@@ -3811,7 +3871,8 @@
3811
3871
  "RoleId":{"shape":"idType"},
3812
3872
  "Arn":{"shape":"arnType"},
3813
3873
  "CreateDate":{"shape":"dateType"},
3814
- "AssumeRolePolicyDocument":{"shape":"policyDocumentType"}
3874
+ "AssumeRolePolicyDocument":{"shape":"policyDocumentType"},
3875
+ "Description":{"shape":"roleDescriptionType"}
3815
3876
  }
3816
3877
  },
3817
3878
  "RoleDetail":{
@@ -4075,6 +4136,18 @@
4075
4136
  "type":"list",
4076
4137
  "member":{"shape":"Statement"}
4077
4138
  },
4139
+ "UnmodifiableEntityException":{
4140
+ "type":"structure",
4141
+ "members":{
4142
+ "message":{"shape":"unmodifiableEntityMessage"}
4143
+ },
4144
+ "error":{
4145
+ "code":"UnmodifiableEntity",
4146
+ "httpStatusCode":400,
4147
+ "senderFault":true
4148
+ },
4149
+ "exception":true
4150
+ },
4078
4151
  "UnrecognizedPublicKeyEncodingException":{
4079
4152
  "type":"structure",
4080
4153
  "members":{
@@ -4153,6 +4226,23 @@
4153
4226
  "ThumbprintList":{"shape":"thumbprintListType"}
4154
4227
  }
4155
4228
  },
4229
+ "UpdateRoleDescriptionRequest":{
4230
+ "type":"structure",
4231
+ "required":[
4232
+ "RoleName",
4233
+ "Description"
4234
+ ],
4235
+ "members":{
4236
+ "RoleName":{"shape":"roleNameType"},
4237
+ "Description":{"shape":"roleDescriptionType"}
4238
+ }
4239
+ },
4240
+ "UpdateRoleDescriptionResponse":{
4241
+ "type":"structure",
4242
+ "members":{
4243
+ "Role":{"shape":"Role"}
4244
+ }
4245
+ },
4156
4246
  "UpdateSAMLProviderRequest":{
4157
4247
  "type":"structure",
4158
4248
  "required":[
@@ -4407,6 +4497,12 @@
4407
4497
  "credentialReportExpiredExceptionMessage":{"type":"string"},
4408
4498
  "credentialReportNotPresentExceptionMessage":{"type":"string"},
4409
4499
  "credentialReportNotReadyExceptionMessage":{"type":"string"},
4500
+ "customSuffixType":{
4501
+ "type":"string",
4502
+ "max":64,
4503
+ "min":1,
4504
+ "pattern":"[\\w+=,.@-]+"
4505
+ },
4410
4506
  "dateType":{"type":"timestamp"},
4411
4507
  "deleteConflictMessage":{"type":"string"},
4412
4508
  "duplicateCertificateMessage":{"type":"string"},
@@ -4600,6 +4696,11 @@
4600
4696
  "min":1,
4601
4697
  "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
4602
4698
  },
4699
+ "roleDescriptionType":{
4700
+ "type":"string",
4701
+ "max":1000,
4702
+ "pattern":"[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*"
4703
+ },
4603
4704
  "roleDetailListType":{
4604
4705
  "type":"list",
4605
4706
  "member":{"shape":"RoleDetail"}
@@ -4702,6 +4803,7 @@
4702
4803
  "max":40,
4703
4804
  "min":40
4704
4805
  },
4806
+ "unmodifiableEntityMessage":{"type":"string"},
4705
4807
  "unrecognizedPublicKeyEncodingMessage":{"type":"string"},
4706
4808
  "userDetailListType":{
4707
4809
  "type":"list",
@@ -628,6 +628,7 @@
628
628
  "DeadLetterConfig":{"shape":"DeadLetterConfig"},
629
629
  "Environment":{"shape":"Environment"},
630
630
  "KMSKeyArn":{"shape":"KMSKeyArn"},
631
+ "TracingConfig":{"shape":"TracingConfig"},
631
632
  "Tags":{"shape":"Tags"}
632
633
  }
633
634
  },
@@ -832,7 +833,8 @@
832
833
  "VpcConfig":{"shape":"VpcConfigResponse"},
833
834
  "DeadLetterConfig":{"shape":"DeadLetterConfig"},
834
835
  "Environment":{"shape":"EnvironmentResponse"},
835
- "KMSKeyArn":{"shape":"KMSKeyArn"}
836
+ "KMSKeyArn":{"shape":"KMSKeyArn"},
837
+ "TracingConfig":{"shape":"TracingConfigResponse"}
836
838
  }
837
839
  },
838
840
  "FunctionList":{
@@ -1499,6 +1501,25 @@
1499
1501
  "error":{"httpStatusCode":429},
1500
1502
  "exception":true
1501
1503
  },
1504
+ "TracingConfig":{
1505
+ "type":"structure",
1506
+ "members":{
1507
+ "Mode":{"shape":"TracingMode"}
1508
+ }
1509
+ },
1510
+ "TracingConfigResponse":{
1511
+ "type":"structure",
1512
+ "members":{
1513
+ "Mode":{"shape":"TracingMode"}
1514
+ }
1515
+ },
1516
+ "TracingMode":{
1517
+ "type":"string",
1518
+ "enum":[
1519
+ "Active",
1520
+ "PassThrough"
1521
+ ]
1522
+ },
1502
1523
  "UnsupportedMediaTypeException":{
1503
1524
  "type":"structure",
1504
1525
  "members":{
@@ -1596,7 +1617,8 @@
1596
1617
  "Environment":{"shape":"Environment"},
1597
1618
  "Runtime":{"shape":"Runtime"},
1598
1619
  "DeadLetterConfig":{"shape":"DeadLetterConfig"},
1599
- "KMSKeyArn":{"shape":"KMSKeyArn"}
1620
+ "KMSKeyArn":{"shape":"KMSKeyArn"},
1621
+ "TracingConfig":{"shape":"TracingConfig"}
1600
1622
  }
1601
1623
  },
1602
1624
  "Version":{
@@ -0,0 +1,1922 @@
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
+ "DeleteIntent":{
119
+ "name":"DeleteIntent",
120
+ "http":{
121
+ "method":"DELETE",
122
+ "requestUri":"/intents/{name}",
123
+ "responseCode":204
124
+ },
125
+ "input":{"shape":"DeleteIntentRequest"},
126
+ "errors":[
127
+ {"shape":"NotFoundException"},
128
+ {"shape":"ConflictException"},
129
+ {"shape":"LimitExceededException"},
130
+ {"shape":"InternalFailureException"},
131
+ {"shape":"BadRequestException"},
132
+ {"shape":"ResourceInUseException"}
133
+ ]
134
+ },
135
+ "DeleteSlotType":{
136
+ "name":"DeleteSlotType",
137
+ "http":{
138
+ "method":"DELETE",
139
+ "requestUri":"/slottypes/{name}",
140
+ "responseCode":204
141
+ },
142
+ "input":{"shape":"DeleteSlotTypeRequest"},
143
+ "errors":[
144
+ {"shape":"NotFoundException"},
145
+ {"shape":"ConflictException"},
146
+ {"shape":"LimitExceededException"},
147
+ {"shape":"InternalFailureException"},
148
+ {"shape":"BadRequestException"},
149
+ {"shape":"ResourceInUseException"}
150
+ ]
151
+ },
152
+ "DeleteUtterances":{
153
+ "name":"DeleteUtterances",
154
+ "http":{
155
+ "method":"DELETE",
156
+ "requestUri":"/bots/{botName}/utterances/{userId}",
157
+ "responseCode":204
158
+ },
159
+ "input":{"shape":"DeleteUtterancesRequest"},
160
+ "errors":[
161
+ {"shape":"NotFoundException"},
162
+ {"shape":"LimitExceededException"},
163
+ {"shape":"InternalFailureException"},
164
+ {"shape":"BadRequestException"}
165
+ ]
166
+ },
167
+ "GetBot":{
168
+ "name":"GetBot",
169
+ "http":{
170
+ "method":"GET",
171
+ "requestUri":"/bots/{name}/versions/{versionoralias}",
172
+ "responseCode":200
173
+ },
174
+ "input":{"shape":"GetBotRequest"},
175
+ "output":{"shape":"GetBotResponse"},
176
+ "errors":[
177
+ {"shape":"NotFoundException"},
178
+ {"shape":"LimitExceededException"},
179
+ {"shape":"InternalFailureException"},
180
+ {"shape":"BadRequestException"}
181
+ ]
182
+ },
183
+ "GetBotAlias":{
184
+ "name":"GetBotAlias",
185
+ "http":{
186
+ "method":"GET",
187
+ "requestUri":"/bots/{botName}/aliases/{name}",
188
+ "responseCode":200
189
+ },
190
+ "input":{"shape":"GetBotAliasRequest"},
191
+ "output":{"shape":"GetBotAliasResponse"},
192
+ "errors":[
193
+ {"shape":"NotFoundException"},
194
+ {"shape":"LimitExceededException"},
195
+ {"shape":"InternalFailureException"},
196
+ {"shape":"BadRequestException"}
197
+ ]
198
+ },
199
+ "GetBotAliases":{
200
+ "name":"GetBotAliases",
201
+ "http":{
202
+ "method":"GET",
203
+ "requestUri":"/bots/{botName}/aliases/",
204
+ "responseCode":200
205
+ },
206
+ "input":{"shape":"GetBotAliasesRequest"},
207
+ "output":{"shape":"GetBotAliasesResponse"},
208
+ "errors":[
209
+ {"shape":"LimitExceededException"},
210
+ {"shape":"InternalFailureException"},
211
+ {"shape":"BadRequestException"}
212
+ ]
213
+ },
214
+ "GetBotChannelAssociation":{
215
+ "name":"GetBotChannelAssociation",
216
+ "http":{
217
+ "method":"GET",
218
+ "requestUri":"/bots/{botName}/aliases/{aliasName}/channels/{name}",
219
+ "responseCode":200
220
+ },
221
+ "input":{"shape":"GetBotChannelAssociationRequest"},
222
+ "output":{"shape":"GetBotChannelAssociationResponse"},
223
+ "errors":[
224
+ {"shape":"NotFoundException"},
225
+ {"shape":"LimitExceededException"},
226
+ {"shape":"InternalFailureException"},
227
+ {"shape":"BadRequestException"}
228
+ ]
229
+ },
230
+ "GetBotChannelAssociations":{
231
+ "name":"GetBotChannelAssociations",
232
+ "http":{
233
+ "method":"GET",
234
+ "requestUri":"/bots/{botName}/aliases/{aliasName}/channels/",
235
+ "responseCode":200
236
+ },
237
+ "input":{"shape":"GetBotChannelAssociationsRequest"},
238
+ "output":{"shape":"GetBotChannelAssociationsResponse"},
239
+ "errors":[
240
+ {"shape":"LimitExceededException"},
241
+ {"shape":"InternalFailureException"},
242
+ {"shape":"BadRequestException"}
243
+ ]
244
+ },
245
+ "GetBotVersions":{
246
+ "name":"GetBotVersions",
247
+ "http":{
248
+ "method":"GET",
249
+ "requestUri":"/bots/{name}/versions/",
250
+ "responseCode":200
251
+ },
252
+ "input":{"shape":"GetBotVersionsRequest"},
253
+ "output":{"shape":"GetBotVersionsResponse"},
254
+ "errors":[
255
+ {"shape":"NotFoundException"},
256
+ {"shape":"LimitExceededException"},
257
+ {"shape":"InternalFailureException"},
258
+ {"shape":"BadRequestException"}
259
+ ]
260
+ },
261
+ "GetBots":{
262
+ "name":"GetBots",
263
+ "http":{
264
+ "method":"GET",
265
+ "requestUri":"/bots/",
266
+ "responseCode":200
267
+ },
268
+ "input":{"shape":"GetBotsRequest"},
269
+ "output":{"shape":"GetBotsResponse"},
270
+ "errors":[
271
+ {"shape":"NotFoundException"},
272
+ {"shape":"LimitExceededException"},
273
+ {"shape":"InternalFailureException"},
274
+ {"shape":"BadRequestException"}
275
+ ]
276
+ },
277
+ "GetBuiltinIntent":{
278
+ "name":"GetBuiltinIntent",
279
+ "http":{
280
+ "method":"GET",
281
+ "requestUri":"/builtins/intents/{signature}",
282
+ "responseCode":200
283
+ },
284
+ "input":{"shape":"GetBuiltinIntentRequest"},
285
+ "output":{"shape":"GetBuiltinIntentResponse"},
286
+ "errors":[
287
+ {"shape":"NotFoundException"},
288
+ {"shape":"LimitExceededException"},
289
+ {"shape":"InternalFailureException"},
290
+ {"shape":"BadRequestException"}
291
+ ]
292
+ },
293
+ "GetBuiltinIntents":{
294
+ "name":"GetBuiltinIntents",
295
+ "http":{
296
+ "method":"GET",
297
+ "requestUri":"/builtins/intents/",
298
+ "responseCode":200
299
+ },
300
+ "input":{"shape":"GetBuiltinIntentsRequest"},
301
+ "output":{"shape":"GetBuiltinIntentsResponse"},
302
+ "errors":[
303
+ {"shape":"LimitExceededException"},
304
+ {"shape":"InternalFailureException"},
305
+ {"shape":"BadRequestException"}
306
+ ]
307
+ },
308
+ "GetBuiltinSlotTypes":{
309
+ "name":"GetBuiltinSlotTypes",
310
+ "http":{
311
+ "method":"GET",
312
+ "requestUri":"/builtins/slottypes/",
313
+ "responseCode":200
314
+ },
315
+ "input":{"shape":"GetBuiltinSlotTypesRequest"},
316
+ "output":{"shape":"GetBuiltinSlotTypesResponse"},
317
+ "errors":[
318
+ {"shape":"LimitExceededException"},
319
+ {"shape":"InternalFailureException"},
320
+ {"shape":"BadRequestException"}
321
+ ]
322
+ },
323
+ "GetIntent":{
324
+ "name":"GetIntent",
325
+ "http":{
326
+ "method":"GET",
327
+ "requestUri":"/intents/{name}/versions/{version}",
328
+ "responseCode":200
329
+ },
330
+ "input":{"shape":"GetIntentRequest"},
331
+ "output":{"shape":"GetIntentResponse"},
332
+ "errors":[
333
+ {"shape":"NotFoundException"},
334
+ {"shape":"LimitExceededException"},
335
+ {"shape":"InternalFailureException"},
336
+ {"shape":"BadRequestException"}
337
+ ]
338
+ },
339
+ "GetIntentVersions":{
340
+ "name":"GetIntentVersions",
341
+ "http":{
342
+ "method":"GET",
343
+ "requestUri":"/intents/{name}/versions/",
344
+ "responseCode":200
345
+ },
346
+ "input":{"shape":"GetIntentVersionsRequest"},
347
+ "output":{"shape":"GetIntentVersionsResponse"},
348
+ "errors":[
349
+ {"shape":"NotFoundException"},
350
+ {"shape":"LimitExceededException"},
351
+ {"shape":"InternalFailureException"},
352
+ {"shape":"BadRequestException"}
353
+ ]
354
+ },
355
+ "GetIntents":{
356
+ "name":"GetIntents",
357
+ "http":{
358
+ "method":"GET",
359
+ "requestUri":"/intents/",
360
+ "responseCode":200
361
+ },
362
+ "input":{"shape":"GetIntentsRequest"},
363
+ "output":{"shape":"GetIntentsResponse"},
364
+ "errors":[
365
+ {"shape":"NotFoundException"},
366
+ {"shape":"LimitExceededException"},
367
+ {"shape":"InternalFailureException"},
368
+ {"shape":"BadRequestException"}
369
+ ]
370
+ },
371
+ "GetSlotType":{
372
+ "name":"GetSlotType",
373
+ "http":{
374
+ "method":"GET",
375
+ "requestUri":"/slottypes/{name}/versions/{version}",
376
+ "responseCode":200
377
+ },
378
+ "input":{"shape":"GetSlotTypeRequest"},
379
+ "output":{"shape":"GetSlotTypeResponse"},
380
+ "errors":[
381
+ {"shape":"NotFoundException"},
382
+ {"shape":"LimitExceededException"},
383
+ {"shape":"InternalFailureException"},
384
+ {"shape":"BadRequestException"}
385
+ ]
386
+ },
387
+ "GetSlotTypeVersions":{
388
+ "name":"GetSlotTypeVersions",
389
+ "http":{
390
+ "method":"GET",
391
+ "requestUri":"/slottypes/{name}/versions/",
392
+ "responseCode":200
393
+ },
394
+ "input":{"shape":"GetSlotTypeVersionsRequest"},
395
+ "output":{"shape":"GetSlotTypeVersionsResponse"},
396
+ "errors":[
397
+ {"shape":"NotFoundException"},
398
+ {"shape":"LimitExceededException"},
399
+ {"shape":"InternalFailureException"},
400
+ {"shape":"BadRequestException"}
401
+ ]
402
+ },
403
+ "GetSlotTypes":{
404
+ "name":"GetSlotTypes",
405
+ "http":{
406
+ "method":"GET",
407
+ "requestUri":"/slottypes/",
408
+ "responseCode":200
409
+ },
410
+ "input":{"shape":"GetSlotTypesRequest"},
411
+ "output":{"shape":"GetSlotTypesResponse"},
412
+ "errors":[
413
+ {"shape":"NotFoundException"},
414
+ {"shape":"LimitExceededException"},
415
+ {"shape":"InternalFailureException"},
416
+ {"shape":"BadRequestException"}
417
+ ]
418
+ },
419
+ "GetUtterancesView":{
420
+ "name":"GetUtterancesView",
421
+ "http":{
422
+ "method":"GET",
423
+ "requestUri":"/bots/{botname}/utterances?view=aggregation",
424
+ "responseCode":200
425
+ },
426
+ "input":{"shape":"GetUtterancesViewRequest"},
427
+ "output":{"shape":"GetUtterancesViewResponse"},
428
+ "errors":[
429
+ {"shape":"LimitExceededException"},
430
+ {"shape":"InternalFailureException"},
431
+ {"shape":"BadRequestException"}
432
+ ]
433
+ },
434
+ "PutBot":{
435
+ "name":"PutBot",
436
+ "http":{
437
+ "method":"PUT",
438
+ "requestUri":"/bots/{name}/versions/$LATEST",
439
+ "responseCode":200
440
+ },
441
+ "input":{"shape":"PutBotRequest"},
442
+ "output":{"shape":"PutBotResponse"},
443
+ "errors":[
444
+ {"shape":"ConflictException"},
445
+ {"shape":"LimitExceededException"},
446
+ {"shape":"InternalFailureException"},
447
+ {"shape":"BadRequestException"},
448
+ {"shape":"PreconditionFailedException"}
449
+ ]
450
+ },
451
+ "PutBotAlias":{
452
+ "name":"PutBotAlias",
453
+ "http":{
454
+ "method":"PUT",
455
+ "requestUri":"/bots/{botName}/aliases/{name}",
456
+ "responseCode":200
457
+ },
458
+ "input":{"shape":"PutBotAliasRequest"},
459
+ "output":{"shape":"PutBotAliasResponse"},
460
+ "errors":[
461
+ {"shape":"ConflictException"},
462
+ {"shape":"LimitExceededException"},
463
+ {"shape":"InternalFailureException"},
464
+ {"shape":"BadRequestException"},
465
+ {"shape":"PreconditionFailedException"}
466
+ ]
467
+ },
468
+ "PutIntent":{
469
+ "name":"PutIntent",
470
+ "http":{
471
+ "method":"PUT",
472
+ "requestUri":"/intents/{name}/versions/$LATEST",
473
+ "responseCode":200
474
+ },
475
+ "input":{"shape":"PutIntentRequest"},
476
+ "output":{"shape":"PutIntentResponse"},
477
+ "errors":[
478
+ {"shape":"ConflictException"},
479
+ {"shape":"LimitExceededException"},
480
+ {"shape":"InternalFailureException"},
481
+ {"shape":"BadRequestException"},
482
+ {"shape":"PreconditionFailedException"}
483
+ ]
484
+ },
485
+ "PutSlotType":{
486
+ "name":"PutSlotType",
487
+ "http":{
488
+ "method":"PUT",
489
+ "requestUri":"/slottypes/{name}/versions/$LATEST",
490
+ "responseCode":200
491
+ },
492
+ "input":{"shape":"PutSlotTypeRequest"},
493
+ "output":{"shape":"PutSlotTypeResponse"},
494
+ "errors":[
495
+ {"shape":"ConflictException"},
496
+ {"shape":"LimitExceededException"},
497
+ {"shape":"InternalFailureException"},
498
+ {"shape":"BadRequestException"},
499
+ {"shape":"PreconditionFailedException"}
500
+ ]
501
+ }
502
+ },
503
+ "shapes":{
504
+ "AliasName":{
505
+ "type":"string",
506
+ "max":100,
507
+ "min":1,
508
+ "pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
509
+ },
510
+ "AliasNameOrListAll":{
511
+ "type":"string",
512
+ "max":100,
513
+ "min":1,
514
+ "pattern":"^(-|^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*))$"
515
+ },
516
+ "BadRequestException":{
517
+ "type":"structure",
518
+ "members":{
519
+ "message":{"shape":"String"}
520
+ },
521
+ "error":{"httpStatusCode":400},
522
+ "exception":true
523
+ },
524
+ "Boolean":{"type":"boolean"},
525
+ "BotAliasMetadata":{
526
+ "type":"structure",
527
+ "members":{
528
+ "name":{"shape":"AliasName"},
529
+ "description":{"shape":"Description"},
530
+ "botVersion":{"shape":"Version"},
531
+ "botName":{"shape":"BotName"},
532
+ "lastUpdatedDate":{"shape":"Timestamp"},
533
+ "createdDate":{"shape":"Timestamp"},
534
+ "checksum":{"shape":"String"}
535
+ }
536
+ },
537
+ "BotAliasMetadataList":{
538
+ "type":"list",
539
+ "member":{"shape":"BotAliasMetadata"}
540
+ },
541
+ "BotChannelAssociation":{
542
+ "type":"structure",
543
+ "members":{
544
+ "name":{"shape":"BotChannelName"},
545
+ "description":{"shape":"Description"},
546
+ "botAlias":{"shape":"AliasName"},
547
+ "botName":{"shape":"BotName"},
548
+ "createdDate":{"shape":"Timestamp"},
549
+ "type":{"shape":"ChannelType"},
550
+ "botConfiguration":{"shape":"ChannelConfigurationMap"}
551
+ }
552
+ },
553
+ "BotChannelAssociationList":{
554
+ "type":"list",
555
+ "member":{"shape":"BotChannelAssociation"}
556
+ },
557
+ "BotChannelName":{
558
+ "type":"string",
559
+ "max":100,
560
+ "min":1,
561
+ "pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
562
+ },
563
+ "BotMetadata":{
564
+ "type":"structure",
565
+ "members":{
566
+ "name":{"shape":"BotName"},
567
+ "description":{"shape":"Description"},
568
+ "status":{"shape":"Status"},
569
+ "lastUpdatedDate":{"shape":"Timestamp"},
570
+ "createdDate":{"shape":"Timestamp"},
571
+ "version":{"shape":"Version"}
572
+ }
573
+ },
574
+ "BotMetadataList":{
575
+ "type":"list",
576
+ "member":{"shape":"BotMetadata"}
577
+ },
578
+ "BotName":{
579
+ "type":"string",
580
+ "max":50,
581
+ "min":2,
582
+ "pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
583
+ },
584
+ "BotVersions":{
585
+ "type":"list",
586
+ "member":{"shape":"Version"},
587
+ "max":5,
588
+ "min":1
589
+ },
590
+ "BuiltinIntentMetadata":{
591
+ "type":"structure",
592
+ "members":{
593
+ "signature":{"shape":"BuiltinIntentSignature"},
594
+ "supportedLocales":{"shape":"LocaleList"}
595
+ }
596
+ },
597
+ "BuiltinIntentMetadataList":{
598
+ "type":"list",
599
+ "member":{"shape":"BuiltinIntentMetadata"}
600
+ },
601
+ "BuiltinIntentSignature":{"type":"string"},
602
+ "BuiltinIntentSlot":{
603
+ "type":"structure",
604
+ "members":{
605
+ "name":{"shape":"String"}
606
+ }
607
+ },
608
+ "BuiltinIntentSlotList":{
609
+ "type":"list",
610
+ "member":{"shape":"BuiltinIntentSlot"}
611
+ },
612
+ "BuiltinSlotTypeMetadata":{
613
+ "type":"structure",
614
+ "members":{
615
+ "signature":{"shape":"BuiltinSlotTypeSignature"},
616
+ "supportedLocales":{"shape":"LocaleList"}
617
+ }
618
+ },
619
+ "BuiltinSlotTypeMetadataList":{
620
+ "type":"list",
621
+ "member":{"shape":"BuiltinSlotTypeMetadata"}
622
+ },
623
+ "BuiltinSlotTypeSignature":{"type":"string"},
624
+ "ChannelConfigurationMap":{
625
+ "type":"map",
626
+ "key":{"shape":"String"},
627
+ "value":{"shape":"String"},
628
+ "max":10,
629
+ "min":1
630
+ },
631
+ "ChannelType":{
632
+ "type":"string",
633
+ "enum":[
634
+ "Facebook",
635
+ "Slack",
636
+ "Twilio-Sms"
637
+ ]
638
+ },
639
+ "CodeHook":{
640
+ "type":"structure",
641
+ "required":[
642
+ "uri",
643
+ "messageVersion"
644
+ ],
645
+ "members":{
646
+ "uri":{"shape":"LambdaARN"},
647
+ "messageVersion":{"shape":"MessageVersion"}
648
+ }
649
+ },
650
+ "ConflictException":{
651
+ "type":"structure",
652
+ "members":{
653
+ "message":{"shape":"String"}
654
+ },
655
+ "error":{"httpStatusCode":409},
656
+ "exception":true
657
+ },
658
+ "ContentString":{
659
+ "type":"string",
660
+ "max":1000,
661
+ "min":1
662
+ },
663
+ "ContentType":{
664
+ "type":"string",
665
+ "enum":[
666
+ "PlainText",
667
+ "SSML"
668
+ ]
669
+ },
670
+ "Count":{"type":"integer"},
671
+ "CreateBotVersionRequest":{
672
+ "type":"structure",
673
+ "required":["name"],
674
+ "members":{
675
+ "name":{
676
+ "shape":"BotName",
677
+ "location":"uri",
678
+ "locationName":"name"
679
+ },
680
+ "checksum":{"shape":"String"}
681
+ }
682
+ },
683
+ "CreateBotVersionResponse":{
684
+ "type":"structure",
685
+ "members":{
686
+ "name":{"shape":"BotName"},
687
+ "description":{"shape":"Description"},
688
+ "intents":{"shape":"IntentList"},
689
+ "clarificationPrompt":{"shape":"Prompt"},
690
+ "abortStatement":{"shape":"Statement"},
691
+ "status":{"shape":"Status"},
692
+ "failureReason":{"shape":"String"},
693
+ "lastUpdatedDate":{"shape":"Timestamp"},
694
+ "createdDate":{"shape":"Timestamp"},
695
+ "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
696
+ "voiceId":{"shape":"String"},
697
+ "checksum":{"shape":"String"},
698
+ "version":{"shape":"Version"},
699
+ "locale":{"shape":"Locale"},
700
+ "childDirected":{"shape":"Boolean"}
701
+ }
702
+ },
703
+ "CreateIntentVersionRequest":{
704
+ "type":"structure",
705
+ "required":["name"],
706
+ "members":{
707
+ "name":{
708
+ "shape":"IntentName",
709
+ "location":"uri",
710
+ "locationName":"name"
711
+ },
712
+ "checksum":{"shape":"String"}
713
+ }
714
+ },
715
+ "CreateIntentVersionResponse":{
716
+ "type":"structure",
717
+ "members":{
718
+ "name":{"shape":"IntentName"},
719
+ "description":{"shape":"Description"},
720
+ "slots":{"shape":"SlotList"},
721
+ "sampleUtterances":{"shape":"IntentUtteranceList"},
722
+ "confirmationPrompt":{"shape":"Prompt"},
723
+ "rejectionStatement":{"shape":"Statement"},
724
+ "followUpPrompt":{"shape":"FollowUpPrompt"},
725
+ "conclusionStatement":{"shape":"Statement"},
726
+ "dialogCodeHook":{"shape":"CodeHook"},
727
+ "fulfillmentActivity":{"shape":"FulfillmentActivity"},
728
+ "parentIntentSignature":{"shape":"BuiltinIntentSignature"},
729
+ "lastUpdatedDate":{"shape":"Timestamp"},
730
+ "createdDate":{"shape":"Timestamp"},
731
+ "version":{"shape":"Version"},
732
+ "checksum":{"shape":"String"}
733
+ }
734
+ },
735
+ "CreateSlotTypeVersionRequest":{
736
+ "type":"structure",
737
+ "required":["name"],
738
+ "members":{
739
+ "name":{
740
+ "shape":"SlotTypeName",
741
+ "location":"uri",
742
+ "locationName":"name"
743
+ },
744
+ "checksum":{"shape":"String"}
745
+ }
746
+ },
747
+ "CreateSlotTypeVersionResponse":{
748
+ "type":"structure",
749
+ "members":{
750
+ "name":{"shape":"SlotTypeName"},
751
+ "description":{"shape":"Description"},
752
+ "enumerationValues":{"shape":"EnumerationValues"},
753
+ "lastUpdatedDate":{"shape":"Timestamp"},
754
+ "createdDate":{"shape":"Timestamp"},
755
+ "version":{"shape":"Version"},
756
+ "checksum":{"shape":"String"}
757
+ }
758
+ },
759
+ "CustomOrBuiltinSlotTypeName":{
760
+ "type":"string",
761
+ "max":100,
762
+ "min":1,
763
+ "pattern":"^([a-zA-Z]|AMAZON.)+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
764
+ },
765
+ "DeleteBotAliasRequest":{
766
+ "type":"structure",
767
+ "required":[
768
+ "name",
769
+ "botName"
770
+ ],
771
+ "members":{
772
+ "name":{
773
+ "shape":"AliasName",
774
+ "location":"uri",
775
+ "locationName":"name"
776
+ },
777
+ "botName":{
778
+ "shape":"BotName",
779
+ "location":"uri",
780
+ "locationName":"botName"
781
+ }
782
+ }
783
+ },
784
+ "DeleteBotChannelAssociationRequest":{
785
+ "type":"structure",
786
+ "required":[
787
+ "name",
788
+ "botName",
789
+ "botAlias"
790
+ ],
791
+ "members":{
792
+ "name":{
793
+ "shape":"BotChannelName",
794
+ "location":"uri",
795
+ "locationName":"name"
796
+ },
797
+ "botName":{
798
+ "shape":"BotName",
799
+ "location":"uri",
800
+ "locationName":"botName"
801
+ },
802
+ "botAlias":{
803
+ "shape":"AliasName",
804
+ "location":"uri",
805
+ "locationName":"aliasName"
806
+ }
807
+ }
808
+ },
809
+ "DeleteBotRequest":{
810
+ "type":"structure",
811
+ "required":["name"],
812
+ "members":{
813
+ "name":{
814
+ "shape":"BotName",
815
+ "location":"uri",
816
+ "locationName":"name"
817
+ },
818
+ "version":{"shape":"Version"}
819
+ }
820
+ },
821
+ "DeleteIntentRequest":{
822
+ "type":"structure",
823
+ "required":["name"],
824
+ "members":{
825
+ "name":{
826
+ "shape":"IntentName",
827
+ "location":"uri",
828
+ "locationName":"name"
829
+ },
830
+ "version":{"shape":"Version"}
831
+ }
832
+ },
833
+ "DeleteSlotTypeRequest":{
834
+ "type":"structure",
835
+ "required":["name"],
836
+ "members":{
837
+ "name":{
838
+ "shape":"SlotTypeName",
839
+ "location":"uri",
840
+ "locationName":"name"
841
+ },
842
+ "version":{"shape":"Version"}
843
+ }
844
+ },
845
+ "DeleteUtterancesRequest":{
846
+ "type":"structure",
847
+ "required":[
848
+ "botName",
849
+ "userId"
850
+ ],
851
+ "members":{
852
+ "botName":{
853
+ "shape":"BotName",
854
+ "location":"uri",
855
+ "locationName":"botName"
856
+ },
857
+ "userId":{
858
+ "shape":"UserId",
859
+ "location":"uri",
860
+ "locationName":"userId"
861
+ }
862
+ }
863
+ },
864
+ "Description":{
865
+ "type":"string",
866
+ "max":200,
867
+ "min":0
868
+ },
869
+ "EnumerationValue":{
870
+ "type":"structure",
871
+ "required":["value"],
872
+ "members":{
873
+ "value":{"shape":"Value"}
874
+ }
875
+ },
876
+ "EnumerationValues":{
877
+ "type":"list",
878
+ "member":{"shape":"EnumerationValue"},
879
+ "max":10000,
880
+ "min":1
881
+ },
882
+ "FollowUpPrompt":{
883
+ "type":"structure",
884
+ "required":[
885
+ "prompt",
886
+ "rejectionStatement"
887
+ ],
888
+ "members":{
889
+ "prompt":{"shape":"Prompt"},
890
+ "rejectionStatement":{"shape":"Statement"}
891
+ }
892
+ },
893
+ "FulfillmentActivity":{
894
+ "type":"structure",
895
+ "required":["type"],
896
+ "members":{
897
+ "type":{"shape":"FulfillmentActivityType"},
898
+ "codeHook":{"shape":"CodeHook"}
899
+ }
900
+ },
901
+ "FulfillmentActivityType":{
902
+ "type":"string",
903
+ "enum":[
904
+ "ReturnIntent",
905
+ "CodeHook"
906
+ ]
907
+ },
908
+ "GetBotAliasRequest":{
909
+ "type":"structure",
910
+ "required":[
911
+ "name",
912
+ "botName"
913
+ ],
914
+ "members":{
915
+ "name":{
916
+ "shape":"AliasName",
917
+ "location":"uri",
918
+ "locationName":"name"
919
+ },
920
+ "botName":{
921
+ "shape":"BotName",
922
+ "location":"uri",
923
+ "locationName":"botName"
924
+ }
925
+ }
926
+ },
927
+ "GetBotAliasResponse":{
928
+ "type":"structure",
929
+ "members":{
930
+ "name":{"shape":"AliasName"},
931
+ "description":{"shape":"Description"},
932
+ "botVersion":{"shape":"Version"},
933
+ "botName":{"shape":"BotName"},
934
+ "lastUpdatedDate":{"shape":"Timestamp"},
935
+ "createdDate":{"shape":"Timestamp"},
936
+ "checksum":{"shape":"String"}
937
+ }
938
+ },
939
+ "GetBotAliasesRequest":{
940
+ "type":"structure",
941
+ "required":["botName"],
942
+ "members":{
943
+ "botName":{
944
+ "shape":"BotName",
945
+ "location":"uri",
946
+ "locationName":"botName"
947
+ },
948
+ "nextToken":{
949
+ "shape":"NextToken",
950
+ "location":"querystring",
951
+ "locationName":"nextToken"
952
+ },
953
+ "maxResults":{
954
+ "shape":"MaxResults",
955
+ "location":"querystring",
956
+ "locationName":"maxResults"
957
+ },
958
+ "nameContains":{
959
+ "shape":"AliasName",
960
+ "location":"querystring",
961
+ "locationName":"nameContains"
962
+ }
963
+ }
964
+ },
965
+ "GetBotAliasesResponse":{
966
+ "type":"structure",
967
+ "members":{
968
+ "BotAliases":{"shape":"BotAliasMetadataList"},
969
+ "nextToken":{"shape":"NextToken"}
970
+ }
971
+ },
972
+ "GetBotChannelAssociationRequest":{
973
+ "type":"structure",
974
+ "required":[
975
+ "name",
976
+ "botName",
977
+ "botAlias"
978
+ ],
979
+ "members":{
980
+ "name":{
981
+ "shape":"BotChannelName",
982
+ "location":"uri",
983
+ "locationName":"name"
984
+ },
985
+ "botName":{
986
+ "shape":"BotName",
987
+ "location":"uri",
988
+ "locationName":"botName"
989
+ },
990
+ "botAlias":{
991
+ "shape":"AliasName",
992
+ "location":"uri",
993
+ "locationName":"aliasName"
994
+ }
995
+ }
996
+ },
997
+ "GetBotChannelAssociationResponse":{
998
+ "type":"structure",
999
+ "members":{
1000
+ "name":{"shape":"BotChannelName"},
1001
+ "description":{"shape":"Description"},
1002
+ "botAlias":{"shape":"AliasName"},
1003
+ "botName":{"shape":"BotName"},
1004
+ "createdDate":{"shape":"Timestamp"},
1005
+ "type":{"shape":"ChannelType"},
1006
+ "botConfiguration":{"shape":"ChannelConfigurationMap"}
1007
+ }
1008
+ },
1009
+ "GetBotChannelAssociationsRequest":{
1010
+ "type":"structure",
1011
+ "required":[
1012
+ "botName",
1013
+ "botAlias"
1014
+ ],
1015
+ "members":{
1016
+ "botName":{
1017
+ "shape":"BotName",
1018
+ "location":"uri",
1019
+ "locationName":"botName"
1020
+ },
1021
+ "botAlias":{
1022
+ "shape":"AliasNameOrListAll",
1023
+ "location":"uri",
1024
+ "locationName":"aliasName"
1025
+ },
1026
+ "nextToken":{
1027
+ "shape":"NextToken",
1028
+ "location":"querystring",
1029
+ "locationName":"nextToken"
1030
+ },
1031
+ "maxResults":{
1032
+ "shape":"MaxResults",
1033
+ "location":"querystring",
1034
+ "locationName":"maxResults"
1035
+ },
1036
+ "nameContains":{
1037
+ "shape":"BotChannelName",
1038
+ "location":"querystring",
1039
+ "locationName":"nameContains"
1040
+ }
1041
+ }
1042
+ },
1043
+ "GetBotChannelAssociationsResponse":{
1044
+ "type":"structure",
1045
+ "members":{
1046
+ "botChannelAssociations":{"shape":"BotChannelAssociationList"},
1047
+ "nextToken":{"shape":"NextToken"}
1048
+ }
1049
+ },
1050
+ "GetBotRequest":{
1051
+ "type":"structure",
1052
+ "required":[
1053
+ "name",
1054
+ "versionOrAlias"
1055
+ ],
1056
+ "members":{
1057
+ "name":{
1058
+ "shape":"BotName",
1059
+ "location":"uri",
1060
+ "locationName":"name"
1061
+ },
1062
+ "versionOrAlias":{
1063
+ "shape":"String",
1064
+ "location":"uri",
1065
+ "locationName":"versionoralias"
1066
+ }
1067
+ }
1068
+ },
1069
+ "GetBotResponse":{
1070
+ "type":"structure",
1071
+ "members":{
1072
+ "name":{"shape":"BotName"},
1073
+ "description":{"shape":"Description"},
1074
+ "intents":{"shape":"IntentList"},
1075
+ "clarificationPrompt":{"shape":"Prompt"},
1076
+ "abortStatement":{"shape":"Statement"},
1077
+ "status":{"shape":"Status"},
1078
+ "failureReason":{"shape":"String"},
1079
+ "lastUpdatedDate":{"shape":"Timestamp"},
1080
+ "createdDate":{"shape":"Timestamp"},
1081
+ "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
1082
+ "voiceId":{"shape":"String"},
1083
+ "checksum":{"shape":"String"},
1084
+ "version":{"shape":"Version"},
1085
+ "locale":{"shape":"Locale"},
1086
+ "childDirected":{"shape":"Boolean"}
1087
+ }
1088
+ },
1089
+ "GetBotVersionsRequest":{
1090
+ "type":"structure",
1091
+ "required":["name"],
1092
+ "members":{
1093
+ "name":{
1094
+ "shape":"BotName",
1095
+ "location":"uri",
1096
+ "locationName":"name"
1097
+ },
1098
+ "nextToken":{
1099
+ "shape":"NextToken",
1100
+ "location":"querystring",
1101
+ "locationName":"nextToken"
1102
+ },
1103
+ "maxResults":{
1104
+ "shape":"MaxResults",
1105
+ "location":"querystring",
1106
+ "locationName":"maxResults"
1107
+ }
1108
+ }
1109
+ },
1110
+ "GetBotVersionsResponse":{
1111
+ "type":"structure",
1112
+ "members":{
1113
+ "bots":{"shape":"BotMetadataList"},
1114
+ "nextToken":{"shape":"NextToken"}
1115
+ }
1116
+ },
1117
+ "GetBotsRequest":{
1118
+ "type":"structure",
1119
+ "members":{
1120
+ "nextToken":{
1121
+ "shape":"NextToken",
1122
+ "location":"querystring",
1123
+ "locationName":"nextToken"
1124
+ },
1125
+ "maxResults":{
1126
+ "shape":"MaxResults",
1127
+ "location":"querystring",
1128
+ "locationName":"maxResults"
1129
+ },
1130
+ "nameContains":{
1131
+ "shape":"BotName",
1132
+ "location":"querystring",
1133
+ "locationName":"nameContains"
1134
+ }
1135
+ }
1136
+ },
1137
+ "GetBotsResponse":{
1138
+ "type":"structure",
1139
+ "members":{
1140
+ "bots":{"shape":"BotMetadataList"},
1141
+ "nextToken":{"shape":"NextToken"}
1142
+ }
1143
+ },
1144
+ "GetBuiltinIntentRequest":{
1145
+ "type":"structure",
1146
+ "required":["signature"],
1147
+ "members":{
1148
+ "signature":{
1149
+ "shape":"BuiltinIntentSignature",
1150
+ "location":"uri",
1151
+ "locationName":"signature"
1152
+ }
1153
+ }
1154
+ },
1155
+ "GetBuiltinIntentResponse":{
1156
+ "type":"structure",
1157
+ "members":{
1158
+ "signature":{"shape":"BuiltinIntentSignature"},
1159
+ "supportedLocales":{"shape":"LocaleList"},
1160
+ "slots":{"shape":"BuiltinIntentSlotList"}
1161
+ }
1162
+ },
1163
+ "GetBuiltinIntentsRequest":{
1164
+ "type":"structure",
1165
+ "members":{
1166
+ "locale":{
1167
+ "shape":"Locale",
1168
+ "location":"querystring",
1169
+ "locationName":"locale"
1170
+ },
1171
+ "signatureContains":{
1172
+ "shape":"String",
1173
+ "location":"querystring",
1174
+ "locationName":"signatureContains"
1175
+ },
1176
+ "nextToken":{
1177
+ "shape":"NextToken",
1178
+ "location":"querystring",
1179
+ "locationName":"nextToken"
1180
+ },
1181
+ "maxResults":{
1182
+ "shape":"MaxResults",
1183
+ "location":"querystring",
1184
+ "locationName":"maxResults"
1185
+ }
1186
+ }
1187
+ },
1188
+ "GetBuiltinIntentsResponse":{
1189
+ "type":"structure",
1190
+ "members":{
1191
+ "intents":{"shape":"BuiltinIntentMetadataList"},
1192
+ "nextToken":{"shape":"NextToken"}
1193
+ }
1194
+ },
1195
+ "GetBuiltinSlotTypesRequest":{
1196
+ "type":"structure",
1197
+ "members":{
1198
+ "locale":{
1199
+ "shape":"Locale",
1200
+ "location":"querystring",
1201
+ "locationName":"locale"
1202
+ },
1203
+ "signatureContains":{
1204
+ "shape":"String",
1205
+ "location":"querystring",
1206
+ "locationName":"signatureContains"
1207
+ },
1208
+ "nextToken":{
1209
+ "shape":"NextToken",
1210
+ "location":"querystring",
1211
+ "locationName":"nextToken"
1212
+ },
1213
+ "maxResults":{
1214
+ "shape":"MaxResults",
1215
+ "location":"querystring",
1216
+ "locationName":"maxResults"
1217
+ }
1218
+ }
1219
+ },
1220
+ "GetBuiltinSlotTypesResponse":{
1221
+ "type":"structure",
1222
+ "members":{
1223
+ "slotTypes":{"shape":"BuiltinSlotTypeMetadataList"},
1224
+ "nextToken":{"shape":"NextToken"}
1225
+ }
1226
+ },
1227
+ "GetIntentRequest":{
1228
+ "type":"structure",
1229
+ "required":[
1230
+ "name",
1231
+ "version"
1232
+ ],
1233
+ "members":{
1234
+ "name":{
1235
+ "shape":"IntentName",
1236
+ "location":"uri",
1237
+ "locationName":"name"
1238
+ },
1239
+ "version":{
1240
+ "shape":"Version",
1241
+ "location":"uri",
1242
+ "locationName":"version"
1243
+ }
1244
+ }
1245
+ },
1246
+ "GetIntentResponse":{
1247
+ "type":"structure",
1248
+ "members":{
1249
+ "name":{"shape":"IntentName"},
1250
+ "description":{"shape":"Description"},
1251
+ "slots":{"shape":"SlotList"},
1252
+ "sampleUtterances":{"shape":"IntentUtteranceList"},
1253
+ "confirmationPrompt":{"shape":"Prompt"},
1254
+ "rejectionStatement":{"shape":"Statement"},
1255
+ "followUpPrompt":{"shape":"FollowUpPrompt"},
1256
+ "conclusionStatement":{"shape":"Statement"},
1257
+ "dialogCodeHook":{"shape":"CodeHook"},
1258
+ "fulfillmentActivity":{"shape":"FulfillmentActivity"},
1259
+ "parentIntentSignature":{"shape":"BuiltinIntentSignature"},
1260
+ "lastUpdatedDate":{"shape":"Timestamp"},
1261
+ "createdDate":{"shape":"Timestamp"},
1262
+ "version":{"shape":"Version"},
1263
+ "checksum":{"shape":"String"}
1264
+ }
1265
+ },
1266
+ "GetIntentVersionsRequest":{
1267
+ "type":"structure",
1268
+ "required":["name"],
1269
+ "members":{
1270
+ "name":{
1271
+ "shape":"IntentName",
1272
+ "location":"uri",
1273
+ "locationName":"name"
1274
+ },
1275
+ "nextToken":{
1276
+ "shape":"NextToken",
1277
+ "location":"querystring",
1278
+ "locationName":"nextToken"
1279
+ },
1280
+ "maxResults":{
1281
+ "shape":"MaxResults",
1282
+ "location":"querystring",
1283
+ "locationName":"maxResults"
1284
+ }
1285
+ }
1286
+ },
1287
+ "GetIntentVersionsResponse":{
1288
+ "type":"structure",
1289
+ "members":{
1290
+ "intents":{"shape":"IntentMetadataList"},
1291
+ "nextToken":{"shape":"NextToken"}
1292
+ }
1293
+ },
1294
+ "GetIntentsRequest":{
1295
+ "type":"structure",
1296
+ "members":{
1297
+ "nextToken":{
1298
+ "shape":"NextToken",
1299
+ "location":"querystring",
1300
+ "locationName":"nextToken"
1301
+ },
1302
+ "maxResults":{
1303
+ "shape":"MaxResults",
1304
+ "location":"querystring",
1305
+ "locationName":"maxResults"
1306
+ },
1307
+ "nameContains":{
1308
+ "shape":"IntentName",
1309
+ "location":"querystring",
1310
+ "locationName":"nameContains"
1311
+ }
1312
+ }
1313
+ },
1314
+ "GetIntentsResponse":{
1315
+ "type":"structure",
1316
+ "members":{
1317
+ "intents":{"shape":"IntentMetadataList"},
1318
+ "nextToken":{"shape":"NextToken"}
1319
+ }
1320
+ },
1321
+ "GetSlotTypeRequest":{
1322
+ "type":"structure",
1323
+ "required":[
1324
+ "name",
1325
+ "version"
1326
+ ],
1327
+ "members":{
1328
+ "name":{
1329
+ "shape":"SlotTypeName",
1330
+ "location":"uri",
1331
+ "locationName":"name"
1332
+ },
1333
+ "version":{
1334
+ "shape":"Version",
1335
+ "location":"uri",
1336
+ "locationName":"version"
1337
+ }
1338
+ }
1339
+ },
1340
+ "GetSlotTypeResponse":{
1341
+ "type":"structure",
1342
+ "members":{
1343
+ "name":{"shape":"SlotTypeName"},
1344
+ "description":{"shape":"Description"},
1345
+ "enumerationValues":{"shape":"EnumerationValues"},
1346
+ "lastUpdatedDate":{"shape":"Timestamp"},
1347
+ "createdDate":{"shape":"Timestamp"},
1348
+ "version":{"shape":"Version"},
1349
+ "checksum":{"shape":"String"}
1350
+ }
1351
+ },
1352
+ "GetSlotTypeVersionsRequest":{
1353
+ "type":"structure",
1354
+ "required":["name"],
1355
+ "members":{
1356
+ "name":{
1357
+ "shape":"SlotTypeName",
1358
+ "location":"uri",
1359
+ "locationName":"name"
1360
+ },
1361
+ "nextToken":{
1362
+ "shape":"NextToken",
1363
+ "location":"querystring",
1364
+ "locationName":"nextToken"
1365
+ },
1366
+ "maxResults":{
1367
+ "shape":"MaxResults",
1368
+ "location":"querystring",
1369
+ "locationName":"maxResults"
1370
+ }
1371
+ }
1372
+ },
1373
+ "GetSlotTypeVersionsResponse":{
1374
+ "type":"structure",
1375
+ "members":{
1376
+ "slotTypes":{"shape":"SlotTypeMetadataList"},
1377
+ "nextToken":{"shape":"NextToken"}
1378
+ }
1379
+ },
1380
+ "GetSlotTypesRequest":{
1381
+ "type":"structure",
1382
+ "members":{
1383
+ "nextToken":{
1384
+ "shape":"NextToken",
1385
+ "location":"querystring",
1386
+ "locationName":"nextToken"
1387
+ },
1388
+ "maxResults":{
1389
+ "shape":"MaxResults",
1390
+ "location":"querystring",
1391
+ "locationName":"maxResults"
1392
+ },
1393
+ "nameContains":{
1394
+ "shape":"SlotTypeName",
1395
+ "location":"querystring",
1396
+ "locationName":"nameContains"
1397
+ }
1398
+ }
1399
+ },
1400
+ "GetSlotTypesResponse":{
1401
+ "type":"structure",
1402
+ "members":{
1403
+ "slotTypes":{"shape":"SlotTypeMetadataList"},
1404
+ "nextToken":{"shape":"NextToken"}
1405
+ }
1406
+ },
1407
+ "GetUtterancesViewRequest":{
1408
+ "type":"structure",
1409
+ "required":[
1410
+ "botName",
1411
+ "botVersions",
1412
+ "statusType"
1413
+ ],
1414
+ "members":{
1415
+ "botName":{
1416
+ "shape":"BotName",
1417
+ "location":"uri",
1418
+ "locationName":"botname"
1419
+ },
1420
+ "botVersions":{
1421
+ "shape":"BotVersions",
1422
+ "location":"querystring",
1423
+ "locationName":"bot_versions"
1424
+ },
1425
+ "statusType":{
1426
+ "shape":"StatusType",
1427
+ "location":"querystring",
1428
+ "locationName":"status_type"
1429
+ }
1430
+ }
1431
+ },
1432
+ "GetUtterancesViewResponse":{
1433
+ "type":"structure",
1434
+ "members":{
1435
+ "botName":{"shape":"BotName"},
1436
+ "utterances":{"shape":"ListsOfUtterances"}
1437
+ }
1438
+ },
1439
+ "Intent":{
1440
+ "type":"structure",
1441
+ "required":[
1442
+ "intentName",
1443
+ "intentVersion"
1444
+ ],
1445
+ "members":{
1446
+ "intentName":{"shape":"IntentName"},
1447
+ "intentVersion":{"shape":"Version"}
1448
+ }
1449
+ },
1450
+ "IntentList":{
1451
+ "type":"list",
1452
+ "member":{"shape":"Intent"},
1453
+ "max":100,
1454
+ "min":1
1455
+ },
1456
+ "IntentMetadata":{
1457
+ "type":"structure",
1458
+ "members":{
1459
+ "name":{"shape":"IntentName"},
1460
+ "description":{"shape":"Description"},
1461
+ "lastUpdatedDate":{"shape":"Timestamp"},
1462
+ "createdDate":{"shape":"Timestamp"},
1463
+ "version":{"shape":"Version"}
1464
+ }
1465
+ },
1466
+ "IntentMetadataList":{
1467
+ "type":"list",
1468
+ "member":{"shape":"IntentMetadata"}
1469
+ },
1470
+ "IntentName":{
1471
+ "type":"string",
1472
+ "max":100,
1473
+ "min":1,
1474
+ "pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
1475
+ },
1476
+ "IntentUtteranceList":{
1477
+ "type":"list",
1478
+ "member":{"shape":"Utterance"},
1479
+ "max":1500,
1480
+ "min":0
1481
+ },
1482
+ "InternalFailureException":{
1483
+ "type":"structure",
1484
+ "members":{
1485
+ "message":{"shape":"String"}
1486
+ },
1487
+ "error":{"httpStatusCode":500},
1488
+ "exception":true,
1489
+ "fault":true
1490
+ },
1491
+ "LambdaARN":{
1492
+ "type":"string",
1493
+ "max":2048,
1494
+ "min":20,
1495
+ "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-_]+)?"
1496
+ },
1497
+ "LimitExceededException":{
1498
+ "type":"structure",
1499
+ "members":{
1500
+ "retryAfterSeconds":{
1501
+ "shape":"String",
1502
+ "location":"header",
1503
+ "locationName":"Retry-After"
1504
+ },
1505
+ "message":{"shape":"String"}
1506
+ },
1507
+ "error":{"httpStatusCode":429},
1508
+ "exception":true
1509
+ },
1510
+ "ListOfUtterance":{
1511
+ "type":"list",
1512
+ "member":{"shape":"UtteranceData"}
1513
+ },
1514
+ "ListsOfUtterances":{
1515
+ "type":"list",
1516
+ "member":{"shape":"UtteranceList"}
1517
+ },
1518
+ "Locale":{
1519
+ "type":"string",
1520
+ "enum":["en-US"]
1521
+ },
1522
+ "LocaleList":{
1523
+ "type":"list",
1524
+ "member":{"shape":"Locale"}
1525
+ },
1526
+ "MaxResults":{
1527
+ "type":"integer",
1528
+ "box":true,
1529
+ "max":50,
1530
+ "min":1
1531
+ },
1532
+ "Message":{
1533
+ "type":"structure",
1534
+ "required":[
1535
+ "contentType",
1536
+ "content"
1537
+ ],
1538
+ "members":{
1539
+ "contentType":{"shape":"ContentType"},
1540
+ "content":{"shape":"ContentString"}
1541
+ }
1542
+ },
1543
+ "MessageList":{
1544
+ "type":"list",
1545
+ "member":{"shape":"Message"},
1546
+ "max":5,
1547
+ "min":1
1548
+ },
1549
+ "MessageVersion":{
1550
+ "type":"string",
1551
+ "max":5,
1552
+ "min":1
1553
+ },
1554
+ "Name":{
1555
+ "type":"string",
1556
+ "max":64,
1557
+ "min":1,
1558
+ "pattern":"[a-zA-Z]+"
1559
+ },
1560
+ "NextToken":{"type":"string"},
1561
+ "NotFoundException":{
1562
+ "type":"structure",
1563
+ "members":{
1564
+ "message":{"shape":"String"}
1565
+ },
1566
+ "error":{"httpStatusCode":404},
1567
+ "exception":true
1568
+ },
1569
+ "PreconditionFailedException":{
1570
+ "type":"structure",
1571
+ "members":{
1572
+ "message":{"shape":"String"}
1573
+ },
1574
+ "error":{"httpStatusCode":412},
1575
+ "exception":true
1576
+ },
1577
+ "Priority":{
1578
+ "type":"integer",
1579
+ "max":100,
1580
+ "min":0
1581
+ },
1582
+ "ProcessBehavior":{
1583
+ "type":"string",
1584
+ "enum":[
1585
+ "SAVE",
1586
+ "BUILD"
1587
+ ]
1588
+ },
1589
+ "Prompt":{
1590
+ "type":"structure",
1591
+ "required":[
1592
+ "messages",
1593
+ "maxAttempts"
1594
+ ],
1595
+ "members":{
1596
+ "messages":{"shape":"MessageList"},
1597
+ "maxAttempts":{"shape":"PromptMaxAttempts"},
1598
+ "responseCard":{"shape":"ResponseCard"}
1599
+ }
1600
+ },
1601
+ "PromptMaxAttempts":{
1602
+ "type":"integer",
1603
+ "max":5,
1604
+ "min":1
1605
+ },
1606
+ "PutBotAliasRequest":{
1607
+ "type":"structure",
1608
+ "required":[
1609
+ "name",
1610
+ "botVersion",
1611
+ "botName"
1612
+ ],
1613
+ "members":{
1614
+ "name":{
1615
+ "shape":"AliasName",
1616
+ "location":"uri",
1617
+ "locationName":"name"
1618
+ },
1619
+ "description":{"shape":"Description"},
1620
+ "botVersion":{"shape":"Version"},
1621
+ "botName":{
1622
+ "shape":"BotName",
1623
+ "location":"uri",
1624
+ "locationName":"botName"
1625
+ },
1626
+ "checksum":{"shape":"String"}
1627
+ }
1628
+ },
1629
+ "PutBotAliasResponse":{
1630
+ "type":"structure",
1631
+ "members":{
1632
+ "name":{"shape":"AliasName"},
1633
+ "description":{"shape":"Description"},
1634
+ "botVersion":{"shape":"Version"},
1635
+ "botName":{"shape":"BotName"},
1636
+ "lastUpdatedDate":{"shape":"Timestamp"},
1637
+ "createdDate":{"shape":"Timestamp"},
1638
+ "checksum":{"shape":"String"}
1639
+ }
1640
+ },
1641
+ "PutBotRequest":{
1642
+ "type":"structure",
1643
+ "required":[
1644
+ "name",
1645
+ "locale",
1646
+ "childDirected"
1647
+ ],
1648
+ "members":{
1649
+ "name":{
1650
+ "shape":"BotName",
1651
+ "location":"uri",
1652
+ "locationName":"name"
1653
+ },
1654
+ "description":{"shape":"Description"},
1655
+ "intents":{"shape":"IntentList"},
1656
+ "clarificationPrompt":{"shape":"Prompt"},
1657
+ "abortStatement":{"shape":"Statement"},
1658
+ "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
1659
+ "voiceId":{"shape":"String"},
1660
+ "checksum":{"shape":"String"},
1661
+ "processBehavior":{"shape":"ProcessBehavior"},
1662
+ "locale":{"shape":"Locale"},
1663
+ "childDirected":{"shape":"Boolean"}
1664
+ }
1665
+ },
1666
+ "PutBotResponse":{
1667
+ "type":"structure",
1668
+ "members":{
1669
+ "name":{"shape":"BotName"},
1670
+ "description":{"shape":"Description"},
1671
+ "intents":{"shape":"IntentList"},
1672
+ "clarificationPrompt":{"shape":"Prompt"},
1673
+ "abortStatement":{"shape":"Statement"},
1674
+ "status":{"shape":"Status"},
1675
+ "failureReason":{"shape":"String"},
1676
+ "lastUpdatedDate":{"shape":"Timestamp"},
1677
+ "createdDate":{"shape":"Timestamp"},
1678
+ "idleSessionTTLInSeconds":{"shape":"SessionTTL"},
1679
+ "voiceId":{"shape":"String"},
1680
+ "checksum":{"shape":"String"},
1681
+ "version":{"shape":"Version"},
1682
+ "locale":{"shape":"Locale"},
1683
+ "childDirected":{"shape":"Boolean"}
1684
+ }
1685
+ },
1686
+ "PutIntentRequest":{
1687
+ "type":"structure",
1688
+ "required":["name"],
1689
+ "members":{
1690
+ "name":{
1691
+ "shape":"IntentName",
1692
+ "location":"uri",
1693
+ "locationName":"name"
1694
+ },
1695
+ "description":{"shape":"Description"},
1696
+ "slots":{"shape":"SlotList"},
1697
+ "sampleUtterances":{"shape":"IntentUtteranceList"},
1698
+ "confirmationPrompt":{"shape":"Prompt"},
1699
+ "rejectionStatement":{"shape":"Statement"},
1700
+ "followUpPrompt":{"shape":"FollowUpPrompt"},
1701
+ "conclusionStatement":{"shape":"Statement"},
1702
+ "dialogCodeHook":{"shape":"CodeHook"},
1703
+ "fulfillmentActivity":{"shape":"FulfillmentActivity"},
1704
+ "parentIntentSignature":{"shape":"BuiltinIntentSignature"},
1705
+ "checksum":{"shape":"String"}
1706
+ }
1707
+ },
1708
+ "PutIntentResponse":{
1709
+ "type":"structure",
1710
+ "members":{
1711
+ "name":{"shape":"IntentName"},
1712
+ "description":{"shape":"Description"},
1713
+ "slots":{"shape":"SlotList"},
1714
+ "sampleUtterances":{"shape":"IntentUtteranceList"},
1715
+ "confirmationPrompt":{"shape":"Prompt"},
1716
+ "rejectionStatement":{"shape":"Statement"},
1717
+ "followUpPrompt":{"shape":"FollowUpPrompt"},
1718
+ "conclusionStatement":{"shape":"Statement"},
1719
+ "dialogCodeHook":{"shape":"CodeHook"},
1720
+ "fulfillmentActivity":{"shape":"FulfillmentActivity"},
1721
+ "parentIntentSignature":{"shape":"BuiltinIntentSignature"},
1722
+ "lastUpdatedDate":{"shape":"Timestamp"},
1723
+ "createdDate":{"shape":"Timestamp"},
1724
+ "version":{"shape":"Version"},
1725
+ "checksum":{"shape":"String"}
1726
+ }
1727
+ },
1728
+ "PutSlotTypeRequest":{
1729
+ "type":"structure",
1730
+ "required":["name"],
1731
+ "members":{
1732
+ "name":{
1733
+ "shape":"SlotTypeName",
1734
+ "location":"uri",
1735
+ "locationName":"name"
1736
+ },
1737
+ "description":{"shape":"Description"},
1738
+ "enumerationValues":{"shape":"EnumerationValues"},
1739
+ "checksum":{"shape":"String"}
1740
+ }
1741
+ },
1742
+ "PutSlotTypeResponse":{
1743
+ "type":"structure",
1744
+ "members":{
1745
+ "name":{"shape":"SlotTypeName"},
1746
+ "description":{"shape":"Description"},
1747
+ "enumerationValues":{"shape":"EnumerationValues"},
1748
+ "lastUpdatedDate":{"shape":"Timestamp"},
1749
+ "createdDate":{"shape":"Timestamp"},
1750
+ "version":{"shape":"Version"},
1751
+ "checksum":{"shape":"String"}
1752
+ }
1753
+ },
1754
+ "ReferenceType":{
1755
+ "type":"string",
1756
+ "enum":[
1757
+ "Intent",
1758
+ "Bot",
1759
+ "BotAlias",
1760
+ "BotChannel"
1761
+ ]
1762
+ },
1763
+ "ResourceInUseException":{
1764
+ "type":"structure",
1765
+ "members":{
1766
+ "referenceType":{"shape":"ReferenceType"},
1767
+ "exampleReference":{"shape":"ResourceReference"}
1768
+ },
1769
+ "error":{"httpStatusCode":400},
1770
+ "exception":true
1771
+ },
1772
+ "ResourceReference":{
1773
+ "type":"structure",
1774
+ "members":{
1775
+ "name":{"shape":"Name"},
1776
+ "version":{"shape":"Version"}
1777
+ }
1778
+ },
1779
+ "ResponseCard":{
1780
+ "type":"string",
1781
+ "max":50000,
1782
+ "min":1
1783
+ },
1784
+ "SessionTTL":{
1785
+ "type":"integer",
1786
+ "max":86400,
1787
+ "min":60
1788
+ },
1789
+ "Slot":{
1790
+ "type":"structure",
1791
+ "required":[
1792
+ "name",
1793
+ "slotConstraint"
1794
+ ],
1795
+ "members":{
1796
+ "name":{"shape":"SlotName"},
1797
+ "description":{"shape":"Description"},
1798
+ "slotConstraint":{"shape":"SlotConstraint"},
1799
+ "slotType":{"shape":"CustomOrBuiltinSlotTypeName"},
1800
+ "slotTypeVersion":{"shape":"Version"},
1801
+ "valueElicitationPrompt":{"shape":"Prompt"},
1802
+ "priority":{"shape":"Priority"},
1803
+ "sampleUtterances":{"shape":"SlotUtteranceList"},
1804
+ "responseCard":{"shape":"ResponseCard"}
1805
+ }
1806
+ },
1807
+ "SlotConstraint":{
1808
+ "type":"string",
1809
+ "enum":[
1810
+ "Required",
1811
+ "Optional"
1812
+ ]
1813
+ },
1814
+ "SlotList":{
1815
+ "type":"list",
1816
+ "member":{"shape":"Slot"},
1817
+ "max":100,
1818
+ "min":0
1819
+ },
1820
+ "SlotName":{
1821
+ "type":"string",
1822
+ "max":100,
1823
+ "min":1,
1824
+ "pattern":"^[a-zA-Z]+(((_|.)[a-zA-Z]+)*|([a-zA-Z]+(_|.))*|(_|.))"
1825
+ },
1826
+ "SlotTypeMetadata":{
1827
+ "type":"structure",
1828
+ "members":{
1829
+ "name":{"shape":"SlotTypeName"},
1830
+ "description":{"shape":"Description"},
1831
+ "lastUpdatedDate":{"shape":"Timestamp"},
1832
+ "createdDate":{"shape":"Timestamp"},
1833
+ "version":{"shape":"Version"}
1834
+ }
1835
+ },
1836
+ "SlotTypeMetadataList":{
1837
+ "type":"list",
1838
+ "member":{"shape":"SlotTypeMetadata"}
1839
+ },
1840
+ "SlotTypeName":{
1841
+ "type":"string",
1842
+ "max":100,
1843
+ "min":1,
1844
+ "pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
1845
+ },
1846
+ "SlotUtteranceList":{
1847
+ "type":"list",
1848
+ "member":{"shape":"Utterance"},
1849
+ "max":10,
1850
+ "min":0
1851
+ },
1852
+ "Statement":{
1853
+ "type":"structure",
1854
+ "required":["messages"],
1855
+ "members":{
1856
+ "messages":{"shape":"MessageList"},
1857
+ "responseCard":{"shape":"ResponseCard"}
1858
+ }
1859
+ },
1860
+ "Status":{
1861
+ "type":"string",
1862
+ "enum":[
1863
+ "BUILDING",
1864
+ "READY",
1865
+ "FAILED",
1866
+ "NOT_BUILT"
1867
+ ]
1868
+ },
1869
+ "StatusType":{
1870
+ "type":"string",
1871
+ "enum":[
1872
+ "Detected",
1873
+ "Missed"
1874
+ ]
1875
+ },
1876
+ "String":{"type":"string"},
1877
+ "Timestamp":{"type":"timestamp"},
1878
+ "UserId":{
1879
+ "type":"string",
1880
+ "max":100,
1881
+ "min":2
1882
+ },
1883
+ "Utterance":{
1884
+ "type":"string",
1885
+ "max":200,
1886
+ "min":1
1887
+ },
1888
+ "UtteranceData":{
1889
+ "type":"structure",
1890
+ "members":{
1891
+ "utteranceString":{"shape":"UtteranceString"},
1892
+ "count":{"shape":"Count"},
1893
+ "distinctUsers":{"shape":"Count"},
1894
+ "firstUtteredDate":{"shape":"Timestamp"},
1895
+ "lastUtteredDate":{"shape":"Timestamp"}
1896
+ }
1897
+ },
1898
+ "UtteranceList":{
1899
+ "type":"structure",
1900
+ "members":{
1901
+ "botVersion":{"shape":"Version"},
1902
+ "utterances":{"shape":"ListOfUtterance"}
1903
+ }
1904
+ },
1905
+ "UtteranceString":{
1906
+ "type":"string",
1907
+ "max":2000,
1908
+ "min":1
1909
+ },
1910
+ "Value":{
1911
+ "type":"string",
1912
+ "max":140,
1913
+ "min":1
1914
+ },
1915
+ "Version":{
1916
+ "type":"string",
1917
+ "max":64,
1918
+ "min":1,
1919
+ "pattern":"\\$LATEST|[0-9]+"
1920
+ }
1921
+ }
1922
+ }