iamdata 0.1.202507291__py3-none-any.whl → 0.1.202508251__py3-none-any.whl
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.
Potentially problematic release.
This version of iamdata might be problematic. Click here for more details.
- iamdata/data/actions/aoss.json +32 -0
- iamdata/data/actions/aps.json +51 -0
- iamdata/data/actions/arc-region-switch.json +334 -0
- iamdata/data/actions/arc-zonal-shift.json +50 -0
- iamdata/data/actions/auditmanager.json +14 -1
- iamdata/data/actions/batch.json +162 -6
- iamdata/data/actions/bcm-dashboards.json +74 -0
- iamdata/data/actions/bcm-recommended-actions.json +10 -0
- iamdata/data/actions/bedrock-agentcore.json +328 -30
- iamdata/data/actions/bedrock.json +459 -0
- iamdata/data/actions/budgets.json +6 -2
- iamdata/data/actions/cases.json +22 -2
- iamdata/data/actions/chatbot.json +87 -20
- iamdata/data/actions/cleanrooms-ml.json +11 -0
- iamdata/data/actions/cleanrooms.json +44 -0
- iamdata/data/actions/connect.json +23 -0
- iamdata/data/actions/datazone.json +64 -0
- iamdata/data/actions/deadline.json +32 -10
- iamdata/data/actions/dms.json +1 -8
- iamdata/data/actions/ds.json +122 -0
- iamdata/data/actions/events.json +16 -0
- iamdata/data/actions/glue.json +32 -0
- iamdata/data/actions/groundtruthlabeling.json +7 -7
- iamdata/data/actions/guardduty.json +173 -0
- iamdata/data/actions/imagebuilder.json +185 -237
- iamdata/data/actions/iot.json +31 -0
- iamdata/data/actions/iotmanagedintegrations.json +11 -4
- iamdata/data/actions/iotsitewise.json +271 -0
- iamdata/data/actions/observabilityadmin.json +196 -0
- iamdata/data/actions/odb.json +4 -4
- iamdata/data/actions/outposts.json +15 -0
- iamdata/data/actions/partnercentral.json +96 -32
- iamdata/data/actions/qbusiness.json +20 -46
- iamdata/data/actions/quicksight.json +2 -6
- iamdata/data/actions/rds.json +12 -6
- iamdata/data/actions/repostspace.json +90 -0
- iamdata/data/actions/s3.json +261 -125
- iamdata/data/actions/s3express.json +24 -4
- iamdata/data/actions/sagemaker.json +128 -0
- iamdata/data/actions/security-ir.json +23 -8
- iamdata/data/actions/securityhub.json +12 -0
- iamdata/data/actions/servicediscovery.json +140 -14
- iamdata/data/actions/ses.json +286 -2
- iamdata/data/actions/social-messaging.json +64 -0
- iamdata/data/actions/sso.json +34 -50
- iamdata/data/actions/transcribe.json +12 -0
- iamdata/data/actions/uxc.json +26 -0
- iamdata/data/actions/workspaces-web.json +112 -0
- iamdata/data/actions/workspaces.json +114 -0
- iamdata/data/actions/xray.json +9 -3
- iamdata/data/conditionKeys/arc-region-switch.json +17 -0
- iamdata/data/conditionKeys/bcm-dashboards.json +1 -0
- iamdata/data/conditionKeys/bcm-recommended-actions.json +1 -0
- iamdata/data/conditionKeys/chatbot.json +17 -1
- iamdata/data/conditionKeys/ebs.json +2 -2
- iamdata/data/conditionKeys/imagebuilder.json +2 -2
- iamdata/data/conditionKeys/iotmanagedintegrations.json +10 -0
- iamdata/data/conditionKeys/observabilityadmin.json +17 -1
- iamdata/data/conditionKeys/quicksight.json +0 -5
- iamdata/data/conditionKeys/rds.json +5 -0
- iamdata/data/conditionKeys/s3.json +5 -0
- iamdata/data/conditionKeys/s3express.json +5 -0
- iamdata/data/conditionKeys/savingsplans.json +1 -1
- iamdata/data/conditionKeys/secretsmanager.json +1 -1
- iamdata/data/conditionKeys/servicediscovery.json +5 -0
- iamdata/data/conditionKeys/ses.json +5 -0
- iamdata/data/conditionKeys/uxc.json +1 -0
- iamdata/data/conditionKeys/xray.json +10 -0
- iamdata/data/conditionPatterns.json +134 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/apigateway.json +3 -3
- iamdata/data/resourceTypes/arc-region-switch.json +9 -0
- iamdata/data/resourceTypes/batch.json +14 -0
- iamdata/data/resourceTypes/bcm-dashboards.json +1 -0
- iamdata/data/resourceTypes/bcm-recommended-actions.json +1 -0
- iamdata/data/resourceTypes/bedrock-agentcore.json +8 -0
- iamdata/data/resourceTypes/bedrock.json +14 -0
- iamdata/data/resourceTypes/chatbot.json +8 -2
- iamdata/data/resourceTypes/deadline.json +4 -1
- iamdata/data/resourceTypes/execute-api.json +1 -1
- iamdata/data/resourceTypes/guardduty.json +14 -0
- iamdata/data/resourceTypes/imagebuilder.json +12 -18
- iamdata/data/resourceTypes/iotsitewise.json +7 -0
- iamdata/data/resourceTypes/mpa.json +3 -3
- iamdata/data/resourceTypes/observabilityadmin.json +16 -1
- iamdata/data/resourceTypes/partnercentral.json +8 -2
- iamdata/data/resourceTypes/qbusiness.json +0 -4
- iamdata/data/resourceTypes/s3.json +19 -1
- iamdata/data/resourceTypes/s3express.json +5 -1
- iamdata/data/resourceTypes/securityhub.json +12 -3
- iamdata/data/resourceTypes/ses.json +11 -0
- iamdata/data/resourceTypes/uxc.json +1 -0
- iamdata/data/resourceTypes/workspaces-web.json +7 -0
- iamdata/data/resourceTypes/workspaces.json +4 -0
- iamdata/data/serviceNames.json +4 -0
- iamdata/data/services.json +4 -0
- iamdata/data/unassociatedConditions.json +20 -0
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508251.dist-info}/METADATA +1 -1
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508251.dist-info}/RECORD +101 -87
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508251.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202507291.dist-info → iamdata-0.1.202508251.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"createagentruntimeendpoint": {
|
|
45
45
|
"name": "CreateAgentRuntimeEndpoint",
|
|
46
|
-
"description": "Grants permission to create a new agent endpoint",
|
|
46
|
+
"description": "Grants permission to create a new agent runtime endpoint",
|
|
47
47
|
"accessLevel": "Write",
|
|
48
48
|
"resourceTypes": [],
|
|
49
49
|
"conditionKeys": [],
|
|
@@ -53,7 +53,20 @@
|
|
|
53
53
|
"name": "CreateApiKeyCredentialProvider",
|
|
54
54
|
"description": "Grants permission to create a new API Key Credential Provider",
|
|
55
55
|
"accessLevel": "Write",
|
|
56
|
-
"resourceTypes": [
|
|
56
|
+
"resourceTypes": [
|
|
57
|
+
{
|
|
58
|
+
"name": "apikeycredentialprovider",
|
|
59
|
+
"required": true,
|
|
60
|
+
"conditionKeys": [],
|
|
61
|
+
"dependentActions": []
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "token-vault",
|
|
65
|
+
"required": true,
|
|
66
|
+
"conditionKeys": [],
|
|
67
|
+
"dependentActions": []
|
|
68
|
+
}
|
|
69
|
+
],
|
|
57
70
|
"conditionKeys": [],
|
|
58
71
|
"dependentActions": []
|
|
59
72
|
},
|
|
@@ -130,7 +143,20 @@
|
|
|
130
143
|
"name": "CreateOauth2CredentialProvider",
|
|
131
144
|
"description": "Grants permission to create a new Credential Provider to access external resources with OAuth2 protocol",
|
|
132
145
|
"accessLevel": "Write",
|
|
133
|
-
"resourceTypes": [
|
|
146
|
+
"resourceTypes": [
|
|
147
|
+
{
|
|
148
|
+
"name": "oauth2credentialprovider",
|
|
149
|
+
"required": true,
|
|
150
|
+
"conditionKeys": [],
|
|
151
|
+
"dependentActions": []
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "token-vault",
|
|
155
|
+
"required": true,
|
|
156
|
+
"conditionKeys": [],
|
|
157
|
+
"dependentActions": []
|
|
158
|
+
}
|
|
159
|
+
],
|
|
134
160
|
"conditionKeys": [],
|
|
135
161
|
"dependentActions": []
|
|
136
162
|
},
|
|
@@ -138,7 +164,20 @@
|
|
|
138
164
|
"name": "CreateWorkloadIdentity",
|
|
139
165
|
"description": "Grants permission to create a new Workload Identity",
|
|
140
166
|
"accessLevel": "Write",
|
|
141
|
-
"resourceTypes": [
|
|
167
|
+
"resourceTypes": [
|
|
168
|
+
{
|
|
169
|
+
"name": "workload-identity",
|
|
170
|
+
"required": true,
|
|
171
|
+
"conditionKeys": [],
|
|
172
|
+
"dependentActions": []
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "workload-identity-directory",
|
|
176
|
+
"required": true,
|
|
177
|
+
"conditionKeys": [],
|
|
178
|
+
"dependentActions": []
|
|
179
|
+
}
|
|
180
|
+
],
|
|
142
181
|
"conditionKeys": [],
|
|
143
182
|
"dependentActions": []
|
|
144
183
|
},
|
|
@@ -159,7 +198,7 @@
|
|
|
159
198
|
},
|
|
160
199
|
"deleteagentruntimeendpoint": {
|
|
161
200
|
"name": "DeleteAgentRuntimeEndpoint",
|
|
162
|
-
"description": "Grants permission to delete an agent endpoint",
|
|
201
|
+
"description": "Grants permission to delete an agent runtime endpoint",
|
|
163
202
|
"accessLevel": "Write",
|
|
164
203
|
"resourceTypes": [
|
|
165
204
|
{
|
|
@@ -182,7 +221,20 @@
|
|
|
182
221
|
"name": "DeleteApiKeyCredentialProvider",
|
|
183
222
|
"description": "Grants permission to delete a registered API Key Credential Provider",
|
|
184
223
|
"accessLevel": "Write",
|
|
185
|
-
"resourceTypes": [
|
|
224
|
+
"resourceTypes": [
|
|
225
|
+
{
|
|
226
|
+
"name": "apikeycredentialprovider",
|
|
227
|
+
"required": true,
|
|
228
|
+
"conditionKeys": [],
|
|
229
|
+
"dependentActions": []
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "token-vault",
|
|
233
|
+
"required": true,
|
|
234
|
+
"conditionKeys": [],
|
|
235
|
+
"dependentActions": []
|
|
236
|
+
}
|
|
237
|
+
],
|
|
186
238
|
"conditionKeys": [],
|
|
187
239
|
"dependentActions": []
|
|
188
240
|
},
|
|
@@ -298,7 +350,20 @@
|
|
|
298
350
|
"name": "DeleteOauth2CredentialProvider",
|
|
299
351
|
"description": "Grants permission to delete a registered OAuth2 Credential Provider",
|
|
300
352
|
"accessLevel": "Write",
|
|
301
|
-
"resourceTypes": [
|
|
353
|
+
"resourceTypes": [
|
|
354
|
+
{
|
|
355
|
+
"name": "oauth2credentialprovider",
|
|
356
|
+
"required": true,
|
|
357
|
+
"conditionKeys": [],
|
|
358
|
+
"dependentActions": []
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "token-vault",
|
|
362
|
+
"required": true,
|
|
363
|
+
"conditionKeys": [],
|
|
364
|
+
"dependentActions": []
|
|
365
|
+
}
|
|
366
|
+
],
|
|
302
367
|
"conditionKeys": [],
|
|
303
368
|
"dependentActions": []
|
|
304
369
|
},
|
|
@@ -306,7 +371,20 @@
|
|
|
306
371
|
"name": "DeleteWorkloadIdentity",
|
|
307
372
|
"description": "Grants permission to delete a registered Workload Identity",
|
|
308
373
|
"accessLevel": "Write",
|
|
309
|
-
"resourceTypes": [
|
|
374
|
+
"resourceTypes": [
|
|
375
|
+
{
|
|
376
|
+
"name": "workload-identity",
|
|
377
|
+
"required": true,
|
|
378
|
+
"conditionKeys": [],
|
|
379
|
+
"dependentActions": []
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "workload-identity-directory",
|
|
383
|
+
"required": true,
|
|
384
|
+
"conditionKeys": [],
|
|
385
|
+
"dependentActions": []
|
|
386
|
+
}
|
|
387
|
+
],
|
|
310
388
|
"conditionKeys": [],
|
|
311
389
|
"dependentActions": []
|
|
312
390
|
},
|
|
@@ -327,7 +405,7 @@
|
|
|
327
405
|
},
|
|
328
406
|
"getagentruntimeendpoint": {
|
|
329
407
|
"name": "GetAgentRuntimeEndpoint",
|
|
330
|
-
"description": "Grants permission to get details of an agent endpoint",
|
|
408
|
+
"description": "Grants permission to get details of an agent runtime endpoint",
|
|
331
409
|
"accessLevel": "Read",
|
|
332
410
|
"resourceTypes": [
|
|
333
411
|
{
|
|
@@ -350,7 +428,20 @@
|
|
|
350
428
|
"name": "GetApiKeyCredentialProvider",
|
|
351
429
|
"description": "Grants permission to fetch a registered API Key Credential Provider by its name",
|
|
352
430
|
"accessLevel": "Read",
|
|
353
|
-
"resourceTypes": [
|
|
431
|
+
"resourceTypes": [
|
|
432
|
+
{
|
|
433
|
+
"name": "apikeycredentialprovider",
|
|
434
|
+
"required": true,
|
|
435
|
+
"conditionKeys": [],
|
|
436
|
+
"dependentActions": []
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "token-vault",
|
|
440
|
+
"required": true,
|
|
441
|
+
"conditionKeys": [],
|
|
442
|
+
"dependentActions": []
|
|
443
|
+
}
|
|
444
|
+
],
|
|
354
445
|
"conditionKeys": [],
|
|
355
446
|
"dependentActions": []
|
|
356
447
|
},
|
|
@@ -508,7 +599,20 @@
|
|
|
508
599
|
"name": "GetOauth2CredentialProvider",
|
|
509
600
|
"description": "Grants permission to fetch a registered OAuth2 Credential Provider by its name",
|
|
510
601
|
"accessLevel": "Read",
|
|
511
|
-
"resourceTypes": [
|
|
602
|
+
"resourceTypes": [
|
|
603
|
+
{
|
|
604
|
+
"name": "oauth2credentialprovider",
|
|
605
|
+
"required": true,
|
|
606
|
+
"conditionKeys": [],
|
|
607
|
+
"dependentActions": []
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"name": "token-vault",
|
|
611
|
+
"required": true,
|
|
612
|
+
"conditionKeys": [],
|
|
613
|
+
"dependentActions": []
|
|
614
|
+
}
|
|
615
|
+
],
|
|
512
616
|
"conditionKeys": [],
|
|
513
617
|
"dependentActions": []
|
|
514
618
|
},
|
|
@@ -516,7 +620,32 @@
|
|
|
516
620
|
"name": "GetResourceApiKey",
|
|
517
621
|
"description": "Grants permission to retrieve an API Key associated with an Api Key Credential Provider",
|
|
518
622
|
"accessLevel": "Read",
|
|
519
|
-
"resourceTypes": [
|
|
623
|
+
"resourceTypes": [
|
|
624
|
+
{
|
|
625
|
+
"name": "apikeycredentialprovider",
|
|
626
|
+
"required": true,
|
|
627
|
+
"conditionKeys": [],
|
|
628
|
+
"dependentActions": []
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"name": "token-vault",
|
|
632
|
+
"required": true,
|
|
633
|
+
"conditionKeys": [],
|
|
634
|
+
"dependentActions": []
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"name": "workload-identity",
|
|
638
|
+
"required": true,
|
|
639
|
+
"conditionKeys": [],
|
|
640
|
+
"dependentActions": []
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"name": "workload-identity-directory",
|
|
644
|
+
"required": true,
|
|
645
|
+
"conditionKeys": [],
|
|
646
|
+
"dependentActions": []
|
|
647
|
+
}
|
|
648
|
+
],
|
|
520
649
|
"conditionKeys": [],
|
|
521
650
|
"dependentActions": []
|
|
522
651
|
},
|
|
@@ -524,7 +653,32 @@
|
|
|
524
653
|
"name": "GetResourceOauth2Token",
|
|
525
654
|
"description": "Grants permission to retrieve access token with OAuth2 2LO or 3LO flow to access external resource",
|
|
526
655
|
"accessLevel": "Read",
|
|
527
|
-
"resourceTypes": [
|
|
656
|
+
"resourceTypes": [
|
|
657
|
+
{
|
|
658
|
+
"name": "oauth2credentialprovider",
|
|
659
|
+
"required": true,
|
|
660
|
+
"conditionKeys": [],
|
|
661
|
+
"dependentActions": []
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"name": "token-vault",
|
|
665
|
+
"required": true,
|
|
666
|
+
"conditionKeys": [],
|
|
667
|
+
"dependentActions": []
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "workload-identity",
|
|
671
|
+
"required": true,
|
|
672
|
+
"conditionKeys": [],
|
|
673
|
+
"dependentActions": []
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"name": "workload-identity-directory",
|
|
677
|
+
"required": true,
|
|
678
|
+
"conditionKeys": [],
|
|
679
|
+
"dependentActions": []
|
|
680
|
+
}
|
|
681
|
+
],
|
|
528
682
|
"conditionKeys": [],
|
|
529
683
|
"dependentActions": []
|
|
530
684
|
},
|
|
@@ -532,7 +686,14 @@
|
|
|
532
686
|
"name": "GetTokenVault",
|
|
533
687
|
"description": "Grants permission to fetch the current configuration of the TokenVault, including encryption settings",
|
|
534
688
|
"accessLevel": "Read",
|
|
535
|
-
"resourceTypes": [
|
|
689
|
+
"resourceTypes": [
|
|
690
|
+
{
|
|
691
|
+
"name": "token-vault",
|
|
692
|
+
"required": true,
|
|
693
|
+
"conditionKeys": [],
|
|
694
|
+
"dependentActions": []
|
|
695
|
+
}
|
|
696
|
+
],
|
|
536
697
|
"conditionKeys": [],
|
|
537
698
|
"dependentActions": []
|
|
538
699
|
},
|
|
@@ -540,7 +701,20 @@
|
|
|
540
701
|
"name": "GetWorkloadAccessToken",
|
|
541
702
|
"description": "Grants permission to retrieve an Workload access token for agentic workloads not acting on behalf of a user",
|
|
542
703
|
"accessLevel": "Write",
|
|
543
|
-
"resourceTypes": [
|
|
704
|
+
"resourceTypes": [
|
|
705
|
+
{
|
|
706
|
+
"name": "workload-identity",
|
|
707
|
+
"required": true,
|
|
708
|
+
"conditionKeys": [],
|
|
709
|
+
"dependentActions": []
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"name": "workload-identity-directory",
|
|
713
|
+
"required": true,
|
|
714
|
+
"conditionKeys": [],
|
|
715
|
+
"dependentActions": []
|
|
716
|
+
}
|
|
717
|
+
],
|
|
544
718
|
"conditionKeys": [],
|
|
545
719
|
"dependentActions": []
|
|
546
720
|
},
|
|
@@ -548,7 +722,20 @@
|
|
|
548
722
|
"name": "GetWorkloadAccessTokenForJWT",
|
|
549
723
|
"description": "Grants permission to retrieve an Workload access token for agentic workloads acting on behalf of user with JWT token",
|
|
550
724
|
"accessLevel": "Write",
|
|
551
|
-
"resourceTypes": [
|
|
725
|
+
"resourceTypes": [
|
|
726
|
+
{
|
|
727
|
+
"name": "workload-identity",
|
|
728
|
+
"required": true,
|
|
729
|
+
"conditionKeys": [],
|
|
730
|
+
"dependentActions": []
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "workload-identity-directory",
|
|
734
|
+
"required": true,
|
|
735
|
+
"conditionKeys": [],
|
|
736
|
+
"dependentActions": []
|
|
737
|
+
}
|
|
738
|
+
],
|
|
552
739
|
"conditionKeys": [],
|
|
553
740
|
"dependentActions": []
|
|
554
741
|
},
|
|
@@ -556,7 +743,20 @@
|
|
|
556
743
|
"name": "GetWorkloadAccessTokenForUserId",
|
|
557
744
|
"description": "Grants permission to retrieve an Workload access token for agentic workloads acting on behalf of user with User Id",
|
|
558
745
|
"accessLevel": "Write",
|
|
559
|
-
"resourceTypes": [
|
|
746
|
+
"resourceTypes": [
|
|
747
|
+
{
|
|
748
|
+
"name": "workload-identity",
|
|
749
|
+
"required": true,
|
|
750
|
+
"conditionKeys": [],
|
|
751
|
+
"dependentActions": []
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"name": "workload-identity-directory",
|
|
755
|
+
"required": true,
|
|
756
|
+
"conditionKeys": [],
|
|
757
|
+
"dependentActions": []
|
|
758
|
+
}
|
|
759
|
+
],
|
|
560
760
|
"conditionKeys": [],
|
|
561
761
|
"dependentActions": []
|
|
562
762
|
},
|
|
@@ -564,13 +764,26 @@
|
|
|
564
764
|
"name": "GetWorkloadIdentity",
|
|
565
765
|
"description": "Grants permission to fetch details for a specific Workload identity, including its name and allowed OAuth2 return URLs",
|
|
566
766
|
"accessLevel": "Read",
|
|
567
|
-
"resourceTypes": [
|
|
767
|
+
"resourceTypes": [
|
|
768
|
+
{
|
|
769
|
+
"name": "workload-identity",
|
|
770
|
+
"required": true,
|
|
771
|
+
"conditionKeys": [],
|
|
772
|
+
"dependentActions": []
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"name": "workload-identity-directory",
|
|
776
|
+
"required": true,
|
|
777
|
+
"conditionKeys": [],
|
|
778
|
+
"dependentActions": []
|
|
779
|
+
}
|
|
780
|
+
],
|
|
568
781
|
"conditionKeys": [],
|
|
569
782
|
"dependentActions": []
|
|
570
783
|
},
|
|
571
|
-
"
|
|
572
|
-
"name": "
|
|
573
|
-
"description": "Grants permission to invoke an agent endpoint",
|
|
784
|
+
"invokeagentruntime": {
|
|
785
|
+
"name": "InvokeAgentRuntime",
|
|
786
|
+
"description": "Grants permission to invoke an agent runtime endpoint",
|
|
574
787
|
"accessLevel": "Write",
|
|
575
788
|
"resourceTypes": [
|
|
576
789
|
{
|
|
@@ -627,7 +840,7 @@
|
|
|
627
840
|
},
|
|
628
841
|
"listagentruntimeendpoints": {
|
|
629
842
|
"name": "ListAgentRuntimeEndpoints",
|
|
630
|
-
"description": "Grants permission to list agent endpoints",
|
|
843
|
+
"description": "Grants permission to list agent runtime endpoints",
|
|
631
844
|
"accessLevel": "List",
|
|
632
845
|
"resourceTypes": [],
|
|
633
846
|
"conditionKeys": [],
|
|
@@ -653,7 +866,20 @@
|
|
|
653
866
|
"name": "ListApiKeyCredentialProviders",
|
|
654
867
|
"description": "Grants permission to list all API Key Credential Providers in the Token Vault",
|
|
655
868
|
"accessLevel": "Read",
|
|
656
|
-
"resourceTypes": [
|
|
869
|
+
"resourceTypes": [
|
|
870
|
+
{
|
|
871
|
+
"name": "apikeycredentialprovider",
|
|
872
|
+
"required": true,
|
|
873
|
+
"conditionKeys": [],
|
|
874
|
+
"dependentActions": []
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"name": "token-vault",
|
|
878
|
+
"required": true,
|
|
879
|
+
"conditionKeys": [],
|
|
880
|
+
"dependentActions": []
|
|
881
|
+
}
|
|
882
|
+
],
|
|
657
883
|
"conditionKeys": [],
|
|
658
884
|
"dependentActions": []
|
|
659
885
|
},
|
|
@@ -773,7 +999,20 @@
|
|
|
773
999
|
"name": "ListOauth2CredentialProviders",
|
|
774
1000
|
"description": "Grants permission to list all OAuth2 Credential Providers in the Token Vault",
|
|
775
1001
|
"accessLevel": "Read",
|
|
776
|
-
"resourceTypes": [
|
|
1002
|
+
"resourceTypes": [
|
|
1003
|
+
{
|
|
1004
|
+
"name": "oauth2credentialprovider",
|
|
1005
|
+
"required": true,
|
|
1006
|
+
"conditionKeys": [],
|
|
1007
|
+
"dependentActions": []
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"name": "token-vault",
|
|
1011
|
+
"required": true,
|
|
1012
|
+
"conditionKeys": [],
|
|
1013
|
+
"dependentActions": []
|
|
1014
|
+
}
|
|
1015
|
+
],
|
|
777
1016
|
"conditionKeys": [],
|
|
778
1017
|
"dependentActions": []
|
|
779
1018
|
},
|
|
@@ -798,7 +1037,20 @@
|
|
|
798
1037
|
"name": "ListWorkloadIdentities",
|
|
799
1038
|
"description": "Grants permission to list all Workload Identities in the caller's AWS account",
|
|
800
1039
|
"accessLevel": "Read",
|
|
801
|
-
"resourceTypes": [
|
|
1040
|
+
"resourceTypes": [
|
|
1041
|
+
{
|
|
1042
|
+
"name": "workload-identity",
|
|
1043
|
+
"required": true,
|
|
1044
|
+
"conditionKeys": [],
|
|
1045
|
+
"dependentActions": []
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"name": "workload-identity-directory",
|
|
1049
|
+
"required": true,
|
|
1050
|
+
"conditionKeys": [],
|
|
1051
|
+
"dependentActions": []
|
|
1052
|
+
}
|
|
1053
|
+
],
|
|
802
1054
|
"conditionKeys": [],
|
|
803
1055
|
"dependentActions": []
|
|
804
1056
|
},
|
|
@@ -824,7 +1076,14 @@
|
|
|
824
1076
|
"name": "SetTokenVaultCMK",
|
|
825
1077
|
"description": "Grants permission to associate a Customer Managed Key (CMK) or a Service Managed Key with a specific TokenVault",
|
|
826
1078
|
"accessLevel": "Read",
|
|
827
|
-
"resourceTypes": [
|
|
1079
|
+
"resourceTypes": [
|
|
1080
|
+
{
|
|
1081
|
+
"name": "token-vault",
|
|
1082
|
+
"required": true,
|
|
1083
|
+
"conditionKeys": [],
|
|
1084
|
+
"dependentActions": []
|
|
1085
|
+
}
|
|
1086
|
+
],
|
|
828
1087
|
"conditionKeys": [],
|
|
829
1088
|
"dependentActions": []
|
|
830
1089
|
},
|
|
@@ -947,7 +1206,7 @@
|
|
|
947
1206
|
},
|
|
948
1207
|
"updateagentruntimeendpoint": {
|
|
949
1208
|
"name": "UpdateAgentRuntimeEndpoint",
|
|
950
|
-
"description": "Grants permission to update an agent endpoint",
|
|
1209
|
+
"description": "Grants permission to update an agent runtime endpoint",
|
|
951
1210
|
"accessLevel": "Write",
|
|
952
1211
|
"resourceTypes": [
|
|
953
1212
|
{
|
|
@@ -970,7 +1229,20 @@
|
|
|
970
1229
|
"name": "UpdateApiKeyCredentialProvider",
|
|
971
1230
|
"description": "Grants permission to update an existing API Key Credential Provider",
|
|
972
1231
|
"accessLevel": "Write",
|
|
973
|
-
"resourceTypes": [
|
|
1232
|
+
"resourceTypes": [
|
|
1233
|
+
{
|
|
1234
|
+
"name": "apikeycredentialprovider",
|
|
1235
|
+
"required": true,
|
|
1236
|
+
"conditionKeys": [],
|
|
1237
|
+
"dependentActions": []
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"name": "token-vault",
|
|
1241
|
+
"required": true,
|
|
1242
|
+
"conditionKeys": [],
|
|
1243
|
+
"dependentActions": []
|
|
1244
|
+
}
|
|
1245
|
+
],
|
|
974
1246
|
"conditionKeys": [],
|
|
975
1247
|
"dependentActions": []
|
|
976
1248
|
},
|
|
@@ -1048,7 +1320,20 @@
|
|
|
1048
1320
|
"name": "UpdateOauth2CredentialProvider",
|
|
1049
1321
|
"description": "Grants permission to update an existing OAuth2 Credential Provider",
|
|
1050
1322
|
"accessLevel": "Write",
|
|
1051
|
-
"resourceTypes": [
|
|
1323
|
+
"resourceTypes": [
|
|
1324
|
+
{
|
|
1325
|
+
"name": "oauth2credentialprovider",
|
|
1326
|
+
"required": true,
|
|
1327
|
+
"conditionKeys": [],
|
|
1328
|
+
"dependentActions": []
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "token-vault",
|
|
1332
|
+
"required": true,
|
|
1333
|
+
"conditionKeys": [],
|
|
1334
|
+
"dependentActions": []
|
|
1335
|
+
}
|
|
1336
|
+
],
|
|
1052
1337
|
"conditionKeys": [],
|
|
1053
1338
|
"dependentActions": []
|
|
1054
1339
|
},
|
|
@@ -1056,7 +1341,20 @@
|
|
|
1056
1341
|
"name": "UpdateWorkloadIdentity",
|
|
1057
1342
|
"description": "Grants permission to update the metadata of an existing Workload Identity",
|
|
1058
1343
|
"accessLevel": "Write",
|
|
1059
|
-
"resourceTypes": [
|
|
1344
|
+
"resourceTypes": [
|
|
1345
|
+
{
|
|
1346
|
+
"name": "workload-identity",
|
|
1347
|
+
"required": true,
|
|
1348
|
+
"conditionKeys": [],
|
|
1349
|
+
"dependentActions": []
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"name": "workload-identity-directory",
|
|
1353
|
+
"required": true,
|
|
1354
|
+
"conditionKeys": [],
|
|
1355
|
+
"dependentActions": []
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1060
1358
|
"conditionKeys": [],
|
|
1061
1359
|
"dependentActions": []
|
|
1062
1360
|
}
|