cdk-lambda-subminute 2.0.422 → 2.0.424

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.
@@ -66,6 +66,68 @@
66
66
  }
67
67
  }
68
68
  },
69
+ "BatchIsAuthorizedWithToken": {
70
+ "input": {
71
+ "type": "structure",
72
+ "required": [
73
+ "policyStoreId",
74
+ "requests"
75
+ ],
76
+ "members": {
77
+ "policyStoreId": {},
78
+ "identityToken": {
79
+ "shape": "Sz"
80
+ },
81
+ "accessToken": {
82
+ "shape": "Sz"
83
+ },
84
+ "entities": {
85
+ "shape": "S3"
86
+ },
87
+ "requests": {
88
+ "type": "list",
89
+ "member": {
90
+ "shape": "S11"
91
+ }
92
+ }
93
+ }
94
+ },
95
+ "output": {
96
+ "type": "structure",
97
+ "required": [
98
+ "results"
99
+ ],
100
+ "members": {
101
+ "principal": {
102
+ "shape": "S6"
103
+ },
104
+ "results": {
105
+ "type": "list",
106
+ "member": {
107
+ "type": "structure",
108
+ "required": [
109
+ "request",
110
+ "decision",
111
+ "determiningPolicies",
112
+ "errors"
113
+ ],
114
+ "members": {
115
+ "request": {
116
+ "shape": "S11"
117
+ },
118
+ "decision": {},
119
+ "determiningPolicies": {
120
+ "shape": "St"
121
+ },
122
+ "errors": {
123
+ "shape": "Sw"
124
+ }
125
+ }
126
+ }
127
+ }
128
+ }
129
+ }
130
+ },
69
131
  "CreateIdentitySource": {
70
132
  "input": {
71
133
  "type": "structure",
@@ -89,7 +151,18 @@
89
151
  "members": {
90
152
  "userPoolArn": {},
91
153
  "clientIds": {
92
- "shape": "S13"
154
+ "shape": "S1a"
155
+ },
156
+ "groupConfiguration": {
157
+ "type": "structure",
158
+ "required": [
159
+ "groupEntityType"
160
+ ],
161
+ "members": {
162
+ "groupEntityType": {
163
+ "shape": "S1d"
164
+ }
165
+ }
93
166
  }
94
167
  }
95
168
  }
@@ -97,7 +170,7 @@
97
170
  "union": true
98
171
  },
99
172
  "principalEntityType": {
100
- "shape": "S15"
173
+ "shape": "S1e"
101
174
  }
102
175
  }
103
176
  },
@@ -111,11 +184,11 @@
111
184
  ],
112
185
  "members": {
113
186
  "createdDate": {
114
- "shape": "S17"
187
+ "shape": "S1g"
115
188
  },
116
189
  "identitySourceId": {},
117
190
  "lastUpdatedDate": {
118
- "shape": "S17"
191
+ "shape": "S1g"
119
192
  },
120
193
  "policyStoreId": {}
121
194
  }
@@ -144,10 +217,10 @@
144
217
  ],
145
218
  "members": {
146
219
  "description": {
147
- "shape": "S1c"
220
+ "shape": "S1l"
148
221
  },
149
222
  "statement": {
150
- "shape": "S1d"
223
+ "shape": "S1m"
151
224
  }
152
225
  }
153
226
  },
@@ -191,10 +264,10 @@
191
264
  "shape": "S6"
192
265
  },
193
266
  "createdDate": {
194
- "shape": "S17"
267
+ "shape": "S1g"
195
268
  },
196
269
  "lastUpdatedDate": {
197
- "shape": "S17"
270
+ "shape": "S1g"
198
271
  }
199
272
  }
200
273
  },
@@ -211,10 +284,10 @@
211
284
  "idempotencyToken": true
212
285
  },
213
286
  "validationSettings": {
214
- "shape": "S1j"
287
+ "shape": "S1s"
215
288
  },
216
289
  "description": {
217
- "shape": "S1l"
290
+ "shape": "S1u"
218
291
  }
219
292
  }
220
293
  },
@@ -230,10 +303,10 @@
230
303
  "policyStoreId": {},
231
304
  "arn": {},
232
305
  "createdDate": {
233
- "shape": "S17"
306
+ "shape": "S1g"
234
307
  },
