aws-sdk 2.928.0 → 2.929.0
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/CHANGELOG.md +8 -1
- package/README.md +1 -1
- package/apis/connect-2017-08-08.min.json +229 -124
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/models.lex.v2-2020-08-07.min.json +60 -37
- package/apis/redshift-data-2019-12-20.min.json +26 -3
- package/apis/runtime.lex.v2-2020-08-07.min.json +49 -35
- package/clients/connect.d.ts +184 -94
- package/clients/ec2.d.ts +1 -1
- package/clients/lexmodelsv2.d.ts +30 -4
- package/clients/lexruntimev2.d.ts +46 -36
- package/clients/redshiftdata.d.ts +25 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +287 -162
- package/dist/aws-sdk.min.js +68 -68
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -16,6 +16,12 @@
|
|
|
16
16
|
"output_token": "NextToken",
|
|
17
17
|
"result_key": "Origins"
|
|
18
18
|
},
|
|
19
|
+
"ListBots": {
|
|
20
|
+
"input_token": "NextToken",
|
|
21
|
+
"limit_key": "MaxResults",
|
|
22
|
+
"output_token": "NextToken",
|
|
23
|
+
"result_key": "LexBots"
|
|
24
|
+
},
|
|
19
25
|
"ListContactFlows": {
|
|
20
26
|
"input_token": "NextToken",
|
|
21
27
|
"limit_key": "MaxResults",
|
|
@@ -525,6 +525,9 @@
|
|
|
525
525
|
"intentId": {
|
|
526
526
|
"location": "uri",
|
|
527
527
|
"locationName": "intentId"
|
|
528
|
+
},
|
|
529
|
+
"multipleValuesSetting": {
|
|
530
|
+
"shape": "S3u"
|
|
528
531
|
}
|
|
529
532
|
}
|
|
530
533
|
},
|
|
@@ -547,6 +550,9 @@
|
|
|
547
550
|
"intentId": {},
|
|
548
551
|
"creationDateTime": {
|
|
549
552
|
"type": "timestamp"
|
|
553
|
+
},
|
|
554
|
+
"multipleValuesSetting": {
|
|
555
|
+
"shape": "S3u"
|
|
550
556
|
}
|
|
551
557
|
}
|
|
552
558
|
}
|
|
@@ -570,10 +576,10 @@
|
|
|
570
576
|
"slotTypeName": {},
|
|
571
577
|
"description": {},
|
|
572
578
|
"slotTypeValues": {
|
|
573
|
-
"shape": "
|
|
579
|
+
"shape": "S3x"
|
|
574
580
|
},
|
|
575
581
|
"valueSelectionSetting": {
|
|
576
|
-
"shape": "
|
|
582
|
+
"shape": "S42"
|
|
577
583
|
},
|
|
578
584
|
"parentSlotTypeSignature": {},
|
|
579
585
|
"botId": {
|
|
@@ -597,10 +603,10 @@
|
|
|
597
603
|
"slotTypeName": {},
|
|
598
604
|
"description": {},
|
|
599
605
|
"slotTypeValues": {
|
|
600
|
-
"shape": "
|
|
606
|
+
"shape": "S3x"
|
|
601
607
|
},
|
|
602
608
|
"valueSelectionSetting": {
|
|
603
|
-
"shape": "
|
|
609
|
+
"shape": "S42"
|
|
604
610
|
},
|
|
605
611
|
"parentSlotTypeSignature": {},
|
|
606
612
|
"botId": {},
|
|
@@ -1157,7 +1163,7 @@
|
|
|
1157
1163
|
},
|
|
1158
1164
|
"botLocaleStatus": {},
|
|
1159
1165
|
"failureReasons": {
|
|
1160
|
-
"shape": "
|
|
1166
|
+
"shape": "S55"
|
|
1161
1167
|
},
|
|
1162
1168
|
"creationDateTime": {
|
|
1163
1169
|
"type": "timestamp"
|
|
@@ -1226,7 +1232,7 @@
|
|
|
1226
1232
|
},
|
|
1227
1233
|
"botStatus": {},
|
|
1228
1234
|
"failureReasons": {
|
|
1229
|
-
"shape": "
|
|
1235
|
+
"shape": "S55"
|
|
1230
1236
|
},
|
|
1231
1237
|
"creationDateTime": {
|
|
1232
1238
|
"type": "timestamp"
|
|
@@ -1262,7 +1268,7 @@
|
|
|
1262
1268
|
"fileFormat": {},
|
|
1263
1269
|
"exportStatus": {},
|
|
1264
1270
|
"failureReasons": {
|
|
1265
|
-
"shape": "
|
|
1271
|
+
"shape": "S55"
|
|
1266
1272
|
},
|
|
1267
1273
|
"downloadUrl": {},
|
|
1268
1274
|
"creationDateTime": {
|
|
@@ -1297,14 +1303,14 @@
|
|
|
1297
1303
|
"members": {
|
|
1298
1304
|
"importId": {},
|
|
1299
1305
|
"resourceSpecification": {
|
|
1300
|
-
"shape": "
|
|
1306
|
+
"shape": "S5g"
|
|
1301
1307
|
},
|
|
1302
1308
|
"importedResourceId": {},
|
|
1303
1309
|
"importedResourceName": {},
|
|
1304
1310
|
"mergeStrategy": {},
|
|
1305
1311
|
"importStatus": {},
|
|
1306
1312
|
"failureReasons": {
|
|
1307
|
-
"shape": "
|
|
1313
|
+
"shape": "S55"
|
|
1308
1314
|
},
|
|
1309
1315
|
"creationDateTime": {
|
|
1310
1316
|
"type": "timestamp"
|
|
@@ -1365,7 +1371,7 @@
|
|
|
1365
1371
|
"shape": "S1z"
|
|
1366
1372
|
},
|
|
1367
1373
|
"slotPriorities": {
|
|
1368
|
-
"shape": "
|
|
1374
|
+
"shape": "S5n"
|
|
1369
1375
|
},
|
|
1370
1376
|
"intentConfirmationSetting": {
|
|
1371
1377
|
"shape": "S20"
|
|
@@ -1481,6 +1487,9 @@
|
|
|
1481
1487
|
},
|
|
1482
1488
|
"lastUpdatedDateTime": {
|
|
1483
1489
|
"type": "timestamp"
|
|
1490
|
+
},
|
|
1491
|
+
"multipleValuesSetting": {
|
|
1492
|
+
"shape": "S3u"
|
|
1484
1493
|
}
|
|
1485
1494
|
}
|
|
1486
1495
|
}
|
|
@@ -1525,10 +1534,10 @@
|
|
|
1525
1534
|
"slotTypeName": {},
|
|
1526
1535
|
"description": {},
|
|
1527
1536
|
"slotTypeValues": {
|
|
1528
|
-
"shape": "
|
|
1537
|
+
"shape": "S3x"
|
|
1529
1538
|
},
|
|
1530
1539
|
"valueSelectionSetting": {
|
|
1531
|
-
"shape": "
|
|
1540
|
+
"shape": "S42"
|
|
1532
1541
|
},
|
|
1533
1542
|
"parentSlotTypeSignature": {},
|
|
1534
1543
|
"botId": {},
|
|
@@ -1634,7 +1643,7 @@
|
|
|
1634
1643
|
"members": {
|
|
1635
1644
|
"name": {},
|
|
1636
1645
|
"values": {
|
|
1637
|
-
"shape": "
|
|
1646
|
+
"shape": "S69"
|
|
1638
1647
|
},
|
|
1639
1648
|
"operator": {}
|
|
1640
1649
|
}
|
|
@@ -1759,7 +1768,7 @@
|
|
|
1759
1768
|
"members": {
|
|
1760
1769
|
"name": {},
|
|
1761
1770
|
"values": {
|
|
1762
|
-
"shape": "
|
|
1771
|
+
"shape": "S69"
|
|
1763
1772
|
},
|
|
1764
1773
|
"operator": {}
|
|
1765
1774
|
}
|
|
@@ -1927,7 +1936,7 @@
|
|
|
1927
1936
|
"members": {
|
|
1928
1937
|
"name": {},
|
|
1929
1938
|
"values": {
|
|
1930
|
-
"shape": "
|
|
1939
|
+
"shape": "S69"
|
|
1931
1940
|
},
|
|
1932
1941
|
"operator": {}
|
|
1933
1942
|
}
|
|
@@ -2001,7 +2010,7 @@
|
|
|
2001
2010
|
"members": {
|
|
2002
2011
|
"name": {},
|
|
2003
2012
|
"values": {
|
|
2004
|
-
"shape": "
|
|
2013
|
+
"shape": "S69"
|
|
2005
2014
|
},
|
|
2006
2015
|
"operator": {}
|
|
2007
2016
|
}
|
|
@@ -2089,7 +2098,7 @@
|
|
|
2089
2098
|
"members": {
|
|
2090
2099
|
"name": {},
|
|
2091
2100
|
"values": {
|
|
2092
|
-
"shape": "
|
|
2101
|
+
"shape": "S69"
|
|
2093
2102
|
},
|
|
2094
2103
|
"operator": {}
|
|
2095
2104
|
}
|
|
@@ -2180,7 +2189,7 @@
|
|
|
2180
2189
|
"members": {
|
|
2181
2190
|
"name": {},
|
|
2182
2191
|
"values": {
|
|
2183
|
-
"shape": "
|
|
2192
|
+
"shape": "S69"
|
|
2184
2193
|
},
|
|
2185
2194
|
"operator": {}
|
|
2186
2195
|
}
|
|
@@ -2270,7 +2279,7 @@
|
|
|
2270
2279
|
"members": {
|
|
2271
2280
|
"name": {},
|
|
2272
2281
|
"values": {
|
|
2273
|
-
"shape": "
|
|
2282
|
+
"shape": "S69"
|
|
2274
2283
|
},
|
|
2275
2284
|
"operator": {}
|
|
2276
2285
|
}
|
|
@@ -2355,7 +2364,7 @@
|
|
|
2355
2364
|
"members": {
|
|
2356
2365
|
"importId": {},
|
|
2357
2366
|
"resourceSpecification": {
|
|
2358
|
-
"shape": "
|
|
2367
|
+
"shape": "S5g"
|
|
2359
2368
|
},
|
|
2360
2369
|
"mergeStrategy": {},
|
|
2361
2370
|
"filePassword": {
|
|
@@ -2368,7 +2377,7 @@
|
|
|
2368
2377
|
"members": {
|
|
2369
2378
|
"importId": {},
|
|
2370
2379
|
"resourceSpecification": {
|
|
2371
|
-
"shape": "
|
|
2380
|
+
"shape": "S5g"
|
|
2372
2381
|
},
|
|
2373
2382
|
"mergeStrategy": {},
|
|
2374
2383
|
"importStatus": {},
|
|
@@ -2603,7 +2612,7 @@
|
|
|
2603
2612
|
},
|
|
2604
2613
|
"botLocaleStatus": {},
|
|
2605
2614
|
"failureReasons": {
|
|
2606
|
-
"shape": "
|
|
2615
|
+
"shape": "S55"
|
|
2607
2616
|
},
|
|
2608
2617
|
"creationDateTime": {
|
|
2609
2618
|
"type": "timestamp"
|
|
@@ -2686,7 +2695,7 @@
|
|
|
2686
2695
|
"shape": "S1z"
|
|
2687
2696
|
},
|
|
2688
2697
|
"slotPriorities": {
|
|
2689
|
-
"shape": "
|
|
2698
|
+
"shape": "S5n"
|
|
2690
2699
|
},
|
|
2691
2700
|
"intentConfirmationSetting": {
|
|
2692
2701
|
"shape": "S20"
|
|
@@ -2734,7 +2743,7 @@
|
|
|
2734
2743
|
"shape": "S1z"
|
|
2735
2744
|
},
|
|
2736
2745
|
"slotPriorities": {
|
|
2737
|
-
"shape": "
|
|
2746
|
+
"shape": "S5n"
|
|
2738
2747
|
},
|
|
2739
2748
|
"intentConfirmationSetting": {
|
|
2740
2749
|
"shape": "S20"
|
|
@@ -2842,6 +2851,9 @@
|
|
|
2842
2851
|
"intentId": {
|
|
2843
2852
|
"location": "uri",
|
|
2844
2853
|
"locationName": "intentId"
|
|
2854
|
+
},
|
|
2855
|
+
"multipleValuesSetting": {
|
|
2856
|
+
"shape": "S3u"
|
|
2845
2857
|
}
|
|
2846
2858
|
}
|
|
2847
2859
|
},
|
|
@@ -2867,6 +2879,9 @@
|
|
|
2867
2879
|
},
|
|
2868
2880
|
"lastUpdatedDateTime": {
|
|
2869
2881
|
"type": "timestamp"
|
|
2882
|
+
},
|
|
2883
|
+
"multipleValuesSetting": {
|
|
2884
|
+
"shape": "S3u"
|
|
2870
2885
|
}
|
|
2871
2886
|
}
|
|
2872
2887
|
}
|
|
@@ -2895,10 +2910,10 @@
|
|
|
2895
2910
|
"slotTypeName": {},
|
|
2896
2911
|
"description": {},
|
|
2897
2912
|
"slotTypeValues": {
|
|
2898
|
-
"shape": "
|
|
2913
|
+
"shape": "S3x"
|
|
2899
2914
|
},
|
|
2900
2915
|
"valueSelectionSetting": {
|
|
2901
|
-
"shape": "
|
|
2916
|
+
"shape": "S42"
|
|
2902
2917
|
},
|
|
2903
2918
|
"parentSlotTypeSignature": {},
|
|
2904
2919
|
"botId": {
|
|
@@ -2922,10 +2937,10 @@
|
|
|
2922
2937
|
"slotTypeName": {},
|
|
2923
2938
|
"description": {},
|
|
2924
2939
|
"slotTypeValues": {
|
|
2925
|
-
"shape": "
|
|
2940
|
+
"shape": "S3x"
|
|
2926
2941
|
},
|
|
2927
2942
|
"valueSelectionSetting": {
|
|
2928
|
-
"shape": "
|
|
2943
|
+
"shape": "S42"
|
|
2929
2944
|
},
|
|
2930
2945
|
"parentSlotTypeSignature": {},
|
|
2931
2946
|
"botId": {},
|
|
@@ -3427,24 +3442,32 @@
|
|
|
3427
3442
|
"obfuscationSettingType": {}
|
|
3428
3443
|
}
|
|
3429
3444
|
},
|
|
3430
|
-
"
|
|
3445
|
+
"S3u": {
|
|
3446
|
+
"type": "structure",
|
|
3447
|
+
"members": {
|
|
3448
|
+
"allowMultipleValues": {
|
|
3449
|
+
"type": "boolean"
|
|
3450
|
+
}
|
|
3451
|
+
}
|
|
3452
|
+
},
|
|
3453
|
+
"S3x": {
|
|
3431
3454
|
"type": "list",
|
|
3432
3455
|
"member": {
|
|
3433
3456
|
"type": "structure",
|
|
3434
3457
|
"members": {
|
|
3435
3458
|
"sampleValue": {
|
|
3436
|
-
"shape": "
|
|
3459
|
+
"shape": "S3z"
|
|
3437
3460
|
},
|
|
3438
3461
|
"synonyms": {
|
|
3439
3462
|
"type": "list",
|
|
3440
3463
|
"member": {
|
|
3441
|
-
"shape": "
|
|
3464
|
+
"shape": "S3z"
|
|
3442
3465
|
}
|
|
3443
3466
|
}
|
|
3444
3467
|
}
|
|
3445
3468
|
}
|
|
3446
3469
|
},
|
|
3447
|
-
"
|
|
3470
|
+
"S3z": {
|
|
3448
3471
|
"type": "structure",
|
|
3449
3472
|
"required": [
|
|
3450
3473
|
"value"
|
|
@@ -3453,7 +3476,7 @@
|
|
|
3453
3476
|
"value": {}
|
|
3454
3477
|
}
|
|
3455
3478
|
},
|
|
3456
|
-
"
|
|
3479
|
+
"S42": {
|
|
3457
3480
|
"type": "structure",
|
|
3458
3481
|
"required": [
|
|
3459
3482
|
"resolutionStrategy"
|
|
@@ -3471,11 +3494,11 @@
|
|
|
3471
3494
|
}
|
|
3472
3495
|
}
|
|
3473
3496
|
},
|
|
3474
|
-
"
|
|
3497
|
+
"S55": {
|
|
3475
3498
|
"type": "list",
|
|
3476
3499
|
"member": {}
|
|
3477
3500
|
},
|
|
3478
|
-
"
|
|
3501
|
+
"S5g": {
|
|
3479
3502
|
"type": "structure",
|
|
3480
3503
|
"members": {
|
|
3481
3504
|
"botImportSpecification": {
|
|
@@ -3523,7 +3546,7 @@
|
|
|
3523
3546
|
}
|
|
3524
3547
|
}
|
|
3525
3548
|
},
|
|
3526
|
-
"
|
|
3549
|
+
"S5n": {
|
|
3527
3550
|
"type": "list",
|
|
3528
3551
|
"member": {
|
|
3529
3552
|
"type": "structure",
|
|
@@ -3539,7 +3562,7 @@
|
|
|
3539
3562
|
}
|
|
3540
3563
|
}
|
|
3541
3564
|
},
|
|
3542
|
-
"
|
|
3565
|
+
"S69": {
|
|
3543
3566
|
"type": "list",
|
|
3544
3567
|
"member": {}
|
|
3545
3568
|
}
|
|
@@ -62,6 +62,9 @@
|
|
|
62
62
|
"type": "boolean"
|
|
63
63
|
},
|
|
64
64
|
"Id": {},
|
|
65
|
+
"QueryParameters": {
|
|
66
|
+
"shape": "Sa"
|
|
67
|
+
},
|
|
65
68
|
"QueryString": {},
|
|
66
69
|
"RedshiftPid": {
|
|
67
70
|
"type": "long"
|
|
@@ -110,7 +113,7 @@
|
|
|
110
113
|
"ColumnList": {
|
|
111
114
|
"type": "list",
|
|
112
115
|
"member": {
|
|
113
|
-
"shape": "
|
|
116
|
+
"shape": "Sm"
|
|
114
117
|
}
|
|
115
118
|
},
|
|
116
119
|
"NextToken": {},
|
|
@@ -129,6 +132,9 @@
|
|
|
129
132
|
"ClusterIdentifier": {},
|
|
130
133
|
"Database": {},
|
|
131
134
|
"DbUser": {},
|
|
135
|
+
"Parameters": {
|
|
136
|
+
"shape": "Sa"
|
|
137
|
+
},
|
|
132
138
|
"SecretArn": {},
|
|
133
139
|
"Sql": {},
|
|
134
140
|
"StatementName": {},
|
|
@@ -171,7 +177,7 @@
|
|
|
171
177
|
"ColumnMetadata": {
|
|
172
178
|
"type": "list",
|
|
173
179
|
"member": {
|
|
174
|
-
"shape": "
|
|
180
|
+
"shape": "Sm"
|
|
175
181
|
}
|
|
176
182
|
},
|
|
177
183
|
"NextToken": {},
|
|
@@ -302,6 +308,9 @@
|
|
|
302
308
|
"type": "timestamp"
|
|
303
309
|
},
|
|
304
310
|
"Id": {},
|
|
311
|
+
"QueryParameters": {
|
|
312
|
+
"shape": "Sa"
|
|
313
|
+
},
|
|
305
314
|
"QueryString": {},
|
|
306
315
|
"SecretArn": {},
|
|
307
316
|
"StatementName": {},
|
|
@@ -356,7 +365,21 @@
|
|
|
356
365
|
}
|
|
357
366
|
},
|
|
358
367
|
"shapes": {
|
|
359
|
-
"
|
|
368
|
+
"Sa": {
|
|
369
|
+
"type": "list",
|
|
370
|
+
"member": {
|
|
371
|
+
"type": "structure",
|
|
372
|
+
"required": [
|
|
373
|
+
"name",
|
|
374
|
+
"value"
|
|
375
|
+
],
|
|
376
|
+
"members": {
|
|
377
|
+
"name": {},
|
|
378
|
+
"value": {}
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"Sm": {
|
|
360
383
|
"type": "structure",
|
|
361
384
|
"members": {
|
|
362
385
|
"columnDefault": {},
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"shape": "Sl"
|
|
102
102
|
},
|
|
103
103
|
"sessionState": {
|
|
104
|
-
"shape": "
|
|
104
|
+
"shape": "S11"
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
}
|
|
@@ -140,10 +140,10 @@
|
|
|
140
140
|
"shape": "Sa"
|
|
141
141
|
},
|
|
142
142
|
"sessionState": {
|
|
143
|
-
"shape": "
|
|
143
|
+
"shape": "S11"
|
|
144
144
|
},
|
|
145
145
|
"requestAttributes": {
|
|
146
|
-
"shape": "
|
|
146
|
+
"shape": "S1c"
|
|
147
147
|
},
|
|
148
148
|
"responseContentType": {
|
|
149
149
|
"location": "header",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"locationName": "x-amz-lex-session-id"
|
|
176
176
|
},
|
|
177
177
|
"audioStream": {
|
|
178
|
-
"shape": "
|
|
178
|
+
"shape": "S1g"
|
|
179
179
|
}
|
|
180
180
|
},
|
|
181
181
|
"payload": "audioStream"
|
|
@@ -215,10 +215,10 @@
|
|
|
215
215
|
"shape": "Sc"
|
|
216
216
|
},
|
|
217
217
|
"sessionState": {
|
|
218
|
-
"shape": "
|
|
218
|
+
"shape": "S11"
|
|
219
219
|
},
|
|
220
220
|
"requestAttributes": {
|
|
221
|
-
"shape": "
|
|
221
|
+
"shape": "S1c"
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
},
|
|
@@ -229,13 +229,13 @@
|
|
|
229
229
|
"shape": "Sa"
|
|
230
230
|
},
|
|
231
231
|
"sessionState": {
|
|
232
|
-
"shape": "
|
|
232
|
+
"shape": "S11"
|
|
233
233
|
},
|
|
234
234
|
"interpretations": {
|
|
235
235
|
"shape": "Sl"
|
|
236
236
|
},
|
|
237
237
|
"requestAttributes": {
|
|
238
|
-
"shape": "
|
|
238
|
+
"shape": "S1c"
|
|
239
239
|
},
|
|
240
240
|
"sessionId": {}
|
|
241
241
|
}
|
|
@@ -272,12 +272,12 @@
|
|
|
272
272
|
"locationName": "sessionId"
|
|
273
273
|
},
|
|
274
274
|
"sessionState": {
|
|
275
|
-
"shape": "
|
|
275
|
+
"shape": "S1k",
|
|
276
276
|
"location": "header",
|
|
277
277
|
"locationName": "x-amz-lex-session-state"
|
|
278
278
|
},
|
|
279
279
|
"requestAttributes": {
|
|
280
|
-
"shape": "
|
|
280
|
+
"shape": "S1k",
|
|
281
281
|
"location": "header",
|
|
282
282
|
"locationName": "x-amz-lex-request-attributes"
|
|
283
283
|
},
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
"locationName": "Response-Content-Type"
|
|
291
291
|
},
|
|
292
292
|
"inputStream": {
|
|
293
|
-
"shape": "
|
|
293
|
+
"shape": "S1g"
|
|
294
294
|
}
|
|
295
295
|
},
|
|
296
296
|
"payload": "inputStream"
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
"locationName": "x-amz-lex-input-transcript"
|
|
332
332
|
},
|
|
333
333
|
"audioStream": {
|
|
334
|
-
"shape": "
|
|
334
|
+
"shape": "S1g"
|
|
335
335
|
}
|
|
336
336
|
},
|
|
337
337
|
"payload": "audioStream"
|
|
@@ -344,6 +344,9 @@
|
|
|
344
344
|
"type": "list",
|
|
345
345
|
"member": {
|
|
346
346
|
"type": "structure",
|
|
347
|
+
"required": [
|
|
348
|
+
"contentType"
|
|
349
|
+
],
|
|
347
350
|
"members": {
|
|
348
351
|
"content": {
|
|
349
352
|
"shape": "Sc"
|
|
@@ -434,30 +437,40 @@
|
|
|
434
437
|
"type": "map",
|
|
435
438
|
"key": {},
|
|
436
439
|
"value": {
|
|
437
|
-
"
|
|
438
|
-
"members": {
|
|
439
|
-
"value": {
|
|
440
|
-
"type": "structure",
|
|
441
|
-
"required": [
|
|
442
|
-
"interpretedValue"
|
|
443
|
-
],
|
|
444
|
-
"members": {
|
|
445
|
-
"originalValue": {},
|
|
446
|
-
"interpretedValue": {},
|
|
447
|
-
"resolvedValues": {
|
|
448
|
-
"type": "list",
|
|
449
|
-
"member": {}
|
|
450
|
-
}
|
|
451
|
-
}
|
|
452
|
-
}
|
|
453
|
-
}
|
|
440
|
+
"shape": "Su"
|
|
454
441
|
}
|
|
455
442
|
},
|
|
456
443
|
"state": {},
|
|
457
444
|
"confirmationState": {}
|
|
458
445
|
}
|
|
459
446
|
},
|
|
460
|
-
"
|
|
447
|
+
"Su": {
|
|
448
|
+
"type": "structure",
|
|
449
|
+
"members": {
|
|
450
|
+
"value": {
|
|
451
|
+
"type": "structure",
|
|
452
|
+
"required": [
|
|
453
|
+
"interpretedValue"
|
|
454
|
+
],
|
|
455
|
+
"members": {
|
|
456
|
+
"originalValue": {},
|
|
457
|
+
"interpretedValue": {},
|
|
458
|
+
"resolvedValues": {
|
|
459
|
+
"type": "list",
|
|
460
|
+
"member": {}
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
"shape": {},
|
|
465
|
+
"values": {
|
|
466
|
+
"type": "list",
|
|
467
|
+
"member": {
|
|
468
|
+
"shape": "Su"
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
"S11": {
|
|
461
474
|
"type": "structure",
|
|
462
475
|
"members": {
|
|
463
476
|
"dialogAction": {
|
|
@@ -479,7 +492,8 @@
|
|
|
479
492
|
"type": "structure",
|
|
480
493
|
"required": [
|
|
481
494
|
"name",
|
|
482
|
-
"timeToLive"
|
|
495
|
+
"timeToLive",
|
|
496
|
+
"contextAttributes"
|
|
483
497
|
],
|
|
484
498
|
"members": {
|
|
485
499
|
"name": {},
|
|
@@ -509,21 +523,21 @@
|
|
|
509
523
|
}
|
|
510
524
|
},
|
|
511
525
|
"sessionAttributes": {
|
|
512
|
-
"shape": "
|
|
526
|
+
"shape": "S1c"
|
|
513
527
|
},
|
|
514
528
|
"originatingRequestId": {}
|
|
515
529
|
}
|
|
516
530
|
},
|
|
517
|
-
"
|
|
531
|
+
"S1c": {
|
|
518
532
|
"type": "map",
|
|
519
533
|
"key": {},
|
|
520
534
|
"value": {}
|
|
521
535
|
},
|
|
522
|
-
"
|
|
536
|
+
"S1g": {
|
|
523
537
|
"type": "blob",
|
|
524
538
|
"streaming": true
|
|
525
539
|
},
|
|
526
|
-
"
|
|
540
|
+
"S1k": {
|
|
527
541
|
"type": "string",
|
|
528
542
|
"sensitive": true
|
|
529
543
|
}
|