cdk-comprehend-s3olap 2.0.48 → 2.0.51
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 +5 -5
- 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 +25 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +34 -3
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +116 -0
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +67 -20
- package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/detective-2018-10-26.min.json +213 -39
- package/node_modules/aws-sdk/apis/detective-2018-10-26.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +70 -53
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +776 -162
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +35 -6
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +149 -6
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.waiters2.json +25 -0
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +3 -1
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +7 -1
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +717 -67
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +104 -66
- package/node_modules/aws-sdk/clients/appsync.d.ts +41 -3
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +118 -118
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -4
- package/node_modules/aws-sdk/clients/configservice.d.ts +66 -0
- package/node_modules/aws-sdk/clients/detective.d.ts +176 -4
- package/node_modules/aws-sdk/clients/ec2.d.ts +23 -23
- package/node_modules/aws-sdk/clients/es.d.ts +7 -3
- package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +109 -85
- package/node_modules/aws-sdk/clients/guardduty.d.ts +604 -1
- package/node_modules/aws-sdk/clients/lookoutvision.d.ts +53 -9
- package/node_modules/aws-sdk/clients/macie2.d.ts +131 -9
- package/node_modules/aws-sdk/clients/macie2.js +1 -0
- package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +1 -1
- package/node_modules/aws-sdk/clients/opensearch.d.ts +7 -3
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
- package/node_modules/aws-sdk/clients/rekognition.d.ts +12 -4
- package/node_modules/aws-sdk/clients/securityhub.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ssm.d.ts +12 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +1000 -86
- package/node_modules/aws-sdk/clients/workspaces.d.ts +65 -5
- 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 +575 -568
- package/node_modules/aws-sdk/dist/aws-sdk.js +82 -24
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
- package/node_modules/aws-sdk/dist-tools/service-collector.js +4 -6
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.d.ts +5 -1
- package/node_modules/esbuild/lib/main.js +13 -7
- package/node_modules/esbuild/package.json +21 -21
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +8 -8
@@ -9,6 +9,24 @@
|
|
9
9
|
"output_token": "NextToken",
|
10
10
|
"result_key": "Accesses"
|
11
11
|
},
|
12
|
+
"ListAgreements": {
|
13
|
+
"input_token": "NextToken",
|
14
|
+
"limit_key": "MaxResults",
|
15
|
+
"output_token": "NextToken",
|
16
|
+
"result_key": "Agreements"
|
17
|
+
},
|
18
|
+
"ListCertificates": {
|
19
|
+
"input_token": "NextToken",
|
20
|
+
"limit_key": "MaxResults",
|
21
|
+
"output_token": "NextToken",
|
22
|
+
"result_key": "Certificates"
|
23
|
+
},
|
24
|
+
"ListConnectors": {
|
25
|
+
"input_token": "NextToken",
|
26
|
+
"limit_key": "MaxResults",
|
27
|
+
"output_token": "NextToken",
|
28
|
+
"result_key": "Connectors"
|
29
|
+
},
|
12
30
|
"ListExecutions": {
|
13
31
|
"input_token": "NextToken",
|
14
32
|
"limit_key": "MaxResults",
|
@@ -18,6 +36,12 @@
|
|
18
36
|
"output_token": "NextToken",
|
19
37
|
"result_key": "Executions"
|
20
38
|
},
|
39
|
+
"ListProfiles": {
|
40
|
+
"input_token": "NextToken",
|
41
|
+
"limit_key": "MaxResults",
|
42
|
+
"output_token": "NextToken",
|
43
|
+
"result_key": "Profiles"
|
44
|
+
},
|
21
45
|
"ListSecurityPolicies": {
|
22
46
|
"input_token": "NextToken",
|
23
47
|
"limit_key": "MaxResults",
|
@@ -239,6 +239,41 @@
|
|
239
239
|
}
|
240
240
|
}
|
241
241
|
},
|
242
|
+
"CreateWorkspaceImage": {
|
243
|
+
"input": {
|
244
|
+
"type": "structure",
|
245
|
+
"required": [
|
246
|
+
"Name",
|
247
|
+
"Description",
|
248
|
+
"WorkspaceId"
|
249
|
+
],
|
250
|
+
"members": {
|
251
|
+
"Name": {},
|
252
|
+
"Description": {},
|
253
|
+
"WorkspaceId": {},
|
254
|
+
"Tags": {
|
255
|
+
"shape": "Sm"
|
256
|
+
}
|
257
|
+
}
|
258
|
+
},
|
259
|
+
"output": {
|
260
|
+
"type": "structure",
|
261
|
+
"members": {
|
262
|
+
"ImageId": {},
|
263
|
+
"Name": {},
|
264
|
+
"Description": {},
|
265
|
+
"OperatingSystem": {
|
266
|
+
"shape": "S1n"
|
267
|
+
},
|
268
|
+
"State": {},
|
269
|
+
"RequiredTenancy": {},
|
270
|
+
"Created": {
|
271
|
+
"type": "timestamp"
|
272
|
+
},
|
273
|
+
"OwnerAccountId": {}
|
274
|
+
}
|
275
|
+
}
|
276
|
+
},
|
242
277
|
"CreateWorkspaces": {
|
243
278
|
"input": {
|
244
279
|
"type": "structure",
|
@@ -249,7 +284,7 @@
|
|
249
284
|
"Workspaces": {
|
250
285
|
"type": "list",
|
251
286
|
"member": {
|
252
|
-
"shape": "
|
287
|
+
"shape": "S1u"
|
253
288
|
}
|
254
289
|
}
|
255
290
|
}
|
@@ -263,7 +298,7 @@
|
|
263
298
|
"type": "structure",
|
264
299
|
"members": {
|
265
300
|
"WorkspaceRequest": {
|
266
|
-
"shape": "
|
301
|
+
"shape": "S1u"
|
267
302
|
},
|
268
303
|
"ErrorCode": {},
|
269
304
|
"ErrorMessage": {}
|
@@ -271,7 +306,7 @@
|
|
271
306
|
}
|
272
307
|
},
|
273
308
|
"PendingRequests": {
|
274
|
-
"shape": "
|
309
|
+
"shape": "S27"
|
275
310
|
}
|
276
311
|
}
|
277
312
|
}
|
@@ -462,22 +497,22 @@
|
|
462
497
|
"type": "structure",
|
463
498
|
"members": {
|
464
499
|
"DeviceTypeWindows": {
|
465
|
-
"shape": "
|
500
|
+
"shape": "S3d"
|
466
501
|
},
|
467
502
|
"DeviceTypeOsx": {
|
468
|
-
"shape": "
|
503
|
+
"shape": "S3d"
|
469
504
|
},
|
470
505
|
"DeviceTypeAndroid": {
|
471
|
-
"shape": "
|
506
|
+
"shape": "S3d"
|
472
507
|
},
|
473
508
|
"DeviceTypeIos": {
|
474
|
-
"shape": "
|
509
|
+
"shape": "S3j"
|
475
510
|
},
|
476
511
|
"DeviceTypeLinux": {
|
477
|
-
"shape": "
|
512
|
+
"shape": "S3d"
|
478
513
|
},
|
479
514
|
"DeviceTypeWeb": {
|
480
|
-
"shape": "
|
515
|
+
"shape": "S3d"
|
481
516
|
}
|
482
517
|
}
|
483
518
|
}
|
@@ -505,7 +540,7 @@
|
|
505
540
|
"members": {
|
506
541
|
"ResourceId": {},
|
507
542
|
"ClientProperties": {
|
508
|
-
"shape": "
|
543
|
+
"shape": "S3p"
|
509
544
|
}
|
510
545
|
}
|
511
546
|
}
|
@@ -567,7 +602,7 @@
|
|
567
602
|
"ConnectionAliasPermissions": {
|
568
603
|
"type": "list",
|
569
604
|
"member": {
|
570
|
-
"shape": "
|
605
|
+
"shape": "S3z"
|
571
606
|
}
|
572
607
|
},
|
573
608
|
"NextToken": {}
|
@@ -725,7 +760,7 @@
|
|
725
760
|
"DirectoryName": {},
|
726
761
|
"RegistrationCode": {},
|
727
762
|
"SubnetIds": {
|
728
|
-
"shape": "
|
763
|
+
"shape": "S4r"
|
729
764
|
},
|
730
765
|
"DnsIpAddresses": {
|
731
766
|
"type": "list",
|
@@ -759,11 +794,11 @@
|
|
759
794
|
"shape": "S8"
|
760
795
|
},
|
761
796
|
"WorkspaceAccessProperties": {
|
762
|
-
"shape": "
|
797
|
+
"shape": "S4z"
|
763
798
|
},
|
764
799
|
"Tenancy": {},
|
765
800
|
"SelfservicePermissions": {
|
766
|
-
"shape": "
|
801
|
+
"shape": "S52"
|
767
802
|
}
|
768
803
|
}
|
769
804
|
}
|
@@ -830,10 +865,7 @@
|
|
830
865
|
"Name": {},
|
831
866
|
"Description": {},
|
832
867
|
"OperatingSystem": {
|
833
|
-
"
|
834
|
-
"members": {
|
835
|
-
"Type": {}
|
836
|
-
}
|
868
|
+
"shape": "S1n"
|
837
869
|
},
|
838
870
|
"State": {},
|
839
871
|
"RequiredTenancy": {},
|
@@ -873,10 +905,10 @@
|
|
873
905
|
"type": "structure",
|
874
906
|
"members": {
|
875
907
|
"RebuildSnapshots": {
|
876
|
-
"shape": "
|
908
|
+
"shape": "S5i"
|
877
909
|
},
|
878
910
|
"RestoreSnapshots": {
|
879
|
-
"shape": "
|
911
|
+
"shape": "S5i"
|
880
912
|
}
|
881
913
|
}
|
882
914
|
}
|
@@ -886,7 +918,7 @@
|
|
886
918
|
"type": "structure",
|
887
919
|
"members": {
|
888
920
|
"WorkspaceIds": {
|
889
|
-
"shape": "
|
921
|
+
"shape": "S5l"
|
890
922
|
},
|
891
923
|
"DirectoryId": {},
|
892
924
|
"UserName": {},
|
@@ -901,7 +933,7 @@
|
|
901
933
|
"type": "structure",
|
902
934
|
"members": {
|
903
935
|
"Workspaces": {
|
904
|
-
"shape": "
|
936
|
+
"shape": "S27"
|
905
937
|
},
|
906
938
|
"NextToken": {}
|
907
939
|
}
|
@@ -912,7 +944,7 @@
|
|
912
944
|
"type": "structure",
|
913
945
|
"members": {
|
914
946
|
"WorkspaceIds": {
|
915
|
-
"shape": "
|
947
|
+
"shape": "S5l"
|
916
948
|
},
|
917
949
|
"NextToken": {}
|
918
950
|
}
|
@@ -983,13 +1015,13 @@
|
|
983
1015
|
"members": {
|
984
1016
|
"ResourceId": {},
|
985
1017
|
"DeviceTypeWindows": {
|
986
|
-
"shape": "
|
1018
|
+
"shape": "S5x"
|
987
1019
|
},
|
988
1020
|
"DeviceTypeOsx": {
|
989
|
-
"shape": "
|
1021
|
+
"shape": "S5x"
|
990
1022
|
},
|
991
1023
|
"DeviceTypeAndroid": {
|
992
|
-
"shape": "
|
1024
|
+
"shape": "S5x"
|
993
1025
|
},
|
994
1026
|
"DeviceTypeIos": {
|
995
1027
|
"type": "structure",
|
@@ -1007,15 +1039,15 @@
|
|
1007
1039
|
"SupportLink": {},
|
1008
1040
|
"ForgotPasswordLink": {},
|
1009
1041
|
"LoginMessage": {
|
1010
|
-
"shape": "
|
1042
|
+
"shape": "S3g"
|
1011
1043
|
}
|
1012
1044
|
}
|
1013
1045
|
},
|
1014
1046
|
"DeviceTypeLinux": {
|
1015
|
-
"shape": "
|
1047
|
+
"shape": "S5x"
|
1016
1048
|
},
|
1017
1049
|
"DeviceTypeWeb": {
|
1018
|
-
"shape": "
|
1050
|
+
"shape": "S5x"
|
1019
1051
|
}
|
1020
1052
|
}
|
1021
1053
|
},
|
@@ -1023,22 +1055,22 @@
|
|
1023
1055
|
"type": "structure",
|
1024
1056
|
"members": {
|
1025
1057
|
"DeviceTypeWindows": {
|
1026
|
-
"shape": "
|
1058
|
+
"shape": "S3d"
|
1027
1059
|
},
|
1028
1060
|
"DeviceTypeOsx": {
|
1029
|
-
"shape": "
|
1061
|
+
"shape": "S3d"
|
1030
1062
|
},
|
1031
1063
|
"DeviceTypeAndroid": {
|
1032
|
-
"shape": "
|
1064
|
+
"shape": "S3d"
|
1033
1065
|
},
|
1034
1066
|
"DeviceTypeIos": {
|
1035
|
-
"shape": "
|
1067
|
+
"shape": "S3j"
|
1036
1068
|
},
|
1037
1069
|
"DeviceTypeLinux": {
|
1038
|
-
"shape": "
|
1070
|
+
"shape": "S3d"
|
1039
1071
|
},
|
1040
1072
|
"DeviceTypeWeb": {
|
1041
|
-
"shape": "
|
1073
|
+
"shape": "S3d"
|
1042
1074
|
}
|
1043
1075
|
}
|
1044
1076
|
}
|
@@ -1141,7 +1173,7 @@
|
|
1141
1173
|
"members": {
|
1142
1174
|
"ResourceId": {},
|
1143
1175
|
"ClientProperties": {
|
1144
|
-
"shape": "
|
1176
|
+
"shape": "S3p"
|
1145
1177
|
}
|
1146
1178
|
}
|
1147
1179
|
},
|
@@ -1160,7 +1192,7 @@
|
|
1160
1192
|
"members": {
|
1161
1193
|
"ResourceId": {},
|
1162
1194
|
"SelfservicePermissions": {
|
1163
|
-
"shape": "
|
1195
|
+
"shape": "S52"
|
1164
1196
|
}
|
1165
1197
|
}
|
1166
1198
|
},
|
@@ -1179,7 +1211,7 @@
|
|
1179
1211
|
"members": {
|
1180
1212
|
"ResourceId": {},
|
1181
1213
|
"WorkspaceAccessProperties": {
|
1182
|
-
"shape": "
|
1214
|
+
"shape": "S4z"
|
1183
1215
|
}
|
1184
1216
|
}
|
1185
1217
|
},
|
@@ -1233,7 +1265,7 @@
|
|
1233
1265
|
"members": {
|
1234
1266
|
"WorkspaceId": {},
|
1235
1267
|
"WorkspaceProperties": {
|
1236
|
-
"shape": "
|
1268
|
+
"shape": "S1y"
|
1237
1269
|
}
|
1238
1270
|
}
|
1239
1271
|
},
|
@@ -1286,7 +1318,7 @@
|
|
1286
1318
|
"FailedRequests": {
|
1287
1319
|
"type": "list",
|
1288
1320
|
"member": {
|
1289
|
-
"shape": "
|
1321
|
+
"shape": "S73"
|
1290
1322
|
}
|
1291
1323
|
}
|
1292
1324
|
}
|
@@ -1319,7 +1351,7 @@
|
|
1319
1351
|
"FailedRequests": {
|
1320
1352
|
"type": "list",
|
1321
1353
|
"member": {
|
1322
|
-
"shape": "
|
1354
|
+
"shape": "S73"
|
1323
1355
|
}
|
1324
1356
|
}
|
1325
1357
|
}
|
@@ -1335,7 +1367,7 @@
|
|
1335
1367
|
"members": {
|
1336
1368
|
"DirectoryId": {},
|
1337
1369
|
"SubnetIds": {
|
1338
|
-
"shape": "
|
1370
|
+
"shape": "S4r"
|
1339
1371
|
},
|
1340
1372
|
"EnableWorkDocs": {
|
1341
1373
|
"type": "boolean"
|
@@ -1413,7 +1445,7 @@
|
|
1413
1445
|
"FailedRequests": {
|
1414
1446
|
"type": "list",
|
1415
1447
|
"member": {
|
1416
|
-
"shape": "
|
1448
|
+
"shape": "S73"
|
1417
1449
|
}
|
1418
1450
|
}
|
1419
1451
|
}
|
@@ -1443,7 +1475,7 @@
|
|
1443
1475
|
"FailedRequests": {
|
1444
1476
|
"type": "list",
|
1445
1477
|
"member": {
|
1446
|
-
"shape": "
|
1478
|
+
"shape": "S73"
|
1447
1479
|
}
|
1448
1480
|
}
|
1449
1481
|
}
|
@@ -1476,7 +1508,7 @@
|
|
1476
1508
|
"FailedRequests": {
|
1477
1509
|
"type": "list",
|
1478
1510
|
"member": {
|
1479
|
-
"shape": "
|
1511
|
+
"shape": "S73"
|
1480
1512
|
}
|
1481
1513
|
}
|
1482
1514
|
}
|
@@ -1511,7 +1543,7 @@
|
|
1511
1543
|
"members": {
|
1512
1544
|
"AliasId": {},
|
1513
1545
|
"ConnectionAliasPermission": {
|
1514
|
-
"shape": "
|
1546
|
+
"shape": "S3z"
|
1515
1547
|
}
|
1516
1548
|
}
|
1517
1549
|
},
|
@@ -1645,7 +1677,13 @@
|
|
1645
1677
|
}
|
1646
1678
|
}
|
1647
1679
|
},
|
1648
|
-
"
|
1680
|
+
"S1n": {
|
1681
|
+
"type": "structure",
|
1682
|
+
"members": {
|
1683
|
+
"Type": {}
|
1684
|
+
}
|
1685
|
+
},
|
1686
|
+
"S1u": {
|
1649
1687
|
"type": "structure",
|
1650
1688
|
"required": [
|
1651
1689
|
"DirectoryId",
|
@@ -1664,14 +1702,14 @@
|
|
1664
1702
|
"type": "boolean"
|
1665
1703
|
},
|
1666
1704
|
"WorkspaceProperties": {
|
1667
|
-
"shape": "
|
1705
|
+
"shape": "S1y"
|
1668
1706
|
},
|
1669
1707
|
"Tags": {
|
1670
1708
|
"shape": "Sm"
|
1671
1709
|
}
|
1672
1710
|
}
|
1673
1711
|
},
|
1674
|
-
"
|
1712
|
+
"S1y": {
|
1675
1713
|
"type": "structure",
|
1676
1714
|
"members": {
|
1677
1715
|
"RunningMode": {},
|
@@ -1687,7 +1725,7 @@
|
|
1687
1725
|
"ComputeTypeName": {}
|
1688
1726
|
}
|
1689
1727
|
},
|
1690
|
-
"
|
1728
|
+
"S27": {
|
1691
1729
|
"type": "list",
|
1692
1730
|
"member": {
|
1693
1731
|
"type": "structure",
|
@@ -1710,7 +1748,7 @@
|
|
1710
1748
|
"type": "boolean"
|
1711
1749
|
},
|
1712
1750
|
"WorkspaceProperties": {
|
1713
|
-
"shape": "
|
1751
|
+
"shape": "S1y"
|
1714
1752
|
},
|
1715
1753
|
"ModificationStates": {
|
1716
1754
|
"type": "list",
|
@@ -1725,7 +1763,7 @@
|
|
1725
1763
|
}
|
1726
1764
|
}
|
1727
1765
|
},
|
1728
|
-
"
|
1766
|
+
"S3d": {
|
1729
1767
|
"type": "structure",
|
1730
1768
|
"members": {
|
1731
1769
|
"LogoUrl": {},
|
@@ -1733,16 +1771,16 @@
|
|
1733
1771
|
"SupportLink": {},
|
1734
1772
|
"ForgotPasswordLink": {},
|
1735
1773
|
"LoginMessage": {
|
1736
|
-
"shape": "
|
1774
|
+
"shape": "S3g"
|
1737
1775
|
}
|
1738
1776
|
}
|
1739
1777
|
},
|
1740
|
-
"
|
1778
|
+
"S3g": {
|
1741
1779
|
"type": "map",
|
1742
1780
|
"key": {},
|
1743
1781
|
"value": {}
|
1744
1782
|
},
|
1745
|
-
"
|
1783
|
+
"S3j": {
|
1746
1784
|
"type": "structure",
|
1747
1785
|
"members": {
|
1748
1786
|
"LogoUrl": {},
|
@@ -1752,17 +1790,17 @@
|
|
1752
1790
|
"SupportLink": {},
|
1753
1791
|
"ForgotPasswordLink": {},
|
1754
1792
|
"LoginMessage": {
|
1755
|
-
"shape": "
|
1793
|
+
"shape": "S3g"
|
1756
1794
|
}
|
1757
1795
|
}
|
1758
1796
|
},
|
1759
|
-
"
|
1797
|
+
"S3p": {
|
1760
1798
|
"type": "structure",
|
1761
1799
|
"members": {
|
1762
1800
|
"ReconnectEnabled": {}
|
1763
1801
|
}
|
1764
1802
|
},
|
1765
|
-
"
|
1803
|
+
"S3z": {
|
1766
1804
|
"type": "structure",
|
1767
1805
|
"required": [
|
1768
1806
|
"SharedAccountId",
|
@@ -1775,11 +1813,11 @@
|
|
1775
1813
|
}
|
1776
1814
|
}
|
1777
1815
|
},
|
1778
|
-
"
|
1816
|
+
"S4r": {
|
1779
1817
|
"type": "list",
|
1780
1818
|
"member": {}
|
1781
1819
|
},
|
1782
|
-
"
|
1820
|
+
"S4z": {
|
1783
1821
|
"type": "structure",
|
1784
1822
|
"members": {
|
1785
1823
|
"DeviceTypeWindows": {},
|
@@ -1792,7 +1830,7 @@
|
|
1792
1830
|
"DeviceTypeLinux": {}
|
1793
1831
|
}
|
1794
1832
|
},
|
1795
|
-
"
|
1833
|
+
"S52": {
|
1796
1834
|
"type": "structure",
|
1797
1835
|
"members": {
|
1798
1836
|
"RestartWorkspace": {},
|
@@ -1802,7 +1840,7 @@
|
|
1802
1840
|
"RebuildWorkspace": {}
|
1803
1841
|
}
|
1804
1842
|
},
|
1805
|
-
"
|
1843
|
+
"S5i": {
|
1806
1844
|
"type": "list",
|
1807
1845
|
"member": {
|
1808
1846
|
"type": "structure",
|
@@ -1813,11 +1851,11 @@
|
|
1813
1851
|
}
|
1814
1852
|
}
|
1815
1853
|
},
|
1816
|
-
"
|
1854
|
+
"S5l": {
|
1817
1855
|
"type": "list",
|
1818
1856
|
"member": {}
|
1819
1857
|
},
|
1820
|
-
"
|
1858
|
+
"S5x": {
|
1821
1859
|
"type": "structure",
|
1822
1860
|
"members": {
|
1823
1861
|
"Logo": {
|
@@ -1827,11 +1865,11 @@
|
|
1827
1865
|
"SupportLink": {},
|
1828
1866
|
"ForgotPasswordLink": {},
|
1829
1867
|
"LoginMessage": {
|
1830
|
-
"shape": "
|
1868
|
+
"shape": "S3g"
|
1831
1869
|
}
|
1832
1870
|
}
|
1833
1871
|
},
|
1834
|
-
"
|
1872
|
+
"S73": {
|
1835
1873
|
"type": "structure",
|
1836
1874
|
"members": {
|
1837
1875
|
"WorkspaceId": {},
|
@@ -155,6 +155,14 @@ declare class AppSync extends Service {
|
|
155
155
|
* Removes an ApiAssociation object from a custom domain.
|
156
156
|
*/
|
157
157
|
disassociateApi(callback?: (err: AWSError, data: AppSync.Types.DisassociateApiResponse) => void): Request<AppSync.Types.DisassociateApiResponse, AWSError>;
|
158
|
+
/**
|
159
|
+
* Evaluates a given template and returns the response. The mapping template can be a request or response template. Request templates take the incoming request after a GraphQL operation is parsed and convert it into a request configuration for the selected data source operation. Response templates interpret responses from the data source and map it to the shape of the GraphQL field output type. Mapping templates are written in the Apache Velocity Template Language (VTL).
|
160
|
+
*/
|
161
|
+
evaluateMappingTemplate(params: AppSync.Types.EvaluateMappingTemplateRequest, callback?: (err: AWSError, data: AppSync.Types.EvaluateMappingTemplateResponse) => void): Request<AppSync.Types.EvaluateMappingTemplateResponse, AWSError>;
|
162
|
+
/**
|
163
|
+
* Evaluates a given template and returns the response. The mapping template can be a request or response template. Request templates take the incoming request after a GraphQL operation is parsed and convert it into a request configuration for the selected data source operation. Response templates interpret responses from the data source and map it to the shape of the GraphQL field output type. Mapping templates are written in the Apache Velocity Template Language (VTL).
|
164
|
+
*/
|
165
|
+
evaluateMappingTemplate(callback?: (err: AWSError, data: AppSync.Types.EvaluateMappingTemplateResponse) => void): Request<AppSync.Types.EvaluateMappingTemplateResponse, AWSError>;
|
158
166
|
/**
|
159
167
|
* Flushes an ApiCache object.
|
160
168
|
*/
|
@@ -536,7 +544,7 @@ declare namespace AppSync {
|
|
536
544
|
/**
|
537
545
|
* The TTL in seconds for a resolver that has caching activated. Valid values are 1–3,600 seconds.
|
538
546
|
*/
|
539
|
-
ttl
|
547
|
+
ttl: Long;
|
540
548
|
/**
|
541
549
|
* The caching keys for a resolver that has caching activated. Valid values are entries from the $context.arguments, $context.source, and $context.identity maps.
|
542
550
|
*/
|
@@ -554,12 +562,13 @@ declare namespace AppSync {
|
|
554
562
|
*/
|
555
563
|
awsRegion: String;
|
556
564
|
/**
|
557
|
-
* A regular expression for validating the incoming Amazon Cognito user pool app client ID.
|
565
|
+
* A regular expression for validating the incoming Amazon Cognito user pool app client ID. If this value isn't set, no filtering is applied.
|
558
566
|
*/
|
559
567
|
appIdClientRegex?: String;
|
560
568
|
}
|
561
569
|
export type ConflictDetectionType = "VERSION"|"NONE"|string;
|
562
570
|
export type ConflictHandlerType = "OPTIMISTIC_CONCURRENCY"|"LAMBDA"|"AUTOMERGE"|"NONE"|string;
|
571
|
+
export type Context = string;
|
563
572
|
export interface CreateApiCacheRequest {
|
564
573
|
/**
|
565
574
|
* The GraphQL API ID.
|
@@ -1057,6 +1066,34 @@ declare namespace AppSync {
|
|
1057
1066
|
*/
|
1058
1067
|
awsRegion: String;
|
1059
1068
|
}
|
1069
|
+
export interface ErrorDetail {
|
1070
|
+
/**
|
1071
|
+
* The error payload.
|
1072
|
+
*/
|
1073
|
+
message?: ErrorMessage;
|
1074
|
+
}
|
1075
|
+
export type ErrorMessage = string;
|
1076
|
+
export interface EvaluateMappingTemplateRequest {
|
1077
|
+
/**
|
1078
|
+
* The mapping template; this can be a request or response template. A template is required for this action.
|
1079
|
+
*/
|
1080
|
+
template: Template;
|
1081
|
+
/**
|
1082
|
+
* The map that holds all of the contextual information for your resolver invocation. A context is required for this action.
|
1083
|
+
*/
|
1084
|
+
context: Context;
|
1085
|
+
}
|
1086
|
+
export interface EvaluateMappingTemplateResponse {
|
1087
|
+
/**
|
1088
|
+
* The mapping template; this can be a request or response template.
|
1089
|
+
*/
|
1090
|
+
evaluationResult?: EvaluationResult;
|
1091
|
+
/**
|
1092
|
+
* The ErrorDetail object.
|
1093
|
+
*/
|
1094
|
+
error?: ErrorDetail;
|
1095
|
+
}
|
1096
|
+
export type EvaluationResult = string;
|
1060
1097
|
export type FieldLogLevel = "NONE"|"ERROR"|"ALL"|string;
|
1061
1098
|
export interface FlushApiCacheRequest {
|
1062
1099
|
/**
|
@@ -1749,6 +1786,7 @@ declare namespace AppSync {
|
|
1749
1786
|
export interface TagResourceResponse {
|
1750
1787
|
}
|
1751
1788
|
export type TagValue = string;
|
1789
|
+
export type Template = string;
|
1752
1790
|
export interface Type {
|
1753
1791
|
/**
|
1754
1792
|
* The type name.
|
@@ -2080,7 +2118,7 @@ declare namespace AppSync {
|
|
2080
2118
|
*/
|
2081
2119
|
defaultAction: DefaultAction;
|
2082
2120
|
/**
|
2083
|
-
* A regular expression for validating the incoming Amazon Cognito user pool app client ID.
|
2121
|
+
* A regular expression for validating the incoming Amazon Cognito user pool app client ID. If this value isn't set, no filtering is applied.
|
2084
2122
|
*/
|
2085
2123
|
appIdClientRegex?: String;
|
2086
2124
|
}
|