cdk-docker-image-deployment 0.0.65 → 0.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +24 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +2 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +76 -40
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +116 -101
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +78 -10
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +81 -37
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1032 -985
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +148 -128
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +354 -87
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +174 -140
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +131 -123
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +530 -289
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +459 -139
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +624 -0
- package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +45 -39
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +181 -31
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +63 -59
- package/node_modules/aws-sdk/clients/acm.d.ts +9 -4
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +35 -0
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +44 -24
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +163 -63
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +63 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +68 -8
- package/node_modules/aws-sdk/clients/elasticache.d.ts +62 -11
- package/node_modules/aws-sdk/clients/fms.d.ts +322 -1
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +260 -2
- package/node_modules/aws-sdk/clients/lightsail.d.ts +85 -17
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +20 -7
- package/node_modules/aws-sdk/clients/opensearch.d.ts +890 -430
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +693 -0
- package/node_modules/aws-sdk/clients/resourceexplorer2.js +18 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ssm.d.ts +5 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +3 -3
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -11
- package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +59 -22
- package/node_modules/aws-sdk/dist/aws-sdk.js +1507 -1334
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -13,6 +13,171 @@
|
|
|
13
13
|
"uid": "models.lex.v2-2020-08-07"
|
|
14
14
|
},
|
|
15
15
|
"operations": {
|
|
16
|
+
"BatchCreateCustomVocabularyItem": {
|
|
17
|
+
"http": {
|
|
18
|
+
"method": "PUT",
|
|
19
|
+
"requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/batchcreate",
|
|
20
|
+
"responseCode": 200
|
|
21
|
+
},
|
|
22
|
+
"input": {
|
|
23
|
+
"type": "structure",
|
|
24
|
+
"required": [
|
|
25
|
+
"botId",
|
|
26
|
+
"botVersion",
|
|
27
|
+
"localeId",
|
|
28
|
+
"customVocabularyItemList"
|
|
29
|
+
],
|
|
30
|
+
"members": {
|
|
31
|
+
"botId": {
|
|
32
|
+
"location": "uri",
|
|
33
|
+
"locationName": "botId"
|
|
34
|
+
},
|
|
35
|
+
"botVersion": {
|
|
36
|
+
"location": "uri",
|
|
37
|
+
"locationName": "botVersion"
|
|
38
|
+
},
|
|
39
|
+
"localeId": {
|
|
40
|
+
"location": "uri",
|
|
41
|
+
"locationName": "localeId"
|
|
42
|
+
},
|
|
43
|
+
"customVocabularyItemList": {
|
|
44
|
+
"type": "list",
|
|
45
|
+
"member": {
|
|
46
|
+
"type": "structure",
|
|
47
|
+
"required": [
|
|
48
|
+
"phrase"
|
|
49
|
+
],
|
|
50
|
+
"members": {
|
|
51
|
+
"phrase": {},
|
|
52
|
+
"weight": {
|
|
53
|
+
"type": "integer"
|
|
54
|
+
},
|
|
55
|
+
"displayAs": {}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"output": {
|
|
62
|
+
"type": "structure",
|
|
63
|
+
"members": {
|
|
64
|
+
"botId": {},
|
|
65
|
+
"botVersion": {},
|
|
66
|
+
"localeId": {},
|
|
67
|
+
"errors": {
|
|
68
|
+
"shape": "Sa"
|
|
69
|
+
},
|
|
70
|
+
"resources": {
|
|
71
|
+
"shape": "Sf"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"BatchDeleteCustomVocabularyItem": {
|
|
77
|
+
"http": {
|
|
78
|
+
"requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/batchdelete",
|
|
79
|
+
"responseCode": 200
|
|
80
|
+
},
|
|
81
|
+
"input": {
|
|
82
|
+
"type": "structure",
|
|
83
|
+
"required": [
|
|
84
|
+
"botId",
|
|
85
|
+
"botVersion",
|
|
86
|
+
"localeId",
|
|
87
|
+
"customVocabularyItemList"
|
|
88
|
+
],
|
|
89
|
+
"members": {
|
|
90
|
+
"botId": {
|
|
91
|
+
"location": "uri",
|
|
92
|
+
"locationName": "botId"
|
|
93
|
+
},
|
|
94
|
+
"botVersion": {
|
|
95
|
+
"location": "uri",
|
|
96
|
+
"locationName": "botVersion"
|
|
97
|
+
},
|
|
98
|
+
"localeId": {
|
|
99
|
+
"location": "uri",
|
|
100
|
+
"locationName": "localeId"
|
|
101
|
+
},
|
|
102
|
+
"customVocabularyItemList": {
|
|
103
|
+
"type": "list",
|
|
104
|
+
"member": {
|
|
105
|
+
"type": "structure",
|
|
106
|
+
"required": [
|
|
107
|
+
"itemId"
|
|
108
|
+
],
|
|
109
|
+
"members": {
|
|
110
|
+
"itemId": {}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"output": {
|
|
117
|
+
"type": "structure",
|
|
118
|
+
"members": {
|
|
119
|
+
"botId": {},
|
|
120
|
+
"botVersion": {},
|
|
121
|
+
"localeId": {},
|
|
122
|
+
"errors": {
|
|
123
|
+
"shape": "Sa"
|
|
124
|
+
},
|
|
125
|
+
"resources": {
|
|
126
|
+
"shape": "Sf"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"BatchUpdateCustomVocabularyItem": {
|
|
132
|
+
"http": {
|
|
133
|
+
"method": "PUT",
|
|
134
|
+
"requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/batchupdate",
|
|
135
|
+
"responseCode": 200
|
|
136
|
+
},
|
|
137
|
+
"input": {
|
|
138
|
+
"type": "structure",
|
|
139
|
+
"required": [
|
|
140
|
+
"botId",
|
|
141
|
+
"botVersion",
|
|
142
|
+
"localeId",
|
|
143
|
+
"customVocabularyItemList"
|
|
144
|
+
],
|
|
145
|
+
"members": {
|
|
146
|
+
"botId": {
|
|
147
|
+
"location": "uri",
|
|
148
|
+
"locationName": "botId"
|
|
149
|
+
},
|
|
150
|
+
"botVersion": {
|
|
151
|
+
"location": "uri",
|
|
152
|
+
"locationName": "botVersion"
|
|
153
|
+
},
|
|
154
|
+
"localeId": {
|
|
155
|
+
"location": "uri",
|
|
156
|
+
"locationName": "localeId"
|
|
157
|
+
},
|
|
158
|
+
"customVocabularyItemList": {
|
|
159
|
+
"type": "list",
|
|
160
|
+
"member": {
|
|
161
|
+
"shape": "Sg"
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"output": {
|
|
167
|
+
"type": "structure",
|
|
168
|
+
"members": {
|
|
169
|
+
"botId": {},
|
|
170
|
+
"botVersion": {},
|
|
171
|
+
"localeId": {},
|
|
172
|
+
"errors": {
|
|
173
|
+
"shape": "Sa"
|
|
174
|
+
},
|
|
175
|
+
"resources": {
|
|
176
|
+
"shape": "Sf"
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
},
|
|
16
181
|
"BuildBotLocale": {
|
|
17
182
|
"http": {
|
|
18
183
|
"requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/",
|
|
@@ -72,16 +237,16 @@
|
|
|
72
237
|
"description": {},
|
|
73
238
|
"roleArn": {},
|
|
74
239
|
"dataPrivacy": {
|
|
75
|
-
"shape": "
|
|
240
|
+
"shape": "Sx"
|
|
76
241
|
},
|
|
77
242
|
"idleSessionTTLInSeconds": {
|
|
78
243
|
"type": "integer"
|
|
79
244
|
},
|
|
80
245
|
"botTags": {
|
|
81
|
-
"shape": "
|
|
246
|
+
"shape": "S10"
|
|
82
247
|
},
|
|
83
248
|
"testBotAliasTags": {
|
|
84
|
-
"shape": "
|
|
249
|
+
"shape": "S10"
|
|
85
250
|
}
|
|
86
251
|
}
|
|
87
252
|
},
|
|
@@ -93,7 +258,7 @@
|
|
|
93
258
|
"description": {},
|
|
94
259
|
"roleArn": {},
|
|
95
260
|
"dataPrivacy": {
|
|
96
|
-
"shape": "
|
|
261
|
+
"shape": "Sx"
|
|
97
262
|
},
|
|
98
263
|
"idleSessionTTLInSeconds": {
|
|
99
264
|
"type": "integer"
|
|
@@ -103,10 +268,10 @@
|
|
|
103
268
|
"type": "timestamp"
|
|
104
269
|
},
|
|
105
270
|
"botTags": {
|
|
106
|
-
"shape": "
|
|
271
|
+
"shape": "S10"
|
|
107
272
|
},
|
|
108
273
|
"testBotAliasTags": {
|
|
109
|
-
"shape": "
|
|
274
|
+
"shape": "S10"
|
|
110
275
|
}
|
|
111
276
|
}
|
|
112
277
|
}
|
|
@@ -128,20 +293,20 @@
|
|
|
128
293
|
"description": {},
|
|
129
294
|
"botVersion": {},
|
|
130
295
|
"botAliasLocaleSettings": {
|
|
131
|
-
"shape": "
|
|
296
|
+
"shape": "S17"
|
|
132
297
|
},
|
|
133
298
|
"conversationLogSettings": {
|
|
134
|
-
"shape": "
|
|
299
|
+
"shape": "S1e"
|
|
135
300
|
},
|
|
136
301
|
"sentimentAnalysisSettings": {
|
|
137
|
-
"shape": "
|
|
302
|
+
"shape": "S1r"
|
|
138
303
|
},
|
|
139
304
|
"botId": {
|
|
140
305
|
"location": "uri",
|
|
141
306
|
"locationName": "botId"
|
|
142
307
|
},
|
|
143
308
|
"tags": {
|
|
144
|
-
"shape": "
|
|
309
|
+
"shape": "S10"
|
|
145
310
|
}
|
|
146
311
|
}
|
|
147
312
|
},
|
|
@@ -153,13 +318,13 @@
|
|
|
153
318
|
"description": {},
|
|
154
319
|
"botVersion": {},
|
|
155
320
|
"botAliasLocaleSettings": {
|
|
156
|
-
"shape": "
|
|
321
|
+
"shape": "S17"
|
|
157
322
|
},
|
|
158
323
|
"conversationLogSettings": {
|
|
159
|
-
"shape": "
|
|
324
|
+
"shape": "S1e"
|
|
160
325
|
},
|
|
161
326
|
"sentimentAnalysisSettings": {
|
|
162
|
-
"shape": "
|
|
327
|
+
"shape": "S1r"
|
|
163
328
|
},
|
|
164
329
|
"botAliasStatus": {},
|
|
165
330
|
"botId": {},
|
|
@@ -167,7 +332,7 @@
|
|
|
167
332
|
"type": "timestamp"
|
|
168
333
|
},
|
|
169
334
|
"tags": {
|
|
170
|
-
"shape": "
|
|
335
|
+
"shape": "S10"
|
|
171
336
|
}
|
|
172
337
|
}
|
|
173
338
|
}
|
|
@@ -201,7 +366,7 @@
|
|
|
201
366
|
"type": "double"
|
|
202
367
|
},
|
|
203
368
|
"voiceSettings": {
|
|
204
|
-
"shape": "
|
|
369
|
+
"shape": "S1x"
|
|
205
370
|
}
|
|
206
371
|
}
|
|
207
372
|
},
|
|
@@ -217,7 +382,7 @@
|
|
|
217
382
|
"type": "double"
|
|
218
383
|
},
|
|
219
384
|
"voiceSettings": {
|
|
220
|
-
"shape": "
|
|
385
|
+
"shape": "S1x"
|
|
221
386
|
},
|
|
222
387
|
"botLocaleStatus": {},
|
|
223
388
|
"creationDateTime": {
|
|
@@ -245,7 +410,7 @@
|
|
|
245
410
|
},
|
|
246
411
|
"description": {},
|
|
247
412
|
"botVersionLocaleSpecification": {
|
|
248
|
-
"shape": "
|
|
413
|
+
"shape": "S23"
|
|
249
414
|
}
|
|
250
415
|
}
|
|
251
416
|
},
|
|
@@ -256,7 +421,7 @@
|
|
|
256
421
|
"description": {},
|
|
257
422
|
"botVersion": {},
|
|
258
423
|
"botVersionLocaleSpecification": {
|
|
259
|
-
"shape": "
|
|
424
|
+
"shape": "S23"
|
|
260
425
|
},
|
|
261
426
|
"botStatus": {},
|
|
262
427
|
"creationDateTime": {
|
|
@@ -279,11 +444,11 @@
|
|
|
279
444
|
],
|
|
280
445
|
"members": {
|
|
281
446
|
"resourceSpecification": {
|
|
282
|
-
"shape": "
|
|
447
|
+
"shape": "S27"
|
|
283
448
|
},
|
|
284
449
|
"fileFormat": {},
|
|
285
450
|
"filePassword": {
|
|
286
|
-
"shape": "
|
|
451
|
+
"shape": "S2c"
|
|
287
452
|
}
|
|
288
453
|
}
|
|
289
454
|
},
|
|
@@ -292,7 +457,7 @@
|
|
|
292
457
|
"members": {
|
|
293
458
|
"exportId": {},
|
|
294
459
|
"resourceSpecification": {
|
|
295
|
-
"shape": "
|
|
460
|
+
"shape": "S27"
|
|
296
461
|
},
|
|
297
462
|
"fileFormat": {},
|
|
298
463
|
"exportStatus": {},
|
|
@@ -321,28 +486,28 @@
|
|
|
321
486
|
"description": {},
|
|
322
487
|
"parentIntentSignature": {},
|
|
323
488
|
"sampleUtterances": {
|
|
324
|
-
"shape": "
|
|
489
|
+
"shape": "S2h"
|
|
325
490
|
},
|
|
326
491
|
"dialogCodeHook": {
|
|
327
|
-
"shape": "
|
|
492
|
+
"shape": "S2k"
|
|
328
493
|
},
|
|
329
494
|
"fulfillmentCodeHook": {
|
|
330
|
-
"shape": "
|
|
495
|
+
"shape": "S2l"
|
|
331
496
|
},
|
|
332
497
|
"intentConfirmationSetting": {
|
|
333
|
-
"shape": "
|
|
498
|
+
"shape": "S3u"
|
|
334
499
|
},
|
|
335
500
|
"intentClosingSetting": {
|
|
336
|
-
"shape": "
|
|
501
|
+
"shape": "S4c"
|
|
337
502
|
},
|
|
338
503
|
"inputContexts": {
|
|
339
|
-
"shape": "
|
|
504
|
+
"shape": "S4d"
|
|
340
505
|
},
|
|
341
506
|
"outputContexts": {
|
|
342
|
-
"shape": "
|
|
507
|
+
"shape": "S4f"
|
|
343
508
|
},
|
|
344
509
|
"kendraConfiguration": {
|
|
345
|
-
"shape": "
|
|
510
|
+
"shape": "S4j"
|
|
346
511
|
},
|
|
347
512
|
"botId": {
|
|
348
513
|
"location": "uri",
|
|
@@ -357,7 +522,7 @@
|
|
|
357
522
|
"locationName": "localeId"
|
|
358
523
|
},
|
|
359
524
|
"initialResponseSetting": {
|
|
360
|
-
"shape": "
|
|
525
|
+
"shape": "S4m"
|
|
361
526
|
}
|
|
362
527
|
}
|
|
363
528
|
},
|
|
@@ -369,28 +534,28 @@
|
|
|
369
534
|
"description": {},
|
|
370
535
|
"parentIntentSignature": {},
|
|
371
536
|
"sampleUtterances": {
|
|
372
|
-
"shape": "
|
|
537
|
+
"shape": "S2h"
|
|
373
538
|
},
|
|
374
539
|
"dialogCodeHook": {
|
|
375
|
-
"shape": "
|
|
540
|
+
"shape": "S2k"
|
|
376
541
|
},
|
|
377
542
|
"fulfillmentCodeHook": {
|
|
378
|
-
"shape": "
|
|
543
|
+
"shape": "S2l"
|
|
379
544
|
},
|
|
380
545
|
"intentConfirmationSetting": {
|
|
381
|
-
"shape": "
|
|
546
|
+
"shape": "S3u"
|
|
382
547
|
},
|
|
383
548
|
"intentClosingSetting": {
|
|
384
|
-
"shape": "
|
|
549
|
+
"shape": "S4c"
|
|
385
550
|
},
|
|
386
551
|
"inputContexts": {
|
|
387
|
-
"shape": "
|
|
552
|
+
"shape": "S4d"
|
|
388
553
|
},
|
|
389
554
|
"outputContexts": {
|
|
390
|
-
"shape": "
|
|
555
|
+
"shape": "S4f"
|
|
391
556
|
},
|
|
392
557
|
"kendraConfiguration": {
|
|
393
|
-
"shape": "
|
|
558
|
+
"shape": "S4j"
|
|
394
559
|
},
|
|
395
560
|
"botId": {},
|
|
396
561
|
"botVersion": {},
|
|
@@ -399,7 +564,7 @@
|
|
|
399
564
|
"type": "timestamp"
|
|
400
565
|
},
|
|
401
566
|
"initialResponseSetting": {
|
|
402
|
-
"shape": "
|
|
567
|
+
"shape": "S4m"
|
|
403
568
|
}
|
|
404
569
|
}
|
|
405
570
|
}
|
|
@@ -510,10 +675,10 @@
|
|
|
510
675
|
"description": {},
|
|
511
676
|
"slotTypeId": {},
|
|
512
677
|
"valueElicitationSetting": {
|
|
513
|
-
"shape": "
|
|
678
|
+
"shape": "S59"
|
|
514
679
|
},
|
|
515
680
|
"obfuscationSetting": {
|
|
516
|
-
"shape": "
|
|
681
|
+
"shape": "S5k"
|
|
517
682
|
},
|
|
518
683
|
"botId": {
|
|
519
684
|
"location": "uri",
|
|
@@ -532,10 +697,10 @@
|
|
|
532
697
|
"locationName": "intentId"
|
|
533
698
|
},
|
|
534
699
|
"multipleValuesSetting": {
|
|
535
|
-
"shape": "
|
|
700
|
+
"shape": "S5m"
|
|
536
701
|
},
|
|
537
702
|
"subSlotSetting": {
|
|
538
|
-
"shape": "
|
|
703
|
+
"shape": "S5n"
|
|
539
704
|
}
|
|
540
705
|
}
|
|
541
706
|
},
|
|
@@ -547,10 +712,10 @@
|
|
|
547
712
|
"description": {},
|
|
548
713
|
"slotTypeId": {},
|
|
549
714
|
"valueElicitationSetting": {
|
|
550
|
-
"shape": "
|
|
715
|
+
"shape": "S59"
|
|
551
716
|
},
|
|
552
717
|
"obfuscationSetting": {
|
|
553
|
-
"shape": "
|
|
718
|
+
"shape": "S5k"
|
|
554
719
|
},
|
|
555
720
|
"botId": {},
|
|
556
721
|
"botVersion": {},
|
|
@@ -560,10 +725,10 @@
|
|
|
560
725
|
"type": "timestamp"
|
|
561
726
|
},
|
|
562
727
|
"multipleValuesSetting": {
|
|
563
|
-
"shape": "
|
|
728
|
+
"shape": "S5m"
|
|
564
729
|
},
|
|
565
730
|
"subSlotSetting": {
|
|
566
|
-
"shape": "
|
|
731
|
+
"shape": "S5n"
|
|
567
732
|
}
|
|
568
733
|
}
|
|
569
734
|
}
|
|
@@ -586,10 +751,10 @@
|
|
|
586
751
|
"slotTypeName": {},
|
|
587
752
|
"description": {},
|
|
588
753
|
"slotTypeValues": {
|
|
589
|
-
"shape": "
|
|
754
|
+
"shape": "S5u"
|
|
590
755
|
},
|
|
591
756
|
"valueSelectionSetting": {
|
|
592
|
-
"shape": "
|
|
757
|
+
"shape": "S5z"
|
|
593
758
|
},
|
|
594
759
|
"parentSlotTypeSignature": {},
|
|
595
760
|
"botId": {
|
|
@@ -605,10 +770,10 @@
|
|
|
605
770
|
"locationName": "localeId"
|
|
606
771
|
},
|
|
607
772
|
"externalSourceSetting": {
|
|
608
|
-
"shape": "
|
|
773
|
+
"shape": "S66"
|
|
609
774
|
},
|
|
610
775
|
"compositeSlotTypeSetting": {
|
|
611
|
-
"shape": "
|
|
776
|
+
"shape": "S6b"
|
|
612
777
|
}
|
|
613
778
|
}
|
|
614
779
|
},
|
|
@@ -619,10 +784,10 @@
|
|
|
619
784
|
"slotTypeName": {},
|
|
620
785
|
"description": {},
|
|
621
786
|
"slotTypeValues": {
|
|
622
|
-
"shape": "
|
|
787
|
+
"shape": "S5u"
|
|
623
788
|
},
|
|
624
789
|
"valueSelectionSetting": {
|
|
625
|
-
"shape": "
|
|
790
|
+
"shape": "S5z"
|
|
626
791
|
},
|
|
627
792
|
"parentSlotTypeSignature": {},
|
|
628
793
|
"botId": {},
|
|
@@ -632,10 +797,10 @@
|
|
|
632
797
|
"type": "timestamp"
|
|
633
798
|
},
|
|
634
799
|
"externalSourceSetting": {
|
|
635
|
-
"shape": "
|
|
800
|
+
"shape": "S66"
|
|
636
801
|
},
|
|
637
802
|
"compositeSlotTypeSetting": {
|
|
638
|
-
"shape": "
|
|
803
|
+
"shape": "S6b"
|
|
639
804
|
}
|
|
640
805
|
}
|
|
641
806
|
}
|
|
@@ -1124,7 +1289,7 @@
|
|
|
1124
1289
|
"description": {},
|
|
1125
1290
|
"roleArn": {},
|
|
1126
1291
|
"dataPrivacy": {
|
|
1127
|
-
"shape": "
|
|
1292
|
+
"shape": "Sx"
|
|
1128
1293
|
},
|
|
1129
1294
|
"idleSessionTTLInSeconds": {
|
|
1130
1295
|
"type": "integer"
|
|
@@ -1170,13 +1335,13 @@
|
|
|
1170
1335
|
"description": {},
|
|
1171
1336
|
"botVersion": {},
|
|
1172
1337
|
"botAliasLocaleSettings": {
|
|
1173
|
-
"shape": "
|
|
1338
|
+
"shape": "S17"
|
|
1174
1339
|
},
|
|
1175
1340
|
"conversationLogSettings": {
|
|
1176
|
-
"shape": "
|
|
1341
|
+
"shape": "S1e"
|
|
1177
1342
|
},
|
|
1178
1343
|
"sentimentAnalysisSettings": {
|
|
1179
|
-
"shape": "
|
|
1344
|
+
"shape": "S1r"
|
|
1180
1345
|
},
|
|
1181
1346
|
"botAliasHistoryEvents": {
|
|
1182
1347
|
"type": "list",
|
|
@@ -1244,7 +1409,7 @@
|
|
|
1244
1409
|
"type": "double"
|
|
1245
1410
|
},
|
|
1246
1411
|
"voiceSettings": {
|
|
1247
|
-
"shape": "
|
|
1412
|
+
"shape": "S1x"
|
|
1248
1413
|
},
|
|
1249
1414
|
"intentsCount": {
|
|
1250
1415
|
"type": "integer"
|
|
@@ -1254,7 +1419,7 @@
|
|
|
1254
1419
|
},
|
|
1255
1420
|
"botLocaleStatus": {},
|
|
1256
1421
|
"failureReasons": {
|
|
1257
|
-
"shape": "
|
|
1422
|
+
"shape": "S7i"
|
|
1258
1423
|
},
|
|
1259
1424
|
"creationDateTime": {
|
|
1260
1425
|
"type": "timestamp"
|
|
@@ -1282,7 +1447,7 @@
|
|
|
1282
1447
|
}
|
|
1283
1448
|
},
|
|
1284
1449
|
"recommendedActions": {
|
|
1285
|
-
"shape": "
|
|
1450
|
+
"shape": "S7n"
|
|
1286
1451
|
}
|
|
1287
1452
|
}
|
|
1288
1453
|
}
|
|
@@ -1329,7 +1494,7 @@
|
|
|
1329
1494
|
"botRecommendationStatus": {},
|
|
1330
1495
|
"botRecommendationId": {},
|
|
1331
1496
|
"failureReasons": {
|
|
1332
|
-
"shape": "
|
|
1497
|
+
"shape": "S7i"
|
|
1333
1498
|
},
|
|
1334
1499
|
"creationDateTime": {
|
|
1335
1500
|
"type": "timestamp"
|
|
@@ -1338,10 +1503,10 @@
|
|
|
1338
1503
|
"type": "timestamp"
|
|
1339
1504
|
},
|
|
1340
1505
|
"transcriptSourceSetting": {
|
|
1341
|
-
"shape": "
|
|
1506
|
+
"shape": "S7s"
|
|
1342
1507
|
},
|
|
1343
1508
|
"encryptionSetting": {
|
|
1344
|
-
"shape": "
|
|
1509
|
+
"shape": "S81"
|
|
1345
1510
|
},
|
|
1346
1511
|
"botRecommendationResults": {
|
|
1347
1512
|
"type": "structure",
|
|
@@ -1406,14 +1571,14 @@
|
|
|
1406
1571
|
"description": {},
|
|
1407
1572
|
"roleArn": {},
|
|
1408
1573
|
"dataPrivacy": {
|
|
1409
|
-
"shape": "
|
|
1574
|
+
"shape": "Sx"
|
|
1410
1575
|
},
|
|
1411
1576
|
"idleSessionTTLInSeconds": {
|
|
1412
1577
|
"type": "integer"
|
|
1413
1578
|
},
|
|
1414
1579
|
"botStatus": {},
|
|
1415
1580
|
"failureReasons": {
|
|
1416
|
-
"shape": "
|
|
1581
|
+
"shape": "S7i"
|
|
1417
1582
|
},
|
|
1418
1583
|
"creationDateTime": {
|
|
1419
1584
|
"type": "timestamp"
|
|
@@ -1488,12 +1653,12 @@
|
|
|
1488
1653
|
"members": {
|
|
1489
1654
|
"exportId": {},
|
|
1490
1655
|
"resourceSpecification": {
|
|
1491
|
-
"shape": "
|
|
1656
|
+
"shape": "S27"
|
|
1492
1657
|
},
|
|
1493
1658
|
"fileFormat": {},
|
|
1494
1659
|
"exportStatus": {},
|
|
1495
1660
|
"failureReasons": {
|
|
1496
|
-
"shape": "
|
|
1661
|
+
"shape": "S7i"
|
|
1497
1662
|
},
|
|
1498
1663
|
"downloadUrl": {},
|
|
1499
1664
|
"creationDateTime": {
|
|
@@ -1528,14 +1693,14 @@
|
|
|
1528
1693
|
"members": {
|
|
1529
1694
|
"importId": {},
|
|
1530
1695
|
"resourceSpecification": {
|
|
1531
|
-
"shape": "
|
|
1696
|
+
"shape": "S8g"
|
|
1532
1697
|
},
|
|
1533
1698
|
"importedResourceId": {},
|
|
1534
1699
|
"importedResourceName": {},
|
|
1535
1700
|
"mergeStrategy": {},
|
|
1536
1701
|
"importStatus": {},
|
|
1537
1702
|
"failureReasons": {
|
|
1538
|
-
"shape": "
|
|
1703
|
+
"shape": "S7i"
|
|
1539
1704
|
},
|
|
1540
1705
|
"creationDateTime": {
|
|
1541
1706
|
"type": "timestamp"
|
|
@@ -1587,31 +1752,31 @@
|
|
|
1587
1752
|
"description": {},
|
|
1588
1753
|
"parentIntentSignature": {},
|
|
1589
1754
|
"sampleUtterances": {
|
|
1590
|
-
"shape": "
|
|
1755
|
+
"shape": "S2h"
|
|
1591
1756
|
},
|
|
1592
1757
|
"dialogCodeHook": {
|
|
1593
|
-
"shape": "
|
|
1758
|
+
"shape": "S2k"
|
|
1594
1759
|
},
|
|
1595
1760
|
"fulfillmentCodeHook": {
|
|
1596
|
-
"shape": "
|
|
1761
|
+
"shape": "S2l"
|
|
1597
1762
|
},
|
|
1598
1763
|
"slotPriorities": {
|
|
1599
|
-
"shape": "
|
|
1764
|
+
"shape": "S8o"
|
|
1600
1765
|
},
|
|
1601
1766
|
"intentConfirmationSetting": {
|
|
1602
|
-
"shape": "
|
|
1767
|
+
"shape": "S3u"
|
|
1603
1768
|
},
|
|
1604
1769
|
"intentClosingSetting": {
|
|
1605
|
-
"shape": "
|
|
1770
|
+
"shape": "S4c"
|
|
1606
1771
|
},
|
|
1607
1772
|
"inputContexts": {
|
|
1608
|
-
"shape": "
|
|
1773
|
+
"shape": "S4d"
|
|
1609
1774
|
},
|
|
1610
1775
|
"outputContexts": {
|
|
1611
|
-
"shape": "
|
|
1776
|
+
"shape": "S4f"
|
|
1612
1777
|
},
|
|
1613
1778
|
"kendraConfiguration": {
|
|
1614
|
-
"shape": "
|
|
1779
|
+
"shape": "S4j"
|
|
1615
1780
|
},
|
|
1616
1781
|
"botId": {},
|
|
1617
1782
|
"botVersion": {},
|
|
@@ -1623,7 +1788,7 @@
|
|
|
1623
1788
|
"type": "timestamp"
|
|
1624
1789
|
},
|
|
1625
1790
|
"initialResponseSetting": {
|
|
1626
|
-
"shape": "
|
|
1791
|
+
"shape": "S4m"
|
|
1627
1792
|
}
|
|
1628
1793
|
}
|
|
1629
1794
|
}
|
|
@@ -1701,10 +1866,10 @@
|
|
|
1701
1866
|
"description": {},
|
|
1702
1867
|
"slotTypeId": {},
|
|
1703
1868
|
"valueElicitationSetting": {
|
|
1704
|
-
"shape": "
|
|
1869
|
+
"shape": "S59"
|
|
1705
1870
|
},
|
|
1706
1871
|
"obfuscationSetting": {
|
|
1707
|
-
"shape": "
|
|
1872
|
+
"shape": "S5k"
|
|
1708
1873
|
},
|
|
1709
1874
|
"botId": {},
|
|
1710
1875
|
"botVersion": {},
|
|
@@ -1717,10 +1882,10 @@
|
|
|
1717
1882
|
"type": "timestamp"
|
|
1718
1883
|
},
|
|
1719
1884
|
"multipleValuesSetting": {
|
|
1720
|
-
"shape": "
|
|
1885
|
+
"shape": "S5m"
|
|
1721
1886
|
},
|
|
1722
1887
|
"subSlotSetting": {
|
|
1723
|
-
"shape": "
|
|
1888
|
+
"shape": "S5n"
|
|
1724
1889
|
}
|
|
1725
1890
|
}
|
|
1726
1891
|
}
|
|
@@ -1765,10 +1930,10 @@
|
|
|
1765
1930
|
"slotTypeName": {},
|
|
1766
1931
|
"description": {},
|
|
1767
1932
|
"slotTypeValues": {
|
|
1768
|
-
"shape": "
|
|
1933
|
+
"shape": "S5u"
|
|
1769
1934
|
},
|
|
1770
1935
|
"valueSelectionSetting": {
|
|
1771
|
-
"shape": "
|
|
1936
|
+
"shape": "S5z"
|
|
1772
1937
|
},
|
|
1773
1938
|
"parentSlotTypeSignature": {},
|
|
1774
1939
|
"botId": {},
|
|
@@ -1781,10 +1946,10 @@
|
|
|
1781
1946
|
"type": "timestamp"
|
|
1782
1947
|
},
|
|
1783
1948
|
"externalSourceSetting": {
|
|
1784
|
-
"shape": "
|
|
1949
|
+
"shape": "S66"
|
|
1785
1950
|
},
|
|
1786
1951
|
"compositeSlotTypeSetting": {
|
|
1787
|
-
"shape": "
|
|
1952
|
+
"shape": "S6b"
|
|
1788
1953
|
}
|
|
1789
1954
|
}
|
|
1790
1955
|
}
|
|
@@ -1810,7 +1975,7 @@
|
|
|
1810
1975
|
"botVersion": {},
|
|
1811
1976
|
"localeId": {},
|
|
1812
1977
|
"aggregationDuration": {
|
|
1813
|
-
"shape": "
|
|
1978
|
+
"shape": "S8y"
|
|
1814
1979
|
},
|
|
1815
1980
|
"sortBy": {
|
|
1816
1981
|
"type": "structure",
|
|
@@ -1835,7 +2000,7 @@
|
|
|
1835
2000
|
"members": {
|
|
1836
2001
|
"name": {},
|
|
1837
2002
|
"values": {
|
|
1838
|
-
"shape": "
|
|
2003
|
+
"shape": "S98"
|
|
1839
2004
|
},
|
|
1840
2005
|
"operator": {}
|
|
1841
2006
|
}
|
|
@@ -1855,7 +2020,7 @@
|
|
|
1855
2020
|
"botVersion": {},
|
|
1856
2021
|
"localeId": {},
|
|
1857
2022
|
"aggregationDuration": {
|
|
1858
|
-
"shape": "
|
|
2023
|
+
"shape": "S8y"
|
|
1859
2024
|
},
|
|
1860
2025
|
"aggregationWindowStartTime": {
|
|
1861
2026
|
"type": "timestamp"
|
|
@@ -1985,7 +2150,7 @@
|
|
|
1985
2150
|
"members": {
|
|
1986
2151
|
"name": {},
|
|
1987
2152
|
"values": {
|
|
1988
|
-
"shape": "
|
|
2153
|
+
"shape": "S98"
|
|
1989
2154
|
},
|
|
1990
2155
|
"operator": {}
|
|
1991
2156
|
}
|
|
@@ -2171,7 +2336,7 @@
|
|
|
2171
2336
|
"members": {
|
|
2172
2337
|
"name": {},
|
|
2173
2338
|
"values": {
|
|
2174
|
-
"shape": "
|
|
2339
|
+
"shape": "S98"
|
|
2175
2340
|
},
|
|
2176
2341
|
"operator": {}
|
|
2177
2342
|
}
|
|
@@ -2306,6 +2471,50 @@
|
|
|
2306
2471
|
}
|
|
2307
2472
|
}
|
|
2308
2473
|
},
|
|
2474
|
+
"ListCustomVocabularyItems": {
|
|
2475
|
+
"http": {
|
|
2476
|
+
"requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/list",
|
|
2477
|
+
"responseCode": 200
|
|
2478
|
+
},
|
|
2479
|
+
"input": {
|
|
2480
|
+
"type": "structure",
|
|
2481
|
+
"required": [
|
|
2482
|
+
"botId",
|
|
2483
|
+
"botVersion",
|
|
2484
|
+
"localeId"
|
|
2485
|
+
],
|
|
2486
|
+
"members": {
|
|
2487
|
+
"botId": {
|
|
2488
|
+
"location": "uri",
|
|
2489
|
+
"locationName": "botId"
|
|
2490
|
+
},
|
|
2491
|
+
"botVersion": {
|
|
2492
|
+
"location": "uri",
|
|
2493
|
+
"locationName": "botVersion"
|
|
2494
|
+
},
|
|
2495
|
+
"localeId": {
|
|
2496
|
+
"location": "uri",
|
|
2497
|
+
"locationName": "localeId"
|
|
2498
|
+
},
|
|
2499
|
+
"maxResults": {
|
|
2500
|
+
"type": "integer"
|
|
2501
|
+
},
|
|
2502
|
+
"nextToken": {}
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2505
|
+
"output": {
|
|
2506
|
+
"type": "structure",
|
|
2507
|
+
"members": {
|
|
2508
|
+
"botId": {},
|
|
2509
|
+
"botVersion": {},
|
|
2510
|
+
"localeId": {},
|
|
2511
|
+
"customVocabularyItems": {
|
|
2512
|
+
"shape": "Sf"
|
|
2513
|
+
},
|
|
2514
|
+
"nextToken": {}
|
|
2515
|
+
}
|
|
2516
|
+
}
|
|
2517
|
+
},
|
|
2309
2518
|
"ListExports": {
|
|
2310
2519
|
"http": {
|
|
2311
2520
|
"requestUri": "/exports/",
|
|
@@ -2339,7 +2548,7 @@
|
|
|
2339
2548
|
"members": {
|
|
2340
2549
|
"name": {},
|
|
2341
2550
|
"values": {
|
|
2342
|
-
"shape": "
|
|
2551
|
+
"shape": "S98"
|
|
2343
2552
|
},
|
|
2344
2553
|
"operator": {}
|
|
2345
2554
|
}
|
|
@@ -2364,7 +2573,7 @@
|
|
|
2364
2573
|
"members": {
|
|
2365
2574
|
"exportId": {},
|
|
2366
2575
|
"resourceSpecification": {
|
|
2367
|
-
"shape": "
|
|
2576
|
+
"shape": "S27"
|
|
2368
2577
|
},
|
|
2369
2578
|
"fileFormat": {},
|
|
2370
2579
|
"exportStatus": {},
|
|
@@ -2415,7 +2624,7 @@
|
|
|
2415
2624
|
"members": {
|
|
2416
2625
|
"name": {},
|
|
2417
2626
|
"values": {
|
|
2418
|
-
"shape": "
|
|
2627
|
+
"shape": "S98"
|
|
2419
2628
|
},
|
|
2420
2629
|
"operator": {}
|
|
2421
2630
|
}
|
|
@@ -2506,7 +2715,7 @@
|
|
|
2506
2715
|
"members": {
|
|
2507
2716
|
"name": {},
|
|
2508
2717
|
"values": {
|
|
2509
|
-
"shape": "
|
|
2718
|
+
"shape": "S98"
|
|
2510
2719
|
},
|
|
2511
2720
|
"operator": {}
|
|
2512
2721
|
}
|
|
@@ -2534,10 +2743,10 @@
|
|
|
2534
2743
|
"description": {},
|
|
2535
2744
|
"parentIntentSignature": {},
|
|
2536
2745
|
"inputContexts": {
|
|
2537
|
-
"shape": "
|
|
2746
|
+
"shape": "S4d"
|
|
2538
2747
|
},
|
|
2539
2748
|
"outputContexts": {
|
|
2540
|
-
"shape": "
|
|
2749
|
+
"shape": "S4f"
|
|
2541
2750
|
},
|
|
2542
2751
|
"lastUpdatedDateTime": {
|
|
2543
2752
|
"type": "timestamp"
|
|
@@ -2657,7 +2866,7 @@
|
|
|
2657
2866
|
"members": {
|
|
2658
2867
|
"name": {},
|
|
2659
2868
|
"values": {
|
|
2660
|
-
"shape": "
|
|
2869
|
+
"shape": "S98"
|
|
2661
2870
|
},
|
|
2662
2871
|
"operator": {}
|
|
2663
2872
|
}
|
|
@@ -2748,7 +2957,7 @@
|
|
|
2748
2957
|
"members": {
|
|
2749
2958
|
"name": {},
|
|
2750
2959
|
"values": {
|
|
2751
|
-
"shape": "
|
|
2960
|
+
"shape": "S98"
|
|
2752
2961
|
},
|
|
2753
2962
|
"operator": {}
|
|
2754
2963
|
}
|
|
@@ -2778,7 +2987,7 @@
|
|
|
2778
2987
|
"slotConstraint": {},
|
|
2779
2988
|
"slotTypeId": {},
|
|
2780
2989
|
"valueElicitationPromptSpecification": {
|
|
2781
|
-
"shape": "
|
|
2990
|
+
"shape": "S3v"
|
|
2782
2991
|
},
|
|
2783
2992
|
"lastUpdatedDateTime": {
|
|
2784
2993
|
"type": "timestamp"
|
|
@@ -2812,7 +3021,7 @@
|
|
|
2812
3021
|
"type": "structure",
|
|
2813
3022
|
"members": {
|
|
2814
3023
|
"tags": {
|
|
2815
|
-
"shape": "
|
|
3024
|
+
"shape": "S10"
|
|
2816
3025
|
}
|
|
2817
3026
|
}
|
|
2818
3027
|
}
|
|
@@ -2860,7 +3069,7 @@
|
|
|
2860
3069
|
"members": {
|
|
2861
3070
|
"name": {},
|
|
2862
3071
|
"values": {
|
|
2863
|
-
"shape": "
|
|
3072
|
+
"shape": "S98"
|
|
2864
3073
|
}
|
|
2865
3074
|
}
|
|
2866
3075
|
}
|
|
@@ -2926,10 +3135,10 @@
|
|
|
2926
3135
|
"locationName": "localeId"
|
|
2927
3136
|
},
|
|
2928
3137
|
"transcriptSourceSetting": {
|
|
2929
|
-
"shape": "
|
|
3138
|
+
"shape": "S7s"
|
|
2930
3139
|
},
|
|
2931
3140
|
"encryptionSetting": {
|
|
2932
|
-
"shape": "
|
|
3141
|
+
"shape": "S81"
|
|
2933
3142
|
}
|
|
2934
3143
|
}
|
|
2935
3144
|
},
|
|
@@ -2945,10 +3154,10 @@
|
|
|
2945
3154
|
"type": "timestamp"
|
|
2946
3155
|
},
|
|
2947
3156
|
"transcriptSourceSetting": {
|
|
2948
|
-
"shape": "
|
|
3157
|
+
"shape": "S7s"
|
|
2949
3158
|
},
|
|
2950
3159
|
"encryptionSetting": {
|
|
2951
|
-
"shape": "
|
|
3160
|
+
"shape": "S81"
|
|
2952
3161
|
}
|
|
2953
3162
|
}
|
|
2954
3163
|
}
|
|
@@ -2969,11 +3178,11 @@
|
|
|
2969
3178
|
"members": {
|
|
2970
3179
|
"importId": {},
|
|
2971
3180
|
"resourceSpecification": {
|
|
2972
|
-
"shape": "
|
|
3181
|
+
"shape": "S8g"
|
|
2973
3182
|
},
|
|
2974
3183
|
"mergeStrategy": {},
|
|
2975
3184
|
"filePassword": {
|
|
2976
|
-
"shape": "
|
|
3185
|
+
"shape": "S2c"
|
|
2977
3186
|
}
|
|
2978
3187
|
}
|
|
2979
3188
|
},
|
|
@@ -2982,7 +3191,7 @@
|
|
|
2982
3191
|
"members": {
|
|
2983
3192
|
"importId": {},
|
|
2984
3193
|
"resourceSpecification": {
|
|
2985
|
-
"shape": "
|
|
3194
|
+
"shape": "S8g"
|
|
2986
3195
|
},
|
|
2987
3196
|
"mergeStrategy": {},
|
|
2988
3197
|
"importStatus": {},
|
|
@@ -3053,7 +3262,7 @@
|
|
|
3053
3262
|
"locationName": "resourceARN"
|
|
3054
3263
|
},
|
|
3055
3264
|
"tags": {
|
|
3056
|
-
"shape": "
|
|
3265
|
+
"shape": "S10"
|
|
3057
3266
|
}
|
|
3058
3267
|
}
|
|
3059
3268
|
},
|
|
@@ -3116,7 +3325,7 @@
|
|
|
3116
3325
|
"description": {},
|
|
3117
3326
|
"roleArn": {},
|
|
3118
3327
|
"dataPrivacy": {
|
|
3119
|
-
"shape": "
|
|
3328
|
+
"shape": "Sx"
|
|
3120
3329
|
},
|
|
3121
3330
|
"idleSessionTTLInSeconds": {
|
|
3122
3331
|
"type": "integer"
|
|
@@ -3131,7 +3340,7 @@
|
|
|
3131
3340
|
"description": {},
|
|
3132
3341
|
"roleArn": {},
|
|
3133
3342
|
"dataPrivacy": {
|
|
3134
|
-
"shape": "
|
|
3343
|
+
"shape": "Sx"
|
|
3135
3344
|
},
|
|
3136
3345
|
"idleSessionTTLInSeconds": {
|
|
3137
3346
|
"type": "integer"
|
|
@@ -3168,13 +3377,13 @@
|
|
|
3168
3377
|
"description": {},
|
|
3169
3378
|
"botVersion": {},
|
|
3170
3379
|
"botAliasLocaleSettings": {
|
|
3171
|
-
"shape": "
|
|
3380
|
+
"shape": "S17"
|
|
3172
3381
|
},
|
|
3173
3382
|
"conversationLogSettings": {
|
|
3174
|
-
"shape": "
|
|
3383
|
+
"shape": "S1e"
|
|
3175
3384
|
},
|
|
3176
3385
|
"sentimentAnalysisSettings": {
|
|
3177
|
-
"shape": "
|
|
3386
|
+
"shape": "S1r"
|
|
3178
3387
|
},
|
|
3179
3388
|
"botId": {
|
|
3180
3389
|
"location": "uri",
|
|
@@ -3190,13 +3399,13 @@
|
|
|
3190
3399
|
"description": {},
|
|
3191
3400
|
"botVersion": {},
|
|
3192
3401
|
"botAliasLocaleSettings": {
|
|
3193
|
-
"shape": "
|
|
3402
|
+
"shape": "S17"
|
|
3194
3403
|
},
|
|
3195
3404
|
"conversationLogSettings": {
|
|
3196
|
-
"shape": "
|
|
3405
|
+
"shape": "S1e"
|
|
3197
3406
|
},
|
|
3198
3407
|
"sentimentAnalysisSettings": {
|
|
3199
|
-
"shape": "
|
|
3408
|
+
"shape": "S1r"
|
|
3200
3409
|
},
|
|
3201
3410
|
"botAliasStatus": {},
|
|
3202
3411
|
"botId": {},
|
|
@@ -3241,7 +3450,7 @@
|
|
|
3241
3450
|
"type": "double"
|
|
3242
3451
|
},
|
|
3243
3452
|
"voiceSettings": {
|
|
3244
|
-
"shape": "
|
|
3453
|
+
"shape": "S1x"
|
|
3245
3454
|
}
|
|
3246
3455
|
}
|
|
3247
3456
|
},
|
|
@@ -3257,11 +3466,11 @@
|
|
|
3257
3466
|
"type": "double"
|
|
3258
3467
|
},
|
|
3259
3468
|
"voiceSettings": {
|
|
3260
|
-
"shape": "
|
|
3469
|
+
"shape": "S1x"
|
|
3261
3470
|
},
|
|
3262
3471
|
"botLocaleStatus": {},
|
|
3263
3472
|
"failureReasons": {
|
|
3264
|
-
"shape": "
|
|
3473
|
+
"shape": "S7i"
|
|
3265
3474
|
},
|
|
3266
3475
|
"creationDateTime": {
|
|
3267
3476
|
"type": "timestamp"
|
|
@@ -3270,7 +3479,7 @@
|
|
|
3270
3479
|
"type": "timestamp"
|
|
3271
3480
|
},
|
|
3272
3481
|
"recommendedActions": {
|
|
3273
|
-
"shape": "
|
|
3482
|
+
"shape": "S7n"
|
|
3274
3483
|
}
|
|
3275
3484
|
}
|
|
3276
3485
|
}
|
|
@@ -3308,7 +3517,7 @@
|
|
|
3308
3517
|
"locationName": "botRecommendationId"
|
|
3309
3518
|
},
|
|
3310
3519
|
"encryptionSetting": {
|
|
3311
|
-
"shape": "
|
|
3520
|
+
"shape": "S81"
|
|
3312
3521
|
}
|
|
3313
3522
|
}
|
|
3314
3523
|
},
|
|
@@ -3327,10 +3536,10 @@
|
|
|
3327
3536
|
"type": "timestamp"
|
|
3328
3537
|
},
|
|
3329
3538
|
"transcriptSourceSetting": {
|
|
3330
|
-
"shape": "
|
|
3539
|
+
"shape": "S7s"
|
|
3331
3540
|
},
|
|
3332
3541
|
"encryptionSetting": {
|
|
3333
|
-
"shape": "
|
|
3542
|
+
"shape": "S81"
|
|
3334
3543
|
}
|
|
3335
3544
|
}
|
|
3336
3545
|
}
|
|
@@ -3352,7 +3561,7 @@
|
|
|
3352
3561
|
"locationName": "exportId"
|
|
3353
3562
|
},
|
|
3354
3563
|
"filePassword": {
|
|
3355
|
-
"shape": "
|
|
3564
|
+
"shape": "S2c"
|
|
3356
3565
|
}
|
|
3357
3566
|
}
|
|
3358
3567
|
},
|
|
@@ -3361,7 +3570,7 @@
|
|
|
3361
3570
|
"members": {
|
|
3362
3571
|
"exportId": {},
|
|
3363
3572
|
"resourceSpecification": {
|
|
3364
|
-
"shape": "
|
|
3573
|
+
"shape": "S27"
|
|
3365
3574
|
},
|
|
3366
3575
|
"fileFormat": {},
|
|
3367
3576
|
"exportStatus": {},
|
|
@@ -3398,31 +3607,31 @@
|
|
|
3398
3607
|
"description": {},
|
|
3399
3608
|
"parentIntentSignature": {},
|
|
3400
3609
|
"sampleUtterances": {
|
|
3401
|
-
"shape": "
|
|
3610
|
+
"shape": "S2h"
|
|
3402
3611
|
},
|
|
3403
3612
|
"dialogCodeHook": {
|
|
3404
|
-
"shape": "
|
|
3613
|
+
"shape": "S2k"
|
|
3405
3614
|
},
|
|
3406
3615
|
"fulfillmentCodeHook": {
|
|
3407
|
-
"shape": "
|
|
3616
|
+
"shape": "S2l"
|
|
3408
3617
|
},
|
|
3409
3618
|
"slotPriorities": {
|
|
3410
|
-
"shape": "
|
|
3619
|
+
"shape": "S8o"
|
|
3411
3620
|
},
|
|
3412
3621
|
"intentConfirmationSetting": {
|
|
3413
|
-
"shape": "
|
|
3622
|
+
"shape": "S3u"
|
|
3414
3623
|
},
|
|
3415
3624
|
"intentClosingSetting": {
|
|
3416
|
-
"shape": "
|
|
3625
|
+
"shape": "S4c"
|
|
3417
3626
|
},
|
|
3418
3627
|
"inputContexts": {
|
|
3419
|
-
"shape": "
|
|
3628
|
+
"shape": "S4d"
|
|
3420
3629
|
},
|
|
3421
3630
|
"outputContexts": {
|
|
3422
|
-
"shape": "
|
|
3631
|
+
"shape": "S4f"
|
|
3423
3632
|
},
|
|
3424
3633
|
"kendraConfiguration": {
|
|
3425
|
-
"shape": "
|
|
3634
|
+
"shape": "S4j"
|
|
3426
3635
|
},
|
|
3427
3636
|
"botId": {
|
|
3428
3637
|
"location": "uri",
|
|
@@ -3437,7 +3646,7 @@
|
|
|
3437
3646
|
"locationName": "localeId"
|
|
3438
3647
|
},
|
|
3439
3648
|
"initialResponseSetting": {
|
|
3440
|
-
"shape": "
|
|
3649
|
+
"shape": "S4m"
|
|
3441
3650
|
}
|
|
3442
3651
|
}
|
|
3443
3652
|
},
|
|
@@ -3449,31 +3658,31 @@
|
|
|
3449
3658
|
"description": {},
|
|
3450
3659
|
"parentIntentSignature": {},
|
|
3451
3660
|
"sampleUtterances": {
|
|
3452
|
-
"shape": "
|
|
3661
|
+
"shape": "S2h"
|
|
3453
3662
|
},
|
|
3454
3663
|
"dialogCodeHook": {
|
|
3455
|
-
"shape": "
|
|
3664
|
+
"shape": "S2k"
|
|
3456
3665
|
},
|
|
3457
3666
|
"fulfillmentCodeHook": {
|
|
3458
|
-
"shape": "
|
|
3667
|
+
"shape": "S2l"
|
|
3459
3668
|
},
|
|
3460
3669
|
"slotPriorities": {
|
|
3461
|
-
"shape": "
|
|
3670
|
+
"shape": "S8o"
|
|
3462
3671
|
},
|
|
3463
3672
|
"intentConfirmationSetting": {
|
|
3464
|
-
"shape": "
|
|
3673
|
+
"shape": "S3u"
|
|
3465
3674
|
},
|
|
3466
3675
|
"intentClosingSetting": {
|
|
3467
|
-
"shape": "
|
|
3676
|
+
"shape": "S4c"
|
|
3468
3677
|
},
|
|
3469
3678
|
"inputContexts": {
|
|
3470
|
-
"shape": "
|
|
3679
|
+
"shape": "S4d"
|
|
3471
3680
|
},
|
|
3472
3681
|
"outputContexts": {
|
|
3473
|
-
"shape": "
|
|
3682
|
+
"shape": "S4f"
|
|
3474
3683
|
},
|
|
3475
3684
|
"kendraConfiguration": {
|
|
3476
|
-
"shape": "
|
|
3685
|
+
"shape": "S4j"
|
|
3477
3686
|
},
|
|
3478
3687
|
"botId": {},
|
|
3479
3688
|
"botVersion": {},
|
|
@@ -3485,7 +3694,7 @@
|
|
|
3485
3694
|
"type": "timestamp"
|
|
3486
3695
|
},
|
|
3487
3696
|
"initialResponseSetting": {
|
|
3488
|
-
"shape": "
|
|
3697
|
+
"shape": "S4m"
|
|
3489
3698
|
}
|
|
3490
3699
|
}
|
|
3491
3700
|
}
|
|
@@ -3548,10 +3757,10 @@
|
|
|
3548
3757
|
"description": {},
|
|
3549
3758
|
"slotTypeId": {},
|
|
3550
3759
|
"valueElicitationSetting": {
|
|
3551
|
-
"shape": "
|
|
3760
|
+
"shape": "S59"
|
|
3552
3761
|
},
|
|
3553
3762
|
"obfuscationSetting": {
|
|
3554
|
-
"shape": "
|
|
3763
|
+
"shape": "S5k"
|
|
3555
3764
|
},
|
|
3556
3765
|
"botId": {
|
|
3557
3766
|
"location": "uri",
|
|
@@ -3570,10 +3779,10 @@
|
|
|
3570
3779
|
"locationName": "intentId"
|
|
3571
3780
|
},
|
|
3572
3781
|
"multipleValuesSetting": {
|
|
3573
|
-
"shape": "
|
|
3782
|
+
"shape": "S5m"
|
|
3574
3783
|
},
|
|
3575
3784
|
"subSlotSetting": {
|
|
3576
|
-
"shape": "
|
|
3785
|
+
"shape": "S5n"
|
|
3577
3786
|
}
|
|
3578
3787
|
}
|
|
3579
3788
|
},
|
|
@@ -3585,10 +3794,10 @@
|
|
|
3585
3794
|
"description": {},
|
|
3586
3795
|
"slotTypeId": {},
|
|
3587
3796
|
"valueElicitationSetting": {
|
|
3588
|
-
"shape": "
|
|
3797
|
+
"shape": "S59"
|
|
3589
3798
|
},
|
|
3590
3799
|
"obfuscationSetting": {
|
|
3591
|
-
"shape": "
|
|
3800
|
+
"shape": "S5k"
|
|
3592
3801
|
},
|
|
3593
3802
|
"botId": {},
|
|
3594
3803
|
"botVersion": {},
|
|
@@ -3601,10 +3810,10 @@
|
|
|
3601
3810
|
"type": "timestamp"
|
|
3602
3811
|
},
|
|
3603
3812
|
"multipleValuesSetting": {
|
|
3604
|
-
"shape": "
|
|
3813
|
+
"shape": "S5m"
|
|
3605
3814
|
},
|
|
3606
3815
|
"subSlotSetting": {
|
|
3607
|
-
"shape": "
|
|
3816
|
+
"shape": "S5n"
|
|
3608
3817
|
}
|
|
3609
3818
|
}
|
|
3610
3819
|
}
|
|
@@ -3632,10 +3841,10 @@
|
|
|
3632
3841
|
"slotTypeName": {},
|
|
3633
3842
|
"description": {},
|
|
3634
3843
|
"slotTypeValues": {
|
|
3635
|
-
"shape": "
|
|
3844
|
+
"shape": "S5u"
|
|
3636
3845
|
},
|
|
3637
3846
|
"valueSelectionSetting": {
|
|
3638
|
-
"shape": "
|
|
3847
|
+
"shape": "S5z"
|
|
3639
3848
|
},
|
|
3640
3849
|
"parentSlotTypeSignature": {},
|
|
3641
3850
|
"botId": {
|
|
@@ -3651,10 +3860,10 @@
|
|
|
3651
3860
|
"locationName": "localeId"
|
|
3652
3861
|
},
|
|
3653
3862
|
"externalSourceSetting": {
|
|
3654
|
-
"shape": "
|
|
3863
|
+
"shape": "S66"
|
|
3655
3864
|
},
|
|
3656
3865
|
"compositeSlotTypeSetting": {
|
|
3657
|
-
"shape": "
|
|
3866
|
+
"shape": "S6b"
|
|
3658
3867
|
}
|
|
3659
3868
|
}
|
|
3660
3869
|
},
|
|
@@ -3665,10 +3874,10 @@
|
|
|
3665
3874
|
"slotTypeName": {},
|
|
3666
3875
|
"description": {},
|
|
3667
3876
|
"slotTypeValues": {
|
|
3668
|
-
"shape": "
|
|
3877
|
+
"shape": "S5u"
|
|
3669
3878
|
},
|
|
3670
3879
|
"valueSelectionSetting": {
|
|
3671
|
-
"shape": "
|
|
3880
|
+
"shape": "S5z"
|
|
3672
3881
|
},
|
|
3673
3882
|
"parentSlotTypeSignature": {},
|
|
3674
3883
|
"botId": {},
|
|
@@ -3681,17 +3890,49 @@
|
|
|
3681
3890
|
"type": "timestamp"
|
|
3682
3891
|
},
|
|
3683
3892
|
"externalSourceSetting": {
|
|
3684
|
-
"shape": "
|
|
3893
|
+
"shape": "S66"
|
|
3685
3894
|
},
|
|
3686
3895
|
"compositeSlotTypeSetting": {
|
|
3687
|
-
"shape": "
|
|
3896
|
+
"shape": "S6b"
|
|
3688
3897
|
}
|
|
3689
3898
|
}
|
|
3690
3899
|
}
|
|
3691
3900
|
}
|
|
3692
3901
|
},
|
|
3693
3902
|
"shapes": {
|
|
3694
|
-
"
|
|
3903
|
+
"Sa": {
|
|
3904
|
+
"type": "list",
|
|
3905
|
+
"member": {
|
|
3906
|
+
"type": "structure",
|
|
3907
|
+
"members": {
|
|
3908
|
+
"itemId": {},
|
|
3909
|
+
"errorMessage": {},
|
|
3910
|
+
"errorCode": {}
|
|
3911
|
+
}
|
|
3912
|
+
}
|
|
3913
|
+
},
|
|
3914
|
+
"Sf": {
|
|
3915
|
+
"type": "list",
|
|
3916
|
+
"member": {
|
|
3917
|
+
"shape": "Sg"
|
|
3918
|
+
}
|
|
3919
|
+
},
|
|
3920
|
+
"Sg": {
|
|
3921
|
+
"type": "structure",
|
|
3922
|
+
"required": [
|
|
3923
|
+
"itemId",
|
|
3924
|
+
"phrase"
|
|
3925
|
+
],
|
|
3926
|
+
"members": {
|
|
3927
|
+
"itemId": {},
|
|
3928
|
+
"phrase": {},
|
|
3929
|
+
"weight": {
|
|
3930
|
+
"type": "integer"
|
|
3931
|
+
},
|
|
3932
|
+
"displayAs": {}
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3935
|
+
"Sx": {
|
|
3695
3936
|
"type": "structure",
|
|
3696
3937
|
"required": [
|
|
3697
3938
|
"childDirected"
|
|
@@ -3702,12 +3943,12 @@
|
|
|
3702
3943
|
}
|
|
3703
3944
|
}
|
|
3704
3945
|
},
|
|
3705
|
-
"
|
|
3946
|
+
"S10": {
|
|
3706
3947
|
"type": "map",
|
|
3707
3948
|
"key": {},
|
|
3708
3949
|
"value": {}
|
|
3709
3950
|
},
|
|
3710
|
-
"
|
|
3951
|
+
"S17": {
|
|
3711
3952
|
"type": "map",
|
|
3712
3953
|
"key": {},
|
|
3713
3954
|
"value": {
|
|
@@ -3741,7 +3982,7 @@
|
|
|
3741
3982
|
}
|
|
3742
3983
|
}
|
|
3743
3984
|
},
|
|
3744
|
-
"
|
|
3985
|
+
"S1e": {
|
|
3745
3986
|
"type": "structure",
|
|
3746
3987
|
"members": {
|
|
3747
3988
|
"textLogSettings": {
|
|
@@ -3815,7 +4056,7 @@
|
|
|
3815
4056
|
}
|
|
3816
4057
|
}
|
|
3817
4058
|
},
|
|
3818
|
-
"
|
|
4059
|
+
"S1r": {
|
|
3819
4060
|
"type": "structure",
|
|
3820
4061
|
"required": [
|
|
3821
4062
|
"detectSentiment"
|
|
@@ -3826,7 +4067,7 @@
|
|
|
3826
4067
|
}
|
|
3827
4068
|
}
|
|
3828
4069
|
},
|
|
3829
|
-
"
|
|
4070
|
+
"S1x": {
|
|
3830
4071
|
"type": "structure",
|
|
3831
4072
|
"required": [
|
|
3832
4073
|
"voiceId"
|
|
@@ -3836,7 +4077,7 @@
|
|
|
3836
4077
|
"engine": {}
|
|
3837
4078
|
}
|
|
3838
4079
|
},
|
|
3839
|
-
"
|
|
4080
|
+
"S23": {
|
|
3840
4081
|
"type": "map",
|
|
3841
4082
|
"key": {},
|
|
3842
4083
|
"value": {
|
|
@@ -3849,7 +4090,7 @@
|
|
|
3849
4090
|
}
|
|
3850
4091
|
}
|
|
3851
4092
|
},
|
|
3852
|
-
"
|
|
4093
|
+
"S27": {
|
|
3853
4094
|
"type": "structure",
|
|
3854
4095
|
"members": {
|
|
3855
4096
|
"botExportSpecification": {
|
|
@@ -3891,11 +4132,11 @@
|
|
|
3891
4132
|
}
|
|
3892
4133
|
}
|
|
3893
4134
|
},
|
|
3894
|
-
"
|
|
4135
|
+
"S2c": {
|
|
3895
4136
|
"type": "string",
|
|
3896
4137
|
"sensitive": true
|
|
3897
4138
|
},
|
|
3898
|
-
"
|
|
4139
|
+
"S2h": {
|
|
3899
4140
|
"type": "list",
|
|
3900
4141
|
"member": {
|
|
3901
4142
|
"type": "structure",
|
|
@@ -3907,7 +4148,7 @@
|
|
|
3907
4148
|
}
|
|
3908
4149
|
}
|
|
3909
4150
|
},
|
|
3910
|
-
"
|
|
4151
|
+
"S2k": {
|
|
3911
4152
|
"type": "structure",
|
|
3912
4153
|
"required": [
|
|
3913
4154
|
"enabled"
|
|
@@ -3918,7 +4159,7 @@
|
|
|
3918
4159
|
}
|
|
3919
4160
|
}
|
|
3920
4161
|
},
|
|
3921
|
-
"
|
|
4162
|
+
"S2l": {
|
|
3922
4163
|
"type": "structure",
|
|
3923
4164
|
"required": [
|
|
3924
4165
|
"enabled"
|
|
@@ -3931,31 +4172,31 @@
|
|
|
3931
4172
|
"type": "structure",
|
|
3932
4173
|
"members": {
|
|
3933
4174
|
"successResponse": {
|
|
3934
|
-
"shape": "
|
|
4175
|
+
"shape": "S2n"
|
|
3935
4176
|
},
|
|
3936
4177
|
"failureResponse": {
|
|
3937
|
-
"shape": "
|
|
4178
|
+
"shape": "S2n"
|
|
3938
4179
|
},
|
|
3939
4180
|
"timeoutResponse": {
|
|
3940
|
-
"shape": "
|
|
4181
|
+
"shape": "S2n"
|
|
3941
4182
|
},
|
|
3942
4183
|
"successNextStep": {
|
|
3943
|
-
"shape": "
|
|
4184
|
+
"shape": "S36"
|
|
3944
4185
|
},
|
|
3945
4186
|
"successConditional": {
|
|
3946
|
-
"shape": "
|
|
4187
|
+
"shape": "S3i"
|
|
3947
4188
|
},
|
|
3948
4189
|
"failureNextStep": {
|
|
3949
|
-
"shape": "
|
|
4190
|
+
"shape": "S36"
|
|
3950
4191
|
},
|
|
3951
4192
|
"failureConditional": {
|
|
3952
|
-
"shape": "
|
|
4193
|
+
"shape": "S3i"
|
|
3953
4194
|
},
|
|
3954
4195
|
"timeoutNextStep": {
|
|
3955
|
-
"shape": "
|
|
4196
|
+
"shape": "S36"
|
|
3956
4197
|
},
|
|
3957
4198
|
"timeoutConditional": {
|
|
3958
|
-
"shape": "
|
|
4199
|
+
"shape": "S3i"
|
|
3959
4200
|
}
|
|
3960
4201
|
}
|
|
3961
4202
|
},
|
|
@@ -3979,7 +4220,7 @@
|
|
|
3979
4220
|
"type": "integer"
|
|
3980
4221
|
},
|
|
3981
4222
|
"messageGroups": {
|
|
3982
|
-
"shape": "
|
|
4223
|
+
"shape": "S2o"
|
|
3983
4224
|
},
|
|
3984
4225
|
"allowInterrupt": {
|
|
3985
4226
|
"type": "boolean"
|
|
@@ -3997,7 +4238,7 @@
|
|
|
3997
4238
|
"type": "integer"
|
|
3998
4239
|
},
|
|
3999
4240
|
"messageGroups": {
|
|
4000
|
-
"shape": "
|
|
4241
|
+
"shape": "S2o"
|
|
4001
4242
|
},
|
|
4002
4243
|
"allowInterrupt": {
|
|
4003
4244
|
"type": "boolean"
|
|
@@ -4014,21 +4255,21 @@
|
|
|
4014
4255
|
}
|
|
4015
4256
|
}
|
|
4016
4257
|
},
|
|
4017
|
-
"
|
|
4258
|
+
"S2n": {
|
|
4018
4259
|
"type": "structure",
|
|
4019
4260
|
"required": [
|
|
4020
4261
|
"messageGroups"
|
|
4021
4262
|
],
|
|
4022
4263
|
"members": {
|
|
4023
4264
|
"messageGroups": {
|
|
4024
|
-
"shape": "
|
|
4265
|
+
"shape": "S2o"
|
|
4025
4266
|
},
|
|
4026
4267
|
"allowInterrupt": {
|
|
4027
4268
|
"type": "boolean"
|
|
4028
4269
|
}
|
|
4029
4270
|
}
|
|
4030
4271
|
},
|
|
4031
|
-
"
|
|
4272
|
+
"S2o": {
|
|
4032
4273
|
"type": "list",
|
|
4033
4274
|
"member": {
|
|
4034
4275
|
"type": "structure",
|
|
@@ -4037,18 +4278,18 @@
|
|
|
4037
4278
|
],
|
|
4038
4279
|
"members": {
|
|
4039
4280
|
"message": {
|
|
4040
|
-
"shape": "
|
|
4281
|
+
"shape": "S2q"
|
|
4041
4282
|
},
|
|
4042
4283
|
"variations": {
|
|
4043
4284
|
"type": "list",
|
|
4044
4285
|
"member": {
|
|
4045
|
-
"shape": "
|
|
4286
|
+
"shape": "S2q"
|
|
4046
4287
|
}
|
|
4047
4288
|
}
|
|
4048
4289
|
}
|
|
4049
4290
|
}
|
|
4050
4291
|
},
|
|
4051
|
-
"
|
|
4292
|
+
"S2q": {
|
|
4052
4293
|
"type": "structure",
|
|
4053
4294
|
"members": {
|
|
4054
4295
|
"plainTextMessage": {
|
|
@@ -4105,7 +4346,7 @@
|
|
|
4105
4346
|
}
|
|
4106
4347
|
}
|
|
4107
4348
|
},
|
|
4108
|
-
"
|
|
4349
|
+
"S36": {
|
|
4109
4350
|
"type": "structure",
|
|
4110
4351
|
"members": {
|
|
4111
4352
|
"dialogAction": {
|
|
@@ -4129,7 +4370,7 @@
|
|
|
4129
4370
|
"type": "map",
|
|
4130
4371
|
"key": {},
|
|
4131
4372
|
"value": {
|
|
4132
|
-
"shape": "
|
|
4373
|
+
"shape": "S3b"
|
|
4133
4374
|
}
|
|
4134
4375
|
}
|
|
4135
4376
|
}
|
|
@@ -4141,7 +4382,7 @@
|
|
|
4141
4382
|
}
|
|
4142
4383
|
}
|
|
4143
4384
|
},
|
|
4144
|
-
"
|
|
4385
|
+
"S3b": {
|
|
4145
4386
|
"type": "structure",
|
|
4146
4387
|
"members": {
|
|
4147
4388
|
"shape": {},
|
|
@@ -4154,12 +4395,12 @@
|
|
|
4154
4395
|
"values": {
|
|
4155
4396
|
"type": "list",
|
|
4156
4397
|
"member": {
|
|
4157
|
-
"shape": "
|
|
4398
|
+
"shape": "S3b"
|
|
4158
4399
|
}
|
|
4159
4400
|
}
|
|
4160
4401
|
}
|
|
4161
4402
|
},
|
|
4162
|
-
"
|
|
4403
|
+
"S3i": {
|
|
4163
4404
|
"type": "structure",
|
|
4164
4405
|
"required": [
|
|
4165
4406
|
"active",
|
|
@@ -4191,10 +4432,10 @@
|
|
|
4191
4432
|
}
|
|
4192
4433
|
},
|
|
4193
4434
|
"nextStep": {
|
|
4194
|
-
"shape": "
|
|
4435
|
+
"shape": "S36"
|
|
4195
4436
|
},
|
|
4196
4437
|
"response": {
|
|
4197
|
-
"shape": "
|
|
4438
|
+
"shape": "S2n"
|
|
4198
4439
|
}
|
|
4199
4440
|
}
|
|
4200
4441
|
}
|
|
@@ -4203,63 +4444,63 @@
|
|
|
4203
4444
|
"type": "structure",
|
|
4204
4445
|
"members": {
|
|
4205
4446
|
"nextStep": {
|
|
4206
|
-
"shape": "
|
|
4447
|
+
"shape": "S36"
|
|
4207
4448
|
},
|
|
4208
4449
|
"response": {
|
|
4209
|
-
"shape": "
|
|
4450
|
+
"shape": "S2n"
|
|
4210
4451
|
}
|
|
4211
4452
|
}
|
|
4212
4453
|
}
|
|
4213
4454
|
}
|
|
4214
4455
|
},
|
|
4215
|
-
"
|
|
4456
|
+
"S3u": {
|
|
4216
4457
|
"type": "structure",
|
|
4217
4458
|
"required": [
|
|
4218
4459
|
"promptSpecification"
|
|
4219
4460
|
],
|
|
4220
4461
|
"members": {
|
|
4221
4462
|
"promptSpecification": {
|
|
4222
|
-
"shape": "
|
|
4463
|
+
"shape": "S3v"
|
|
4223
4464
|
},
|
|
4224
4465
|
"declinationResponse": {
|
|
4225
|
-
"shape": "
|
|
4466
|
+
"shape": "S2n"
|
|
4226
4467
|
},
|
|
4227
4468
|
"active": {
|
|
4228
4469
|
"type": "boolean"
|
|
4229
4470
|
},
|
|
4230
4471
|
"confirmationResponse": {
|
|
4231
|
-
"shape": "
|
|
4472
|
+
"shape": "S2n"
|
|
4232
4473
|
},
|
|
4233
4474
|
"confirmationNextStep": {
|
|
4234
|
-
"shape": "
|
|
4475
|
+
"shape": "S36"
|
|
4235
4476
|
},
|
|
4236
4477
|
"confirmationConditional": {
|
|
4237
|
-
"shape": "
|
|
4478
|
+
"shape": "S3i"
|
|
4238
4479
|
},
|
|
4239
4480
|
"declinationNextStep": {
|
|
4240
|
-
"shape": "
|
|
4481
|
+
"shape": "S36"
|
|
4241
4482
|
},
|
|
4242
4483
|
"declinationConditional": {
|
|
4243
|
-
"shape": "
|
|
4484
|
+
"shape": "S3i"
|
|
4244
4485
|
},
|
|
4245
4486
|
"failureResponse": {
|
|
4246
|
-
"shape": "
|
|
4487
|
+
"shape": "S2n"
|
|
4247
4488
|
},
|
|
4248
4489
|
"failureNextStep": {
|
|
4249
|
-
"shape": "
|
|
4490
|
+
"shape": "S36"
|
|
4250
4491
|
},
|
|
4251
4492
|
"failureConditional": {
|
|
4252
|
-
"shape": "
|
|
4493
|
+
"shape": "S3i"
|
|
4253
4494
|
},
|
|
4254
4495
|
"codeHook": {
|
|
4255
|
-
"shape": "
|
|
4496
|
+
"shape": "S49"
|
|
4256
4497
|
},
|
|
4257
4498
|
"elicitationCodeHook": {
|
|
4258
|
-
"shape": "
|
|
4499
|
+
"shape": "S4b"
|
|
4259
4500
|
}
|
|
4260
4501
|
}
|
|
4261
4502
|
},
|
|
4262
|
-
"
|
|
4503
|
+
"S3v": {
|
|
4263
4504
|
"type": "structure",
|
|
4264
4505
|
"required": [
|
|
4265
4506
|
"messageGroups",
|
|
@@ -4267,7 +4508,7 @@
|
|
|
4267
4508
|
],
|
|
4268
4509
|
"members": {
|
|
4269
4510
|
"messageGroups": {
|
|
4270
|
-
"shape": "
|
|
4511
|
+
"shape": "S2o"
|
|
4271
4512
|
},
|
|
4272
4513
|
"maxRetries": {
|
|
4273
4514
|
"type": "integer"
|
|
@@ -4364,7 +4605,7 @@
|
|
|
4364
4605
|
}
|
|
4365
4606
|
}
|
|
4366
4607
|
},
|
|
4367
|
-
"
|
|
4608
|
+
"S49": {
|
|
4368
4609
|
"type": "structure",
|
|
4369
4610
|
"required": [
|
|
4370
4611
|
"enableCodeHookInvocation",
|
|
@@ -4383,37 +4624,37 @@
|
|
|
4383
4624
|
"type": "structure",
|
|
4384
4625
|
"members": {
|
|
4385
4626
|
"successResponse": {
|
|
4386
|
-
"shape": "
|
|
4627
|
+
"shape": "S2n"
|
|
4387
4628
|
},
|
|
4388
4629
|
"successNextStep": {
|
|
4389
|
-
"shape": "
|
|
4630
|
+
"shape": "S36"
|
|
4390
4631
|
},
|
|
4391
4632
|
"successConditional": {
|
|
4392
|
-
"shape": "
|
|
4633
|
+
"shape": "S3i"
|
|
4393
4634
|
},
|
|
4394
4635
|
"failureResponse": {
|
|
4395
|
-
"shape": "
|
|
4636
|
+
"shape": "S2n"
|
|
4396
4637
|
},
|
|
4397
4638
|
"failureNextStep": {
|
|
4398
|
-
"shape": "
|
|
4639
|
+
"shape": "S36"
|
|
4399
4640
|
},
|
|
4400
4641
|
"failureConditional": {
|
|
4401
|
-
"shape": "
|
|
4642
|
+
"shape": "S3i"
|
|
4402
4643
|
},
|
|
4403
4644
|
"timeoutResponse": {
|
|
4404
|
-
"shape": "
|
|
4645
|
+
"shape": "S2n"
|
|
4405
4646
|
},
|
|
4406
4647
|
"timeoutNextStep": {
|
|
4407
|
-
"shape": "
|
|
4648
|
+
"shape": "S36"
|
|
4408
4649
|
},
|
|
4409
4650
|
"timeoutConditional": {
|
|
4410
|
-
"shape": "
|
|
4651
|
+
"shape": "S3i"
|
|
4411
4652
|
}
|
|
4412
4653
|
}
|
|
4413
4654
|
}
|
|
4414
4655
|
}
|
|
4415
4656
|
},
|
|
4416
|
-
"
|
|
4657
|
+
"S4b": {
|
|
4417
4658
|
"type": "structure",
|
|
4418
4659
|
"required": [
|
|
4419
4660
|
"enableCodeHookInvocation"
|
|
@@ -4425,24 +4666,24 @@
|
|
|
4425
4666
|
"invocationLabel": {}
|
|
4426
4667
|
}
|
|
4427
4668
|
},
|
|
4428
|
-
"
|
|
4669
|
+
"S4c": {
|
|
4429
4670
|
"type": "structure",
|
|
4430
4671
|
"members": {
|
|
4431
4672
|
"closingResponse": {
|
|
4432
|
-
"shape": "
|
|
4673
|
+
"shape": "S2n"
|
|
4433
4674
|
},
|
|
4434
4675
|
"active": {
|
|
4435
4676
|
"type": "boolean"
|
|
4436
4677
|
},
|
|
4437
4678
|
"nextStep": {
|
|
4438
|
-
"shape": "
|
|
4679
|
+
"shape": "S36"
|
|
4439
4680
|
},
|
|
4440
4681
|
"conditional": {
|
|
4441
|
-
"shape": "
|
|
4682
|
+
"shape": "S3i"
|
|
4442
4683
|
}
|
|
4443
4684
|
}
|
|
4444
4685
|
},
|
|
4445
|
-
"
|
|
4686
|
+
"S4d": {
|
|
4446
4687
|
"type": "list",
|
|
4447
4688
|
"member": {
|
|
4448
4689
|
"type": "structure",
|
|
@@ -4454,7 +4695,7 @@
|
|
|
4454
4695
|
}
|
|
4455
4696
|
}
|
|
4456
4697
|
},
|
|
4457
|
-
"
|
|
4698
|
+
"S4f": {
|
|
4458
4699
|
"type": "list",
|
|
4459
4700
|
"member": {
|
|
4460
4701
|
"type": "structure",
|
|
@@ -4474,7 +4715,7 @@
|
|
|
4474
4715
|
}
|
|
4475
4716
|
}
|
|
4476
4717
|
},
|
|
4477
|
-
"
|
|
4718
|
+
"S4j": {
|
|
4478
4719
|
"type": "structure",
|
|
4479
4720
|
"required": [
|
|
4480
4721
|
"kendraIndex"
|
|
@@ -4487,74 +4728,74 @@
|
|
|
4487
4728
|
"queryFilterString": {}
|
|
4488
4729
|
}
|
|
4489
4730
|
},
|
|
4490
|
-
"
|
|
4731
|
+
"S4m": {
|
|
4491
4732
|
"type": "structure",
|
|
4492
4733
|
"members": {
|
|
4493
4734
|
"initialResponse": {
|
|
4494
|
-
"shape": "
|
|
4735
|
+
"shape": "S2n"
|
|
4495
4736
|
},
|
|
4496
4737
|
"nextStep": {
|
|
4497
|
-
"shape": "
|
|
4738
|
+
"shape": "S36"
|
|
4498
4739
|
},
|
|
4499
4740
|
"conditional": {
|
|
4500
|
-
"shape": "
|
|
4741
|
+
"shape": "S3i"
|
|
4501
4742
|
},
|
|
4502
4743
|
"codeHook": {
|
|
4503
|
-
"shape": "
|
|
4744
|
+
"shape": "S49"
|
|
4504
4745
|
}
|
|
4505
4746
|
}
|
|
4506
4747
|
},
|
|
4507
|
-
"
|
|
4748
|
+
"S59": {
|
|
4508
4749
|
"type": "structure",
|
|
4509
4750
|
"required": [
|
|
4510
4751
|
"slotConstraint"
|
|
4511
4752
|
],
|
|
4512
4753
|
"members": {
|
|
4513
4754
|
"defaultValueSpecification": {
|
|
4514
|
-
"shape": "
|
|
4755
|
+
"shape": "S5a"
|
|
4515
4756
|
},
|
|
4516
4757
|
"slotConstraint": {},
|
|
4517
4758
|
"promptSpecification": {
|
|
4518
|
-
"shape": "
|
|
4759
|
+
"shape": "S3v"
|
|
4519
4760
|
},
|
|
4520
4761
|
"sampleUtterances": {
|
|
4521
|
-
"shape": "
|
|
4762
|
+
"shape": "S2h"
|
|
4522
4763
|
},
|
|
4523
4764
|
"waitAndContinueSpecification": {
|
|
4524
|
-
"shape": "
|
|
4765
|
+
"shape": "S5f"
|
|
4525
4766
|
},
|
|
4526
4767
|
"slotCaptureSetting": {
|
|
4527
4768
|
"type": "structure",
|
|
4528
4769
|
"members": {
|
|
4529
4770
|
"captureResponse": {
|
|
4530
|
-
"shape": "
|
|
4771
|
+
"shape": "S2n"
|
|
4531
4772
|
},
|
|
4532
4773
|
"captureNextStep": {
|
|
4533
|
-
"shape": "
|
|
4774
|
+
"shape": "S36"
|
|
4534
4775
|
},
|
|
4535
4776
|
"captureConditional": {
|
|
4536
|
-
"shape": "
|
|
4777
|
+
"shape": "S3i"
|
|
4537
4778
|
},
|
|
4538
4779
|
"failureResponse": {
|
|
4539
|
-
"shape": "
|
|
4780
|
+
"shape": "S2n"
|
|
4540
4781
|
},
|
|
4541
4782
|
"failureNextStep": {
|
|
4542
|
-
"shape": "
|
|
4783
|
+
"shape": "S36"
|
|
4543
4784
|
},
|
|
4544
4785
|
"failureConditional": {
|
|
4545
|
-
"shape": "
|
|
4786
|
+
"shape": "S3i"
|
|
4546
4787
|
},
|
|
4547
4788
|
"codeHook": {
|
|
4548
|
-
"shape": "
|
|
4789
|
+
"shape": "S49"
|
|
4549
4790
|
},
|
|
4550
4791
|
"elicitationCodeHook": {
|
|
4551
|
-
"shape": "
|
|
4792
|
+
"shape": "S4b"
|
|
4552
4793
|
}
|
|
4553
4794
|
}
|
|
4554
4795
|
}
|
|
4555
4796
|
}
|
|
4556
4797
|
},
|
|
4557
|
-
"
|
|
4798
|
+
"S5a": {
|
|
4558
4799
|
"type": "structure",
|
|
4559
4800
|
"required": [
|
|
4560
4801
|
"defaultValueList"
|
|
@@ -4574,7 +4815,7 @@
|
|
|
4574
4815
|
}
|
|
4575
4816
|
}
|
|
4576
4817
|
},
|
|
4577
|
-
"
|
|
4818
|
+
"S5f": {
|
|
4578
4819
|
"type": "structure",
|
|
4579
4820
|
"required": [
|
|
4580
4821
|
"waitingResponse",
|
|
@@ -4582,10 +4823,10 @@
|
|
|
4582
4823
|
],
|
|
4583
4824
|
"members": {
|
|
4584
4825
|
"waitingResponse": {
|
|
4585
|
-
"shape": "
|
|
4826
|
+
"shape": "S2n"
|
|
4586
4827
|
},
|
|
4587
4828
|
"continueResponse": {
|
|
4588
|
-
"shape": "
|
|
4829
|
+
"shape": "S2n"
|
|
4589
4830
|
},
|
|
4590
4831
|
"stillWaitingResponse": {
|
|
4591
4832
|
"type": "structure",
|
|
@@ -4596,7 +4837,7 @@
|
|
|
4596
4837
|
],
|
|
4597
4838
|
"members": {
|
|
4598
4839
|
"messageGroups": {
|
|
4599
|
-
"shape": "
|
|
4840
|
+
"shape": "S2o"
|
|
4600
4841
|
},
|
|
4601
4842
|
"frequencyInSeconds": {
|
|
4602
4843
|
"type": "integer"
|
|
@@ -4614,7 +4855,7 @@
|
|
|
4614
4855
|
}
|
|
4615
4856
|
}
|
|
4616
4857
|
},
|
|
4617
|
-
"
|
|
4858
|
+
"S5k": {
|
|
4618
4859
|
"type": "structure",
|
|
4619
4860
|
"required": [
|
|
4620
4861
|
"obfuscationSettingType"
|
|
@@ -4623,7 +4864,7 @@
|
|
|
4623
4864
|
"obfuscationSettingType": {}
|
|
4624
4865
|
}
|
|
4625
4866
|
},
|
|
4626
|
-
"
|
|
4867
|
+
"S5m": {
|
|
4627
4868
|
"type": "structure",
|
|
4628
4869
|
"members": {
|
|
4629
4870
|
"allowMultipleValues": {
|
|
@@ -4631,7 +4872,7 @@
|
|
|
4631
4872
|
}
|
|
4632
4873
|
}
|
|
4633
4874
|
},
|
|
4634
|
-
"
|
|
4875
|
+
"S5n": {
|
|
4635
4876
|
"type": "structure",
|
|
4636
4877
|
"members": {
|
|
4637
4878
|
"expression": {},
|
|
@@ -4653,16 +4894,16 @@
|
|
|
4653
4894
|
],
|
|
4654
4895
|
"members": {
|
|
4655
4896
|
"defaultValueSpecification": {
|
|
4656
|
-
"shape": "
|
|
4897
|
+
"shape": "S5a"
|
|
4657
4898
|
},
|
|
4658
4899
|
"promptSpecification": {
|
|
4659
|
-
"shape": "
|
|
4900
|
+
"shape": "S3v"
|
|
4660
4901
|
},
|
|
4661
4902
|
"sampleUtterances": {
|
|
4662
|
-
"shape": "
|
|
4903
|
+
"shape": "S2h"
|
|
4663
4904
|
},
|
|
4664
4905
|
"waitAndContinueSpecification": {
|
|
4665
|
-
"shape": "
|
|
4906
|
+
"shape": "S5f"
|
|
4666
4907
|
}
|
|
4667
4908
|
}
|
|
4668
4909
|
}
|
|
@@ -4671,24 +4912,24 @@
|
|
|
4671
4912
|
}
|
|
4672
4913
|
}
|
|
4673
4914
|
},
|
|
4674
|
-
"
|
|
4915
|
+
"S5u": {
|
|
4675
4916
|
"type": "list",
|
|
4676
4917
|
"member": {
|
|
4677
4918
|
"type": "structure",
|
|
4678
4919
|
"members": {
|
|
4679
4920
|
"sampleValue": {
|
|
4680
|
-
"shape": "
|
|
4921
|
+
"shape": "S5w"
|
|
4681
4922
|
},
|
|
4682
4923
|
"synonyms": {
|
|
4683
4924
|
"type": "list",
|
|
4684
4925
|
"member": {
|
|
4685
|
-
"shape": "
|
|
4926
|
+
"shape": "S5w"
|
|
4686
4927
|
}
|
|
4687
4928
|
}
|
|
4688
4929
|
}
|
|
4689
4930
|
}
|
|
4690
4931
|
},
|
|
4691
|
-
"
|
|
4932
|
+
"S5w": {
|
|
4692
4933
|
"type": "structure",
|
|
4693
4934
|
"required": [
|
|
4694
4935
|
"value"
|
|
@@ -4697,7 +4938,7 @@
|
|
|
4697
4938
|
"value": {}
|
|
4698
4939
|
}
|
|
4699
4940
|
},
|
|
4700
|
-
"
|
|
4941
|
+
"S5z": {
|
|
4701
4942
|
"type": "structure",
|
|
4702
4943
|
"required": [
|
|
4703
4944
|
"resolutionStrategy"
|
|
@@ -4721,7 +4962,7 @@
|
|
|
4721
4962
|
}
|
|
4722
4963
|
}
|
|
4723
4964
|
},
|
|
4724
|
-
"
|
|
4965
|
+
"S66": {
|
|
4725
4966
|
"type": "structure",
|
|
4726
4967
|
"members": {
|
|
4727
4968
|
"grammarSlotTypeSetting": {
|
|
@@ -4743,7 +4984,7 @@
|
|
|
4743
4984
|
}
|
|
4744
4985
|
}
|
|
4745
4986
|
},
|
|
4746
|
-
"
|
|
4987
|
+
"S6b": {
|
|
4747
4988
|
"type": "structure",
|
|
4748
4989
|
"members": {
|
|
4749
4990
|
"subSlots": {
|
|
@@ -4762,15 +5003,15 @@
|
|
|
4762
5003
|
}
|
|
4763
5004
|
}
|
|
4764
5005
|
},
|
|
4765
|
-
"
|
|
5006
|
+
"S7i": {
|
|
4766
5007
|
"type": "list",
|
|
4767
5008
|
"member": {}
|
|
4768
5009
|
},
|
|
4769
|
-
"
|
|
5010
|
+
"S7n": {
|
|
4770
5011
|
"type": "list",
|
|
4771
5012
|
"member": {}
|
|
4772
5013
|
},
|
|
4773
|
-
"
|
|
5014
|
+
"S7s": {
|
|
4774
5015
|
"type": "structure",
|
|
4775
5016
|
"members": {
|
|
4776
5017
|
"s3BucketTranscriptSource": {
|
|
@@ -4821,23 +5062,23 @@
|
|
|
4821
5062
|
}
|
|
4822
5063
|
}
|
|
4823
5064
|
},
|
|
4824
|
-
"
|
|
5065
|
+
"S81": {
|
|
4825
5066
|
"type": "structure",
|
|
4826
5067
|
"members": {
|
|
4827
5068
|
"kmsKeyArn": {},
|
|
4828
5069
|
"botLocaleExportPassword": {
|
|
4829
|
-
"shape": "
|
|
5070
|
+
"shape": "S82"
|
|
4830
5071
|
},
|
|
4831
5072
|
"associatedTranscriptsPassword": {
|
|
4832
|
-
"shape": "
|
|
5073
|
+
"shape": "S82"
|
|
4833
5074
|
}
|
|
4834
5075
|
}
|
|
4835
5076
|
},
|
|
4836
|
-
"
|
|
5077
|
+
"S82": {
|
|
4837
5078
|
"type": "string",
|
|
4838
5079
|
"sensitive": true
|
|
4839
5080
|
},
|
|
4840
|
-
"
|
|
5081
|
+
"S8g": {
|
|
4841
5082
|
"type": "structure",
|
|
4842
5083
|
"members": {
|
|
4843
5084
|
"botImportSpecification": {
|
|
@@ -4851,16 +5092,16 @@
|
|
|
4851
5092
|
"botName": {},
|
|
4852
5093
|
"roleArn": {},
|
|
4853
5094
|
"dataPrivacy": {
|
|
4854
|
-
"shape": "
|
|
5095
|
+
"shape": "Sx"
|
|
4855
5096
|
},
|
|
4856
5097
|
"idleSessionTTLInSeconds": {
|
|
4857
5098
|
"type": "integer"
|
|
4858
5099
|
},
|
|
4859
5100
|
"botTags": {
|
|
4860
|
-
"shape": "
|
|
5101
|
+
"shape": "S10"
|
|
4861
5102
|
},
|
|
4862
5103
|
"testBotAliasTags": {
|
|
4863
|
-
"shape": "
|
|
5104
|
+
"shape": "S10"
|
|
4864
5105
|
}
|
|
4865
5106
|
}
|
|
4866
5107
|
},
|
|
@@ -4879,7 +5120,7 @@
|
|
|
4879
5120
|
"type": "double"
|
|
4880
5121
|
},
|
|
4881
5122
|
"voiceSettings": {
|
|
4882
|
-
"shape": "
|
|
5123
|
+
"shape": "S1x"
|
|
4883
5124
|
}
|
|
4884
5125
|
}
|
|
4885
5126
|
},
|
|
@@ -4898,7 +5139,7 @@
|
|
|
4898
5139
|
}
|
|
4899
5140
|
}
|
|
4900
5141
|
},
|
|
4901
|
-
"
|
|
5142
|
+
"S8o": {
|
|
4902
5143
|
"type": "list",
|
|
4903
5144
|
"member": {
|
|
4904
5145
|
"type": "structure",
|
|
@@ -4914,7 +5155,7 @@
|
|
|
4914
5155
|
}
|
|
4915
5156
|
}
|
|
4916
5157
|
},
|
|
4917
|
-
"
|
|
5158
|
+
"S8y": {
|
|
4918
5159
|
"type": "structure",
|
|
4919
5160
|
"required": [
|
|
4920
5161
|
"relativeAggregationDuration"
|
|
@@ -4935,7 +5176,7 @@
|
|
|
4935
5176
|
}
|
|
4936
5177
|
}
|
|
4937
5178
|
},
|
|
4938
|
-
"
|
|
5179
|
+
"S98": {
|
|
4939
5180
|
"type": "list",
|
|
4940
5181
|
"member": {}
|
|
4941
5182
|
}
|