aws-sdk 2.1396.0 → 2.1397.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/README.md +1 -1
  3. package/apis/cloudtrail-2013-11-01.min.json +33 -33
  4. package/apis/codeguru-security-2018-05-10.examples.json +5 -0
  5. package/apis/codeguru-security-2018-05-10.min.json +703 -0
  6. package/apis/codeguru-security-2018-05-10.paginators.json +22 -0
  7. package/apis/drs-2020-02-26.min.json +392 -97
  8. package/apis/drs-2020-02-26.paginators.json +6 -0
  9. package/apis/ec2-2016-11-15.min.json +1178 -1013
  10. package/apis/ec2-2016-11-15.paginators.json +6 -0
  11. package/apis/lightsail-2016-11-28.min.json +4 -2
  12. package/apis/metadata.json +7 -0
  13. package/apis/s3-2006-03-01.examples.json +121 -121
  14. package/apis/securityhub-2018-10-26.examples.json +276 -0
  15. package/apis/securityhub-2018-10-26.min.json +957 -559
  16. package/apis/verifiedpermissions-2021-12-01.examples.json +5 -0
  17. package/apis/verifiedpermissions-2021-12-01.min.json +1215 -0
  18. package/apis/verifiedpermissions-2021-12-01.paginators.json +28 -0
  19. package/apis/verifiedpermissions-2021-12-01.waiters2.json +5 -0
  20. package/apis/wafv2-2019-07-29.min.json +241 -169
  21. package/apis/wellarchitected-2020-03-31.min.json +655 -75
  22. package/apis/wellarchitected-2020-03-31.paginators.json +15 -0
  23. package/clients/all.d.ts +2 -0
  24. package/clients/all.js +3 -1
  25. package/clients/cloudtrail.d.ts +28 -13
  26. package/clients/codegurusecurity.d.ts +761 -0
  27. package/clients/codegurusecurity.js +18 -0
  28. package/clients/drs.d.ts +354 -3
  29. package/clients/ec2.d.ts +225 -48
  30. package/clients/imagebuilder.d.ts +1 -1
  31. package/clients/lightsail.d.ts +12 -4
  32. package/clients/s3.d.ts +1 -1
  33. package/clients/securityhub.d.ts +470 -0
  34. package/clients/simspaceweaver.d.ts +2 -2
  35. package/clients/verifiedpermissions.d.ts +1392 -0
  36. package/clients/verifiedpermissions.js +19 -0
  37. package/clients/wafv2.d.ts +105 -27
  38. package/clients/wellarchitected.d.ts +533 -7
  39. package/dist/aws-sdk-core-react-native.js +2 -2
  40. package/dist/aws-sdk-react-native.js +95 -14
  41. package/dist/aws-sdk.js +1227 -1049
  42. package/dist/aws-sdk.min.js +80 -80
  43. package/lib/config_service_placeholders.d.ts +4 -0
  44. package/lib/core.js +1 -1
  45. package/package.json +1 -1