235
308
  "lastUpdatedDate": {
236
- "shape": "S17"
309
+ "shape": "S1g"
237
310
  }
238
311
  }
239
312
  },
@@ -252,10 +325,10 @@
252
325
  },
253
326
  "policyStoreId": {},
254
327
  "description": {
255
- "shape": "S1p"
328
+ "shape": "S1y"
256
329
  },
257
330
  "statement": {
258
- "shape": "S1d"
331
+ "shape": "S1m"
259
332
  }
260
333
  }
261
334
  },
@@ -271,10 +344,10 @@
271
344
  "policyStoreId": {},
272
345
  "policyTemplateId": {},
273
346
  "createdDate": {
274
- "shape": "S17"
347
+ "shape": "S1g"
275
348
  },
276
349
  "lastUpdatedDate": {
277
- "shape": "S17"
350
+ "shape": "S1g"
278
351
  }
279
352
  }
280
353
  },
@@ -373,7 +446,7 @@
373
446
  ],
374
447
  "members": {
375
448
  "createdDate": {
376
- "shape": "S17"
449
+ "shape": "S1g"
377
450
  },
378
451
  "details": {
379
452
  "deprecated": true,
@@ -381,7 +454,7 @@
381
454
  "type": "structure",
382
455
  "members": {
383
456
  "clientIds": {
384
- "shape": "S13",
457
+ "shape": "S1a",
385
458
  "deprecated": true,
386
459
  "deprecatedMessage": "This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIds"
387
460
  },
@@ -401,11 +474,11 @@
401
474
  },
402
475
  "identitySourceId": {},
403
476
  "lastUpdatedDate": {
404
- "shape": "S17"
477
+ "shape": "S1g"
405
478
  },
406
479
  "policyStoreId": {},
407
480
  "principalEntityType": {
408
- "shape": "S15"
481
+ "shape": "S1e"
409
482
  },
410
483
  "configuration": {
411
484
  "type": "structure",
@@ -420,9 +493,17 @@
420
493
  "members": {
421
494
  "userPoolArn": {},
422
495
  "clientIds": {
423
- "shape": "S13"
496
+ "shape": "S1a"
424
497
  },
425
- "issuer": {}
498
+ "issuer": {},
499
+ "groupConfiguration": {
500
+ "type": "structure",
501
+ "members": {
502
+ "groupEntityType": {
503
+ "shape": "S1d"
504
+ }
505
+ }
506
+ }
426
507
  }
427
508
  }
428
509
  },
@@ -473,10 +554,10 @@
473
554
  ],
474
555
  "members": {
475
556
  "description": {
476
- "shape": "S1c"
557
+ "shape": "S1l"
477
558
  },
478
559
  "statement": {
479
- "shape": "S1d"
560
+ "shape": "S1m"
480
561
  }
481
562
  }
482
563
  },
@@ -499,10 +580,10 @@
499
580
  "union": true
500
581
  },
501
582
  "createdDate": {
502
- "shape": "S17"
583
+ "shape": "S1g"
503
584
  },
504
585
  "lastUpdatedDate": {
505
- "shape": "S17"
586
+ "shape": "S1g"
506
587
  }
507
588
  }
508
589
  }
@@ -530,16 +611,16 @@
530
611
  "policyStoreId": {},
531
612
  "arn": {},
532
613
  "validationSettings": {
533
- "shape": "S1j"
614
+ "shape": "S1s"
534
615
  },
535
616
  "createdDate": {
536
- "shape": "S17"
617
+ "shape": "S1g"
537
618
  },
538
619
  "lastUpdatedDate": {
539
- "shape": "S17"
620
+ "shape": "S1g"
540
621
  },
541
622
  "description": {
542
- "shape": "S1l"
623
+ "shape": "S1u"
543
624
  }
544
625
  }
545
626
  }
@@ -569,16 +650,16 @@
569
650
  "policyStoreId": {},
570
651
  "policyTemplateId": {},
571
652
  "description": {
572
- "shape": "S1p"
653
+ "shape": "S1y"
573
654
  },
574
655
  "statement": {
575
- "shape": "S1d"
656
+ "shape": "S1m"
576
657
  },
577
658
  "createdDate": {
578
- "shape": "S17"
659
+ "shape": "S1g"
579
660
  },
580
661
  "lastUpdatedDate": {
581
- "shape": "S17"
662
+ "shape": "S1g"
582
663
  }
