cdk-comprehend-s3olap 2.0.36 → 2.0.39
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/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +38 -38
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +171 -6
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1 -2
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +346 -70
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +56 -44
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +103 -44
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +326 -182
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +119 -111
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +54 -34
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +121 -120
- package/node_modules/aws-sdk/clients/athena.d.ts +6 -4
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +207 -42
- package/node_modules/aws-sdk/clients/configservice.d.ts +7 -7
- package/node_modules/aws-sdk/clients/datasync.d.ts +16 -16
- package/node_modules/aws-sdk/clients/drs.d.ts +6 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/evidently.d.ts +281 -8
- package/node_modules/aws-sdk/clients/fms.d.ts +23 -3
- package/node_modules/aws-sdk/clients/glue.d.ts +43 -37
- package/node_modules/aws-sdk/clients/inspector2.d.ts +73 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +316 -131
- package/node_modules/aws-sdk/clients/nimble.d.ts +61 -37
- package/node_modules/aws-sdk/clients/outposts.d.ts +33 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -1
- package/node_modules/aws-sdk/clients/wafv2.d.ts +26 -21
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +42 -43
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +4 -4
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -211,25 +211,15 @@
|
|
211
211
|
"shape": "S1j"
|
212
212
|
},
|
213
213
|
"HierarchicalAccessControlList": {
|
214
|
-
"
|
215
|
-
"member": {
|
216
|
-
"type": "structure",
|
217
|
-
"required": [
|
218
|
-
"PrincipalList"
|
219
|
-
],
|
220
|
-
"members": {
|
221
|
-
"PrincipalList": {
|
222
|
-
"shape": "S1j"
|
223
|
-
}
|
224
|
-
}
|
225
|
-
}
|
214
|
+
"shape": "S1o"
|
226
215
|
},
|
227
|
-
"ContentType": {}
|
216
|
+
"ContentType": {},
|
217
|
+
"AccessControlConfigurationId": {}
|
228
218
|
}
|
229
219
|
}
|
230
220
|
},
|
231
221
|
"CustomDocumentEnrichmentConfiguration": {
|
232
|
-
"shape": "
|
222
|
+
"shape": "S1s"
|
233
223
|
}
|
234
224
|
}
|
235
225
|
},
|
@@ -261,6 +251,38 @@
|
|
261
251
|
}
|
262
252
|
}
|
263
253
|
},
|
254
|
+
"CreateAccessControlConfiguration": {
|
255
|
+
"input": {
|
256
|
+
"type": "structure",
|
257
|
+
"required": [
|
258
|
+
"IndexId",
|
259
|
+
"Name"
|
260
|
+
],
|
261
|
+
"members": {
|
262
|
+
"IndexId": {},
|
263
|
+
"Name": {},
|
264
|
+
"Description": {},
|
265
|
+
"AccessControlList": {
|
266
|
+
"shape": "S1j"
|
267
|
+
},
|
268
|
+
"HierarchicalAccessControlList": {
|
269
|
+
"shape": "S1o"
|
270
|
+
},
|
271
|
+
"ClientToken": {
|
272
|
+
"idempotencyToken": true
|
273
|
+
}
|
274
|
+
}
|
275
|
+
},
|
276
|
+
"output": {
|
277
|
+
"type": "structure",
|
278
|
+
"required": [
|
279
|
+
"Id"
|
280
|
+
],
|
281
|
+
"members": {
|
282
|
+
"Id": {}
|
283
|
+
}
|
284
|
+
}
|
285
|
+
},
|
264
286
|
"CreateDataSource": {
|
265
287
|
"input": {
|
266
288
|
"type": "structure",
|
@@ -274,20 +296,20 @@
|
|
274
296
|
"IndexId": {},
|
275
297
|
"Type": {},
|
276
298
|
"Configuration": {
|
277
|
-
"shape": "
|
299
|
+
"shape": "S2d"
|
278
300
|
},
|
279
301
|
"Description": {},
|
280
302
|
"Schedule": {},
|
281
303
|
"RoleArn": {},
|
282
304
|
"Tags": {
|
283
|
-
"shape": "
|
305
|
+
"shape": "S6h"
|
284
306
|
},
|
285
307
|
"ClientToken": {
|
286
308
|
"idempotencyToken": true
|
287
309
|
},
|
288
310
|
"LanguageCode": {},
|
289
311
|
"CustomDocumentEnrichmentConfiguration": {
|
290
|
-
"shape": "
|
312
|
+
"shape": "S1s"
|
291
313
|
}
|
292
314
|
}
|
293
315
|
},
|
@@ -313,7 +335,7 @@
|
|
313
335
|
"IndexId": {},
|
314
336
|
"RoleArn": {},
|
315
337
|
"Configuration": {
|
316
|
-
"shape": "
|
338
|
+
"shape": "S6p"
|
317
339
|
},
|
318
340
|
"Description": {},
|
319
341
|
"ClientToken": {
|
@@ -349,7 +371,7 @@
|
|
349
371
|
},
|
350
372
|
"RoleArn": {},
|
351
373
|
"Tags": {
|
352
|
-
"shape": "
|
374
|
+
"shape": "S6h"
|
353
375
|
},
|
354
376
|
"FileFormat": {},
|
355
377
|
"ClientToken": {
|
@@ -377,21 +399,21 @@
|
|
377
399
|
"Edition": {},
|
378
400
|
"RoleArn": {},
|
379
401
|
"ServerSideEncryptionConfiguration": {
|
380
|
-
"shape": "
|
402
|
+
"shape": "S74"
|
381
403
|
},
|
382
404
|
"Description": {},
|
383
405
|
"ClientToken": {
|
384
406
|
"idempotencyToken": true
|
385
407
|
},
|
386
408
|
"Tags": {
|
387
|
-
"shape": "
|
409
|
+
"shape": "S6h"
|
388
410
|
},
|
389
411
|
"UserTokenConfigurations": {
|
390
|
-
"shape": "
|
412
|
+
"shape": "S76"
|
391
413
|
},
|
392
414
|
"UserContextPolicy": {},
|
393
415
|
"UserGroupResolutionConfiguration": {
|
394
|
-
"shape": "
|
416
|
+
"shape": "S7g"
|
395
417
|
}
|
396
418
|
}
|
397
419
|
},
|
@@ -423,7 +445,7 @@
|
|
423
445
|
},
|
424
446
|
"RoleArn": {},
|
425
447
|
"Tags": {
|
426
|
-
"shape": "
|
448
|
+
"shape": "S6h"
|
427
449
|
}
|
428
450
|
}
|
429
451
|
},
|
@@ -449,7 +471,7 @@
|
|
449
471
|
"Description": {},
|
450
472
|
"RoleArn": {},
|
451
473
|
"Tags": {
|
452
|
-
"shape": "
|
474
|
+
"shape": "S6h"
|
453
475
|
},
|
454
476
|
"SourceS3Path": {
|
455
477
|
"shape": "S1g"
|
@@ -466,6 +488,23 @@
|
|
466
488
|
}
|
467
489
|
}
|
468
490
|
},
|
491
|
+
"DeleteAccessControlConfiguration": {
|
492
|
+
"input": {
|
493
|
+
"type": "structure",
|
494
|
+
"required": [
|
495
|
+
"IndexId",
|
496
|
+
"Id"
|
497
|
+
],
|
498
|
+
"members": {
|
499
|
+
"IndexId": {},
|
500
|
+
"Id": {}
|
501
|
+
}
|
502
|
+
},
|
503
|
+
"output": {
|
504
|
+
"type": "structure",
|
505
|
+
"members": {}
|
506
|
+
}
|
507
|
+
},
|
469
508
|
"DeleteDataSource": {
|
470
509
|
"input": {
|
471
510
|
"type": "structure",
|
@@ -563,6 +602,36 @@
|
|
563
602
|
}
|
564
603
|
}
|
565
604
|
},
|
605
|
+
"DescribeAccessControlConfiguration": {
|
606
|
+
"input": {
|
607
|
+
"type": "structure",
|
608
|
+
"required": [
|
609
|
+
"IndexId",
|
610
|
+
"Id"
|
611
|
+
],
|
612
|
+
"members": {
|
613
|
+
"IndexId": {},
|
614
|
+
"Id": {}
|
615
|
+
}
|
616
|
+
},
|
617
|
+
"output": {
|
618
|
+
"type": "structure",
|
619
|
+
"required": [
|
620
|
+
"Name"
|
621
|
+
],
|
622
|
+
"members": {
|
623
|
+
"Name": {},
|
624
|
+
"Description": {},
|
625
|
+
"ErrorMessage": {},
|
626
|
+
"AccessControlList": {
|
627
|
+
"shape": "S1j"
|
628
|
+
},
|
629
|
+
"HierarchicalAccessControlList": {
|
630
|
+
"shape": "S1o"
|
631
|
+
}
|
632
|
+
}
|
633
|
+
}
|
634
|
+
},
|
566
635
|
"DescribeDataSource": {
|
567
636
|
"input": {
|
568
637
|
"type": "structure",
|
@@ -583,7 +652,7 @@
|
|
583
652
|
"Name": {},
|
584
653
|
"Type": {},
|
585
654
|
"Configuration": {
|
586
|
-
"shape": "
|
655
|
+
"shape": "S2d"
|
587
656
|
},
|
588
657
|
"CreatedAt": {
|
589
658
|
"type": "timestamp"
|
@@ -598,7 +667,7 @@
|
|
598
667
|
"ErrorMessage": {},
|
599
668
|
"LanguageCode": {},
|
600
669
|
"CustomDocumentEnrichmentConfiguration": {
|
601
|
-
"shape": "
|
670
|
+
"shape": "S1s"
|
602
671
|
}
|
603
672
|
}
|
604
673
|
}
|
@@ -622,10 +691,10 @@
|
|
622
691
|
"IndexId": {},
|
623
692
|
"Name": {},
|
624
693
|
"Endpoints": {
|
625
|
-
"shape": "
|
694
|
+
"shape": "S8a"
|
626
695
|
},
|
627
696
|
"Configuration": {
|
628
|
-
"shape": "
|
697
|
+
"shape": "S6p"
|
629
698
|
},
|
630
699
|
"CreatedAt": {
|
631
700
|
"type": "timestamp"
|
@@ -694,7 +763,7 @@
|
|
694
763
|
"Edition": {},
|
695
764
|
"RoleArn": {},
|
696
765
|
"ServerSideEncryptionConfiguration": {
|
697
|
-
"shape": "
|
766
|
+
"shape": "S74"
|
698
767
|
},
|
699
768
|
"Status": {},
|
700
769
|
"Description": {},
|
@@ -705,7 +774,7 @@
|
|
705
774
|
"type": "timestamp"
|
706
775
|
},
|
707
776
|
"DocumentMetadataConfigurations": {
|
708
|
-
"shape": "
|
777
|
+
"shape": "S8l"
|
709
778
|
},
|
710
779
|
"IndexStatistics": {
|
711
780
|
"type": "structure",
|
@@ -744,14 +813,14 @@
|
|
744
813
|
},
|
745
814
|
"ErrorMessage": {},
|
746
815
|
"CapacityUnits": {
|
747
|
-
"shape": "
|
816
|
+
"shape": "S93"
|
748
817
|
},
|
749
818
|
"UserTokenConfigurations": {
|
750
|
-
"shape": "
|
819
|
+
"shape": "S76"
|
751
820
|
},
|
752
821
|
"UserContextPolicy": {},
|
753
822
|
"UserGroupResolutionConfiguration": {
|
754
|
-
"shape": "
|
823
|
+
"shape": "S7g"
|
755
824
|
}
|
756
825
|
}
|
757
826
|
}
|
@@ -1051,7 +1120,7 @@
|
|
1051
1120
|
"type": "structure",
|
1052
1121
|
"members": {
|
1053
1122
|
"SnapShotTimeFilter": {
|
1054
|
-
"shape": "
|
1123
|
+
"shape": "Sac"
|
1055
1124
|
},
|
1056
1125
|
"SnapshotsDataHeader": {
|
1057
1126
|
"type": "list",
|
@@ -1068,6 +1137,42 @@
|
|
1068
1137
|
}
|
1069
1138
|
}
|
1070
1139
|
},
|
1140
|
+
"ListAccessControlConfigurations": {
|
1141
|
+
"input": {
|
1142
|
+
"type": "structure",
|
1143
|
+
"required": [
|
1144
|
+
"IndexId"
|
1145
|
+
],
|
1146
|
+
"members": {
|
1147
|
+
"IndexId": {},
|
1148
|
+
"NextToken": {},
|
1149
|
+
"MaxResults": {
|
1150
|
+
"type": "integer"
|
1151
|
+
}
|
1152
|
+
}
|
1153
|
+
},
|
1154
|
+
"output": {
|
1155
|
+
"type": "structure",
|
1156
|
+
"required": [
|
1157
|
+
"AccessControlConfigurations"
|
1158
|
+
],
|
1159
|
+
"members": {
|
1160
|
+
"NextToken": {},
|
1161
|
+
"AccessControlConfigurations": {
|
1162
|
+
"type": "list",
|
1163
|
+
"member": {
|
1164
|
+
"type": "structure",
|
1165
|
+
"required": [
|
1166
|
+
"Id"
|
1167
|
+
],
|
1168
|
+
"members": {
|
1169
|
+
"Id": {}
|
1170
|
+
}
|
1171
|
+
}
|
1172
|
+
}
|
1173
|
+
}
|
1174
|
+
}
|
1175
|
+
},
|
1071
1176
|
"ListDataSourceSyncJobs": {
|
1072
1177
|
"input": {
|
1073
1178
|
"type": "structure",
|
@@ -1083,7 +1188,7 @@
|
|
1083
1188
|
"type": "integer"
|
1084
1189
|
},
|
1085
1190
|
"StartTimeFilter": {
|
1086
|
-
"shape": "
|
1191
|
+
"shape": "Sac"
|
1087
1192
|
},
|
1088
1193
|
"StatusFilter": {}
|
1089
1194
|
}
|
@@ -1230,19 +1335,19 @@
|
|
1230
1335
|
"type": "structure",
|
1231
1336
|
"members": {
|
1232
1337
|
"UserName": {
|
1233
|
-
"shape": "
|
1338
|
+
"shape": "Sb8"
|
1234
1339
|
},
|
1235
1340
|
"GroupName": {
|
1236
|
-
"shape": "
|
1341
|
+
"shape": "Sb8"
|
1237
1342
|
},
|
1238
1343
|
"IdentifiedUserName": {
|
1239
|
-
"shape": "
|
1344
|
+
"shape": "Sb8"
|
1240
1345
|
},
|
1241
1346
|
"FirstName": {
|
1242
|
-
"shape": "
|
1347
|
+
"shape": "Sb8"
|
1243
1348
|
},
|
1244
1349
|
"LastName": {
|
1245
|
-
"shape": "
|
1350
|
+
"shape": "Sb8"
|
1246
1351
|
}
|
1247
1352
|
}
|
1248
1353
|
}
|
@@ -1282,7 +1387,7 @@
|
|
1282
1387
|
},
|
1283
1388
|
"Status": {},
|
1284
1389
|
"Endpoints": {
|
1285
|
-
"shape": "
|
1390
|
+
"shape": "S8a"
|
1286
1391
|
}
|
1287
1392
|
}
|
1288
1393
|
}
|
@@ -1464,7 +1569,7 @@
|
|
1464
1569
|
"type": "structure",
|
1465
1570
|
"members": {
|
1466
1571
|
"Tags": {
|
1467
|
-
"shape": "
|
1572
|
+
"shape": "S6h"
|
1468
1573
|
}
|
1469
1574
|
}
|
1470
1575
|
}
|
@@ -1569,10 +1674,10 @@
|
|
1569
1674
|
"IndexId": {},
|
1570
1675
|
"QueryText": {},
|
1571
1676
|
"AttributeFilter": {
|
1572
|
-
"shape": "
|
1677
|
+
"shape": "Scf"
|
1573
1678
|
},
|
1574
1679
|
"Facets": {
|
1575
|
-
"shape": "
|
1680
|
+
"shape": "Sch"
|
1576
1681
|
},
|
1577
1682
|
"RequestedDocumentAttributes": {
|
1578
1683
|
"type": "list",
|
@@ -1590,7 +1695,7 @@
|
|
1590
1695
|
"members": {
|
1591
1696
|
"Name": {},
|
1592
1697
|
"Relevance": {
|
1593
|
-
"shape": "
|
1698
|
+
"shape": "S8p"
|
1594
1699
|
}
|
1595
1700
|
}
|
1596
1701
|
}
|
@@ -1678,7 +1783,7 @@
|
|
1678
1783
|
"type": "structure",
|
1679
1784
|
"members": {
|
1680
1785
|
"TextWithHighlightsValue": {
|
1681
|
-
"shape": "
|
1786
|
+
"shape": "Sd5"
|
1682
1787
|
}
|
1683
1788
|
}
|
1684
1789
|
}
|
@@ -1687,10 +1792,10 @@
|
|
1687
1792
|
},
|
1688
1793
|
"DocumentId": {},
|
1689
1794
|
"DocumentTitle": {
|
1690
|
-
"shape": "
|
1795
|
+
"shape": "Sd5"
|
1691
1796
|
},
|
1692
1797
|
"DocumentExcerpt": {
|
1693
|
-
"shape": "
|
1798
|
+
"shape": "Sd5"
|
1694
1799
|
},
|
1695
1800
|
"DocumentURI": {},
|
1696
1801
|
"DocumentAttributes": {
|
@@ -1707,7 +1812,7 @@
|
|
1707
1812
|
}
|
1708
1813
|
},
|
1709
1814
|
"FacetResults": {
|
1710
|
-
"shape": "
|
1815
|
+
"shape": "Sdc"
|
1711
1816
|
},
|
1712
1817
|
"TotalNumberOfResults": {
|
1713
1818
|
"type": "integer"
|
@@ -1835,7 +1940,7 @@
|
|
1835
1940
|
"members": {
|
1836
1941
|
"ResourceARN": {},
|
1837
1942
|
"Tags": {
|
1838
|
-
"shape": "
|
1943
|
+
"shape": "S6h"
|
1839
1944
|
}
|
1840
1945
|
}
|
1841
1946
|
},
|
@@ -1864,6 +1969,31 @@
|
|
1864
1969
|
"members": {}
|
1865
1970
|
}
|
1866
1971
|
},
|
1972
|
+
"UpdateAccessControlConfiguration": {
|
1973
|
+
"input": {
|
1974
|
+
"type": "structure",
|
1975
|
+
"required": [
|
1976
|
+
"IndexId",
|
1977
|
+
"Id"
|
1978
|
+
],
|
1979
|
+
"members": {
|
1980
|
+
"IndexId": {},
|
1981
|
+
"Id": {},
|
1982
|
+
"Name": {},
|
1983
|
+
"Description": {},
|
1984
|
+
"AccessControlList": {
|
1985
|
+
"shape": "S1j"
|
1986
|
+
},
|
1987
|
+
"HierarchicalAccessControlList": {
|
1988
|
+
"shape": "S1o"
|
1989
|
+
}
|
1990
|
+
}
|
1991
|
+
},
|
1992
|
+
"output": {
|
1993
|
+
"type": "structure",
|
1994
|
+
"members": {}
|
1995
|
+
}
|
1996
|
+
},
|
1867
1997
|
"UpdateDataSource": {
|
1868
1998
|
"input": {
|
1869
1999
|
"type": "structure",
|
@@ -1876,14 +2006,14 @@
|
|
1876
2006
|
"Name": {},
|
1877
2007
|
"IndexId": {},
|
1878
2008
|
"Configuration": {
|
1879
|
-
"shape": "
|
2009
|
+
"shape": "S2d"
|
1880
2010
|
},
|
1881
2011
|
"Description": {},
|
1882
2012
|
"Schedule": {},
|
1883
2013
|
"RoleArn": {},
|
1884
2014
|
"LanguageCode": {},
|
1885
2015
|
"CustomDocumentEnrichmentConfiguration": {
|
1886
|
-
"shape": "
|
2016
|
+
"shape": "S1s"
|
1887
2017
|
}
|
1888
2018
|
}
|
1889
2019
|
}
|
@@ -1901,7 +2031,7 @@
|
|
1901
2031
|
"IndexId": {},
|
1902
2032
|
"RoleArn": {},
|
1903
2033
|
"Configuration": {
|
1904
|
-
"shape": "
|
2034
|
+
"shape": "S6p"
|
1905
2035
|
},
|
1906
2036
|
"Description": {}
|
1907
2037
|
}
|
@@ -1919,17 +2049,17 @@
|
|
1919
2049
|
"RoleArn": {},
|
1920
2050
|
"Description": {},
|
1921
2051
|
"DocumentMetadataConfigurationUpdates": {
|
1922
|
-
"shape": "
|
2052
|
+
"shape": "S8l"
|
1923
2053
|
},
|
1924
2054
|
"CapacityUnits": {
|
1925
|
-
"shape": "
|
2055
|
+
"shape": "S93"
|
1926
2056
|
},
|
1927
2057
|
"UserTokenConfigurations": {
|
1928
|
-
"shape": "
|
2058
|
+
"shape": "S76"
|
1929
2059
|
},
|
1930
2060
|
"UserContextPolicy": {},
|
1931
2061
|
"UserGroupResolutionConfiguration": {
|
1932
|
-
"shape": "
|
2062
|
+
"shape": "S7g"
|
1933
2063
|
}
|
1934
2064
|
}
|
1935
2065
|
}
|
@@ -2085,7 +2215,21 @@
|
|
2085
2215
|
}
|
2086
2216
|
}
|
2087
2217
|
},
|
2088
|
-
"
|
2218
|
+
"S1o": {
|
2219
|
+
"type": "list",
|
2220
|
+
"member": {
|
2221
|
+
"type": "structure",
|
2222
|
+
"required": [
|
2223
|
+
"PrincipalList"
|
2224
|
+
],
|
2225
|
+
"members": {
|
2226
|
+
"PrincipalList": {
|
2227
|
+
"shape": "S1j"
|
2228
|
+
}
|
2229
|
+
}
|
2230
|
+
}
|
2231
|
+
},
|
2232
|
+
"S1s": {
|
2089
2233
|
"type": "structure",
|
2090
2234
|
"members": {
|
2091
2235
|
"InlineConfigurations": {
|
@@ -2094,7 +2238,7 @@
|
|
2094
2238
|
"type": "structure",
|
2095
2239
|
"members": {
|
2096
2240
|
"Condition": {
|
2097
|
-
"shape": "
|
2241
|
+
"shape": "S1v"
|
2098
2242
|
},
|
2099
2243
|
"Target": {
|
2100
2244
|
"type": "structure",
|
@@ -2115,15 +2259,15 @@
|
|
2115
2259
|
}
|
2116
2260
|
},
|
2117
2261
|
"PreExtractionHookConfiguration": {
|
2118
|
-
"shape": "
|
2262
|
+
"shape": "S1z"
|
2119
2263
|
},
|
2120
2264
|
"PostExtractionHookConfiguration": {
|
2121
|
-
"shape": "
|
2265
|
+
"shape": "S1z"
|
2122
2266
|
},
|
2123
2267
|
"RoleArn": {}
|
2124
2268
|
}
|
2125
2269
|
},
|
2126
|
-
"
|
2270
|
+
"S1v": {
|
2127
2271
|
"type": "structure",
|
2128
2272
|
"required": [
|
2129
2273
|
"ConditionDocumentAttributeKey",
|
@@ -2137,7 +2281,7 @@
|
|
2137
2281
|
}
|
2138
2282
|
}
|
2139
2283
|
},
|
2140
|
-
"
|
2284
|
+
"S1z": {
|
2141
2285
|
"type": "structure",
|
2142
2286
|
"required": [
|
2143
2287
|
"LambdaArn",
|
@@ -2145,13 +2289,13 @@
|
|
2145
2289
|
],
|
2146
2290
|
"members": {
|
2147
2291
|
"InvocationCondition": {
|
2148
|
-
"shape": "
|
2292
|
+
"shape": "S1v"
|
2149
2293
|
},
|
2150
2294
|
"LambdaArn": {},
|
2151
2295
|
"S3Bucket": {}
|
2152
2296
|
}
|
2153
2297
|
},
|
2154
|
-
"
|
2298
|
+
"S2d": {
|
2155
2299
|
"type": "structure",
|
2156
2300
|
"members": {
|
2157
2301
|
"S3Configuration": {
|
@@ -2162,13 +2306,13 @@
|
|
2162
2306
|
"members": {
|
2163
2307
|
"BucketName": {},
|
2164
2308
|
"InclusionPrefixes": {
|
2165
|
-
"shape": "
|
2309
|
+
"shape": "S2f"
|
2166
2310
|
},
|
2167
2311
|
"InclusionPatterns": {
|
2168
|
-
"shape": "
|
2312
|
+
"shape": "S2f"
|
2169
2313
|
},
|
2170
2314
|
"ExclusionPatterns": {
|
2171
|
-
"shape": "
|
2315
|
+
"shape": "S2f"
|
2172
2316
|
},
|
2173
2317
|
"DocumentsMetadataConfiguration": {
|
2174
2318
|
"type": "structure",
|
@@ -2205,16 +2349,16 @@
|
|
2205
2349
|
"type": "boolean"
|
2206
2350
|
},
|
2207
2351
|
"InclusionPatterns": {
|
2208
|
-
"shape": "
|
2352
|
+
"shape": "S2f"
|
2209
2353
|
},
|
2210
2354
|
"ExclusionPatterns": {
|
2211
|
-
"shape": "
|
2355
|
+
"shape": "S2f"
|
2212
2356
|
},
|
2213
2357
|
"VpcConfiguration": {
|
2214
|
-
"shape": "
|
2358
|
+
"shape": "S2o"
|
2215
2359
|
},
|
2216
2360
|
"FieldMappings": {
|
2217
|
-
"shape": "
|
2361
|
+
"shape": "S2t"
|
2218
2362
|
},
|
2219
2363
|
"DocumentTitleFieldName": {},
|
2220
2364
|
"DisableLocalGroups": {
|
@@ -2254,7 +2398,7 @@
|
|
2254
2398
|
}
|
2255
2399
|
},
|
2256
2400
|
"VpcConfiguration": {
|
2257
|
-
"shape": "
|
2401
|
+
"shape": "S2o"
|
2258
2402
|
},
|
2259
2403
|
"ColumnConfiguration": {
|
2260
2404
|
"type": "structure",
|
@@ -2268,7 +2412,7 @@
|
|
2268
2412
|
"DocumentDataColumnName": {},
|
2269
2413
|
"DocumentTitleColumnName": {},
|
2270
2414
|
"FieldMappings": {
|
2271
|
-
"shape": "
|
2415
|
+
"shape": "S2t"
|
2272
2416
|
},
|
2273
2417
|
"ChangeDetectingColumns": {
|
2274
2418
|
"type": "list",
|
@@ -2315,7 +2459,7 @@
|
|
2315
2459
|
"DocumentDataFieldName": {},
|
2316
2460
|
"DocumentTitleFieldName": {},
|
2317
2461
|
"FieldMappings": {
|
2318
|
-
"shape": "
|
2462
|
+
"shape": "S2t"
|
2319
2463
|
}
|
2320
2464
|
}
|
2321
2465
|
}
|
@@ -2339,7 +2483,7 @@
|
|
2339
2483
|
"DocumentDataFieldName": {},
|
2340
2484
|
"DocumentTitleFieldName": {},
|
2341
2485
|
"FieldMappings": {
|
2342
|
-
"shape": "
|
2486
|
+
"shape": "S2t"
|
2343
2487
|
}
|
2344
2488
|
}
|
2345
2489
|
},
|
@@ -2356,7 +2500,7 @@
|
|
2356
2500
|
"DocumentDataFieldName": {},
|
2357
2501
|
"DocumentTitleFieldName": {},
|
2358
2502
|
"FieldMappings": {
|
2359
|
-
"shape": "
|
2503
|
+
"shape": "S2t"
|
2360
2504
|
}
|
2361
2505
|
}
|
2362
2506
|
}
|
@@ -2372,7 +2516,7 @@
|
|
2372
2516
|
"DocumentDataFieldName": {},
|
2373
2517
|
"DocumentTitleFieldName": {},
|
2374
2518
|
"FieldMappings": {
|
2375
|
-
"shape": "
|
2519
|
+
"shape": "S2t"
|
2376
2520
|
},
|
2377
2521
|
"IncludeFilterTypes": {
|
2378
2522
|
"type": "list",
|
@@ -2388,15 +2532,15 @@
|
|
2388
2532
|
"members": {
|
2389
2533
|
"DocumentTitleFieldName": {},
|
2390
2534
|
"FieldMappings": {
|
2391
|
-
"shape": "
|
2535
|
+
"shape": "S2t"
|
2392
2536
|
}
|
2393
2537
|
}
|
2394
2538
|
},
|
2395
2539
|
"IncludeAttachmentFilePatterns": {
|
2396
|
-
"shape": "
|
2540
|
+
"shape": "S2f"
|
2397
2541
|
},
|
2398
2542
|
"ExcludeAttachmentFilePatterns": {
|
2399
|
-
"shape": "
|
2543
|
+
"shape": "S2f"
|
2400
2544
|
}
|
2401
2545
|
}
|
2402
2546
|
},
|
@@ -2423,13 +2567,13 @@
|
|
2423
2567
|
}
|
2424
2568
|
},
|
2425
2569
|
"InclusionPatterns": {
|
2426
|
-
"shape": "
|
2570
|
+
"shape": "S2f"
|
2427
2571
|
},
|
2428
2572
|
"ExclusionPatterns": {
|
2429
|
-
"shape": "
|
2573
|
+
"shape": "S2f"
|
2430
2574
|
},
|
2431
2575
|
"FieldMappings": {
|
2432
|
-
"shape": "
|
2576
|
+
"shape": "S2t"
|
2433
2577
|
},
|
2434
2578
|
"DisableLocalGroups": {
|
2435
2579
|
"type": "boolean"
|
@@ -2457,15 +2601,15 @@
|
|
2457
2601
|
"type": "boolean"
|
2458
2602
|
},
|
2459
2603
|
"IncludeAttachmentFilePatterns": {
|
2460
|
-
"shape": "
|
2604
|
+
"shape": "S2f"
|
2461
2605
|
},
|
2462
2606
|
"ExcludeAttachmentFilePatterns": {
|
2463
|
-
"shape": "
|
2607
|
+
"shape": "S2f"
|
2464
2608
|
},
|
2465
2609
|
"DocumentDataFieldName": {},
|
2466
2610
|
"DocumentTitleFieldName": {},
|
2467
2611
|
"FieldMappings": {
|
2468
|
-
"shape": "
|
2612
|
+
"shape": "S2t"
|
2469
2613
|
},
|
2470
2614
|
"FilterQuery": {}
|
2471
2615
|
}
|
@@ -2480,15 +2624,15 @@
|
|
2480
2624
|
"type": "boolean"
|
2481
2625
|
},
|
2482
2626
|
"IncludeAttachmentFilePatterns": {
|
2483
|
-
"shape": "
|
2627
|
+
"shape": "S2f"
|
2484
2628
|
},
|
2485
2629
|
"ExcludeAttachmentFilePatterns": {
|
2486
|
-
"shape": "
|
2630
|
+
"shape": "S2f"
|
2487
2631
|
},
|
2488
2632
|
"DocumentDataFieldName": {},
|
2489
2633
|
"DocumentTitleFieldName": {},
|
2490
2634
|
"FieldMappings": {
|
2491
|
-
"shape": "
|
2635
|
+
"shape": "S2t"
|
2492
2636
|
}
|
2493
2637
|
}
|
2494
2638
|
},
|
@@ -2516,10 +2660,10 @@
|
|
2516
2660
|
"type": "boolean"
|
2517
2661
|
},
|
2518
2662
|
"IncludeSpaces": {
|
2519
|
-
"shape": "
|
2663
|
+
"shape": "S45"
|
2520
2664
|
},
|
2521
2665
|
"ExcludeSpaces": {
|
2522
|
-
"shape": "
|
2666
|
+
"shape": "S45"
|
2523
2667
|
},
|
2524
2668
|
"SpaceFieldMappings": {
|
2525
2669
|
"type": "list",
|
@@ -2586,13 +2730,13 @@
|
|
2586
2730
|
}
|
2587
2731
|
},
|
2588
2732
|
"VpcConfiguration": {
|
2589
|
-
"shape": "
|
2733
|
+
"shape": "S2o"
|
2590
2734
|
},
|
2591
2735
|
"InclusionPatterns": {
|
2592
|
-
"shape": "
|
2736
|
+
"shape": "S2f"
|
2593
2737
|
},
|
2594
2738
|
"ExclusionPatterns": {
|
2595
|
-
"shape": "
|
2739
|
+
"shape": "S2f"
|
2596
2740
|
}
|
2597
2741
|
}
|
2598
2742
|
},
|
@@ -2604,13 +2748,13 @@
|
|
2604
2748
|
"members": {
|
2605
2749
|
"SecretArn": {},
|
2606
2750
|
"InclusionPatterns": {
|
2607
|
-
"shape": "
|
2751
|
+
"shape": "S2f"
|
2608
2752
|
},
|
2609
2753
|
"ExclusionPatterns": {
|
2610
|
-
"shape": "
|
2754
|
+
"shape": "S2f"
|
2611
2755
|
},
|
2612
2756
|
"FieldMappings": {
|
2613
|
-
"shape": "
|
2757
|
+
"shape": "S2t"
|
2614
2758
|
},
|
2615
2759
|
"ExcludeMimeTypes": {
|
2616
2760
|
"type": "list",
|
@@ -2675,10 +2819,10 @@
|
|
2675
2819
|
"type": "integer"
|
2676
2820
|
},
|
2677
2821
|
"UrlInclusionPatterns": {
|
2678
|
-
"shape": "
|
2822
|
+
"shape": "S2f"
|
2679
2823
|
},
|
2680
2824
|
"UrlExclusionPatterns": {
|
2681
|
-
"shape": "
|
2825
|
+
"shape": "S2f"
|
2682
2826
|
},
|
2683
2827
|
"ProxyConfiguration": {
|
2684
2828
|
"type": "structure",
|
@@ -2733,13 +2877,13 @@
|
|
2733
2877
|
"type": "boolean"
|
2734
2878
|
},
|
2735
2879
|
"InclusionPatterns": {
|
2736
|
-
"shape": "
|
2880
|
+
"shape": "S2f"
|
2737
2881
|
},
|
2738
2882
|
"ExclusionPatterns": {
|
2739
|
-
"shape": "
|
2883
|
+
"shape": "S2f"
|
2740
2884
|
},
|
2741
2885
|
"FieldMappings": {
|
2742
|
-
"shape": "
|
2886
|
+
"shape": "S2t"
|
2743
2887
|
}
|
2744
2888
|
}
|
2745
2889
|
},
|
@@ -2754,17 +2898,17 @@
|
|
2754
2898
|
"FileSystemId": {},
|
2755
2899
|
"FileSystemType": {},
|
2756
2900
|
"VpcConfiguration": {
|
2757
|
-
"shape": "
|
2901
|
+
"shape": "S2o"
|
2758
2902
|
},
|
2759
2903
|
"SecretArn": {},
|
2760
2904
|
"InclusionPatterns": {
|
2761
|
-
"shape": "
|
2905
|
+
"shape": "S2f"
|
2762
2906
|
},
|
2763
2907
|
"ExclusionPatterns": {
|
2764
|
-
"shape": "
|
2908
|
+
"shape": "S2f"
|
2765
2909
|
},
|
2766
2910
|
"FieldMappings": {
|
2767
|
-
"shape": "
|
2911
|
+
"shape": "S2t"
|
2768
2912
|
}
|
2769
2913
|
}
|
2770
2914
|
},
|
@@ -2780,7 +2924,7 @@
|
|
2780
2924
|
"TeamId": {},
|
2781
2925
|
"SecretArn": {},
|
2782
2926
|
"VpcConfiguration": {
|
2783
|
-
"shape": "
|
2927
|
+
"shape": "S2o"
|
2784
2928
|
},
|
2785
2929
|
"SlackEntityList": {
|
2786
2930
|
"type": "list",
|
@@ -2808,13 +2952,13 @@
|
|
2808
2952
|
"member": {}
|
2809
2953
|
},
|
2810
2954
|
"InclusionPatterns": {
|
2811
|
-
"shape": "
|
2955
|
+
"shape": "S2f"
|
2812
2956
|
},
|
2813
2957
|
"ExclusionPatterns": {
|
2814
|
-
"shape": "
|
2958
|
+
"shape": "S2f"
|
2815
2959
|
},
|
2816
2960
|
"FieldMappings": {
|
2817
|
-
"shape": "
|
2961
|
+
"shape": "S2t"
|
2818
2962
|
}
|
2819
2963
|
}
|
2820
2964
|
},
|
@@ -2840,25 +2984,25 @@
|
|
2840
2984
|
"type": "boolean"
|
2841
2985
|
},
|
2842
2986
|
"FileFieldMappings": {
|
2843
|
-
"shape": "
|
2987
|
+
"shape": "S2t"
|
2844
2988
|
},
|
2845
2989
|
"TaskFieldMappings": {
|
2846
|
-
"shape": "
|
2990
|
+
"shape": "S2t"
|
2847
2991
|
},
|
2848
2992
|
"CommentFieldMappings": {
|
2849
|
-
"shape": "
|
2993
|
+
"shape": "S2t"
|
2850
2994
|
},
|
2851
2995
|
"WebLinkFieldMappings": {
|
2852
|
-
"shape": "
|
2996
|
+
"shape": "S2t"
|
2853
2997
|
},
|
2854
2998
|
"InclusionPatterns": {
|
2855
|
-
"shape": "
|
2999
|
+
"shape": "S2f"
|
2856
3000
|
},
|
2857
3001
|
"ExclusionPatterns": {
|
2858
|
-
"shape": "
|
3002
|
+
"shape": "S2f"
|
2859
3003
|
},
|
2860
3004
|
"VpcConfiguration": {
|
2861
|
-
"shape": "
|
3005
|
+
"shape": "S2o"
|
2862
3006
|
}
|
2863
3007
|
}
|
2864
3008
|
},
|
@@ -2885,22 +3029,22 @@
|
|
2885
3029
|
"member": {}
|
2886
3030
|
},
|
2887
3031
|
"ThreadFieldMappings": {
|
2888
|
-
"shape": "
|
3032
|
+
"shape": "S2t"
|
2889
3033
|
},
|
2890
3034
|
"MessageFieldMappings": {
|
2891
|
-
"shape": "
|
3035
|
+
"shape": "S2t"
|
2892
3036
|
},
|
2893
3037
|
"AttachmentFieldMappings": {
|
2894
|
-
"shape": "
|
3038
|
+
"shape": "S2t"
|
2895
3039
|
},
|
2896
3040
|
"InclusionPatterns": {
|
2897
|
-
"shape": "
|
3041
|
+
"shape": "S2f"
|
2898
3042
|
},
|
2899
3043
|
"ExclusionPatterns": {
|
2900
|
-
"shape": "
|
3044
|
+
"shape": "S2f"
|
2901
3045
|
},
|
2902
3046
|
"VpcConfiguration": {
|
2903
|
-
"shape": "
|
3047
|
+
"shape": "S2o"
|
2904
3048
|
}
|
2905
3049
|
}
|
2906
3050
|
},
|
@@ -2933,28 +3077,28 @@
|
|
2933
3077
|
"member": {}
|
2934
3078
|
},
|
2935
3079
|
"AttachmentFieldMappings": {
|
2936
|
-
"shape": "
|
3080
|
+
"shape": "S2t"
|
2937
3081
|
},
|
2938
3082
|
"CommentFieldMappings": {
|
2939
|
-
"shape": "
|
3083
|
+
"shape": "S2t"
|
2940
3084
|
},
|
2941
3085
|
"IssueFieldMappings": {
|
2942
|
-
"shape": "
|
3086
|
+
"shape": "S2t"
|
2943
3087
|
},
|
2944
3088
|
"ProjectFieldMappings": {
|
2945
|
-
"shape": "
|
3089
|
+
"shape": "S2t"
|
2946
3090
|
},
|
2947
3091
|
"WorkLogFieldMappings": {
|
2948
|
-
"shape": "
|
3092
|
+
"shape": "S2t"
|
2949
3093
|
},
|
2950
3094
|
"InclusionPatterns": {
|
2951
|
-
"shape": "
|
3095
|
+
"shape": "S2f"
|
2952
3096
|
},
|
2953
3097
|
"ExclusionPatterns": {
|
2954
|
-
"shape": "
|
3098
|
+
"shape": "S2f"
|
2955
3099
|
},
|
2956
3100
|
"VpcConfiguration": {
|
2957
|
-
"shape": "
|
3101
|
+
"shape": "S2o"
|
2958
3102
|
}
|
2959
3103
|
}
|
2960
3104
|
},
|
@@ -3026,49 +3170,49 @@
|
|
3026
3170
|
"member": {}
|
3027
3171
|
},
|
3028
3172
|
"InclusionFolderNamePatterns": {
|
3029
|
-
"shape": "
|
3173
|
+
"shape": "S6a"
|
3030
3174
|
},
|
3031
3175
|
"InclusionFileTypePatterns": {
|
3032
|
-
"shape": "
|
3176
|
+
"shape": "S6a"
|
3033
3177
|
},
|
3034
3178
|
"InclusionFileNamePatterns": {
|
3035
|
-
"shape": "
|
3179
|
+
"shape": "S6a"
|
3036
3180
|
},
|
3037
3181
|
"ExclusionFolderNamePatterns": {
|
3038
|
-
"shape": "
|
3182
|
+
"shape": "S6a"
|
3039
3183
|
},
|
3040
3184
|
"ExclusionFileTypePatterns": {
|
3041
|
-
"shape": "
|
3185
|
+
"shape": "S6a"
|
3042
3186
|
},
|
3043
3187
|
"ExclusionFileNamePatterns": {
|
3044
|
-
"shape": "
|
3188
|
+
"shape": "S6a"
|
3045
3189
|
},
|
3046
3190
|
"VpcConfiguration": {
|
3047
|
-
"shape": "
|
3191
|
+
"shape": "S2o"
|
3048
3192
|
},
|
3049
3193
|
"GitHubRepositoryConfigurationFieldMappings": {
|
3050
|
-
"shape": "
|
3194
|
+
"shape": "S2t"
|
3051
3195
|
},
|
3052
3196
|
"GitHubCommitConfigurationFieldMappings": {
|
3053
|
-
"shape": "
|
3197
|
+
"shape": "S2t"
|
3054
3198
|
},
|
3055
3199
|
"GitHubIssueDocumentConfigurationFieldMappings": {
|
3056
|
-
"shape": "
|
3200
|
+
"shape": "S2t"
|
3057
3201
|
},
|
3058
3202
|
"GitHubIssueCommentConfigurationFieldMappings": {
|
3059
|
-
"shape": "
|
3203
|
+
"shape": "S2t"
|
3060
3204
|
},
|
3061
3205
|
"GitHubIssueAttachmentConfigurationFieldMappings": {
|
3062
|
-
"shape": "
|
3206
|
+
"shape": "S2t"
|
3063
3207
|
},
|
3064
3208
|
"GitHubPullRequestCommentConfigurationFieldMappings": {
|
3065
|
-
"shape": "
|
3209
|
+
"shape": "S2t"
|
3066
3210
|
},
|
3067
3211
|
"GitHubPullRequestDocumentConfigurationFieldMappings": {
|
3068
|
-
"shape": "
|
3212
|
+
"shape": "S2t"
|
3069
3213
|
},
|
3070
3214
|
"GitHubPullRequestDocumentAttachmentConfigurationFieldMappings": {
|
3071
|
-
"shape": "
|
3215
|
+
"shape": "S2t"
|
3072
3216
|
}
|
3073
3217
|
}
|
3074
3218
|
},
|
@@ -3098,32 +3242,32 @@
|
|
3098
3242
|
"member": {}
|
3099
3243
|
},
|
3100
3244
|
"DocumentLibraryFieldMappings": {
|
3101
|
-
"shape": "
|
3245
|
+
"shape": "S2t"
|
3102
3246
|
},
|
3103
3247
|
"BlogFieldMappings": {
|
3104
|
-
"shape": "
|
3248
|
+
"shape": "S2t"
|
3105
3249
|
},
|
3106
3250
|
"WikiFieldMappings": {
|
3107
|
-
"shape": "
|
3251
|
+
"shape": "S2t"
|
3108
3252
|
},
|
3109
3253
|
"InclusionPatterns": {
|
3110
|
-
"shape": "
|
3254
|
+
"shape": "S2f"
|
3111
3255
|
},
|
3112
3256
|
"ExclusionPatterns": {
|
3113
|
-
"shape": "
|
3257
|
+
"shape": "S2f"
|
3114
3258
|
},
|
3115
3259
|
"VpcConfiguration": {
|
3116
|
-
"shape": "
|
3260
|
+
"shape": "S2o"
|
3117
3261
|
}
|
3118
3262
|
}
|
3119
3263
|
}
|
3120
3264
|
}
|
3121
3265
|
},
|
3122
|
-
"
|
3266
|
+
"S2f": {
|
3123
3267
|
"type": "list",
|
3124
3268
|
"member": {}
|
3125
3269
|
},
|
3126
|
-
"
|
3270
|
+
"S2o": {
|
3127
3271
|
"type": "structure",
|
3128
3272
|
"required": [
|
3129
3273
|
"SubnetIds",
|
@@ -3140,7 +3284,7 @@
|
|
3140
3284
|
}
|
3141
3285
|
}
|
3142
3286
|
},
|
3143
|
-
"
|
3287
|
+
"S2t": {
|
3144
3288
|
"type": "list",
|
3145
3289
|
"member": {
|
3146
3290
|
"type": "structure",
|
@@ -3155,15 +3299,15 @@
|
|
3155
3299
|
}
|
3156
3300
|
}
|
3157
3301
|
},
|
3158
|
-
"
|
3302
|
+
"S45": {
|
3159
3303
|
"type": "list",
|
3160
3304
|
"member": {}
|
3161
3305
|
},
|
3162
|
-
"
|
3306
|
+
"S6a": {
|
3163
3307
|
"type": "list",
|
3164
3308
|
"member": {}
|
3165
3309
|
},
|
3166
|
-
"
|
3310
|
+
"S6h": {
|
3167
3311
|
"type": "list",
|
3168
3312
|
"member": {
|
3169
3313
|
"type": "structure",
|
@@ -3177,7 +3321,7 @@
|
|
3177
3321
|
}
|
3178
3322
|
}
|
3179
3323
|
},
|
3180
|
-
"
|
3324
|
+
"S6p": {
|
3181
3325
|
"type": "structure",
|
3182
3326
|
"members": {
|
3183
3327
|
"ContentSourceConfiguration": {
|
@@ -3204,7 +3348,7 @@
|
|
3204
3348
|
}
|
3205
3349
|
}
|
3206
3350
|
},
|
3207
|
-
"
|
3351
|
+
"S74": {
|
3208
3352
|
"type": "structure",
|
3209
3353
|
"members": {
|
3210
3354
|
"KmsKeyId": {
|
@@ -3213,7 +3357,7 @@
|
|
3213
3357
|
}
|
3214
3358
|
}
|
3215
3359
|
},
|
3216
|
-
"
|
3360
|
+
"S76": {
|
3217
3361
|
"type": "list",
|
3218
3362
|
"member": {
|
3219
3363
|
"type": "structure",
|
@@ -3247,7 +3391,7 @@
|
|
3247
3391
|
}
|
3248
3392
|
}
|
3249
3393
|
},
|
3250
|
-
"
|
3394
|
+
"S7g": {
|
3251
3395
|
"type": "structure",
|
3252
3396
|
"required": [
|
3253
3397
|
"UserGroupResolutionMode"
|
@@ -3256,7 +3400,7 @@
|
|
3256
3400
|
"UserGroupResolutionMode": {}
|
3257
3401
|
}
|
3258
3402
|
},
|
3259
|
-
"
|
3403
|
+
"S8a": {
|
3260
3404
|
"type": "list",
|
3261
3405
|
"member": {
|
3262
3406
|
"type": "structure",
|
@@ -3266,7 +3410,7 @@
|
|
3266
3410
|
}
|
3267
3411
|
}
|
3268
3412
|
},
|
3269
|
-
"
|
3413
|
+
"S8l": {
|
3270
3414
|
"type": "list",
|
3271
3415
|
"member": {
|
3272
3416
|
"type": "structure",
|
@@ -3278,7 +3422,7 @@
|
|
3278
3422
|
"Name": {},
|
3279
3423
|
"Type": {},
|
3280
3424
|
"Relevance": {
|
3281
|
-
"shape": "
|
3425
|
+
"shape": "S8p"
|
3282
3426
|
},
|
3283
3427
|
"Search": {
|
3284
3428
|
"type": "structure",
|
@@ -3300,7 +3444,7 @@
|
|
3300
3444
|
}
|
3301
3445
|
}
|
3302
3446
|
},
|
3303
|
-
"
|
3447
|
+
"S8p": {
|
3304
3448
|
"type": "structure",
|
3305
3449
|
"members": {
|
3306
3450
|
"Freshness": {
|
@@ -3320,7 +3464,7 @@
|
|
3320
3464
|
}
|
3321
3465
|
}
|
3322
3466
|
},
|
3323
|
-
"
|
3467
|
+
"S93": {
|
3324
3468
|
"type": "structure",
|
3325
3469
|
"required": [
|
3326
3470
|
"StorageCapacityUnits",
|
@@ -3335,7 +3479,7 @@
|
|
3335
3479
|
}
|
3336
3480
|
}
|
3337
3481
|
},
|
3338
|
-
"
|
3482
|
+
"Sac": {
|
3339
3483
|
"type": "structure",
|
3340
3484
|
"members": {
|
3341
3485
|
"StartTime": {
|
@@ -3346,21 +3490,21 @@
|
|
3346
3490
|
}
|
3347
3491
|
}
|
3348
3492
|
},
|
3349
|
-
"
|
3493
|
+
"Sb8": {
|
3350
3494
|
"type": "string",
|
3351
3495
|
"sensitive": true
|
3352
3496
|
},
|
3353
|
-
"
|
3497
|
+
"Scf": {
|
3354
3498
|
"type": "structure",
|
3355
3499
|
"members": {
|
3356
3500
|
"AndAllFilters": {
|
3357
|
-
"shape": "
|
3501
|
+
"shape": "Scg"
|
3358
3502
|
},
|
3359
3503
|
"OrAllFilters": {
|
3360
|
-
"shape": "
|
3504
|
+
"shape": "Scg"
|
3361
3505
|
},
|
3362
3506
|
"NotFilter": {
|
3363
|
-
"shape": "
|
3507
|
+
"shape": "Scf"
|
3364
3508
|
},
|
3365
3509
|
"EqualsTo": {
|
3366
3510
|
"shape": "Sw"
|
@@ -3385,20 +3529,20 @@
|
|
3385
3529
|
}
|
3386
3530
|
}
|
3387
3531
|
},
|
3388
|
-
"
|
3532
|
+
"Scg": {
|
3389
3533
|
"type": "list",
|
3390
3534
|
"member": {
|
3391
|
-
"shape": "
|
3535
|
+
"shape": "Scf"
|
3392
3536
|
}
|
3393
3537
|
},
|
3394
|
-
"
|
3538
|
+
"Sch": {
|
3395
3539
|
"type": "list",
|
3396
3540
|
"member": {
|
3397
3541
|
"type": "structure",
|
3398
3542
|
"members": {
|
3399
3543
|
"DocumentAttributeKey": {},
|
3400
3544
|
"Facets": {
|
3401
|
-
"shape": "
|
3545
|
+
"shape": "Sch"
|
3402
3546
|
},
|
3403
3547
|
"MaxResults": {
|
3404
3548
|
"type": "integer"
|
@@ -3406,7 +3550,7 @@
|
|
3406
3550
|
}
|
3407
3551
|
}
|
3408
3552
|
},
|
3409
|
-
"
|
3553
|
+
"Sd5": {
|
3410
3554
|
"type": "structure",
|
3411
3555
|
"members": {
|
3412
3556
|
"Text": {},
|
@@ -3434,7 +3578,7 @@
|
|
3434
3578
|
}
|
3435
3579
|
}
|
3436
3580
|
},
|
3437
|
-
"
|
3581
|
+
"Sdc": {
|
3438
3582
|
"type": "list",
|
3439
3583
|
"member": {
|
3440
3584
|
"type": "structure",
|
@@ -3453,7 +3597,7 @@
|
|
3453
3597
|
"type": "integer"
|
3454
3598
|
},
|
3455
3599
|
"FacetResults": {
|
3456
|
-
"shape": "
|
3600
|
+
"shape": "Sdc"
|
3457
3601
|
}
|
3458
3602
|
}
|
3459
3603
|
}
|