@@ -0,0 +1,1215 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2021-12-01",
5
+ "endpointPrefix": "verifiedpermissions",
6
+ "jsonVersion": "1.0",
7
+ "protocol": "json",
8
+ "serviceFullName": "Amazon Verified Permissions",
9
+ "serviceId": "VerifiedPermissions",
10
+ "signatureVersion": "v4",
11
+ "signingName": "verifiedpermissions",
12
+ "targetPrefix": "VerifiedPermissions",
13
+ "uid": "verifiedpermissions-2021-12-01"
14
+ },
15
+ "operations": {
16
+ "CreateIdentitySource": {
17
+ "input": {
18
+ "type": "structure",
19
+ "required": [
20
+ "policyStoreId",
21
+ "configuration"
22
+ ],
23
+ "members": {
24
+ "clientToken": {
25
+ "idempotencyToken": true
26
+ },
27
+ "policyStoreId": {},
28
+ "configuration": {
29
+ "type": "structure",
30
+ "members": {
31
+ "cognitoUserPoolConfiguration": {
32
+ "type": "structure",
33
+ "required": [
34
+ "userPoolArn"
35
+ ],
36
+ "members": {
37
+ "userPoolArn": {},
38
+ "clientIds": {
39
+ "shape": "S7"
40
+ }
41
+ }
42
+ }
43
+ },
44
+ "union": true
45
+ },
46
+ "principalEntityType": {}
47
+ }
48
+ },
49
+ "output": {
50
+ "type": "structure",
51
+ "required": [
52
+ "createdDate",
53
+ "identitySourceId",
54
+ "lastUpdatedDate",
55
+ "policyStoreId"
56
+ ],
57
+ "members": {
58
+ "createdDate": {
59
+ "shape": "Sb"
60
+ },
61
+ "identitySourceId": {},
62
+ "lastUpdatedDate": {
63
+ "shape": "Sb"
64
+ },
65
+ "policyStoreId": {}
66
+ }
67
+ },
68
+ "idempotent": true
69
+ },
70
+ "CreatePolicy": {
71
+ "input": {
72
+ "type": "structure",
73
+ "required": [
74
+ "policyStoreId",
75
+ "definition"
76
+ ],
77
+ "members": {
78
+ "clientToken": {
79
+ "idempotencyToken": true
80
+ },
81
+ "policyStoreId": {},
82
+ "definition": {
83
+ "type": "structure",
84
+ "members": {
85
+ "static": {
86
+ "type": "structure",
87
+ "required": [
88
+ "statement"
89
+ ],
90
+ "members": {
91
+ "description": {},
92
+ "statement": {}
93
+ }
94
+ },
95
+ "templateLinked": {
96
+ "type": "structure",
97
+ "required": [
98
+ "policyTemplateId"
99
+ ],
100
+ "members": {
101
+ "policyTemplateId": {},
102
+ "principal": {
103
+ "shape": "Sk"
104
+ },
105
+ "resource": {
106
+ "shape": "Sk"
107
+ }
108
+ }
109
+ }
110
+ },
111
+ "union": true
112
+ }
113
+ }
114
+ },
115
+ "output": {
116
+ "type": "structure",
117
+ "required": [
118
+ "policyStoreId",
119
+ "policyId",
120
+ "policyType",
121
+ "createdDate",
122
+ "lastUpdatedDate"
123
+ ],
124
+ "members": {
125
+ "policyStoreId": {},
126
+ "policyId": {},
127
+ "policyType": {},
128
+ "principal": {
129
+ "shape": "Sk"
130
+ },
131
+ "resource": {
132
+ "shape": "Sk"
133
+ },
134
+ "createdDate": {
135
+ "shape": "Sb"
136
+ },
137
+ "lastUpdatedDate": {
138
+ "shape": "Sb"
139
+ }
140
+ }
141
+ },
142
+ "idempotent": true
143
+ },
144
+ "CreatePolicyStore": {
145
+ "input": {
146
+ "type": "structure",
147
+ "required": [
148
+ "validationSettings"
149
+ ],
150
+ "members": {
151
+ "clientToken": {
152
+ "idempotencyToken": true
153
+ },
154
+ "validationSettings": {
155
+ "shape": "Sr"
156
+ }
157
+ }
158
+ },
159
+ "output": {
160
+ "type": "structure",
161
+ "required": [
162
+ "policyStoreId",
163
+ "arn",
164
+ "createdDate",
165
+ "lastUpdatedDate"
166
+ ],
167
+ "members": {
168
+ "policyStoreId": {},
169
+ "arn": {},
170
+ "createdDate": {
171
+ "shape": "Sb"
172
+ },
173
+ "lastUpdatedDate": {
174
+ "shape": "Sb"
175
+ }
176
+ }
177
+ },
178
+ "idempotent": true
179
+ },
180
+ "CreatePolicyTemplate": {
181
+ "input": {
182
+ "type": "structure",
183
+ "required": [
184
+ "policyStoreId",
185
+ "statement"
186
+ ],
187
+ "members": {
188
+ "clientToken": {
189
+ "idempotencyToken": true
190
+ },
191
+ "policyStoreId": {},
192
+ "description": {},
193
+ "statement": {}
194
+ }
195
+ },
196
+ "output": {
197
+ "type": "structure",
198
+ "required": [
199
+ "policyStoreId",
200
+ "policyTemplateId",
201
+ "createdDate",
202
+ "lastUpdatedDate"
203
+ ],
204
+ "members": {
205
+ "policyStoreId": {},
206
+ "policyTemplateId": {},
207
+ "createdDate": {
208
+ "shape": "Sb"
209
+ },
210
+ "lastUpdatedDate": {
211
+ "shape": "Sb"
212
+ }
213
+ }
214
+ },
215
+ "idempotent": true
216
+ },
217
+ "DeleteIdentitySource": {
218
+ "input": {
219
+ "type": "structure",
220
+ "required": [
221
+ "policyStoreId",
222
+ "identitySourceId"
223
+ ],
224
+ "members": {
225
+ "policyStoreId": {},
226
+ "identitySourceId": {}
227
+ }
228
+ },
229
+ "output": {
230
+ "type": "structure",
231
+ "members": {}
232
+ },
233
+ "idempotent": true
234
+ },
235
+ "DeletePolicy": {
236
+ "input": {
237
+ "type": "structure",
238
+ "required": [
239
+ "policyStoreId",
240
+ "policyId"
241
+ ],
242
+ "members": {
243
+ "policyStoreId": {},
244
+ "policyId": {}
245
+ }
246
+ },
247
+ "output": {
248
+ "type": "structure",
249
+ "members": {}
250
+ },
251
+ "idempotent": true
252
+ },
253
+ "DeletePolicyStore": {
254
+ "input": {
255
+ "type": "structure",
256
+ "required": [
257
+ "policyStoreId"
258
+ ],
259
+ "members": {
260
+ "policyStoreId": {}
261
+ }
262
+ },
263
+ "output": {
264
+ "type": "structure",
265
+ "members": {}
266
+ },
267
+ "idempotent": true
268
+ },
269
+ "DeletePolicyTemplate": {
270
+ "input": {
271
+ "type": "structure",
272
+ "required": [
273
+ "policyStoreId",
274
+ "policyTemplateId"
275
+ ],
276
+ "members": {
277
+ "policyStoreId": {},
278
+ "policyTemplateId": {}
279
+ }
280
+ },
281
+ "output": {
282
+ "type": "structure",
283
+ "members": {}
284
+ },
285
+ "idempotent": true
286
+ },
287
+ "GetIdentitySource": {
288
+ "input": {
289
+ "type": "structure",
290
+ "required": [
291
+ "policyStoreId",
292
+ "identitySourceId"
293
+ ],
294
+ "members": {
295
+ "policyStoreId": {},
296
+ "identitySourceId": {}
297
+ }
298
+ },
299
+ "output": {
300
+ "type": "structure",
301
+ "required": [
302
+ "createdDate",
303
+ "details",
304
+ "identitySourceId",
305
+ "lastUpdatedDate",
306
+ "policyStoreId",
307
+ "principalEntityType"
308
+ ],
309
+ "members": {
310
+ "createdDate": {
311
+ "shape": "Sb"
312
+ },
313
+ "details": {
314
+ "type": "structure",
315
+ "members": {
316
+ "clientIds": {
317
+ "shape": "S7"
318
+ },
319
+ "userPoolArn": {},
320
+ "discoveryUrl": {},
321
+ "openIdIssuer": {}
322
+ }
323
+ },
324
+ "identitySourceId": {},
325
+ "lastUpdatedDate": {
326
+ "shape": "Sb"
327
+ },
328
+ "policyStoreId": {},
329
+ "principalEntityType": {}
330
+ }
331
+ }
332
+ },
333
+ "GetPolicy": {
334
+ "input": {
335
+ "type": "structure",
336
+ "required": [
337
+ "policyStoreId",
338
+ "policyId"
339
+ ],
340
+ "members": {
341
+ "policyStoreId": {},
342
+ "policyId": {}
343
+ }
344
+ },
345
+ "output": {
346
+ "type": "structure",
347
+ "required": [
348
+ "policyStoreId",
349
+ "policyId",
350
+ "policyType",
351
+ "definition",
352
+ "createdDate",
353
+ "lastUpdatedDate"
354
+ ],
355
+ "members": {
356
+ "policyStoreId": {},
357
+ "policyId": {},
358
+ "policyType": {},
359
+ "principal": {
360
+ "shape": "Sk"
361
+ },
362
+ "resource": {
363
+ "shape": "Sk"
364
+ },
365
+ "definition": {
366
+ "type": "structure",
367
+ "members": {
368
+ "static": {
369
+ "type": "structure",
370
+ "required": [
371
+ "statement"
372
+ ],
373
+ "members": {
374
+ "description": {},
375
+ "statement": {}
376
+ }
377
+ },
378
+ "templateLinked": {
379
+ "type": "structure",
380
+ "required": [
381
+ "policyTemplateId"
382
+ ],
383
+ "members": {
384
+ "policyTemplateId": {},
385
+ "principal": {
386
+ "shape": "Sk"
387
+ },
388
+ "resource": {
389
+ "shape": "Sk"
390
+ }
391
+ }
392
+ }
393
+ },
394
+ "union": true
395
+ },
396
+ "createdDate": {
397
+ "shape": "Sb"
398
+ },
399
+ "lastUpdatedDate": {
400
+ "shape": "Sb"
401
+ }
402
+ }
403
+ }
404
+ },
405
+ "GetPolicyStore": {
406
+ "input": {
407
+ "type": "structure",
408
+ "required": [
409
+ "policyStoreId"
410
+ ],
411
+ "members": {
412
+ "policyStoreId": {}
413
+ }
414
+ },
415
+ "output": {
416
+ "type": "structure",
417
+ "required": [
418
+ "policyStoreId",
419
+ "arn",
420
+ "validationSettings",
421
+ "createdDate",
422
+ "lastUpdatedDate"
423
+ ],
424
+ "members": {
425
+ "policyStoreId": {},
426
+ "arn": {},
427
+ "validationSettings": {
428
+ "shape": "Sr"
429
+ },
430
+ "createdDate": {
431
+ "shape": "Sb"
432
+ },
433
+ "lastUpdatedDate": {
434
+ "shape": "Sb"
435
+ }
436
+ }
437
+ }
438
+ },
439
+ "GetPolicyTemplate": {
440
+ "input": {
441
+ "type": "structure",
442
+ "required": [
443
+ "policyStoreId",
444
+ "policyTemplateId"
445
+ ],
446
+ "members": {
447
+ "policyStoreId": {},
448
+ "policyTemplateId": {}
449
+ }
450
+ },
451
+ "output": {
452
+ "type": "structure",
453
+ "required": [
454
+ "policyStoreId",
455
+ "policyTemplateId",
456
+ "statement",
457
+ "createdDate",
458
+ "lastUpdatedDate"
459
+ ],
460
+ "members": {
461
+ "policyStoreId": {},
462
+ "policyTemplateId": {},
463
+ "description": {},
464
+ "statement": {},
465
+ "createdDate": {
466
+ "shape": "Sb"
467
+ },
468
+ "lastUpdatedDate": {
469
+ "shape": "Sb"
470
+ }
471
+ }
472
+ }
473
+ },
474
+ "GetSchema": {
475
+ "input": {
476
+ "type": "structure",
477
+ "required": [
478
+ "policyStoreId"
479
+ ],
480
+ "members": {
481
+ "policyStoreId": {}
482
+ }
483
+ },
484
+ "output": {
485
+ "type": "structure",
486
+ "required": [
487
+ "policyStoreId",
488
+ "schema",
489
+ "createdDate",
490
+ "lastUpdatedDate"
491
+ ],
492
+ "members": {
493
+ "policyStoreId": {},
494
+ "schema": {},
495
+ "createdDate": {
496
+ "shape": "Sb"
497
+ },
498
+ "lastUpdatedDate": {
499
+ "shape": "Sb"
500
+ }
501
+ }
502
+ }
503
+ },
504
+ "IsAuthorized": {
505
+ "input": {
506
+ "type": "structure",
507
+ "required": [
508
+ "policyStoreId"
509
+ ],
510
+ "members": {
511
+ "policyStoreId": {},
512
+ "principal": {
513
+ "shape": "Sk"
514
+ },
515
+ "action": {
516
+ "shape": "S1o"
517
+ },
518
+ "resource": {
519
+ "shape": "Sk"
520
+ },
521
+ "context": {
522
+ "shape": "S1r"
523
+ },
524
+ "entities": {
525
+ "shape": "S20"
526
+ }
527
+ }
528
+ },
529
+ "output": {
530
+ "type": "structure",
531
+ "required": [
532
+ "decision",
533
+ "determiningPolicies",
534
+ "errors"
535
+ ],
536
+ "members": {
537
+ "decision": {},
538
+ "determiningPolicies": {
539
+ "shape": "S27"
540
+ },
541
+ "errors": {
542
+ "shape": "S29"
543
+ }
544
+ }
545
+ }
546
+ },
547
+ "IsAuthorizedWithToken": {
548
+ "input": {
549
+ "type": "structure",
550
+ "required": [
551
+ "policyStoreId"
552
+ ],
553
+ "members": {
554
+ "policyStoreId": {},
555
+ "identityToken": {},
556
+ "accessToken": {},
557
+ "action": {
558
+ "shape": "S1o"
559
+ },
560
+ "resource": {
561
+ "shape": "Sk"
562
+ },
563
+ "context": {
564
+ "shape": "S1r"
565
+ },
566
+ "entities": {
567
+ "shape": "S20"
568
+ }
569
+ }
570
+ },
571
+ "output": {
572
+ "type": "structure",
573
+ "required": [
574
+ "decision",
575
+ "determiningPolicies",
576
+ "errors"
577
+ ],
578
+ "members": {
579
+ "decision": {},
580
+ "determiningPolicies": {
581
+ "shape": "S27"
582
+ },
583
+ "errors": {
584
+ "shape": "S29"
585
+ }
586
+ }
587
+ }
588
+ },
589
+ "ListIdentitySources": {
590
+ "input": {
591
+ "type": "structure",
592
+ "required": [
593
+ "policyStoreId"
594
+ ],
595
+ "members": {
596
+ "policyStoreId": {},
597
+ "nextToken": {},
598
+ "maxResults": {
599
+ "type": "integer"
600
+ },
601
+ "filters": {
602
+ "type": "list",
603
+ "member": {
604
+ "type": "structure",
605
+ "members": {
606
+ "principalEntityType": {}
607
+ }
608
+ }
609
+ }
610
+ }
611
+ },
612
+ "output": {
613
+ "type": "structure",
614
+ "required": [
615
+ "identitySources"
616
+ ],
617
+ "members": {
618
+ "nextToken": {},
619
+ "identitySources": {
620
+ "type": "list",
621
+ "member": {
622
+ "type": "structure",
623
+ "required": [
624
+ "createdDate",
625
+ "details",
626
+ "identitySourceId",
627
+ "lastUpdatedDate",
628
+ "policyStoreId",
629
+ "principalEntityType"
630
+ ],
631
+ "members": {
632
+ "createdDate": {
633
+ "shape": "Sb"
634
+ },
635
+ "details": {
636
+ "type": "structure",
637
+ "members": {
638
+ "clientIds": {
639
+ "shape": "S7"
640
+ },
641
+ "userPoolArn": {},
642
+ "discoveryUrl": {},
643
+ "openIdIssuer": {}
644
+ }
645
+ },
646
+ "identitySourceId": {},
647
+ "lastUpdatedDate": {
648
+ "shape": "Sb"
649
+ },
650
+ "policyStoreId": {},
651
+ "principalEntityType": {}
652
+ }
653
+ }
654
+ }
655
+ }
656
+ }
657
+ },
658
+ "ListPolicies": {
659
+ "input": {
660
+ "type": "structure",
661
+ "required": [
662
+ "policyStoreId"
663
+ ],
664
+ "members": {
665
+ "policyStoreId": {},
666
+ "nextToken": {},
667
+ "maxResults": {
668
+ "type": "integer"
669
+ },
670
+ "filter": {
671
+ "type": "structure",
672
+ "members": {
673
+ "principal": {
674
+ "shape": "S2q"
675
+ },
676
+ "resource": {
677
+ "shape": "S2q"
678
+ },
679
+ "policyType": {},
680
+ "policyTemplateId": {}
681
+ }
682
+ }
683
+ }
684
+ },
685
+ "output": {
686
+ "type": "structure",
687
+ "required": [
688
+ "policies"
689
+ ],
690
+ "members": {
691
+ "nextToken": {},
692
+ "policies": {
693
+ "type": "list",
694
+ "member": {
695
+ "type": "structure",
696
+ "required": [
697
+ "policyStoreId",
698
+ "policyId",
699
+ "policyType",
700
+ "definition",
701
+ "createdDate",
702
+ "lastUpdatedDate"
703
+ ],
704
+ "members": {
705
+ "policyStoreId": {},
706
+ "policyId": {},
707
+ "policyType": {},
708
+ "principal": {
709
+ "shape": "Sk"
710
+ },
711
+ "resource": {
712
+ "shape": "Sk"
713
+ },
714
+ "definition": {
715
+ "type": "structure",
716
+ "members": {
717
+ "static": {
718
+ "type": "structure",
719
+ "members": {
720
+ "description": {}
721
+ }
722
+ },
723
+ "templateLinked": {
724
+ "type": "structure",
725
+ "required": [
726
+ "policyTemplateId"
727
+ ],
728
+ "members": {
729
+ "policyTemplateId": {},
730
+ "principal": {
731
+ "shape": "Sk"
732
+ },
733
+ "resource": {
734
+ "shape": "Sk"
735
+ }
736
+ }
737
+ }
738
+ },
739
+ "union": true
740
+ },
741
+ "createdDate": {
742
+ "shape": "Sb"
743
+ },
744
+ "lastUpdatedDate": {
745
+ "shape": "Sb"
746
+ }
747
+ }
748
+ }
749
+ }
750
+ }
751
+ }
752
+ },
753
+ "ListPolicyStores": {
754
+ "input": {
755
+ "type": "structure",
756
+ "members": {
757
+ "nextToken": {},
758
+ "maxResults": {
759
+ "type": "integer"
760
+ }
761
+ }
762
+ },
763
+ "output": {
764
+ "type": "structure",
765
+ "required": [
766
+ "policyStores"
767
+ ],
768
+ "members": {
769
+ "nextToken": {},
770
+ "policyStores": {
771
+ "type": "list",
772
+ "member": {
773
+ "type": "structure",
774
+ "required": [
775
+ "policyStoreId",
776
+ "arn",
777
+ "createdDate"
778
+ ],
779
+ "members": {
780
+ "policyStoreId": {},
781
+ "arn": {},
782
+ "createdDate": {
783
+ "shape": "Sb"
784
+ }
785
+ }
786
+ }
787
+ }
788
+ }
789
+ }
790
+ },
791
+ "ListPolicyTemplates": {
792
+ "input": {
793
+ "type": "structure",
794
+ "required": [
795
+ "policyStoreId"
796
+ ],
797
+ "members": {
798
+ "policyStoreId": {},
799
+ "nextToken": {},
800
+ "maxResults": {
801
+ "type": "integer"
802
+ }
803
+ }
804
+ },
805
+ "output": {
806
+ "type": "structure",
807
+ "required": [
808
+ "policyTemplates"
809
+ ],
810
+ "members": {
811
+ "nextToken": {},
812
+ "policyTemplates": {
813
+ "type": "list",
814
+ "member": {
815
+ "type": "structure",
816
+ "required": [
817
+ "policyStoreId",
818
+ "policyTemplateId",
819
+ "createdDate",
820
+ "lastUpdatedDate"
821
+ ],
822
+ "members": {
823
+ "policyStoreId": {},
824
+ "policyTemplateId": {},
825
+ "description": {},
826
+ "createdDate": {
827
+ "shape": "Sb"
828
+ },
829
+ "lastUpdatedDate": {
830
+ "shape": "Sb"
831
+ }
832
+ }
833
+ }
834
+ }
835
+ }
836
+ }
837
+ },
838
+ "PutSchema": {
839
+ "input": {
840
+ "type": "structure",
841
+ "required": [
842
+ "policyStoreId",
843
+ "definition"
844
+ ],
845
+ "members": {
846
+ "policyStoreId": {},
847
+ "definition": {
848
+ "type": "structure",
849
+ "members": {
850
+ "cedarJson": {}
851
+ },
852
+ "union": true
853
+ }
854
+ }
855
+ },
856
+ "output": {
857
+ "type": "structure",
858
+ "required": [
859
+ "policyStoreId",
860
+ "namespaces",
861
+ "createdDate",
862
+ "lastUpdatedDate"
863
+ ],
864
+ "members": {
865
+ "policyStoreId": {},
866
+ "namespaces": {
867
+ "type": "list",
868
+ "member": {}
869
+ },
870
+ "createdDate": {
871
+ "shape": "Sb"
872
+ },
873
+ "lastUpdatedDate": {
874
+ "shape": "Sb"
875
+ }
876
+ }
877
+ },
878
+ "idempotent": true
879
+ },
880
+ "UpdateIdentitySource": {
881
+ "input": {
882
+ "type": "structure",
883
+ "required": [
884
+ "policyStoreId",
885
+ "identitySourceId",
886
+ "updateConfiguration"
887
+ ],
888
+ "members": {
889
+ "policyStoreId": {},
890
+ "identitySourceId": {},
891
+ "updateConfiguration": {
892
+ "type": "structure",
893
+ "members": {
894
+ "cognitoUserPoolConfiguration": {
895
+ "type": "structure",
896
+ "required": [
897
+ "userPoolArn"
898
+ ],
899
+ "members": {
900
+ "userPoolArn": {},
901
+ "clientIds": {
902
+ "shape": "S7"
903
+ }
904
+ }
905
+ }
906
+ },
907
+ "union": true
908
+ },
909
+ "principalEntityType": {}
910
+ }
911
+ },
912
+ "output": {
913
+ "type": "structure",
914
+ "required": [
915
+ "createdDate",
916
+ "identitySourceId",
917
+ "lastUpdatedDate",
918
+ "policyStoreId"
919
+ ],
920
+ "members": {
921
+ "createdDate": {
922
+ "shape": "Sb"
923
+ },
924
+ "identitySourceId": {},
925
+ "lastUpdatedDate": {
926
+ "shape": "Sb"
927
+ },
928
+ "policyStoreId": {}
929
+ }
930
+ },
931
+ "idempotent": true
932
+ },
933
+ "UpdatePolicy": {
934
+ "input": {
935
+ "type": "structure",
936
+ "required": [
937
+ "policyStoreId",
938
+ "policyId",
939
+ "definition"
940
+ ],
941
+ "members": {
942
+ "policyStoreId": {},
943
+ "policyId": {},
944
+ "definition": {
945
+ "type": "structure",
946
+ "members": {
947
+ "static": {
948
+ "type": "structure",
949
+ "required": [
950
+ "statement"
951
+ ],
952
+ "members": {
953
+ "description": {},
954
+ "statement": {}
955
+ }
956
+ }
957
+ },
958
+ "union": true
959
+ }
960
+ }
961
+ },
962
+ "output": {
963
+ "type": "structure",
964
+ "required": [
965
+ "policyStoreId",
966
+ "policyId",
967
+ "policyType",
968
+ "createdDate",
969
+ "lastUpdatedDate"
970
+ ],
971
+ "members": {
972
+ "policyStoreId": {},
973
+ "policyId": {},
974
+ "policyType": {},
975
+ "principal": {
976
+ "shape": "Sk"
977
+ },
978
+ "resource": {
979
+ "shape": "Sk"
980
+ },
981
+ "createdDate": {
982
+ "shape": "Sb"
983
+ },
984
+ "lastUpdatedDate": {
985
+ "shape": "Sb"
986
+ }
987
+ }
988
+ },
989
+ "idempotent": true
990
+ },
991
+ "UpdatePolicyStore": {
992
+ "input": {
993
+ "type": "structure",
994
+ "required": [
995
+ "policyStoreId",
996
+ "validationSettings"
997
+ ],
998
+ "members": {
999
+ "policyStoreId": {},
1000
+ "validationSettings": {
1001
+ "shape": "Sr"
1002
+ }
1003
+ }
1004
+ },
1005
+ "output": {
1006
+ "type": "structure",
1007
+ "required": [
1008
+ "policyStoreId",
1009
+ "arn",
1010
+ "createdDate",
1011
+ "lastUpdatedDate"
1012
+ ],
1013
+ "members": {
1014
+ "policyStoreId": {},
1015
+ "arn": {},
1016
+ "createdDate": {
1017
+ "shape": "Sb"
1018
+ },
1019
+ "lastUpdatedDate": {
1020
+ "shape": "Sb"
1021
+ }
1022
+ }
1023
+ },
1024
+ "idempotent": true
1025
+ },
1026
+ "UpdatePolicyTemplate": {
1027
+ "input": {
1028
+ "type": "structure",
1029
+ "required": [
1030
+ "policyStoreId",
1031
+ "policyTemplateId",
1032
+ "statement"
1033
+ ],
1034
+ "members": {
1035
+ "policyStoreId": {},
1036
+ "policyTemplateId": {},
1037
+ "description": {},
1038
+ "statement": {}
1039
+ }
1040
+ },
1041
+ "output": {
1042
+ "type": "structure",
1043
+ "required": [
1044
+ "policyStoreId",
1045
+ "policyTemplateId",
1046
+ "createdDate",
1047
+ "lastUpdatedDate"
1048
+ ],
1049
+ "members": {
1050
+ "policyStoreId": {},
1051
+ "policyTemplateId": {},
1052
+ "createdDate": {
1053
+ "shape": "Sb"
1054
+ },
1055
+ "lastUpdatedDate": {
1056
+ "shape": "Sb"
1057
+ }
1058
+ }
1059
+ },
1060
+ "idempotent": true
1061
+ }
1062
+ },
1063
+ "shapes": {
1064
+ "S7": {
1065
+ "type": "list",
1066
+ "member": {}
1067
+ },
1068
+ "Sb": {
1069
+ "type": "timestamp",
1070
+ "timestampFormat": "iso8601"
1071
+ },
1072
+ "Sk": {
1073
+ "type": "structure",
1074
+ "required": [
1075
+ "entityType",
1076
+ "entityId"
1077
+ ],
1078
+ "members": {
1079
+ "entityType": {},
1080
+ "entityId": {}
1081
+ }
1082
+ },
1083
+ "Sr": {
1084
+ "type": "structure",
1085
+ "required": [
1086
+ "mode"
1087
+ ],
1088
+ "members": {
1089
+ "mode": {}
1090
+ }
1091
+ },
1092
+ "S1o": {
1093
+ "type": "structure",
1094
+ "required": [
1095
+ "actionType",
1096
+ "actionId"
1097
+ ],
1098
+ "members": {
1099
+ "actionType": {},
1100
+ "actionId": {}
1101
+ }
1102
+ },
1103
+ "S1r": {
1104
+ "type": "structure",
1105
+ "members": {
1106
+ "contextMap": {
1107
+ "type": "map",
1108
+ "key": {},
1109
+ "value": {
1110
+ "shape": "S1u"
1111
+ }
1112
+ }
1113
+ },
1114
+ "union": true
1115
+ },
1116
+ "S1u": {
1117
+ "type": "structure",
1118
+ "members": {
1119
+ "boolean": {
1120
+ "type": "boolean"
1121
+ },
1122
+ "entityIdentifier": {
1123
+ "shape": "Sk"
1124
+ },
1125
+ "long": {
1126
+ "type": "long"
1127
+ },
1128
+ "string": {},
1129
+ "set": {
1130
+ "type": "list",
1131
+ "member": {
1132
+ "shape": "S1u"
1133
+ }
1134
+ },
1135
+ "record": {
1136
+ "type": "map",
1137
+ "key": {},
1138
+ "value": {
1139
+ "shape": "S1u"
1140
+ }
1141
+ }
1142
+ },
1143
+ "union": true
1144
+ },
1145
+ "S20": {
1146
+ "type": "structure",
1147
+ "members": {
1148
+ "entityList": {
1149
+ "type": "list",
1150
+ "member": {
1151
+ "type": "structure",
1152
+ "required": [
1153
+ "identifier"
1154
+ ],
1155
+ "members": {
1156
+ "identifier": {
1157
+ "shape": "Sk"
1158
+ },
1159
+ "attributes": {
1160
+ "type": "map",
1161
+ "key": {},
1162
+ "value": {
1163
+ "shape": "S1u"
1164
+ }
1165
+ },
1166
+ "parents": {
1167
+ "type": "list",
1168
+ "member": {
1169
+ "shape": "Sk"
1170
+ }
1171
+ }
1172
+ }
1173
+ }
1174
+ }
1175
+ },
1176
+ "union": true
1177
+ },
1178
+ "S27": {
1179
+ "type": "list",
1180
+ "member": {
1181
+ "type": "structure",
1182
+ "required": [
1183
+ "policyId"
1184
+ ],
1185
+ "members": {
1186
+ "policyId": {}
1187
+ }
1188
+ }
1189
+ },
1190
+ "S29": {
1191
+ "type": "list",
1192
+ "member": {
1193
+ "type": "structure",
1194
+ "required": [
1195
+ "errorDescription"
1196
+ ],
1197
+ "members": {
1198
+ "errorDescription": {}
1199
+ }
1200
+ }
1201
+ },
1202
+ "S2q": {
1203
+ "type": "structure",
1204
+ "members": {
1205
+ "unspecified": {
1206
+ "type": "boolean"
1207
+ },
1208
+ "identifier": {
1209
+ "shape": "Sk"
1210
+ }
1211
+ },
1212
+ "union": true
1213
+ }
1214
+ }
1215
+ }