583
664
  }
584
665
  }
@@ -604,16 +685,16 @@
604
685
  "members": {
605
686
  "policyStoreId": {},
606
687
  "schema": {
607
- "shape": "S2i"
688
+ "shape": "S2s"
608
689
  },
609
690
  "createdDate": {
610
- "shape": "S17"
691
+ "shape": "S1g"
611
692
  },
612
693
  "lastUpdatedDate": {
613
- "shape": "S17"
694
+ "shape": "S1g"
614
695
  },
615
696
  "namespaces": {
616
- "shape": "S2j"
697
+ "shape": "S2t"
617
698
  }
618
699
  }
619
700
  }
@@ -670,10 +751,10 @@
670
751
  "members": {
671
752
  "policyStoreId": {},
672
753
  "identityToken": {
673
- "shape": "S2o"
754
+ "shape": "Sz"
674
755
  },
675
756
  "accessToken": {
676
- "shape": "S2o"
757
+ "shape": "Sz"
677
758
  },
678
759
  "action": {
679
760
  "shape": "Sk"
@@ -703,6 +784,9 @@
703
784
  },
704
785
  "errors": {
705
786
  "shape": "Sw"
787
+ },
788
+ "principal": {
789
+ "shape": "S6"
706
790
  }
707
791
  }
708
792
  }
@@ -725,7 +809,7 @@
725
809
  "type": "structure",
726
810
  "members": {
727
811
  "principalEntityType": {
728
- "shape": "S15"
812
+ "shape": "S1e"
729
813
  }
730
814
  }
731
815
  }
@@ -752,7 +836,7 @@
752
836
  ],
753
837
  "members": {
754
838
  "createdDate": {
755
- "shape": "S17"
839
+ "shape": "S1g"
756
840
  },
757
841
  "details": {
758
842
  "deprecated": true,
@@ -760,7 +844,7 @@
760
844
  "type": "structure",
761
845
  "members": {
762
846
  "clientIds": {
763
- "shape": "S13",
847
+ "shape": "S1a",
764
848
  "deprecated": true,
765
849
  "deprecatedMessage": "This attribute has been replaced by configuration.cognitoUserPoolConfiguration.clientIds"
766
850
  },
@@ -780,11 +864,11 @@
780
864
  },
781
865
  "identitySourceId": {},
782
866
  "lastUpdatedDate": {
783
- "shape": "S17"
867
+ "shape": "S1g"
784
868
  },
785
869
  "policyStoreId": {},
786
870
  "principalEntityType": {
787
- "shape": "S15"
871
+ "shape": "S1e"
788
872
  },
789
873
  "configuration": {
790
874
  "type": "structure",
@@ -799,9 +883,17 @@
799
883
  "members": {
800
884
  "userPoolArn": {},
801
885
  "clientIds": {
802
- "shape": "S13"
886
+ "shape": "S1a"
803
887
  },
804
- "issuer": {}
888
+ "issuer": {},
889
+ "groupConfiguration": {
890
+ "type": "structure",
891
+ "members": {
892
+ "groupEntityType": {
893
+ "shape": "S1d"
894
+ }
895
+ }
896
+ }
805
897
  }
806
898
  }
807
899
  },
@@ -829,10 +921,10 @@
829
921
  "type": "structure",
830
922
  "members": {
831
923
  "principal": {
832
- "shape": "S34"
924
+ "shape": "S3e"
833
925
  },
834
926
  "resource": {
835
- "shape": "S34"
927
+ "shape": "S3e"
836
928
  },
837
929
  "policyType": {},
838
930
  "policyTemplateId": {}
@@ -876,7 +968,7 @@
876
968
  "type": "structure",
877
969
  "members": {
878
970
  "description": {
879
- "shape": "S1c"
971
+ "shape": "S1l"
880
972
  }
881
973
  }
882
974
  },
@@ -899,10 +991,10 @@
899
991
  "union": true
900
992
  },
901
993
  "createdDate": {
902
- "shape": "S17"
994
+ "shape": "S1g"
903
995
  },
904
996
  "lastUpdatedDate": {
905
- "shape": "S17"
997
+ "shape": "S1g"
906
998
  }
907
999
  }
908
1000
  }
@@ -940,13 +1032,13 @@
940
1032
  "policyStoreId": {},
941
1033
  "arn": {},
