iamdata 0.1.202507281__py3-none-any.whl → 0.1.202508241__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/appstream.json +22 -71
- 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 +128 -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.202507281.dist-info → iamdata-0.1.202508241.dist-info}/METADATA +1 -1
- {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/RECORD +102 -88
- {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202507281.dist-info → iamdata-0.1.202508241.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/odb.json
CHANGED
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"name": "GetResourcePolicy",
|
|
385
385
|
"isPermissionOnly": true,
|
|
386
386
|
"description": "Grants permission to get a resource policy",
|
|
387
|
-
"accessLevel": "
|
|
387
|
+
"accessLevel": "Read",
|
|
388
388
|
"resourceTypes": [
|
|
389
389
|
{
|
|
390
390
|
"name": "cloud-exadata-infrastructure",
|
|
@@ -612,7 +612,7 @@
|
|
|
612
612
|
"rebootdbnode": {
|
|
613
613
|
"name": "RebootDbNode",
|
|
614
614
|
"description": "Grants permission to reboot the specified DB node in a VM cluster",
|
|
615
|
-
"accessLevel": "
|
|
615
|
+
"accessLevel": "Write",
|
|
616
616
|
"resourceTypes": [
|
|
617
617
|
{
|
|
618
618
|
"name": "cloud-vm-cluster",
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
"startdbnode": {
|
|
634
634
|
"name": "StartDbNode",
|
|
635
635
|
"description": "Grants permission to start the specified DB node in a VM cluster",
|
|
636
|
-
"accessLevel": "
|
|
636
|
+
"accessLevel": "Write",
|
|
637
637
|
"resourceTypes": [
|
|
638
638
|
{
|
|
639
639
|
"name": "cloud-vm-cluster",
|
|
@@ -654,7 +654,7 @@
|
|
|
654
654
|
"stopdbnode": {
|
|
655
655
|
"name": "StopDbNode",
|
|
656
656
|
"description": "Grants permission to stop the specified DB node in a VM cluster",
|
|
657
|
-
"accessLevel": "
|
|
657
|
+
"accessLevel": "Write",
|
|
658
658
|
"resourceTypes": [
|
|
659
659
|
{
|
|
660
660
|
"name": "cloud-vm-cluster",
|
|
@@ -167,6 +167,21 @@
|
|
|
167
167
|
"conditionKeys": [],
|
|
168
168
|
"dependentActions": []
|
|
169
169
|
},
|
|
170
|
+
"getoutpostbillinginformation": {
|
|
171
|
+
"name": "GetOutpostBillingInformation",
|
|
172
|
+
"description": "Grants permission to get Outpost billing information for the specified Outpost",
|
|
173
|
+
"accessLevel": "Read",
|
|
174
|
+
"resourceTypes": [
|
|
175
|
+
{
|
|
176
|
+
"name": "outpost",
|
|
177
|
+
"required": true,
|
|
178
|
+
"conditionKeys": [],
|
|
179
|
+
"dependentActions": []
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"conditionKeys": [],
|
|
183
|
+
"dependentActions": []
|
|
184
|
+
},
|
|
170
185
|
"getoutpostinstancetypes": {
|
|
171
186
|
"name": "GetOutpostInstanceTypes",
|
|
172
187
|
"description": "Grants permission to get the instance types for the specified Outpost",
|
|
@@ -55,7 +55,14 @@
|
|
|
55
55
|
"name": "CreateEngagement",
|
|
56
56
|
"description": "Grants permission to creating engagements in AWS Partner Central",
|
|
57
57
|
"accessLevel": "Write",
|
|
58
|
-
"resourceTypes": [
|
|
58
|
+
"resourceTypes": [
|
|
59
|
+
{
|
|
60
|
+
"name": "Engagement",
|
|
61
|
+
"required": true,
|
|
62
|
+
"conditionKeys": [],
|
|
63
|
+
"dependentActions": []
|
|
64
|
+
}
|
|
65
|
+
],
|
|
59
66
|
"conditionKeys": [
|
|
60
67
|
"partnercentral:Catalog"
|
|
61
68
|
],
|
|
@@ -65,7 +72,14 @@
|
|
|
65
72
|
"name": "CreateEngagementInvitation",
|
|
66
73
|
"description": "Grants permission to creating engagement invitations in AWS Partner Central",
|
|
67
74
|
"accessLevel": "Write",
|
|
68
|
-
"resourceTypes": [
|
|
75
|
+
"resourceTypes": [
|
|
76
|
+
{
|
|
77
|
+
"name": "engagement-invitation",
|
|
78
|
+
"required": true,
|
|
79
|
+
"conditionKeys": [],
|
|
80
|
+
"dependentActions": []
|
|
81
|
+
}
|
|
82
|
+
],
|
|
69
83
|
"conditionKeys": [
|
|
70
84
|
"partnercentral:Catalog"
|
|
71
85
|
],
|
|
@@ -75,8 +89,17 @@
|
|
|
75
89
|
"name": "CreateOpportunity",
|
|
76
90
|
"description": "Grants permission to create new Opportunities on AWS Partner Central",
|
|
77
91
|
"accessLevel": "Write",
|
|
78
|
-
"resourceTypes": [
|
|
92
|
+
"resourceTypes": [
|
|
93
|
+
{
|
|
94
|
+
"name": "Opportunity",
|
|
95
|
+
"required": true,
|
|
96
|
+
"conditionKeys": [],
|
|
97
|
+
"dependentActions": []
|
|
98
|
+
}
|
|
99
|
+
],
|
|
79
100
|
"conditionKeys": [
|
|
101
|
+
"aws:RequestTag/${TagKey}",
|
|
102
|
+
"aws:TagKeys",
|
|
80
103
|
"partnercentral:Catalog"
|
|
81
104
|
],
|
|
82
105
|
"dependentActions": []
|
|
@@ -102,7 +125,14 @@
|
|
|
102
125
|
"name": "CreateResourceSnapshotJob",
|
|
103
126
|
"description": "Grants permission to creating resource snapshot jobs in AWS Partner Central",
|
|
104
127
|
"accessLevel": "Write",
|
|
105
|
-
"resourceTypes": [
|
|
128
|
+
"resourceTypes": [
|
|
129
|
+
{
|
|
130
|
+
"name": "resource-snapshot-job",
|
|
131
|
+
"required": true,
|
|
132
|
+
"conditionKeys": [],
|
|
133
|
+
"dependentActions": []
|
|
134
|
+
}
|
|
135
|
+
],
|
|
106
136
|
"conditionKeys": [
|
|
107
137
|
"aws:RequestTag/${TagKey}",
|
|
108
138
|
"aws:TagKeys",
|
|
@@ -123,8 +153,6 @@
|
|
|
123
153
|
}
|
|
124
154
|
],
|
|
125
155
|
"conditionKeys": [
|
|
126
|
-
"aws:ResourceTag/${TagKey}",
|
|
127
|
-
"aws:TagKeys",
|
|
128
156
|
"partnercentral:Catalog"
|
|
129
157
|
],
|
|
130
158
|
"dependentActions": []
|
|
@@ -245,8 +273,6 @@
|
|
|
245
273
|
}
|
|
246
274
|
],
|
|
247
275
|
"conditionKeys": [
|
|
248
|
-
"aws:ResourceTag/${TagKey}",
|
|
249
|
-
"aws:TagKeys",
|
|
250
276
|
"partnercentral:Catalog"
|
|
251
277
|
],
|
|
252
278
|
"dependentActions": []
|
|
@@ -423,39 +449,55 @@
|
|
|
423
449
|
"name": "StartEngagementByAcceptingInvitationTask",
|
|
424
450
|
"description": "Grants permission to initiate tasks that start Engagements on AWS Partner Central by accepting an Engagement Invitation",
|
|
425
451
|
"accessLevel": "Write",
|
|
426
|
-
"resourceTypes": [
|
|
452
|
+
"resourceTypes": [
|
|
453
|
+
{
|
|
454
|
+
"name": "engagement-by-accepting-invitation-task",
|
|
455
|
+
"required": true,
|
|
456
|
+
"conditionKeys": [],
|
|
457
|
+
"dependentActions": [
|
|
458
|
+
"partnercentral:AcceptEngagementInvitation",
|
|
459
|
+
"partnercentral:CreateOpportunity",
|
|
460
|
+
"partnercentral:CreateResourceSnapshotJob",
|
|
461
|
+
"partnercentral:GetEngagementInvitation",
|
|
462
|
+
"partnercentral:StartResourceSnapshotJob",
|
|
463
|
+
"partnercentral:SubmitOpportunity"
|
|
464
|
+
]
|
|
465
|
+
}
|
|
466
|
+
],
|
|
427
467
|
"conditionKeys": [
|
|
428
468
|
"aws:RequestTag/${TagKey}",
|
|
469
|
+
"aws:ResourceTag/${TagKey}",
|
|
429
470
|
"aws:TagKeys",
|
|
430
471
|
"partnercentral:Catalog"
|
|
431
472
|
],
|
|
432
|
-
"dependentActions": [
|
|
433
|
-
"partnercentral:AcceptEngagementInvitation",
|
|
434
|
-
"partnercentral:CreateOpportunity",
|
|
435
|
-
"partnercentral:CreateResourceSnapshotJob",
|
|
436
|
-
"partnercentral:GetEngagementInvitation",
|
|
437
|
-
"partnercentral:StartResourceSnapshotJob",
|
|
438
|
-
"partnercentral:SubmitOpportunity"
|
|
439
|
-
]
|
|
473
|
+
"dependentActions": []
|
|
440
474
|
},
|
|
441
475
|
"startengagementfromopportunitytask": {
|
|
442
476
|
"name": "StartEngagementFromOpportunityTask",
|
|
443
477
|
"description": "Grants permission to initiate tasks that start Engagements from Opportunities on AWS Partner Central",
|
|
444
478
|
"accessLevel": "Write",
|
|
445
|
-
"resourceTypes": [
|
|
479
|
+
"resourceTypes": [
|
|
480
|
+
{
|
|
481
|
+
"name": "engagement-from-opportunity-task",
|
|
482
|
+
"required": true,
|
|
483
|
+
"conditionKeys": [],
|
|
484
|
+
"dependentActions": [
|
|
485
|
+
"partnercentral:CreateEngagement",
|
|
486
|
+
"partnercentral:CreateEngagementInvitation",
|
|
487
|
+
"partnercentral:CreateResourceSnapshotJob",
|
|
488
|
+
"partnercentral:GetOpportunity",
|
|
489
|
+
"partnercentral:StartResourceSnapshotJob",
|
|
490
|
+
"partnercentral:SubmitOpportunity"
|
|
491
|
+
]
|
|
492
|
+
}
|
|
493
|
+
],
|
|
446
494
|
"conditionKeys": [
|
|
447
495
|
"aws:RequestTag/${TagKey}",
|
|
496
|
+
"aws:ResourceTag/${TagKey}",
|
|
448
497
|
"aws:TagKeys",
|
|
449
498
|
"partnercentral:Catalog"
|
|
450
499
|
],
|
|
451
|
-
"dependentActions": [
|
|
452
|
-
"partnercentral:CreateEngagement",
|
|
453
|
-
"partnercentral:CreateEngagementInvitation",
|
|
454
|
-
"partnercentral:CreateResourceSnapshotJob",
|
|
455
|
-
"partnercentral:GetOpportunity",
|
|
456
|
-
"partnercentral:StartResourceSnapshotJob",
|
|
457
|
-
"partnercentral:SubmitOpportunity"
|
|
458
|
-
]
|
|
500
|
+
"dependentActions": []
|
|
459
501
|
},
|
|
460
502
|
"startresourcesnapshotjob": {
|
|
461
503
|
"name": "StartResourceSnapshotJob",
|
|
@@ -470,8 +512,6 @@
|
|
|
470
512
|
}
|
|
471
513
|
],
|
|
472
514
|
"conditionKeys": [
|
|
473
|
-
"aws:ResourceTag/${TagKey}",
|
|
474
|
-
"aws:TagKeys",
|
|
475
515
|
"partnercentral:Catalog"
|
|
476
516
|
],
|
|
477
517
|
"dependentActions": []
|
|
@@ -489,8 +529,6 @@
|
|
|
489
529
|
}
|
|
490
530
|
],
|
|
491
531
|
"conditionKeys": [
|
|
492
|
-
"aws:ResourceTag/${TagKey}",
|
|
493
|
-
"aws:TagKeys",
|
|
494
532
|
"partnercentral:Catalog"
|
|
495
533
|
],
|
|
496
534
|
"dependentActions": []
|
|
@@ -516,7 +554,20 @@
|
|
|
516
554
|
"name": "TagResource",
|
|
517
555
|
"description": "Grants permission to add new tags to a resource. Supported resource: ResourceSnapshotJob",
|
|
518
556
|
"accessLevel": "Tagging",
|
|
519
|
-
"resourceTypes": [
|
|
557
|
+
"resourceTypes": [
|
|
558
|
+
{
|
|
559
|
+
"name": "Opportunity",
|
|
560
|
+
"required": false,
|
|
561
|
+
"conditionKeys": [],
|
|
562
|
+
"dependentActions": []
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"name": "resource-snapshot-job",
|
|
566
|
+
"required": false,
|
|
567
|
+
"conditionKeys": [],
|
|
568
|
+
"dependentActions": []
|
|
569
|
+
}
|
|
570
|
+
],
|
|
520
571
|
"conditionKeys": [
|
|
521
572
|
"aws:RequestTag/${TagKey}",
|
|
522
573
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -529,7 +580,20 @@
|
|
|
529
580
|
"name": "UntagResource",
|
|
530
581
|
"description": "Grants permission to remove tags from a resource. Supported resource: ResourceSnapshotJob",
|
|
531
582
|
"accessLevel": "Tagging",
|
|
532
|
-
"resourceTypes": [
|
|
583
|
+
"resourceTypes": [
|
|
584
|
+
{
|
|
585
|
+
"name": "Opportunity",
|
|
586
|
+
"required": false,
|
|
587
|
+
"conditionKeys": [],
|
|
588
|
+
"dependentActions": []
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "resource-snapshot-job",
|
|
592
|
+
"required": false,
|
|
593
|
+
"conditionKeys": [],
|
|
594
|
+
"dependentActions": []
|
|
595
|
+
}
|
|
596
|
+
],
|
|
533
597
|
"conditionKeys": [
|
|
534
598
|
"aws:ResourceTag/${TagKey}",
|
|
535
599
|
"aws:TagKeys",
|
|
@@ -1,12 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"adduserlicenses": {
|
|
3
|
-
"name": "AddUserLicenses",
|
|
4
|
-
"description": "Grants permission to add one or more users for licenses",
|
|
5
|
-
"accessLevel": "Write",
|
|
6
|
-
"resourceTypes": [],
|
|
7
|
-
"conditionKeys": [],
|
|
8
|
-
"dependentActions": []
|
|
9
|
-
},
|
|
10
2
|
"allowvendedlogdeliveryforresource": {
|
|
11
3
|
"name": "AllowVendedLogDeliveryForResource",
|
|
12
4
|
"isPermissionOnly": true,
|
|
@@ -302,14 +294,6 @@
|
|
|
302
294
|
],
|
|
303
295
|
"dependentActions": []
|
|
304
296
|
},
|
|
305
|
-
"createlicense": {
|
|
306
|
-
"name": "CreateLicense",
|
|
307
|
-
"description": "Grants permission to create a license",
|
|
308
|
-
"accessLevel": "Write",
|
|
309
|
-
"resourceTypes": [],
|
|
310
|
-
"conditionKeys": [],
|
|
311
|
-
"dependentActions": []
|
|
312
|
-
},
|
|
313
297
|
"createplugin": {
|
|
314
298
|
"name": "CreatePlugin",
|
|
315
299
|
"description": "Grants permission to create a plugin for a given application",
|
|
@@ -799,9 +783,9 @@
|
|
|
799
783
|
"conditionKeys": [],
|
|
800
784
|
"dependentActions": []
|
|
801
785
|
},
|
|
802
|
-
"
|
|
803
|
-
"name": "
|
|
804
|
-
"description": "Grants permission to get a
|
|
786
|
+
"getdocumentcontent": {
|
|
787
|
+
"name": "GetDocumentContent",
|
|
788
|
+
"description": "Grants permission to get a document content",
|
|
805
789
|
"accessLevel": "Read",
|
|
806
790
|
"resourceTypes": [
|
|
807
791
|
{
|
|
@@ -820,9 +804,9 @@
|
|
|
820
804
|
"conditionKeys": [],
|
|
821
805
|
"dependentActions": []
|
|
822
806
|
},
|
|
823
|
-
"
|
|
824
|
-
"name": "
|
|
825
|
-
"description": "Grants permission to get
|
|
807
|
+
"getgroup": {
|
|
808
|
+
"name": "GetGroup",
|
|
809
|
+
"description": "Grants permission to get a group",
|
|
826
810
|
"accessLevel": "Read",
|
|
827
811
|
"resourceTypes": [
|
|
828
812
|
{
|
|
@@ -841,9 +825,9 @@
|
|
|
841
825
|
"conditionKeys": [],
|
|
842
826
|
"dependentActions": []
|
|
843
827
|
},
|
|
844
|
-
"
|
|
845
|
-
"name": "
|
|
846
|
-
"description": "Grants permission to get an
|
|
828
|
+
"getindex": {
|
|
829
|
+
"name": "GetIndex",
|
|
830
|
+
"description": "Grants permission to get an index",
|
|
847
831
|
"accessLevel": "Read",
|
|
848
832
|
"resourceTypes": [
|
|
849
833
|
{
|
|
@@ -853,7 +837,7 @@
|
|
|
853
837
|
"dependentActions": []
|
|
854
838
|
},
|
|
855
839
|
{
|
|
856
|
-
"name": "
|
|
840
|
+
"name": "index",
|
|
857
841
|
"required": true,
|
|
858
842
|
"conditionKeys": [],
|
|
859
843
|
"dependentActions": []
|
|
@@ -862,13 +846,19 @@
|
|
|
862
846
|
"conditionKeys": [],
|
|
863
847
|
"dependentActions": []
|
|
864
848
|
},
|
|
865
|
-
"
|
|
866
|
-
"name": "
|
|
867
|
-
"description": "Grants permission to get a
|
|
849
|
+
"getintegration": {
|
|
850
|
+
"name": "GetIntegration",
|
|
851
|
+
"description": "Grants permission to get an integration for a Q Business application",
|
|
868
852
|
"accessLevel": "Read",
|
|
869
853
|
"resourceTypes": [
|
|
870
854
|
{
|
|
871
|
-
"name": "
|
|
855
|
+
"name": "application",
|
|
856
|
+
"required": true,
|
|
857
|
+
"conditionKeys": [],
|
|
858
|
+
"dependentActions": []
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"name": "integration",
|
|
872
862
|
"required": true,
|
|
873
863
|
"conditionKeys": [],
|
|
874
864
|
"dependentActions": []
|
|
@@ -1333,14 +1323,6 @@
|
|
|
1333
1323
|
"conditionKeys": [],
|
|
1334
1324
|
"dependentActions": []
|
|
1335
1325
|
},
|
|
1336
|
-
"listuserlicenses": {
|
|
1337
|
-
"name": "ListUserLicenses",
|
|
1338
|
-
"description": "Grants permission to list licenses",
|
|
1339
|
-
"accessLevel": "List",
|
|
1340
|
-
"resourceTypes": [],
|
|
1341
|
-
"conditionKeys": [],
|
|
1342
|
-
"dependentActions": []
|
|
1343
|
-
},
|
|
1344
1326
|
"listwebexperiences": {
|
|
1345
1327
|
"name": "ListWebExperiences",
|
|
1346
1328
|
"description": "Grants permission to list the web experiences of an application",
|
|
@@ -1408,14 +1390,6 @@
|
|
|
1408
1390
|
"conditionKeys": [],
|
|
1409
1391
|
"dependentActions": []
|
|
1410
1392
|
},
|
|
1411
|
-
"removeuserlicenses": {
|
|
1412
|
-
"name": "RemoveUserLicenses",
|
|
1413
|
-
"description": "Grants permission to remove licenses for one or more users",
|
|
1414
|
-
"accessLevel": "Write",
|
|
1415
|
-
"resourceTypes": [],
|
|
1416
|
-
"conditionKeys": [],
|
|
1417
|
-
"dependentActions": []
|
|
1418
|
-
},
|
|
1419
1393
|
"searchrelevantcontent": {
|
|
1420
1394
|
"name": "SearchRelevantContent",
|
|
1421
1395
|
"description": "Grants permission to search relevant content from the Amazon Q Business Application",
|
|
@@ -394,8 +394,7 @@
|
|
|
394
394
|
"accessLevel": "Write",
|
|
395
395
|
"resourceTypes": [],
|
|
396
396
|
"conditionKeys": [
|
|
397
|
-
"quicksight:Group"
|
|
398
|
-
"identitystore:GroupId"
|
|
397
|
+
"quicksight:Group"
|
|
399
398
|
],
|
|
400
399
|
"dependentActions": []
|
|
401
400
|
},
|
|
@@ -850,8 +849,7 @@
|
|
|
850
849
|
"accessLevel": "Write",
|
|
851
850
|
"resourceTypes": [],
|
|
852
851
|
"conditionKeys": [
|
|
853
|
-
"quicksight:Group"
|
|
854
|
-
"identitystore:GroupId"
|
|
852
|
+
"quicksight:Group"
|
|
855
853
|
],
|
|
856
854
|
"dependentActions": []
|
|
857
855
|
},
|
|
@@ -1744,8 +1742,6 @@
|
|
|
1744
1742
|
}
|
|
1745
1743
|
],
|
|
1746
1744
|
"conditionKeys": [
|
|
1747
|
-
"aws:TagKeys",
|
|
1748
|
-
"aws:RequestTag/${TagKey}",
|
|
1749
1745
|
"quicksight:AllowedEmbeddingDomains"
|
|
1750
1746
|
],
|
|
1751
1747
|
"dependentActions": []
|
iamdata/data/actions/rds.json
CHANGED
|
@@ -652,7 +652,8 @@
|
|
|
652
652
|
"aws:RequestTag/${TagKey}",
|
|
653
653
|
"aws:TagKeys",
|
|
654
654
|
"rds:req-tag/${TagKey}",
|
|
655
|
-
"rds:ManageMasterUserPassword"
|
|
655
|
+
"rds:ManageMasterUserPassword",
|
|
656
|
+
"rds:PubliclyAccessible"
|
|
656
657
|
],
|
|
657
658
|
"dependentActions": []
|
|
658
659
|
},
|
|
@@ -698,7 +699,8 @@
|
|
|
698
699
|
"conditionKeys": [
|
|
699
700
|
"aws:RequestTag/${TagKey}",
|
|
700
701
|
"aws:TagKeys",
|
|
701
|
-
"rds:req-tag/${TagKey}"
|
|
702
|
+
"rds:req-tag/${TagKey}",
|
|
703
|
+
"rds:PubliclyAccessible"
|
|
702
704
|
],
|
|
703
705
|
"dependentActions": []
|
|
704
706
|
},
|
|
@@ -806,7 +808,8 @@
|
|
|
806
808
|
],
|
|
807
809
|
"conditionKeys": [
|
|
808
810
|
"aws:RequestTag/${TagKey}",
|
|
809
|
-
"aws:TagKeys"
|
|
811
|
+
"aws:TagKeys",
|
|
812
|
+
"rds:PubliclyAccessible"
|
|
810
813
|
],
|
|
811
814
|
"dependentActions": []
|
|
812
815
|
},
|
|
@@ -3293,7 +3296,8 @@
|
|
|
3293
3296
|
"aws:RequestTag/${TagKey}",
|
|
3294
3297
|
"aws:TagKeys",
|
|
3295
3298
|
"rds:req-tag/${TagKey}",
|
|
3296
|
-
"rds:ManageMasterUserPassword"
|
|
3299
|
+
"rds:ManageMasterUserPassword",
|
|
3300
|
+
"rds:PubliclyAccessible"
|
|
3297
3301
|
],
|
|
3298
3302
|
"dependentActions": []
|
|
3299
3303
|
},
|
|
@@ -3346,7 +3350,8 @@
|
|
|
3346
3350
|
"aws:RequestTag/${TagKey}",
|
|
3347
3351
|
"aws:TagKeys",
|
|
3348
3352
|
"rds:req-tag/${TagKey}",
|
|
3349
|
-
"rds:ManageMasterUserPassword"
|
|
3353
|
+
"rds:ManageMasterUserPassword",
|
|
3354
|
+
"rds:PubliclyAccessible"
|
|
3350
3355
|
],
|
|
3351
3356
|
"dependentActions": []
|
|
3352
3357
|
},
|
|
@@ -3395,7 +3400,8 @@
|
|
|
3395
3400
|
"aws:RequestTag/${TagKey}",
|
|
3396
3401
|
"aws:TagKeys",
|
|
3397
3402
|
"rds:req-tag/${TagKey}",
|
|
3398
|
-
"rds:ManageMasterUserPassword"
|
|
3403
|
+
"rds:ManageMasterUserPassword",
|
|
3404
|
+
"rds:PubliclyAccessible"
|
|
3399
3405
|
],
|
|
3400
3406
|
"dependentActions": []
|
|
3401
3407
|
},
|
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
+
"batchaddchannelroletoaccessors": {
|
|
3
|
+
"name": "BatchAddChannelRoleToAccessors",
|
|
4
|
+
"description": "Grants permission to add a role to users and groups in a private re:Post channel in your account",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "space",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [],
|
|
15
|
+
"dependentActions": []
|
|
16
|
+
},
|
|
2
17
|
"batchaddrole": {
|
|
3
18
|
"name": "BatchAddRole",
|
|
4
19
|
"description": "Grants permission to add a role to users and groups in a private re:Post in your account",
|
|
@@ -14,6 +29,21 @@
|
|
|
14
29
|
"conditionKeys": [],
|
|
15
30
|
"dependentActions": []
|
|
16
31
|
},
|
|
32
|
+
"batchremovechannelrolefromaccessors": {
|
|
33
|
+
"name": "BatchRemoveChannelRoleFromAccessors",
|
|
34
|
+
"description": "Grants permission to remove a role from users and groups in a private re:Post channel in your account",
|
|
35
|
+
"accessLevel": "Write",
|
|
36
|
+
"resourceTypes": [
|
|
37
|
+
{
|
|
38
|
+
"name": "space",
|
|
39
|
+
"required": true,
|
|
40
|
+
"conditionKeys": [],
|
|
41
|
+
"dependentActions": []
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"conditionKeys": [],
|
|
45
|
+
"dependentActions": []
|
|
46
|
+
},
|
|
17
47
|
"batchremoverole": {
|
|
18
48
|
"name": "BatchRemoveRole",
|
|
19
49
|
"description": "Grants permission to remove a role from users and groups in a private re:Post in your account",
|
|
@@ -29,6 +59,21 @@
|
|
|
29
59
|
"conditionKeys": [],
|
|
30
60
|
"dependentActions": []
|
|
31
61
|
},
|
|
62
|
+
"createchannel": {
|
|
63
|
+
"name": "CreateChannel",
|
|
64
|
+
"description": "Grants permission to create a new channel in private re:Post in your account",
|
|
65
|
+
"accessLevel": "Write",
|
|
66
|
+
"resourceTypes": [
|
|
67
|
+
{
|
|
68
|
+
"name": "space",
|
|
69
|
+
"required": true,
|
|
70
|
+
"conditionKeys": [],
|
|
71
|
+
"dependentActions": []
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"conditionKeys": [],
|
|
75
|
+
"dependentActions": []
|
|
76
|
+
},
|
|
32
77
|
"createspace": {
|
|
33
78
|
"name": "CreateSpace",
|
|
34
79
|
"description": "Grants permission to create a new private re:Post in your account",
|
|
@@ -70,6 +115,21 @@
|
|
|
70
115
|
"conditionKeys": [],
|
|
71
116
|
"dependentActions": []
|
|
72
117
|
},
|
|
118
|
+
"getchannel": {
|
|
119
|
+
"name": "GetChannel",
|
|
120
|
+
"description": "Grants permission to get the description for a channel in private re:Post in your account",
|
|
121
|
+
"accessLevel": "Read",
|
|
122
|
+
"resourceTypes": [
|
|
123
|
+
{
|
|
124
|
+
"name": "space",
|
|
125
|
+
"required": true,
|
|
126
|
+
"conditionKeys": [],
|
|
127
|
+
"dependentActions": []
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"conditionKeys": [],
|
|
131
|
+
"dependentActions": []
|
|
132
|
+
},
|
|
73
133
|
"getspace": {
|
|
74
134
|
"name": "GetSpace",
|
|
75
135
|
"description": "Grants permission to get the description for a private re:Post in your account",
|
|
@@ -85,6 +145,21 @@
|
|
|
85
145
|
"conditionKeys": [],
|
|
86
146
|
"dependentActions": []
|
|
87
147
|
},
|
|
148
|
+
"listchannels": {
|
|
149
|
+
"name": "ListChannels",
|
|
150
|
+
"description": "Grants permission to list all channels in a private re:Post in your account",
|
|
151
|
+
"accessLevel": "Read",
|
|
152
|
+
"resourceTypes": [
|
|
153
|
+
{
|
|
154
|
+
"name": "space",
|
|
155
|
+
"required": true,
|
|
156
|
+
"conditionKeys": [],
|
|
157
|
+
"dependentActions": []
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"conditionKeys": [],
|
|
161
|
+
"dependentActions": []
|
|
162
|
+
},
|
|
88
163
|
"listspaces": {
|
|
89
164
|
"name": "ListSpaces",
|
|
90
165
|
"description": "Grants permission to list all private re:Posts in your account",
|
|
@@ -176,6 +251,21 @@
|
|
|
176
251
|
],
|
|
177
252
|
"dependentActions": []
|
|
178
253
|
},
|
|
254
|
+
"updatechannel": {
|
|
255
|
+
"name": "UpdateChannel",
|
|
256
|
+
"description": "Grants permission to update a channel in private re:Post in your account",
|
|
257
|
+
"accessLevel": "Write",
|
|
258
|
+
"resourceTypes": [
|
|
259
|
+
{
|
|
260
|
+
"name": "space",
|
|
261
|
+
"required": true,
|
|
262
|
+
"conditionKeys": [],
|
|
263
|
+
"dependentActions": []
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"conditionKeys": [],
|
|
267
|
+
"dependentActions": []
|
|
268
|
+
},
|
|
179
269
|
"updatespace": {
|
|
180
270
|
"name": "UpdateSpace",
|
|
181
271
|
"description": "Grants permission to update a private re:Post in your account",
|