cdk-lambda-subminute 2.0.301 → 2.0.302
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-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +30 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +6 -0
- package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +90 -81
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +16 -0
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.min.json +590 -3
- package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1853 -1396
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +100 -40
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +91 -78
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +172 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +16 -4
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +379 -301
- package/node_modules/aws-sdk/apis/metadata.json +3 -3
- package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +66 -12
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +233 -217
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +250 -91
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +39 -38
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +21 -13
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +228 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +94 -8
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +794 -0
- package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +269 -199
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +790 -27
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -1
- package/node_modules/aws-sdk/clients/all.js +2 -2
- package/node_modules/aws-sdk/clients/appmesh.d.ts +2 -2
- package/node_modules/aws-sdk/clients/athena.d.ts +27 -19
- package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +14 -1
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +22 -2
- package/node_modules/aws-sdk/clients/codestarconnections.d.ts +727 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
- package/node_modules/aws-sdk/clients/dlm.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +563 -22
- package/node_modules/aws-sdk/clients/ecr.d.ts +128 -7
- package/node_modules/aws-sdk/clients/emr.d.ts +80 -43
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +40 -37
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +157 -4
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +8 -8
- package/node_modules/aws-sdk/clients/medialive.d.ts +121 -47
- package/node_modules/aws-sdk/clients/osis.d.ts +55 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +31 -4
- package/node_modules/aws-sdk/clients/redshift.d.ts +207 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +5 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +18 -6
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +99 -16
- package/node_modules/aws-sdk/clients/sts.d.ts +3 -3
- package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +918 -0
- package/node_modules/aws-sdk/clients/trustedadvisor.js +18 -0
- package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +67 -1
- package/node_modules/aws-sdk/clients/wisdom.d.ts +849 -25
- 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 +1420 -1420
- package/node_modules/aws-sdk/dist/aws-sdk.js +2651 -1909
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/macie-2017-12-19.min.json +0 -222
- package/node_modules/aws-sdk/apis/macie-2017-12-19.paginators.json +0 -14
- package/node_modules/aws-sdk/clients/macie.d.ts +0 -284
- package/node_modules/aws-sdk/clients/macie.js +0 -18
- /package/node_modules/aws-sdk/apis/{macie-2017-12-19.examples.json → trustedadvisor-2022-09-15.examples.json} +0 -0
@@ -13,6 +13,59 @@
|
|
13
13
|
"uid": "verifiedpermissions-2021-12-01"
|
14
14
|
},
|
15
15
|
"operations": {
|
16
|
+
"BatchIsAuthorized": {
|
17
|
+
"input": {
|
18
|
+
"type": "structure",
|
19
|
+
"required": [
|
20
|
+
"policyStoreId",
|
21
|
+
"requests"
|
22
|
+
],
|
23
|
+
"members": {
|
24
|
+
"policyStoreId": {},
|
25
|
+
"entities": {
|
26
|
+
"shape": "S3"
|
27
|
+
},
|
28
|
+
"requests": {
|
29
|
+
"type": "list",
|
30
|
+
"member": {
|
31
|
+
"shape": "Sj"
|
32
|
+
}
|
33
|
+
}
|
34
|
+
}
|
35
|
+
},
|
36
|
+
"output": {
|
37
|
+
"type": "structure",
|
38
|
+
"required": [
|
39
|
+
"results"
|
40
|
+
],
|
41
|
+
"members": {
|
42
|
+
"results": {
|
43
|
+
"type": "list",
|
44
|
+
"member": {
|
45
|
+
"type": "structure",
|
46
|
+
"required": [
|
47
|
+
"request",
|
48
|
+
"decision",
|
49
|
+
"determiningPolicies",
|
50
|
+
"errors"
|
51
|
+
],
|
52
|
+
"members": {
|
53
|
+
"request": {
|
54
|
+
"shape": "Sj"
|
55
|
+
},
|
56
|
+
"decision": {},
|
57
|
+
"determiningPolicies": {
|
58
|
+
"shape": "St"
|
59
|
+
},
|
60
|
+
"errors": {
|
61
|
+
"shape": "Sw"
|
62
|
+
}
|
63
|
+
}
|
64
|
+
}
|
65
|
+
}
|
66
|
+
}
|
67
|
+
}
|
68
|
+
},
|
16
69
|
"CreateIdentitySource": {
|
17
70
|
"input": {
|
18
71
|
"type": "structure",
|
@@ -36,7 +89,7 @@
|
|
36
89
|
"members": {
|
37
90
|
"userPoolArn": {},
|
38
91
|
"clientIds": {
|
39
|
-
"shape": "
|
92
|
+
"shape": "S13"
|
40
93
|
}
|
41
94
|
}
|
42
95
|
}
|
@@ -44,7 +97,7 @@
|
|
44
97
|
"union": true
|
45
98
|
},
|
46
99
|
"principalEntityType": {
|
47
|
-
"shape": "
|
100
|
+
"shape": "S15"
|
48
101
|
}
|
49
102
|
}
|
50
103
|
},
|
@@ -58,11 +111,11 @@
|
|
58
111
|
],
|
59
112
|
"members": {
|
60
113
|
"createdDate": {
|
61
|
-
"shape": "
|
114
|
+
"shape": "S17"
|
62
115
|
},
|
63
116
|
"identitySourceId": {},
|
64
117
|
"lastUpdatedDate": {
|
65
|
-
"shape": "
|
118
|
+
"shape": "S17"
|
66
119
|
},
|
67
120
|
"policyStoreId": {}
|
68
121
|
}
|
@@ -91,10 +144,10 @@
|
|
91
144
|
],
|
92
145
|
"members": {
|
93
146
|
"description": {
|
94
|
-
"shape": "
|
147
|
+
"shape": "S1c"
|
95
148
|
},
|
96
149
|
"statement": {
|
97
|
-
"shape": "
|
150
|
+
"shape": "S1d"
|
98
151
|
}
|
99
152
|
}
|
100
153
|
},
|
@@ -106,10 +159,10 @@
|
|
106
159
|
"members": {
|
107
160
|
"policyTemplateId": {},
|
108
161
|
"principal": {
|
109
|
-
"shape": "
|
162
|
+
"shape": "S6"
|
110
163
|
},
|
111
164
|
"resource": {
|
112
|
-
"shape": "
|
165
|
+
"shape": "S6"
|
113
166
|
}
|
114
167
|
}
|
115
168
|
}
|
@@ -132,16 +185,16 @@
|
|
132
185
|
"policyId": {},
|
133
186
|
"policyType": {},
|
134
187
|
"principal": {
|
135
|
-
"shape": "
|
188
|
+
"shape": "S6"
|
136
189
|
},
|
137
190
|
"resource": {
|
138
|
-
"shape": "
|
191
|
+
"shape": "S6"
|
139
192
|
},
|
140
193
|
"createdDate": {
|
141
|
-
"shape": "
|
194
|
+
"shape": "S17"
|
142
195
|
},
|
143
196
|
"lastUpdatedDate": {
|
144
|
-
"shape": "
|
197
|
+
"shape": "S17"
|
145
198
|
}
|
146
199
|
}
|
147
200
|
},
|
@@ -158,7 +211,7 @@
|
|
158
211
|
"idempotencyToken": true
|
159
212
|
},
|
160
213
|
"validationSettings": {
|
161
|
-
"shape": "
|
214
|
+
"shape": "S1j"
|
162
215
|
}
|
163
216
|
}
|
164
217
|
},
|
@@ -174,10 +227,10 @@
|
|
174
227
|
"policyStoreId": {},
|
175
228
|
"arn": {},
|
176
229
|
"createdDate": {
|
177
|
-
"shape": "
|
230
|
+
"shape": "S17"
|
178
231
|
},
|
179
232
|
"lastUpdatedDate": {
|
180
|
-
"shape": "
|
233
|
+
"shape": "S17"
|
181
234
|
}
|
182
235
|
}
|
183
236
|
},
|
@@ -196,10 +249,10 @@
|
|
196
249
|
},
|
197
250
|
"policyStoreId": {},
|
198
251
|
"description": {
|
199
|
-
"shape": "
|
252
|
+
"shape": "S1o"
|
200
253
|
},
|
201
254
|
"statement": {
|
202
|
-
"shape": "
|
255
|
+
"shape": "S1d"
|
203
256
|
}
|
204
257
|
}
|
205
258
|
},
|
@@ -215,10 +268,10 @@
|
|
215
268
|
"policyStoreId": {},
|
216
269
|
"policyTemplateId": {},
|
217
270
|
"createdDate": {
|
218
|
-
"shape": "
|
271
|
+
"shape": "S17"
|
219
272
|
},
|
220
273
|
"lastUpdatedDate": {
|
221
|
-
"shape": "
|
274
|
+
"shape": "S17"
|
222
275
|
}
|
223
276
|
}
|
224
277
|
},
|
@@ -318,13 +371,13 @@
|
|
318
371
|
],
|
319
372
|
"members": {
|
320
373
|
"createdDate": {
|
321
|
-
"shape": "
|
374
|
+
"shape": "S17"
|
322
375
|
},
|
323
376
|
"details": {
|
324
377
|
"type": "structure",
|
325
378
|
"members": {
|
326
379
|
"clientIds": {
|
327
|
-
"shape": "
|
380
|
+
"shape": "S13"
|
328
381
|
},
|
329
382
|
"userPoolArn": {},
|
330
383
|
"discoveryUrl": {},
|
@@ -333,11 +386,11 @@
|
|
333
386
|
},
|
334
387
|
"identitySourceId": {},
|
335
388
|
"lastUpdatedDate": {
|
336
|
-
"shape": "
|
389
|
+
"shape": "S17"
|
337
390
|
},
|
338
391
|
"policyStoreId": {},
|
339
392
|
"principalEntityType": {
|
340
|
-
"shape": "
|
393
|
+
"shape": "S15"
|
341
394
|
}
|
342
395
|
}
|
343
396
|
}
|
@@ -369,10 +422,10 @@
|
|
369
422
|
"policyId": {},
|
370
423
|
"policyType": {},
|
371
424
|
"principal": {
|
372
|
-
"shape": "
|
425
|
+
"shape": "S6"
|
373
426
|
},
|
374
427
|
"resource": {
|
375
|
-
"shape": "
|
428
|
+
"shape": "S6"
|
376
429
|
},
|
377
430
|
"definition": {
|
378
431
|
"type": "structure",
|
@@ -384,10 +437,10 @@
|
|
384
437
|
],
|
385
438
|
"members": {
|
386
439
|
"description": {
|
387
|
-
"shape": "
|
440
|
+
"shape": "S1c"
|
388
441
|
},
|
389
442
|
"statement": {
|
390
|
-
"shape": "
|
443
|
+
"shape": "S1d"
|
391
444
|
}
|
392
445
|
}
|
393
446
|
},
|
@@ -399,10 +452,10 @@
|
|
399
452
|
"members": {
|
400
453
|
"policyTemplateId": {},
|
401
454
|
"principal": {
|
402
|
-
"shape": "
|
455
|
+
"shape": "S6"
|
403
456
|
},
|
404
457
|
"resource": {
|
405
|
-
"shape": "
|
458
|
+
"shape": "S6"
|
406
459
|
}
|
407
460
|
}
|
408
461
|
}
|
@@ -410,10 +463,10 @@
|
|
410
463
|
"union": true
|
411
464
|
},
|
412
465
|
"createdDate": {
|
413
|
-
"shape": "
|
466
|
+
"shape": "S17"
|
414
467
|
},
|
415
468
|
"lastUpdatedDate": {
|
416
|
-
"shape": "
|
469
|
+
"shape": "S17"
|
417
470
|
}
|
418
471
|
}
|
419
472
|
}
|
@@ -441,13 +494,13 @@
|
|
441
494
|
"policyStoreId": {},
|
442
495
|
"arn": {},
|
443
496
|
"validationSettings": {
|
444
|
-
"shape": "
|
497
|
+
"shape": "S1j"
|
445
498
|
},
|
446
499
|
"createdDate": {
|
447
|
-
"shape": "
|
500
|
+
"shape": "S17"
|
448
501
|
},
|
449
502
|
"lastUpdatedDate": {
|
450
|
-
"shape": "
|
503
|
+
"shape": "S17"
|
451
504
|
}
|
452
505
|
}
|
453
506
|
}
|
@@ -477,16 +530,16 @@
|
|
477
530
|
"policyStoreId": {},
|
478
531
|
"policyTemplateId": {},
|
479
532
|
"description": {
|
480
|
-
"shape": "
|
533
|
+
"shape": "S1o"
|
481
534
|
},
|
482
535
|
"statement": {
|
483
|
-
"shape": "
|
536
|
+
"shape": "S1d"
|
484
537
|
},
|
485
538
|
"createdDate": {
|
486
|
-
"shape": "
|
539
|
+
"shape": "S17"
|
487
540
|
},
|
488
541
|
"lastUpdatedDate": {
|
489
|
-
"shape": "
|
542
|
+
"shape": "S17"
|
490
543
|
}
|
491
544
|
}
|
492
545
|
}
|
@@ -512,13 +565,13 @@
|
|
512
565
|
"members": {
|
513
566
|
"policyStoreId": {},
|
514
567
|
"schema": {
|
515
|
-
"shape": "
|
568
|
+
"shape": "S2e"
|
516
569
|
},
|
517
570
|
"createdDate": {
|
518
|
-
"shape": "
|
571
|
+
"shape": "S17"
|
519
572
|
},
|
520
573
|
"lastUpdatedDate": {
|
521
|
-
"shape": "
|
574
|
+
"shape": "S17"
|
522
575
|
}
|
523
576
|
}
|
524
577
|
}
|
@@ -532,19 +585,19 @@
|
|
532
585
|
"members": {
|
533
586
|
"policyStoreId": {},
|
534
587
|
"principal": {
|
535
|
-
"shape": "
|
588
|
+
"shape": "S6"
|
536
589
|
},
|
537
590
|
"action": {
|
538
|
-
"shape": "
|
591
|
+
"shape": "Sk"
|
539
592
|
},
|
540
593
|
"resource": {
|
541
|
-
"shape": "
|
594
|
+
"shape": "S6"
|
542
595
|
},
|
543
596
|
"context": {
|
544
|
-
"shape": "
|
597
|
+
"shape": "Sn"
|
545
598
|
},
|
546
599
|
"entities": {
|
547
|
-
"shape": "
|
600
|
+
"shape": "S3"
|
548
601
|
}
|
549
602
|
}
|
550
603
|
},
|
@@ -558,10 +611,10 @@
|
|
558
611
|
"members": {
|
559
612
|
"decision": {},
|
560
613
|
"determiningPolicies": {
|
561
|
-
"shape": "
|
614
|
+
"shape": "St"
|
562
615
|
},
|
563
616
|
"errors": {
|
564
|
-
"shape": "
|
617
|
+
"shape": "Sw"
|
565
618
|
}
|
566
619
|
}
|
567
620
|
}
|
@@ -575,22 +628,22 @@
|
|
575
628
|
"members": {
|
576
629
|
"policyStoreId": {},
|
577
630
|
"identityToken": {
|
578
|
-
"shape": "
|
631
|
+
"shape": "S2i"
|
579
632
|
},
|
580
633
|
"accessToken": {
|
581
|
-
"shape": "
|
634
|
+
"shape": "S2i"
|
582
635
|
},
|
583
636
|
"action": {
|
584
|
-
"shape": "
|
637
|
+
"shape": "Sk"
|
585
638
|
},
|
586
639
|
"resource": {
|
587
|
-
"shape": "
|
640
|
+
"shape": "S6"
|
588
641
|
},
|
589
642
|
"context": {
|
590
|
-
"shape": "
|
643
|
+
"shape": "Sn"
|
591
644
|
},
|
592
645
|
"entities": {
|
593
|
-
"shape": "
|
646
|
+
"shape": "S3"
|
594
647
|
}
|
595
648
|
}
|
596
649
|
},
|
@@ -604,10 +657,10 @@
|
|
604
657
|
"members": {
|
605
658
|
"decision": {},
|
606
659
|
"determiningPolicies": {
|
607
|
-
"shape": "
|
660
|
+
"shape": "St"
|
608
661
|
},
|
609
662
|
"errors": {
|
610
|
-
"shape": "
|
663
|
+
"shape": "Sw"
|
611
664
|
}
|
612
665
|
}
|
613
666
|
}
|
@@ -630,7 +683,7 @@
|
|
630
683
|
"type": "structure",
|
631
684
|
"members": {
|
632
685
|
"principalEntityType": {
|
633
|
-
"shape": "
|
686
|
+
"shape": "S15"
|
634
687
|
}
|
635
688
|
}
|
636
689
|
}
|
@@ -658,13 +711,13 @@
|
|
658
711
|
],
|
659
712
|
"members": {
|
660
713
|
"createdDate": {
|
661
|
-
"shape": "
|
714
|
+
"shape": "S17"
|
662
715
|
},
|
663
716
|
"details": {
|
664
717
|
"type": "structure",
|
665
718
|
"members": {
|
666
719
|
"clientIds": {
|
667
|
-
"shape": "
|
720
|
+
"shape": "S13"
|
668
721
|
},
|
669
722
|
"userPoolArn": {},
|
670
723
|
"discoveryUrl": {},
|
@@ -673,11 +726,11 @@
|
|
673
726
|
},
|
674
727
|
"identitySourceId": {},
|
675
728
|
"lastUpdatedDate": {
|
676
|
-
"shape": "
|
729
|
+
"shape": "S17"
|
677
730
|
},
|
678
731
|
"policyStoreId": {},
|
679
732
|
"principalEntityType": {
|
680
|
-
"shape": "
|
733
|
+
"shape": "S15"
|
681
734
|
}
|
682
735
|
}
|
683
736
|
}
|
@@ -701,10 +754,10 @@
|
|
701
754
|
"type": "structure",
|
702
755
|
"members": {
|
703
756
|
"principal": {
|
704
|
-
"shape": "
|
757
|
+
"shape": "S2w"
|
705
758
|
},
|
706
759
|
"resource": {
|
707
|
-
"shape": "
|
760
|
+
"shape": "S2w"
|
708
761
|
},
|
709
762
|
"policyType": {},
|
710
763
|
"policyTemplateId": {}
|
@@ -736,10 +789,10 @@
|
|
736
789
|
"policyId": {},
|
737
790
|
"policyType": {},
|
738
791
|
"principal": {
|
739
|
-
"shape": "
|
792
|
+
"shape": "S6"
|
740
793
|
},
|
741
794
|
"resource": {
|
742
|
-
"shape": "
|
795
|
+
"shape": "S6"
|
743
796
|
},
|
744
797
|
"definition": {
|
745
798
|
"type": "structure",
|
@@ -748,7 +801,7 @@
|
|
748
801
|
"type": "structure",
|
749
802
|
"members": {
|
750
803
|
"description": {
|
751
|
-
"shape": "
|
804
|
+
"shape": "S1c"
|
752
805
|
}
|
753
806
|
}
|
754
807
|
},
|
@@ -760,10 +813,10 @@
|
|
760
813
|
"members": {
|
761
814
|
"policyTemplateId": {},
|
762
815
|
"principal": {
|
763
|
-
"shape": "
|
816
|
+
"shape": "S6"
|
764
817
|
},
|
765
818
|
"resource": {
|
766
|
-
"shape": "
|
819
|
+
"shape": "S6"
|
767
820
|
}
|
768
821
|
}
|
769
822
|
}
|
@@ -771,10 +824,10 @@
|
|
771
824
|
"union": true
|
772
825
|
},
|
773
826
|
"createdDate": {
|
774
|
-
"shape": "
|
827
|
+
"shape": "S17"
|
775
828
|
},
|
776
829
|
"lastUpdatedDate": {
|
777
|
-
"shape": "
|
830
|
+
"shape": "S17"
|
778
831
|
}
|
779
832
|
}
|
780
833
|
}
|
@@ -812,7 +865,7 @@
|
|
812
865
|
"policyStoreId": {},
|
813
866
|
"arn": {},
|
814
867
|
"createdDate": {
|
815
|
-
"shape": "
|
868
|
+
"shape": "S17"
|
816
869
|
}
|
817
870
|
}
|
818
871
|
}
|
@@ -855,13 +908,13 @@
|
|
855
908
|
"policyStoreId": {},
|
856
909
|
"policyTemplateId": {},
|
857
910
|
"description": {
|
858
|
-
"shape": "
|
911
|
+
"shape": "S1o"
|
859
912
|
},
|
860
913
|
"createdDate": {
|
861
|
-
"shape": "
|
914
|
+
"shape": "S17"
|
862
915
|
},
|
863
916
|
"lastUpdatedDate": {
|
864
|
-
"shape": "
|
917
|
+
"shape": "S17"
|
865
918
|
}
|
866
919
|
}
|
867
920
|
}
|
@@ -882,7 +935,7 @@
|
|
882
935
|
"type": "structure",
|
883
936
|
"members": {
|
884
937
|
"cedarJson": {
|
885
|
-
"shape": "
|
938
|
+
"shape": "S2e"
|
886
939
|
}
|
887
940
|
},
|
888
941
|
"union": true
|
@@ -907,10 +960,10 @@
|
|
907
960
|
}
|
908
961
|
},
|
909
962
|
"createdDate": {
|
910
|
-
"shape": "
|
963
|
+
"shape": "S17"
|
911
964
|
},
|
912
965
|
"lastUpdatedDate": {
|
913
|
-
"shape": "
|
966
|
+
"shape": "S17"
|
914
967
|
}
|
915
968
|
}
|
916
969
|
},
|
@@ -938,7 +991,7 @@
|
|
938
991
|
"members": {
|
939
992
|
"userPoolArn": {},
|
940
993
|
"clientIds": {
|
941
|
-
"shape": "
|
994
|
+
"shape": "S13"
|
942
995
|
}
|
943
996
|
}
|
944
997
|
}
|
@@ -946,7 +999,7 @@
|
|
946
999
|
"union": true
|
947
1000
|
},
|
948
1001
|
"principalEntityType": {
|
949
|
-
"shape": "
|
1002
|
+
"shape": "S15"
|
950
1003
|
}
|
951
1004
|
}
|
952
1005
|
},
|
@@ -960,11 +1013,11 @@
|
|
960
1013
|
],
|
961
1014
|
"members": {
|
962
1015
|
"createdDate": {
|
963
|
-
"shape": "
|
1016
|
+
"shape": "S17"
|
964
1017
|
},
|
965
1018
|
"identitySourceId": {},
|
966
1019
|
"lastUpdatedDate": {
|
967
|
-
"shape": "
|
1020
|
+
"shape": "S17"
|
968
1021
|
},
|
969
1022
|
"policyStoreId": {}
|
970
1023
|
}
|
@@ -992,10 +1045,10 @@
|
|
992
1045
|
],
|
993
1046
|
"members": {
|
994
1047
|
"description": {
|
995
|
-
"shape": "
|
1048
|
+
"shape": "S1c"
|
996
1049
|
},
|
997
1050
|
"statement": {
|
998
|
-
"shape": "
|
1051
|
+
"shape": "S1d"
|
999
1052
|
}
|
1000
1053
|
}
|
1001
1054
|
}
|
@@ -1018,16 +1071,16 @@
|
|
1018
1071
|
"policyId": {},
|
1019
1072
|
"policyType": {},
|
1020
1073
|
"principal": {
|
1021
|
-
"shape": "
|
1074
|
+
"shape": "S6"
|
1022
1075
|
},
|
1023
1076
|
"resource": {
|
1024
|
-
"shape": "
|
1077
|
+
"shape": "S6"
|
1025
1078
|
},
|
1026
1079
|
"createdDate": {
|
1027
|
-
"shape": "
|
1080
|
+
"shape": "S17"
|
1028
1081
|
},
|
1029
1082
|
"lastUpdatedDate": {
|
1030
|
-
"shape": "
|
1083
|
+
"shape": "S17"
|
1031
1084
|
}
|
1032
1085
|
}
|
1033
1086
|
},
|
@@ -1043,7 +1096,7 @@
|
|
1043
1096
|
"members": {
|
1044
1097
|
"policyStoreId": {},
|
1045
1098
|
"validationSettings": {
|
1046
|
-
"shape": "
|
1099
|
+
"shape": "S1j"
|
1047
1100
|
}
|
1048
1101
|
}
|
1049
1102
|
},
|
@@ -1059,10 +1112,10 @@
|
|
1059
1112
|
"policyStoreId": {},
|
1060
1113
|
"arn": {},
|
1061
1114
|
"createdDate": {
|
1062
|
-
"shape": "
|
1115
|
+
"shape": "S17"
|
1063
1116
|
},
|
1064
1117
|
"lastUpdatedDate": {
|
1065
|
-
"shape": "
|
1118
|
+
"shape": "S17"
|
1066
1119
|
}
|
1067
1120
|
}
|
1068
1121
|
},
|
@@ -1080,10 +1133,10 @@
|
|
1080
1133
|
"policyStoreId": {},
|
1081
1134
|
"policyTemplateId": {},
|
1082
1135
|
"description": {
|
1083
|
-
"shape": "
|
1136
|
+
"shape": "S1o"
|
1084
1137
|
},
|
1085
1138
|
"statement": {
|
1086
|
-
"shape": "
|
1139
|
+
"shape": "S1d"
|
1087
1140
|
}
|
1088
1141
|
}
|
1089
1142
|
},
|
@@ -1099,10 +1152,10 @@
|
|
1099
1152
|
"policyStoreId": {},
|
1100
1153
|
"policyTemplateId": {},
|
1101
1154
|
"createdDate": {
|
1102
|
-
"shape": "
|
1155
|
+
"shape": "S17"
|
1103
1156
|
},
|
1104
1157
|
"lastUpdatedDate": {
|
1105
|
-
"shape": "
|
1158
|
+
"shape": "S17"
|
1106
1159
|
}
|
1107
1160
|
}
|
1108
1161
|
},
|
@@ -1110,30 +1163,40 @@
|
|
1110
1163
|
}
|
1111
1164
|
},
|
1112
1165
|
"shapes": {
|
1113
|
-
"
|
1114
|
-
"type": "
|
1115
|
-
"
|
1116
|
-
"
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1166
|
+
"S3": {
|
1167
|
+
"type": "structure",
|
1168
|
+
"members": {
|
1169
|
+
"entityList": {
|
1170
|
+
"type": "list",
|
1171
|
+
"member": {
|
1172
|
+
"type": "structure",
|
1173
|
+
"required": [
|
1174
|
+
"identifier"
|
1175
|
+
],
|
1176
|
+
"members": {
|
1177
|
+
"identifier": {
|
1178
|
+
"shape": "S6"
|
1179
|
+
},
|
1180
|
+
"attributes": {
|
1181
|
+
"type": "map",
|
1182
|
+
"key": {},
|
1183
|
+
"value": {
|
1184
|
+
"shape": "Sb"
|
1185
|
+
}
|
1186
|
+
},
|
1187
|
+
"parents": {
|
1188
|
+
"type": "list",
|
1189
|
+
"member": {
|
1190
|
+
"shape": "S6"
|
1191
|
+
}
|
1192
|
+
}
|
1193
|
+
}
|
1194
|
+
}
|
1195
|
+
}
|
1196
|
+
},
|
1197
|
+
"union": true
|
1135
1198
|
},
|
1136
|
-
"
|
1199
|
+
"S6": {
|
1137
1200
|
"type": "structure",
|
1138
1201
|
"required": [
|
1139
1202
|
"entityType",
|
@@ -1150,54 +1213,7 @@
|
|
1150
1213
|
}
|
1151
1214
|
}
|
1152
1215
|
},
|
1153
|
-
"
|
1154
|
-
"type": "structure",
|
1155
|
-
"required": [
|
1156
|
-
"mode"
|
1157
|
-
],
|
1158
|
-
"members": {
|
1159
|
-
"mode": {}
|
1160
|
-
}
|
1161
|
-
},
|
1162
|
-
"Sw": {
|
1163
|
-
"type": "string",
|
1164
|
-
"sensitive": true
|
1165
|
-
},
|
1166
|
-
"S1m": {
|
1167
|
-
"type": "string",
|
1168
|
-
"sensitive": true
|
1169
|
-
},
|
1170
|
-
"S1o": {
|
1171
|
-
"type": "structure",
|
1172
|
-
"required": [
|
1173
|
-
"actionType",
|
1174
|
-
"actionId"
|
1175
|
-
],
|
1176
|
-
"members": {
|
1177
|
-
"actionType": {
|
1178
|
-
"type": "string",
|
1179
|
-
"sensitive": true
|
1180
|
-
},
|
1181
|
-
"actionId": {
|
1182
|
-
"type": "string",
|
1183
|
-
"sensitive": true
|
1184
|
-
}
|
1185
|
-
}
|
1186
|
-
},
|
1187
|
-
"S1r": {
|
1188
|
-
"type": "structure",
|
1189
|
-
"members": {
|
1190
|
-
"contextMap": {
|
1191
|
-
"type": "map",
|
1192
|
-
"key": {},
|
1193
|
-
"value": {
|
1194
|
-
"shape": "S1u"
|
1195
|
-
}
|
1196
|
-
}
|
1197
|
-
},
|
1198
|
-
"union": true
|
1199
|
-
},
|
1200
|
-
"S1u": {
|
1216
|
+
"Sb": {
|
1201
1217
|
"type": "structure",
|
1202
1218
|
"members": {
|
1203
1219
|
"boolean": {
|
@@ -1205,7 +1221,7 @@
|
|
1205
1221
|
"sensitive": true
|
1206
1222
|
},
|
1207
1223
|
"entityIdentifier": {
|
1208
|
-
"shape": "
|
1224
|
+
"shape": "S6"
|
1209
1225
|
},
|
1210
1226
|
"long": {
|
1211
1227
|
"type": "long",
|
@@ -1218,53 +1234,67 @@
|
|
1218
1234
|
"set": {
|
1219
1235
|
"type": "list",
|
1220
1236
|
"member": {
|
1221
|
-
"shape": "
|
1237
|
+
"shape": "Sb"
|
1222
1238
|
}
|
1223
1239
|
},
|
1224
1240
|
"record": {
|
1225
1241
|
"type": "map",
|
1226
1242
|
"key": {},
|
1227
1243
|
"value": {
|
1228
|
-
"shape": "
|
1244
|
+
"shape": "Sb"
|
1229
1245
|
}
|
1230
1246
|
}
|
1231
1247
|
},
|
1232
1248
|
"union": true
|
1233
1249
|
},
|
1234
|
-
"
|
1250
|
+
"Sj": {
|
1235
1251
|
"type": "structure",
|
1236
1252
|
"members": {
|
1237
|
-
"
|
1238
|
-
"
|
1239
|
-
|
1240
|
-
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1253
|
-
|
1254
|
-
|
1255
|
-
|
1256
|
-
|
1257
|
-
|
1258
|
-
|
1259
|
-
|
1260
|
-
|
1261
|
-
|
1253
|
+
"principal": {
|
1254
|
+
"shape": "S6"
|
1255
|
+
},
|
1256
|
+
"action": {
|
1257
|
+
"shape": "Sk"
|
1258
|
+
},
|
1259
|
+
"resource": {
|
1260
|
+
"shape": "S6"
|
1261
|
+
},
|
1262
|
+
"context": {
|
1263
|
+
"shape": "Sn"
|
1264
|
+
}
|
1265
|
+
}
|
1266
|
+
},
|
1267
|
+
"Sk": {
|
1268
|
+
"type": "structure",
|
1269
|
+
"required": [
|
1270
|
+
"actionType",
|
1271
|
+
"actionId"
|
1272
|
+
],
|
1273
|
+
"members": {
|
1274
|
+
"actionType": {
|
1275
|
+
"type": "string",
|
1276
|
+
"sensitive": true
|
1277
|
+
},
|
1278
|
+
"actionId": {
|
1279
|
+
"type": "string",
|
1280
|
+
"sensitive": true
|
1281
|
+
}
|
1282
|
+
}
|
1283
|
+
},
|
1284
|
+
"Sn": {
|
1285
|
+
"type": "structure",
|
1286
|
+
"members": {
|
1287
|
+
"contextMap": {
|
1288
|
+
"type": "map",
|
1289
|
+
"key": {},
|
1290
|
+
"value": {
|
1291
|
+
"shape": "Sb"
|
1262
1292
|
}
|
1263
1293
|
}
|
1264
1294
|
},
|
1265
1295
|
"union": true
|
1266
1296
|
},
|
1267
|
-
"
|
1297
|
+
"St": {
|
1268
1298
|
"type": "list",
|
1269
1299
|
"member": {
|
1270
1300
|
"type": "structure",
|
@@ -1276,7 +1306,7 @@
|
|
1276
1306
|
}
|
1277
1307
|
}
|
1278
1308
|
},
|
1279
|
-
"
|
1309
|
+
"Sw": {
|
1280
1310
|
"type": "list",
|
1281
1311
|
"member": {
|
1282
1312
|
"type": "structure",
|
@@ -1289,18 +1319,58 @@
|
|
1289
1319
|
"sensitive": true
|
1290
1320
|
}
|
1291
1321
|
},
|
1292
|
-
"
|
1322
|
+
"S13": {
|
1323
|
+
"type": "list",
|
1324
|
+
"member": {
|
1325
|
+
"type": "string",
|
1326
|
+
"sensitive": true
|
1327
|
+
}
|
1328
|
+
},
|
1329
|
+
"S15": {
|
1330
|
+
"type": "string",
|
1331
|
+
"sensitive": true
|
1332
|
+
},
|
1333
|
+
"S17": {
|
1334
|
+
"type": "timestamp",
|
1335
|
+
"timestampFormat": "iso8601"
|
1336
|
+
},
|
1337
|
+
"S1c": {
|
1338
|
+
"type": "string",
|
1339
|
+
"sensitive": true
|
1340
|
+
},
|
1341
|
+
"S1d": {
|
1342
|
+
"type": "string",
|
1343
|
+
"sensitive": true
|
1344
|
+
},
|
1345
|
+
"S1j": {
|
1346
|
+
"type": "structure",
|
1347
|
+
"required": [
|
1348
|
+
"mode"
|
1349
|
+
],
|
1350
|
+
"members": {
|
1351
|
+
"mode": {}
|
1352
|
+
}
|
1353
|
+
},
|
1354
|
+
"S1o": {
|
1355
|
+
"type": "string",
|
1356
|
+
"sensitive": true
|
1357
|
+
},
|
1358
|
+
"S2e": {
|
1293
1359
|
"type": "string",
|
1294
1360
|
"sensitive": true
|
1295
1361
|
},
|
1296
|
-
"
|
1362
|
+
"S2i": {
|
1363
|
+
"type": "string",
|
1364
|
+
"sensitive": true
|
1365
|
+
},
|
1366
|
+
"S2w": {
|
1297
1367
|
"type": "structure",
|
1298
1368
|
"members": {
|
1299
1369
|
"unspecified": {
|
1300
1370
|
"type": "boolean"
|
1301
1371
|
},
|
1302
1372
|
"identifier": {
|
1303
|
-
"shape": "
|
1373
|
+
"shape": "S6"
|
1304
1374
|
}
|
1305
1375
|
},
|
1306
1376
|
"union": true
|