942
1034
  "createdDate": {
943
- "shape": "S17"
1035
+ "shape": "S1g"
944
1036
  },
945
1037
  "lastUpdatedDate": {
946
- "shape": "S17"
1038
+ "shape": "S1g"
947
1039
  },
948
1040
  "description": {
949
- "shape": "S1l"
1041
+ "shape": "S1u"
950
1042
  }
951
1043
  }
952
1044
  }
@@ -989,13 +1081,13 @@
989
1081
  "policyStoreId": {},
990
1082
  "policyTemplateId": {},
991
1083
  "description": {
992
- "shape": "S1p"
1084
+ "shape": "S1y"
993
1085
  },
994
1086
  "createdDate": {
995
- "shape": "S17"
1087
+ "shape": "S1g"
996
1088
  },
997
1089
  "lastUpdatedDate": {
998
- "shape": "S17"
1090
+ "shape": "S1g"
999
1091
  }
1000
1092
  }
1001
1093
  }
@@ -1016,7 +1108,7 @@
1016
1108
  "type": "structure",
1017
1109
  "members": {
1018
1110
  "cedarJson": {
1019
- "shape": "S2i"
1111
+ "shape": "S2s"
1020
1112
  }
1021
1113
  },
1022
1114
  "union": true
@@ -1034,13 +1126,13 @@
1034
1126
  "members": {
1035
1127
  "policyStoreId": {},
1036
1128
  "namespaces": {
1037
- "shape": "S2j"
1129
+ "shape": "S2t"
1038
1130
  },
1039
1131
  "createdDate": {
1040
- "shape": "S17"
1132
+ "shape": "S1g"
1041
1133
  },
1042
1134
  "lastUpdatedDate": {
1043
- "shape": "S17"
1135
+ "shape": "S1g"
1044
1136
  }
1045
1137
  }
1046
1138
  },
@@ -1068,7 +1160,18 @@
1068
1160
  "members": {
1069
1161
  "userPoolArn": {},
1070
1162
  "clientIds": {
1071
- "shape": "S13"
1163
+ "shape": "S1a"
1164
+ },
1165
+ "groupConfiguration": {
1166
+ "type": "structure",
1167
+ "required": [
1168
+ "groupEntityType"
1169
+ ],
1170
+ "members": {
1171
+ "groupEntityType": {
1172
+ "shape": "S1d"
1173
+ }
1174
+ }
1072
1175
  }
1073
1176
  }
1074
1177
  }
@@ -1076,7 +1179,7 @@
1076
1179
  "union": true
1077
1180
  },
1078
1181
  "principalEntityType": {
1079
- "shape": "S15"
1182
+ "shape": "S1e"
1080
1183
  }
1081
1184
  }
1082
1185
  },
@@ -1090,11 +1193,11 @@
1090
1193
  ],
1091
1194
  "members": {
1092
1195
  "createdDate": {
1093
- "shape": "S17"
1196
+ "shape": "S1g"
1094
1197
  },
1095
1198
  "identitySourceId": {},
1096
1199
  "lastUpdatedDate": {
1097
- "shape": "S17"
1200
+ "shape": "S1g"
1098
1201
  },
1099
1202
  "policyStoreId": {}
1100
1203
  }
@@ -1122,10 +1225,10 @@
1122
1225
  ],
1123
1226
  "members": {
1124
1227
  "description": {
1125
- "shape": "S1c"
1228
+ "shape": "S1l"
1126
1229
  },
1127
1230
  "statement": {
1128
- "shape": "S1d"
1231
+ "shape": "S1m"
1129
1232
  }
1130
1233
  }
1131
1234
  }
@@ -1154,10 +1257,10 @@
1154
1257
  "shape": "S6"
1155
1258
  },
1156
1259
  "createdDate": {
1157
- "shape": "S17"
1260
+ "shape": "S1g"
1158
1261
  },
1159
1262
  "lastUpdatedDate": {
1160
- "shape": "S17"
1263
+ "shape": "S1g"
1161
1264
  }
1162
1265
  }
1163
1266
  },
@@ -1173,10 +1276,10 @@
1173
1276
  "members": {
1174
1277
  "policyStoreId": {},
1175
1278
  "validationSettings": {
1176
- "shape": "S1j"
1279
+ "shape": "S1s"
1177
1280
  },
1178
1281
  "description": {
1179
- "shape": "S1l"
1282
+ "shape": "S1u"
1180
1283
  }
1181
1284
  }
1182
1285
  },
@@ -1192,10 +1295,10 @@
1192
1295
  "policyStoreId": {},
1193
1296
  "arn": {},
1194
1297
  "createdDate": {
1195
- "shape": "S17"
1298
+ "shape": "S1g"
1196
1299
  },
1197
1300
  "lastUpdatedDate": {
1198
- "shape": "S17"
1301
+ "shape": "S1g"
1199
1302
  }
1200
1303
  }
1201
1304
  },
@@ -1213,10 +1316,10 @@
1213
1316
  "policyStoreId": {},
1214
1317
  "policyTemplateId": {},
1215
1318
  "description": {
1216
- "shape": "S1p"
1319
+ "shape": "S1y"
1217
1320
  },
1218
1321
  "statement": {
1219
- "shape": "S1d"
1322
+ "shape": "S1m"
1220
1323
  }
1221
1324
  }
1222
1325
  },
@@ -1232,10 +1335,10 @@
1232
1335
  "policyStoreId": {},
1233
1336
  "policyTemplateId": {},
1234
1337
  "createdDate": {
1235
- "shape": "S17"
1338
+ "shape": "S1g"
1236
1339
  },
1237
1340
  "lastUpdatedDate": {
1238
- "shape": "S17"
1341
+ "shape": "S1g"
1239
1342
  }
1240
1343
  }
1241
1344
  },
@@ -1399,30 +1502,52 @@
1399
1502
  "sensitive": true
1400
1503
  }
1401
1504
  },
1402
- "S13": {
1505
+ "Sz": {
1506
+ "type": "string",
1507
+ "sensitive": true
1508
+ },
1509
+ "S11": {
1510
+ "type": "structure",
1511
+ "members": {
1512
+ "action": {
1513
+ "shape": "Sk"
1514
+ },
1515
+ "resource": {
1516
+ "shape": "S6"
1517
+ },
1518
+ "context": {
1519
+ "shape": "Sn"
1520
+ }
1521
+ }
1522
+ },
1523
+ "S1a": {
1403
1524
  "type": "list",
1404
1525
  "member": {
1405
1526
  "type": "string",
1406
1527
  "sensitive": true
1407
1528
  }
1408
1529
  },
1409
- "S15": {
1530
+ "S1d": {
1531
+ "type": "string",
1532
+ "sensitive": true
1533
+ },
1534
+ "S1e": {
1410
1535
  "type": "string",
1411
1536
  "sensitive": true
1412
1537
  },
1413
- "S17": {
1538
+ "S1g": {
1414
1539
  "type": "timestamp",
1415
1540
  "timestampFormat": "iso8601"
1416
1541
  },
1417
- "S1c": {
1542
+ "S1l": {
1418
1543
  "type": "string",
1419
1544
  "sensitive": true
1420
1545
  },
1421
- "S1d": {
1546
+ "S1m": {
1422
1547
  "type": "string",
1423
1548
  "sensitive": true
1424
1549
  },
1425
- "S1j": {
1550
+ "S1s": {
1426
1551
  "type": "structure",
1427
1552
  "required": [
1428
1553
  "mode"
@@ -1431,30 +1556,26 @@
1431
1556
  "mode": {}
1432
1557
  }
1433
1558
  },
1434
- "S1l": {
1559
+ "S1u": {
1435
1560
  "type": "string",
1436
1561
  "sensitive": true
1437
1562
  },
1438
- "S1p": {
1563
+ "S1y": {
1439
1564
  "type": "string",
1440
1565
  "sensitive": true
1441
1566
  },
1442
- "S2i": {
1567
+ "S2s": {
1443
1568
  "type": "string",
1444
1569
  "sensitive": true
1445
1570
  },
1446
- "S2j": {
1571
+ "S2t": {
1447
1572
  "type": "list",
1448
1573
  "member": {
1449
1574
  "type": "string",
1450
1575
  "sensitive": true
1451
1576
  }
1452
1577
  },
1453
- "S2o": {
1454
- "type": "string",
1455
- "sensitive": true
1456
- },
1457
- "S34": {
1578
+ "S3e": {
1458
1579
  "type": "structure",
1459
1580
  "members": {
1460
1581
  "unspecified": {