aws-iam-data 0.0.285 → 0.0.287
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/dist/data/json/changelog.json +45 -0
- package/dist/data/json/iam.json +470 -15
- package/dist/data/json/metadata.json +36 -11
- package/dist/data/json/reports.json +9 -9
- package/package.json +1 -1
|
@@ -1,4 +1,49 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-10-23",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS Data Exchange": [
|
|
8
|
+
"dataexchange:AcceptDataGrant",
|
|
9
|
+
"dataexchange:CreateDataGrant",
|
|
10
|
+
"dataexchange:DeleteDataGrant",
|
|
11
|
+
"dataexchange:GetDataGrant",
|
|
12
|
+
"dataexchange:GetReceivedDataGrant",
|
|
13
|
+
"dataexchange:ListDataGrants",
|
|
14
|
+
"dataexchange:ListReceivedDataGrants",
|
|
15
|
+
"dataexchange:PublishToDataGrant"
|
|
16
|
+
],
|
|
17
|
+
"Amazon Q Business": [
|
|
18
|
+
"qbusiness:AllowVendedLogDeliveryForResource"
|
|
19
|
+
],
|
|
20
|
+
"Amazon WorkSpaces Secure Browser": [
|
|
21
|
+
"workspaces-web:ExpireSession",
|
|
22
|
+
"workspaces-web:GetSession",
|
|
23
|
+
"workspaces-web:ListSessions"
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
"removedActions": {}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"dateOfChange": "2024-10-19",
|
|
30
|
+
"addedServices": [],
|
|
31
|
+
"removedServices": [],
|
|
32
|
+
"addedActions": {
|
|
33
|
+
"Amazon Q": [
|
|
34
|
+
"q:GenerateCodeFromCommands"
|
|
35
|
+
],
|
|
36
|
+
"Amazon Redshift": [
|
|
37
|
+
"redshift:AuthorizeInboundIntegration",
|
|
38
|
+
"redshift:CreateInboundIntegration",
|
|
39
|
+
"redshift:CreateIntegration",
|
|
40
|
+
"redshift:DeleteIntegration",
|
|
41
|
+
"redshift:DescribeIntegrations",
|
|
42
|
+
"redshift:ModifyIntegration"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"removedActions": {}
|
|
46
|
+
},
|
|
2
47
|
{
|
|
3
48
|
"dateOfChange": "2024-10-17",
|
|
4
49
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -84150,6 +84150,21 @@
|
|
|
84150
84150
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdataexchange.html",
|
|
84151
84151
|
"servicePrefix": "dataexchange",
|
|
84152
84152
|
"actions": [
|
|
84153
|
+
{
|
|
84154
|
+
"name": "AcceptDataGrant",
|
|
84155
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/apireference/API_AcceptDataGrant.html",
|
|
84156
|
+
"permissionOnly": false,
|
|
84157
|
+
"description": "Grants permission to accept a data grant",
|
|
84158
|
+
"accessLevel": "Write",
|
|
84159
|
+
"resourceTypes": [
|
|
84160
|
+
{
|
|
84161
|
+
"resourceType": "data-grants",
|
|
84162
|
+
"required": true,
|
|
84163
|
+
"conditionKeys": [],
|
|
84164
|
+
"dependentActions": []
|
|
84165
|
+
}
|
|
84166
|
+
]
|
|
84167
|
+
},
|
|
84153
84168
|
{
|
|
84154
84169
|
"name": "CancelJob",
|
|
84155
84170
|
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/apireference/API_CancelJob.html",
|
|
@@ -84180,6 +84195,26 @@
|
|
|
84180
84195
|
}
|
|
84181
84196
|
]
|
|
84182
84197
|
},
|
|
84198
|
+
{
|
|
84199
|
+
"name": "CreateDataGrant",
|
|
84200
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/apireference/API_CreateDataGrant.html",
|
|
84201
|
+
"permissionOnly": false,
|
|
84202
|
+
"description": "Grants permission to create a data grant",
|
|
84203
|
+
"accessLevel": "Write",
|
|
84204
|
+
"resourceTypes": [
|
|
84205
|
+
{
|
|
84206
|
+
"resourceType": "",
|
|
84207
|
+
"required": false,
|
|
84208
|
+
"conditionKeys": [
|
|
84209
|
+
"aws:RequestTag/${TagKey}",
|
|
84210
|
+
"aws:TagKeys"
|
|
84211
|
+
],
|
|
84212
|
+
"dependentActions": [
|
|
84213
|
+
"dataexchange:PublishToDataGrant"
|
|
84214
|
+
]
|
|
84215
|
+
}
|
|
84216
|
+
]
|
|
84217
|
+
},
|
|
84183
84218
|
{
|
|
84184
84219
|
"name": "CreateDataSet",
|
|
84185
84220
|
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/apireference/API_CreateDataSet.html",
|
|
@@ -84267,6 +84302,21 @@
|
|
|
84267
84302
|
}
|
|
84268
84303
|
]
|
|
84269
84304
|
},
|
|
84305
|
+
{
|
|
84306
|
+
"name": "DeleteDataGrant",
|
|
84307
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/apireference/API_DeleteDataGrant.html",
|
|
84308
|
+
"permissionOnly": false,
|
|
84309
|
+
"description": "Grants permission to delete a data grant",
|
|
84310
|
+
"accessLevel": "Write",
|
|
84311
|
+
"resourceTypes": [
|
|
84312
|
+
{
|
|
84313
|
+
"resourceType": "data-grants",
|
|
84314
|
+
"required": true,
|
|
84315
|
+
"conditionKeys": [],
|
|
84316
|
+
"dependentActions": []
|
|
84317
|
+
}
|
|
84318
|
+
]
|
|
84319
|
+
},
|
|
84270
84320
|
{
|
|
84271
84321
|
"name": "DeleteDataSet",
|
|
84272
84322
|
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/apireference/API_DeleteDataSet.html",
|
|
@@ -84339,6 +84389,21 @@
|
|
|
84339
84389
|
}
|
|
84340
84390
|
]
|
|
84341
84391
|
},
|
|
84392
|
+
{
|
|
84393
|
+
"name": "GetDataGrant",
|
|
84394
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/apireference/API_GetDataGrant.html",
|
|
84395
|
+
"permissionOnly": false,
|
|
84396
|
+
"description": "Grants permission to get a data grant",
|
|
84397
|
+
"accessLevel": "Read",
|
|
84398
|
+
"resourceTypes": [
|
|
84399
|
+
{
|
|
84400
|
+
"resourceType": "data-grants",
|
|
84401
|
+
"required": true,
|
|
84402
|
+
"conditionKeys": [],
|
|
84403
|
+
"dependentActions": []
|
|
84404
|
+
}
|
|
84405
|
+
]
|
|
84406
|
+
},
|
|
84342
84407
|
{
|
|
84343
84408
|
"name": "GetDataSet",
|
|
84344
84409
|
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/apireference/API_GetDataSet.html",
|
|
@@ -84390,6 +84455,21 @@
|
|
|
84390
84455
|
}
|
|
84391
84456
|
]
|
|
84392
84457
|
},
|
|
84458
|
+
{
|
|
84459
|
+
"name": "GetReceivedDataGrant",
|
|
84460
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/apireference/API_GetReceivedDataGrant.html",
|
|
84461
|
+
"permissionOnly": false,
|
|
84462
|
+
"description": "Grants permission to get a received data grant",
|
|
84463
|
+
"accessLevel": "Read",
|
|
84464
|
+
"resourceTypes": [
|
|
84465
|
+
{
|
|
84466
|
+
"resourceType": "data-grants",
|
|
84467
|
+
"required": true,
|
|
84468
|
+
"conditionKeys": [],
|
|
84469
|
+
"dependentActions": []
|
|
84470
|
+
}
|
|
84471
|
+
]
|
|
84472
|
+
},
|
|
84393
84473
|
{
|
|
84394
84474
|
"name": "GetRevision",
|
|
84395
84475
|
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/apireference/API_GetRevision.html",
|
|
@@ -84411,6 +84491,21 @@
|
|
|
84411
84491
|
}
|
|
84412
84492
|
]
|
|
84413
84493
|
},
|
|
84494
|
+
{
|
|
84495
|
+
"name": "ListDataGrants",
|
|
84496
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/apireference/API_ListDataGrants.html",
|
|
84497
|
+
"permissionOnly": false,
|
|
84498
|
+
"description": "Grants permission to list data grants for the account",
|
|
84499
|
+
"accessLevel": "List",
|
|
84500
|
+
"resourceTypes": [
|
|
84501
|
+
{
|
|
84502
|
+
"resourceType": "",
|
|
84503
|
+
"required": false,
|
|
84504
|
+
"conditionKeys": [],
|
|
84505
|
+
"dependentActions": []
|
|
84506
|
+
}
|
|
84507
|
+
]
|
|
84508
|
+
},
|
|
84414
84509
|
{
|
|
84415
84510
|
"name": "ListDataSetRevisions",
|
|
84416
84511
|
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/apireference/API_ListDataSetRevisions.html",
|
|
@@ -84477,6 +84572,21 @@
|
|
|
84477
84572
|
}
|
|
84478
84573
|
]
|
|
84479
84574
|
},
|
|
84575
|
+
{
|
|
84576
|
+
"name": "ListReceivedDataGrants",
|
|
84577
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/apireference/API_ListReceivedDataGrants.html",
|
|
84578
|
+
"permissionOnly": false,
|
|
84579
|
+
"description": "Grants permission to list received data grants for the account",
|
|
84580
|
+
"accessLevel": "List",
|
|
84581
|
+
"resourceTypes": [
|
|
84582
|
+
{
|
|
84583
|
+
"resourceType": "",
|
|
84584
|
+
"required": false,
|
|
84585
|
+
"conditionKeys": [],
|
|
84586
|
+
"dependentActions": []
|
|
84587
|
+
}
|
|
84588
|
+
]
|
|
84589
|
+
},
|
|
84480
84590
|
{
|
|
84481
84591
|
"name": "ListRevisionAssets",
|
|
84482
84592
|
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/apireference/API_ListRevisionAssets.html",
|
|
@@ -84505,6 +84615,12 @@
|
|
|
84505
84615
|
"description": "Grants permission to list the tags that you associated with the specified resource",
|
|
84506
84616
|
"accessLevel": "List",
|
|
84507
84617
|
"resourceTypes": [
|
|
84618
|
+
{
|
|
84619
|
+
"resourceType": "data-grants",
|
|
84620
|
+
"required": false,
|
|
84621
|
+
"conditionKeys": [],
|
|
84622
|
+
"dependentActions": []
|
|
84623
|
+
},
|
|
84508
84624
|
{
|
|
84509
84625
|
"resourceType": "data-sets",
|
|
84510
84626
|
"required": false,
|
|
@@ -84523,7 +84639,22 @@
|
|
|
84523
84639
|
"name": "PublishDataSet",
|
|
84524
84640
|
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/userguide/api-permissions-ref.html",
|
|
84525
84641
|
"permissionOnly": true,
|
|
84526
|
-
"description": "Grants permission to publish a data set",
|
|
84642
|
+
"description": "Grants permission to publish a data set to a product",
|
|
84643
|
+
"accessLevel": "Write",
|
|
84644
|
+
"resourceTypes": [
|
|
84645
|
+
{
|
|
84646
|
+
"resourceType": "data-sets",
|
|
84647
|
+
"required": true,
|
|
84648
|
+
"conditionKeys": [],
|
|
84649
|
+
"dependentActions": []
|
|
84650
|
+
}
|
|
84651
|
+
]
|
|
84652
|
+
},
|
|
84653
|
+
{
|
|
84654
|
+
"name": "PublishToDataGrant",
|
|
84655
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/userguide/api-permissions-ref.html",
|
|
84656
|
+
"permissionOnly": true,
|
|
84657
|
+
"description": "Grants permission to publish a data set to a data grant",
|
|
84527
84658
|
"accessLevel": "Write",
|
|
84528
84659
|
"resourceTypes": [
|
|
84529
84660
|
{
|
|
@@ -84615,6 +84746,12 @@
|
|
|
84615
84746
|
"description": "Grants permission to add one or more tags to a specified resource",
|
|
84616
84747
|
"accessLevel": "Tagging",
|
|
84617
84748
|
"resourceTypes": [
|
|
84749
|
+
{
|
|
84750
|
+
"resourceType": "data-grants",
|
|
84751
|
+
"required": false,
|
|
84752
|
+
"conditionKeys": [],
|
|
84753
|
+
"dependentActions": []
|
|
84754
|
+
},
|
|
84618
84755
|
{
|
|
84619
84756
|
"resourceType": "data-sets",
|
|
84620
84757
|
"required": false,
|
|
@@ -84645,6 +84782,12 @@
|
|
|
84645
84782
|
"description": "Grants permission to remove one or more tags from a specified resource",
|
|
84646
84783
|
"accessLevel": "Tagging",
|
|
84647
84784
|
"resourceTypes": [
|
|
84785
|
+
{
|
|
84786
|
+
"resourceType": "data-grants",
|
|
84787
|
+
"required": false,
|
|
84788
|
+
"conditionKeys": [],
|
|
84789
|
+
"dependentActions": []
|
|
84790
|
+
},
|
|
84648
84791
|
{
|
|
84649
84792
|
"resourceType": "data-sets",
|
|
84650
84793
|
"required": false,
|
|
@@ -84724,7 +84867,8 @@
|
|
|
84724
84867
|
"required": true,
|
|
84725
84868
|
"conditionKeys": [],
|
|
84726
84869
|
"dependentActions": [
|
|
84727
|
-
"dataexchange:PublishDataSet"
|
|
84870
|
+
"dataexchange:PublishDataSet",
|
|
84871
|
+
"dataexchange:PublishToDataGrant"
|
|
84728
84872
|
]
|
|
84729
84873
|
}
|
|
84730
84874
|
]
|
|
@@ -84784,6 +84928,14 @@
|
|
|
84784
84928
|
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/userguide/data-sets.html",
|
|
84785
84929
|
"arnPattern": "arn:${Partition}:dataexchange:${Region}:${Account}:event-actions/${EventActionId}",
|
|
84786
84930
|
"conditionKeys": []
|
|
84931
|
+
},
|
|
84932
|
+
{
|
|
84933
|
+
"name": "data-grants",
|
|
84934
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/data-exchange/latest/userguide/data-sets.html",
|
|
84935
|
+
"arnPattern": "arn:${Partition}:dataexchange:${Region}:${Account}:data-grants/${DataGrantId}",
|
|
84936
|
+
"conditionKeys": [
|
|
84937
|
+
"aws:ResourceTag/${TagKey}"
|
|
84938
|
+
]
|
|
84787
84939
|
}
|
|
84788
84940
|
],
|
|
84789
84941
|
"conditionKeys": [
|
|
@@ -85572,6 +85724,18 @@
|
|
|
85572
85724
|
"conditionKeys": [],
|
|
85573
85725
|
"dependentActions": []
|
|
85574
85726
|
},
|
|
85727
|
+
{
|
|
85728
|
+
"resourceType": "ReplicationTaskAssessmentRun",
|
|
85729
|
+
"required": false,
|
|
85730
|
+
"conditionKeys": [],
|
|
85731
|
+
"dependentActions": []
|
|
85732
|
+
},
|
|
85733
|
+
{
|
|
85734
|
+
"resourceType": "ReplicationTaskIndividualAssessment",
|
|
85735
|
+
"required": false,
|
|
85736
|
+
"conditionKeys": [],
|
|
85737
|
+
"dependentActions": []
|
|
85738
|
+
},
|
|
85575
85739
|
{
|
|
85576
85740
|
"resourceType": "",
|
|
85577
85741
|
"required": false,
|
|
@@ -87197,6 +87361,18 @@
|
|
|
87197
87361
|
"required": false,
|
|
87198
87362
|
"conditionKeys": [],
|
|
87199
87363
|
"dependentActions": []
|
|
87364
|
+
},
|
|
87365
|
+
{
|
|
87366
|
+
"resourceType": "ReplicationTaskAssessmentRun",
|
|
87367
|
+
"required": false,
|
|
87368
|
+
"conditionKeys": [],
|
|
87369
|
+
"dependentActions": []
|
|
87370
|
+
},
|
|
87371
|
+
{
|
|
87372
|
+
"resourceType": "ReplicationTaskIndividualAssessment",
|
|
87373
|
+
"required": false,
|
|
87374
|
+
"conditionKeys": [],
|
|
87375
|
+
"dependentActions": []
|
|
87200
87376
|
}
|
|
87201
87377
|
]
|
|
87202
87378
|
},
|
|
@@ -87576,6 +87752,18 @@
|
|
|
87576
87752
|
"conditionKeys": [],
|
|
87577
87753
|
"dependentActions": []
|
|
87578
87754
|
},
|
|
87755
|
+
{
|
|
87756
|
+
"resourceType": "ReplicationTaskAssessmentRun",
|
|
87757
|
+
"required": false,
|
|
87758
|
+
"conditionKeys": [],
|
|
87759
|
+
"dependentActions": []
|
|
87760
|
+
},
|
|
87761
|
+
{
|
|
87762
|
+
"resourceType": "ReplicationTaskIndividualAssessment",
|
|
87763
|
+
"required": false,
|
|
87764
|
+
"conditionKeys": [],
|
|
87765
|
+
"dependentActions": []
|
|
87766
|
+
},
|
|
87579
87767
|
{
|
|
87580
87768
|
"resourceType": "",
|
|
87581
87769
|
"required": false,
|
|
@@ -88075,13 +88263,19 @@
|
|
|
88075
88263
|
"name": "ReplicationTaskAssessmentRun",
|
|
88076
88264
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ReplicationTaskAssessmentRun.html",
|
|
88077
88265
|
"arnPattern": "arn:${Partition}:dms:${Region}:${Account}:assessment-run:*",
|
|
88078
|
-
"conditionKeys": [
|
|
88266
|
+
"conditionKeys": [
|
|
88267
|
+
"aws:ResourceTag/${TagKey}",
|
|
88268
|
+
"dms:assessment-run-tag/${TagKey}"
|
|
88269
|
+
]
|
|
88079
88270
|
},
|
|
88080
88271
|
{
|
|
88081
88272
|
"name": "ReplicationTaskIndividualAssessment",
|
|
88082
88273
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ReplicationTaskIndividualAssessment.html",
|
|
88083
88274
|
"arnPattern": "arn:${Partition}:dms:${Region}:${Account}:individual-assessment:*",
|
|
88084
|
-
"conditionKeys": [
|
|
88275
|
+
"conditionKeys": [
|
|
88276
|
+
"aws:ResourceTag/${TagKey}",
|
|
88277
|
+
"dms:individual-assessment-tag/${TagKey}"
|
|
88278
|
+
]
|
|
88085
88279
|
}
|
|
88086
88280
|
],
|
|
88087
88281
|
"conditionKeys": [
|
|
@@ -88103,6 +88297,12 @@
|
|
|
88103
88297
|
"description": "Filters access by the presence of tag keys in the request",
|
|
88104
88298
|
"type": "ArrayOfString"
|
|
88105
88299
|
},
|
|
88300
|
+
{
|
|
88301
|
+
"name": "dms:assessment-run-tag/${TagKey}",
|
|
88302
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html#awsdatabasemigrationservice-dms_assessment-run-tag___TagKey_",
|
|
88303
|
+
"description": "Filters access by the presence of tag key-value pairs in the request for AssessmentRun",
|
|
88304
|
+
"type": "String"
|
|
88305
|
+
},
|
|
88106
88306
|
{
|
|
88107
88307
|
"name": "dms:cert-tag/${TagKey}",
|
|
88108
88308
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html#awsdatabasemigrationservice--dms_cert-tag___TagKey_",
|
|
@@ -88133,6 +88333,12 @@
|
|
|
88133
88333
|
"description": "Filters access by the presence of tag key-value pairs in the request for EventSubscription",
|
|
88134
88334
|
"type": "String"
|
|
88135
88335
|
},
|
|
88336
|
+
{
|
|
88337
|
+
"name": "dms:individual-assessment-tag/${TagKey}",
|
|
88338
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html#awsdatabasemigrationservice-dms_individual-assessment-tag___TagKey_",
|
|
88339
|
+
"description": "Filters access by the presence of tag key-value pairs in the request for IndividualAssessment",
|
|
88340
|
+
"type": "String"
|
|
88341
|
+
},
|
|
88136
88342
|
{
|
|
88137
88343
|
"name": "dms:instance-profile-tag/${TagKey}",
|
|
88138
88344
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html#awsdatabasemigrationservice--dms_ip-tag___TagKey_",
|
|
@@ -187928,43 +188134,43 @@
|
|
|
187928
188134
|
"resourceTypes": [
|
|
187929
188135
|
{
|
|
187930
188136
|
"name": "Identitystore",
|
|
187931
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/",
|
|
188137
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/",
|
|
187932
188138
|
"arnPattern": "arn:${Partition}:identitystore::${Account}:identitystore/${IdentityStoreId}",
|
|
187933
188139
|
"conditionKeys": []
|
|
187934
188140
|
},
|
|
187935
188141
|
{
|
|
187936
188142
|
"name": "User",
|
|
187937
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/",
|
|
188143
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html",
|
|
187938
188144
|
"arnPattern": "arn:${Partition}:identitystore:::user/${UserId}",
|
|
187939
188145
|
"conditionKeys": []
|
|
187940
188146
|
},
|
|
187941
188147
|
{
|
|
187942
188148
|
"name": "Group",
|
|
187943
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/",
|
|
188149
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html",
|
|
187944
188150
|
"arnPattern": "arn:${Partition}:identitystore:::group/${GroupId}",
|
|
187945
188151
|
"conditionKeys": []
|
|
187946
188152
|
},
|
|
187947
188153
|
{
|
|
187948
188154
|
"name": "GroupMembership",
|
|
187949
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/",
|
|
188155
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_GroupMembership.html",
|
|
187950
188156
|
"arnPattern": "arn:${Partition}:identitystore:::membership/${MembershipId}",
|
|
187951
188157
|
"conditionKeys": []
|
|
187952
188158
|
},
|
|
187953
188159
|
{
|
|
187954
188160
|
"name": "AllUsers",
|
|
187955
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/",
|
|
188161
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html",
|
|
187956
188162
|
"arnPattern": "arn:${Partition}:identitystore:::user/*",
|
|
187957
188163
|
"conditionKeys": []
|
|
187958
188164
|
},
|
|
187959
188165
|
{
|
|
187960
188166
|
"name": "AllGroups",
|
|
187961
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/",
|
|
188167
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html",
|
|
187962
188168
|
"arnPattern": "arn:${Partition}:identitystore:::group/*",
|
|
187963
188169
|
"conditionKeys": []
|
|
187964
188170
|
},
|
|
187965
188171
|
{
|
|
187966
188172
|
"name": "AllGroupMemberships",
|
|
187967
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/",
|
|
188173
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_GroupMembership.html",
|
|
187968
188174
|
"arnPattern": "arn:${Partition}:identitystore:::membership/*",
|
|
187969
188175
|
"conditionKeys": []
|
|
187970
188176
|
}
|
|
@@ -187972,7 +188178,7 @@
|
|
|
187972
188178
|
"conditionKeys": [
|
|
187973
188179
|
{
|
|
187974
188180
|
"name": "identitystore:UserId",
|
|
187975
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/",
|
|
188181
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/userguide/condition-context-keys-sts-idc.html#condition-keys-identity-store-user-id",
|
|
187976
188182
|
"description": "Filters access by IAM Identity Center User ID",
|
|
187977
188183
|
"type": "String"
|
|
187978
188184
|
}
|
|
@@ -268199,6 +268405,21 @@
|
|
|
268199
268405
|
}
|
|
268200
268406
|
]
|
|
268201
268407
|
},
|
|
268408
|
+
{
|
|
268409
|
+
"name": "GenerateCodeFromCommands",
|
|
268410
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazonq/latest/aws-builder-use-ug/security_iam_manage-access-with-policies.html",
|
|
268411
|
+
"permissionOnly": true,
|
|
268412
|
+
"description": "Grants permission to generate code from CLI commands in Amazon Q",
|
|
268413
|
+
"accessLevel": "Read",
|
|
268414
|
+
"resourceTypes": [
|
|
268415
|
+
{
|
|
268416
|
+
"resourceType": "",
|
|
268417
|
+
"required": false,
|
|
268418
|
+
"conditionKeys": [],
|
|
268419
|
+
"dependentActions": []
|
|
268420
|
+
}
|
|
268421
|
+
]
|
|
268422
|
+
},
|
|
268202
268423
|
{
|
|
268203
268424
|
"name": "GetConversation",
|
|
268204
268425
|
"apiReferenceUrl": "https://docs.aws.amazon.com/amazonq/latest/aws-builder-use-ug/security_iam_manage-access-with-policies.html",
|
|
@@ -268393,6 +268614,29 @@
|
|
|
268393
268614
|
}
|
|
268394
268615
|
]
|
|
268395
268616
|
},
|
|
268617
|
+
{
|
|
268618
|
+
"name": "AllowVendedLogDeliveryForResource",
|
|
268619
|
+
"apiReferenceUrl": "${UserGuideDocPage}monitoring-overview.html",
|
|
268620
|
+
"permissionOnly": true,
|
|
268621
|
+
"description": "Grants permission to configure vended log delivery for Amazon Q Business application resource",
|
|
268622
|
+
"accessLevel": "Permissions management",
|
|
268623
|
+
"resourceTypes": [
|
|
268624
|
+
{
|
|
268625
|
+
"resourceType": "application",
|
|
268626
|
+
"required": true,
|
|
268627
|
+
"conditionKeys": [],
|
|
268628
|
+
"dependentActions": []
|
|
268629
|
+
},
|
|
268630
|
+
{
|
|
268631
|
+
"resourceType": "",
|
|
268632
|
+
"required": false,
|
|
268633
|
+
"conditionKeys": [
|
|
268634
|
+
"aws:ResourceTag/${TagKey}"
|
|
268635
|
+
],
|
|
268636
|
+
"dependentActions": []
|
|
268637
|
+
}
|
|
268638
|
+
]
|
|
268639
|
+
},
|
|
268396
268640
|
{
|
|
268397
268641
|
"name": "BatchDeleteDocument",
|
|
268398
268642
|
"apiReferenceUrl": "${APIReferenceDocPage}API_BatchDeleteDocument.html",
|
|
@@ -282457,6 +282701,21 @@
|
|
|
282457
282701
|
}
|
|
282458
282702
|
]
|
|
282459
282703
|
},
|
|
282704
|
+
{
|
|
282705
|
+
"name": "AuthorizeInboundIntegration",
|
|
282706
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/zero-etl-using.setting-up.html",
|
|
282707
|
+
"permissionOnly": true,
|
|
282708
|
+
"description": "Grants permission to Amazon Redshift to continuously validate that the target data warehouse can receive data replicated from the source ARN",
|
|
282709
|
+
"accessLevel": "Write",
|
|
282710
|
+
"resourceTypes": [
|
|
282711
|
+
{
|
|
282712
|
+
"resourceType": "integration",
|
|
282713
|
+
"required": true,
|
|
282714
|
+
"conditionKeys": [],
|
|
282715
|
+
"dependentActions": []
|
|
282716
|
+
}
|
|
282717
|
+
]
|
|
282718
|
+
},
|
|
282460
282719
|
{
|
|
282461
282720
|
"name": "AuthorizeSnapshotAccess",
|
|
282462
282721
|
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/APIReference/API_AuthorizeSnapshotAccess.html",
|
|
@@ -282846,6 +283105,50 @@
|
|
|
282846
283105
|
}
|
|
282847
283106
|
]
|
|
282848
283107
|
},
|
|
283108
|
+
{
|
|
283109
|
+
"name": "CreateInboundIntegration",
|
|
283110
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/zero-etl-using.setting-up.html",
|
|
283111
|
+
"permissionOnly": true,
|
|
283112
|
+
"description": "Grants permission to the source principal to create an inbound integration for data to be replicated from the source into the target data warehouse",
|
|
283113
|
+
"accessLevel": "Write",
|
|
283114
|
+
"resourceTypes": [
|
|
283115
|
+
{
|
|
283116
|
+
"resourceType": "",
|
|
283117
|
+
"required": false,
|
|
283118
|
+
"conditionKeys": [],
|
|
283119
|
+
"dependentActions": []
|
|
283120
|
+
}
|
|
283121
|
+
]
|
|
283122
|
+
},
|
|
283123
|
+
{
|
|
283124
|
+
"name": "CreateIntegration",
|
|
283125
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/APIReference/API_CreateIntegration.html",
|
|
283126
|
+
"permissionOnly": false,
|
|
283127
|
+
"description": "Grants permission to create an Amazon Redshift zero-ETL integration",
|
|
283128
|
+
"accessLevel": "Write",
|
|
283129
|
+
"resourceTypes": [
|
|
283130
|
+
{
|
|
283131
|
+
"resourceType": "integration",
|
|
283132
|
+
"required": true,
|
|
283133
|
+
"conditionKeys": [],
|
|
283134
|
+
"dependentActions": [
|
|
283135
|
+
"kms:CreateGrant",
|
|
283136
|
+
"kms:DescribeKey"
|
|
283137
|
+
]
|
|
283138
|
+
},
|
|
283139
|
+
{
|
|
283140
|
+
"resourceType": "",
|
|
283141
|
+
"required": false,
|
|
283142
|
+
"conditionKeys": [
|
|
283143
|
+
"aws:RequestTag/${TagKey}",
|
|
283144
|
+
"aws:TagKeys",
|
|
283145
|
+
"redshift:IntegrationSourceArn",
|
|
283146
|
+
"redshift:IntegrationTargetArn"
|
|
283147
|
+
],
|
|
283148
|
+
"dependentActions": []
|
|
283149
|
+
}
|
|
283150
|
+
]
|
|
283151
|
+
},
|
|
282849
283152
|
{
|
|
282850
283153
|
"name": "CreateQev2IdcApplication",
|
|
282851
283154
|
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-idp-connect.html",
|
|
@@ -282995,6 +283298,12 @@
|
|
|
282995
283298
|
"conditionKeys": [],
|
|
282996
283299
|
"dependentActions": []
|
|
282997
283300
|
},
|
|
283301
|
+
{
|
|
283302
|
+
"resourceType": "integration",
|
|
283303
|
+
"required": false,
|
|
283304
|
+
"conditionKeys": [],
|
|
283305
|
+
"dependentActions": []
|
|
283306
|
+
},
|
|
282998
283307
|
{
|
|
282999
283308
|
"resourceType": "parametergroup",
|
|
283000
283309
|
"required": false,
|
|
@@ -283272,6 +283581,29 @@
|
|
|
283272
283581
|
}
|
|
283273
283582
|
]
|
|
283274
283583
|
},
|
|
283584
|
+
{
|
|
283585
|
+
"name": "DeleteIntegration",
|
|
283586
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/APIReference/API_DeleteIntegration.html",
|
|
283587
|
+
"permissionOnly": false,
|
|
283588
|
+
"description": "Grants permission to delete an Amazon Redshift zero-ETL integration",
|
|
283589
|
+
"accessLevel": "Write",
|
|
283590
|
+
"resourceTypes": [
|
|
283591
|
+
{
|
|
283592
|
+
"resourceType": "integration",
|
|
283593
|
+
"required": true,
|
|
283594
|
+
"conditionKeys": [],
|
|
283595
|
+
"dependentActions": []
|
|
283596
|
+
},
|
|
283597
|
+
{
|
|
283598
|
+
"resourceType": "",
|
|
283599
|
+
"required": false,
|
|
283600
|
+
"conditionKeys": [
|
|
283601
|
+
"aws:ResourceTag/${TagKey}"
|
|
283602
|
+
],
|
|
283603
|
+
"dependentActions": []
|
|
283604
|
+
}
|
|
283605
|
+
]
|
|
283606
|
+
},
|
|
283275
283607
|
{
|
|
283276
283608
|
"name": "DeletePartner",
|
|
283277
283609
|
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/APIReference/API_DeletePartner.html",
|
|
@@ -283427,6 +283759,12 @@
|
|
|
283427
283759
|
"conditionKeys": [],
|
|
283428
283760
|
"dependentActions": []
|
|
283429
283761
|
},
|
|
283762
|
+
{
|
|
283763
|
+
"resourceType": "integration",
|
|
283764
|
+
"required": false,
|
|
283765
|
+
"conditionKeys": [],
|
|
283766
|
+
"dependentActions": []
|
|
283767
|
+
},
|
|
283430
283768
|
{
|
|
283431
283769
|
"resourceType": "parametergroup",
|
|
283432
283770
|
"required": false,
|
|
@@ -283868,6 +284206,29 @@
|
|
|
283868
284206
|
}
|
|
283869
284207
|
]
|
|
283870
284208
|
},
|
|
284209
|
+
{
|
|
284210
|
+
"name": "DescribeIntegrations",
|
|
284211
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/APIReference/API_DescribeIntegrations.html",
|
|
284212
|
+
"permissionOnly": false,
|
|
284213
|
+
"description": "Grants permission to describe an Amazon Redshift zero-ETL integration",
|
|
284214
|
+
"accessLevel": "List",
|
|
284215
|
+
"resourceTypes": [
|
|
284216
|
+
{
|
|
284217
|
+
"resourceType": "integration",
|
|
284218
|
+
"required": true,
|
|
284219
|
+
"conditionKeys": [],
|
|
284220
|
+
"dependentActions": []
|
|
284221
|
+
},
|
|
284222
|
+
{
|
|
284223
|
+
"resourceType": "",
|
|
284224
|
+
"required": false,
|
|
284225
|
+
"conditionKeys": [
|
|
284226
|
+
"aws:ResourceTag/${TagKey}"
|
|
284227
|
+
],
|
|
284228
|
+
"dependentActions": []
|
|
284229
|
+
}
|
|
284230
|
+
]
|
|
284231
|
+
},
|
|
283871
284232
|
{
|
|
283872
284233
|
"name": "DescribeLoggingStatus",
|
|
283873
284234
|
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/APIReference/API_DescribeLoggingStatus.html",
|
|
@@ -284172,6 +284533,12 @@
|
|
|
284172
284533
|
"conditionKeys": [],
|
|
284173
284534
|
"dependentActions": []
|
|
284174
284535
|
},
|
|
284536
|
+
{
|
|
284537
|
+
"resourceType": "integration",
|
|
284538
|
+
"required": false,
|
|
284539
|
+
"conditionKeys": [],
|
|
284540
|
+
"dependentActions": []
|
|
284541
|
+
},
|
|
284175
284542
|
{
|
|
284176
284543
|
"resourceType": "parametergroup",
|
|
284177
284544
|
"required": false,
|
|
@@ -284778,6 +285145,29 @@
|
|
|
284778
285145
|
}
|
|
284779
285146
|
]
|
|
284780
285147
|
},
|
|
285148
|
+
{
|
|
285149
|
+
"name": "ModifyIntegration",
|
|
285150
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/APIReference/API_ModifyIntegration.html",
|
|
285151
|
+
"permissionOnly": false,
|
|
285152
|
+
"description": "Grants permission to modify an Amazon Redshift zero-ETL integration",
|
|
285153
|
+
"accessLevel": "Write",
|
|
285154
|
+
"resourceTypes": [
|
|
285155
|
+
{
|
|
285156
|
+
"resourceType": "integration",
|
|
285157
|
+
"required": true,
|
|
285158
|
+
"conditionKeys": [],
|
|
285159
|
+
"dependentActions": []
|
|
285160
|
+
},
|
|
285161
|
+
{
|
|
285162
|
+
"resourceType": "",
|
|
285163
|
+
"required": false,
|
|
285164
|
+
"conditionKeys": [
|
|
285165
|
+
"aws:ResourceTag/${TagKey}"
|
|
285166
|
+
],
|
|
285167
|
+
"dependentActions": []
|
|
285168
|
+
}
|
|
285169
|
+
]
|
|
285170
|
+
},
|
|
284781
285171
|
{
|
|
284782
285172
|
"name": "ModifyQev2IdcApplication",
|
|
284783
285173
|
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-idp-connect.html",
|
|
@@ -285247,6 +285637,14 @@
|
|
|
285247
285637
|
"aws:ResourceTag/${TagKey}"
|
|
285248
285638
|
]
|
|
285249
285639
|
},
|
|
285640
|
+
{
|
|
285641
|
+
"name": "integration",
|
|
285642
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/zero-etl-using.html",
|
|
285643
|
+
"arnPattern": "arn:${Partition}:redshift:${Region}:${Account}:integration:${IntegrationIdentifier}",
|
|
285644
|
+
"conditionKeys": [
|
|
285645
|
+
"aws:ResourceTag/${TagKey}"
|
|
285646
|
+
]
|
|
285647
|
+
},
|
|
285250
285648
|
{
|
|
285251
285649
|
"name": "namespace",
|
|
285252
285650
|
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/dg/concepts.html",
|
|
@@ -285399,7 +285797,19 @@
|
|
|
285399
285797
|
"name": "redshift:InboundIntegrationArn",
|
|
285400
285798
|
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-overview.html#redshift-policy-resources.conditions",
|
|
285401
285799
|
"description": "Filters access by the ARN of an inbound zero-ETL Integration resource",
|
|
285402
|
-
"type": "
|
|
285800
|
+
"type": "ARN"
|
|
285801
|
+
},
|
|
285802
|
+
{
|
|
285803
|
+
"name": "redshift:IntegrationSourceArn",
|
|
285804
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-overview.html#redshift-policy-resources.conditions",
|
|
285805
|
+
"description": "Filters access by the ARN of a zero-ETL Integration source",
|
|
285806
|
+
"type": "ARN"
|
|
285807
|
+
},
|
|
285808
|
+
{
|
|
285809
|
+
"name": "redshift:IntegrationTargetArn",
|
|
285810
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-overview.html#redshift-policy-resources.conditions",
|
|
285811
|
+
"description": "Filters access by the ARN of a zero-ETL Integration target",
|
|
285812
|
+
"type": "ARN"
|
|
285403
285813
|
}
|
|
285404
285814
|
]
|
|
285405
285815
|
},
|
|
@@ -306077,8 +306487,8 @@
|
|
|
306077
306487
|
{
|
|
306078
306488
|
"name": "BatchGetMetrics",
|
|
306079
306489
|
"apiReferenceUrl": "https://docs.aws.amazon.com/sagemaker/latest/APIReference/",
|
|
306080
|
-
"permissionOnly":
|
|
306081
|
-
"description": "Grants permission to retrieve metrics associated with SageMaker Resources such as Training Jobs or Trial Components
|
|
306490
|
+
"permissionOnly": false,
|
|
306491
|
+
"description": "Grants permission to retrieve metrics associated with SageMaker Resources such as Training Jobs or Trial Components",
|
|
306082
306492
|
"accessLevel": "Read",
|
|
306083
306493
|
"resourceTypes": [
|
|
306084
306494
|
{
|
|
@@ -363161,6 +363571,21 @@
|
|
|
363161
363571
|
}
|
|
363162
363572
|
]
|
|
363163
363573
|
},
|
|
363574
|
+
{
|
|
363575
|
+
"name": "ExpireSession",
|
|
363576
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_ExpireSession.html",
|
|
363577
|
+
"permissionOnly": false,
|
|
363578
|
+
"description": "Grants permission to expire a session from a specific portal",
|
|
363579
|
+
"accessLevel": "Write",
|
|
363580
|
+
"resourceTypes": [
|
|
363581
|
+
{
|
|
363582
|
+
"resourceType": "portal",
|
|
363583
|
+
"required": true,
|
|
363584
|
+
"conditionKeys": [],
|
|
363585
|
+
"dependentActions": []
|
|
363586
|
+
}
|
|
363587
|
+
]
|
|
363588
|
+
},
|
|
363164
363589
|
{
|
|
363165
363590
|
"name": "GetBrowserSettings",
|
|
363166
363591
|
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_GetBrowserSettings.html",
|
|
@@ -363251,6 +363676,21 @@
|
|
|
363251
363676
|
}
|
|
363252
363677
|
]
|
|
363253
363678
|
},
|
|
363679
|
+
{
|
|
363680
|
+
"name": "GetSession",
|
|
363681
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_GetSession.html",
|
|
363682
|
+
"permissionOnly": false,
|
|
363683
|
+
"description": "Grants permission to get information about a particular session for a portal",
|
|
363684
|
+
"accessLevel": "Read",
|
|
363685
|
+
"resourceTypes": [
|
|
363686
|
+
{
|
|
363687
|
+
"resourceType": "portal",
|
|
363688
|
+
"required": true,
|
|
363689
|
+
"conditionKeys": [],
|
|
363690
|
+
"dependentActions": []
|
|
363691
|
+
}
|
|
363692
|
+
]
|
|
363693
|
+
},
|
|
363254
363694
|
{
|
|
363255
363695
|
"name": "GetTrustStore",
|
|
363256
363696
|
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_GetTrustStore.html",
|
|
@@ -363386,6 +363826,21 @@
|
|
|
363386
363826
|
}
|
|
363387
363827
|
]
|
|
363388
363828
|
},
|
|
363829
|
+
{
|
|
363830
|
+
"name": "ListSessions",
|
|
363831
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_ListSessions.html",
|
|
363832
|
+
"permissionOnly": false,
|
|
363833
|
+
"description": "Grants permission to list sessions for a Portal using optional filters",
|
|
363834
|
+
"accessLevel": "Read",
|
|
363835
|
+
"resourceTypes": [
|
|
363836
|
+
{
|
|
363837
|
+
"resourceType": "portal",
|
|
363838
|
+
"required": true,
|
|
363839
|
+
"conditionKeys": [],
|
|
363840
|
+
"dependentActions": []
|
|
363841
|
+
}
|
|
363842
|
+
]
|
|
363843
|
+
},
|
|
363389
363844
|
{
|
|
363390
363845
|
"name": "ListTagsForResource",
|
|
363391
363846
|
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_ListTagsForResource.html",
|
|
@@ -6412,30 +6412,38 @@
|
|
|
6412
6412
|
"name": "AWS Data Exchange",
|
|
6413
6413
|
"servicePrefix": "dataexchange",
|
|
6414
6414
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdataexchange.html",
|
|
6415
|
-
"actionsCount":
|
|
6415
|
+
"actionsCount": 40,
|
|
6416
6416
|
"actions": [
|
|
6417
|
+
"AcceptDataGrant",
|
|
6417
6418
|
"CancelJob",
|
|
6418
6419
|
"CreateAsset",
|
|
6420
|
+
"CreateDataGrant",
|
|
6419
6421
|
"CreateDataSet",
|
|
6420
6422
|
"CreateEventAction",
|
|
6421
6423
|
"CreateJob",
|
|
6422
6424
|
"CreateRevision",
|
|
6423
6425
|
"DeleteAsset",
|
|
6426
|
+
"DeleteDataGrant",
|
|
6424
6427
|
"DeleteDataSet",
|
|
6425
6428
|
"DeleteEventAction",
|
|
6426
6429
|
"DeleteRevision",
|
|
6427
6430
|
"GetAsset",
|
|
6431
|
+
"GetDataGrant",
|
|
6428
6432
|
"GetDataSet",
|
|
6429
6433
|
"GetEventAction",
|
|
6430
6434
|
"GetJob",
|
|
6435
|
+
"GetReceivedDataGrant",
|
|
6431
6436
|
"GetRevision",
|
|
6437
|
+
"ListDataGrants",
|
|
6432
6438
|
"ListDataSetRevisions",
|
|
6433
6439
|
"ListDataSets",
|
|
6434
6440
|
"ListEventActions",
|
|
6435
6441
|
"ListJobs",
|
|
6442
|
+
"ListReceivedDataGrants",
|
|
6436
6443
|
"ListRevisionAssets",
|
|
6437
6444
|
"ListTagsForResource",
|
|
6438
6445
|
"PublishDataSet",
|
|
6446
|
+
"PublishToDataGrant",
|
|
6439
6447
|
"RevokeRevision",
|
|
6440
6448
|
"SendApiAsset",
|
|
6441
6449
|
"SendDataSetNotification",
|
|
@@ -6447,7 +6455,7 @@
|
|
|
6447
6455
|
"UpdateEventAction",
|
|
6448
6456
|
"UpdateRevision"
|
|
6449
6457
|
],
|
|
6450
|
-
"resourceTypesCount":
|
|
6458
|
+
"resourceTypesCount": 9,
|
|
6451
6459
|
"resourceTypes": [
|
|
6452
6460
|
"jobs",
|
|
6453
6461
|
"data-sets",
|
|
@@ -6456,7 +6464,8 @@
|
|
|
6456
6464
|
"entitled-revisions",
|
|
6457
6465
|
"assets",
|
|
6458
6466
|
"entitled-assets",
|
|
6459
|
-
"event-actions"
|
|
6467
|
+
"event-actions",
|
|
6468
|
+
"data-grants"
|
|
6460
6469
|
],
|
|
6461
6470
|
"conditionKeysCount": 4,
|
|
6462
6471
|
"conditionKeys": [
|
|
@@ -6691,16 +6700,18 @@
|
|
|
6691
6700
|
"ReplicationTaskAssessmentRun",
|
|
6692
6701
|
"ReplicationTaskIndividualAssessment"
|
|
6693
6702
|
],
|
|
6694
|
-
"conditionKeysCount":
|
|
6703
|
+
"conditionKeysCount": 17,
|
|
6695
6704
|
"conditionKeys": [
|
|
6696
6705
|
"aws:RequestTag/${TagKey}",
|
|
6697
6706
|
"aws:ResourceTag/${TagKey}",
|
|
6698
6707
|
"aws:TagKeys",
|
|
6708
|
+
"dms:assessment-run-tag/${TagKey}",
|
|
6699
6709
|
"dms:cert-tag/${TagKey}",
|
|
6700
6710
|
"dms:data-migration-tag/${TagKey}",
|
|
6701
6711
|
"dms:data-provider-tag/${TagKey}",
|
|
6702
6712
|
"dms:endpoint-tag/${TagKey}",
|
|
6703
6713
|
"dms:es-tag/${TagKey}",
|
|
6714
|
+
"dms:individual-assessment-tag/${TagKey}",
|
|
6704
6715
|
"dms:instance-profile-tag/${TagKey}",
|
|
6705
6716
|
"dms:migration-project-tag/${TagKey}",
|
|
6706
6717
|
"dms:rep-tag/${TagKey}",
|
|
@@ -19671,10 +19682,11 @@
|
|
|
19671
19682
|
"name": "Amazon Q",
|
|
19672
19683
|
"servicePrefix": "q",
|
|
19673
19684
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonq.html",
|
|
19674
|
-
"actionsCount":
|
|
19685
|
+
"actionsCount": 13,
|
|
19675
19686
|
"actions": [
|
|
19676
19687
|
"CreateAssignment",
|
|
19677
19688
|
"DeleteAssignment",
|
|
19689
|
+
"GenerateCodeFromCommands",
|
|
19678
19690
|
"GetConversation",
|
|
19679
19691
|
"GetIdentityMetadata",
|
|
19680
19692
|
"GetTroubleshootingResults",
|
|
@@ -19700,9 +19712,10 @@
|
|
|
19700
19712
|
"name": "Amazon Q Business",
|
|
19701
19713
|
"servicePrefix": "qbusiness",
|
|
19702
19714
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonqbusiness.html",
|
|
19703
|
-
"actionsCount":
|
|
19715
|
+
"actionsCount": 67,
|
|
19704
19716
|
"actions": [
|
|
19705
19717
|
"AddUserLicenses",
|
|
19718
|
+
"AllowVendedLogDeliveryForResource",
|
|
19706
19719
|
"BatchDeleteDocument",
|
|
19707
19720
|
"BatchPutDocument",
|
|
19708
19721
|
"CancelSubscription",
|
|
@@ -20600,7 +20613,7 @@
|
|
|
20600
20613
|
"name": "Amazon Redshift",
|
|
20601
20614
|
"servicePrefix": "redshift",
|
|
20602
20615
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonredshift.html",
|
|
20603
|
-
"actionsCount":
|
|
20616
|
+
"actionsCount": 161,
|
|
20604
20617
|
"actions": [
|
|
20605
20618
|
"AcceptReservedNodeExchange",
|
|
20606
20619
|
"AddPartner",
|
|
@@ -20608,6 +20621,7 @@
|
|
|
20608
20621
|
"AuthorizeClusterSecurityGroupIngress",
|
|
20609
20622
|
"AuthorizeDataShare",
|
|
20610
20623
|
"AuthorizeEndpointAccess",
|
|
20624
|
+
"AuthorizeInboundIntegration",
|
|
20611
20625
|
"AuthorizeSnapshotAccess",
|
|
20612
20626
|
"BatchDeleteClusterSnapshots",
|
|
20613
20627
|
"BatchModifyClusterSnapshots",
|
|
@@ -20627,6 +20641,8 @@
|
|
|
20627
20641
|
"CreateEventSubscription",
|
|
20628
20642
|
"CreateHsmClientCertificate",
|
|
20629
20643
|
"CreateHsmConfiguration",
|
|
20644
|
+
"CreateInboundIntegration",
|
|
20645
|
+
"CreateIntegration",
|
|
20630
20646
|
"CreateQev2IdcApplication",
|
|
20631
20647
|
"CreateRedshiftIdcApplication",
|
|
20632
20648
|
"CreateSavedQuery",
|
|
@@ -20647,6 +20663,7 @@
|
|
|
20647
20663
|
"DeleteEventSubscription",
|
|
20648
20664
|
"DeleteHsmClientCertificate",
|
|
20649
20665
|
"DeleteHsmConfiguration",
|
|
20666
|
+
"DeleteIntegration",
|
|
20650
20667
|
"DeletePartner",
|
|
20651
20668
|
"DeleteQev2IdcApplication",
|
|
20652
20669
|
"DeleteRedshiftIdcApplication",
|
|
@@ -20681,6 +20698,7 @@
|
|
|
20681
20698
|
"DescribeHsmClientCertificates",
|
|
20682
20699
|
"DescribeHsmConfigurations",
|
|
20683
20700
|
"DescribeInboundIntegrations",
|
|
20701
|
+
"DescribeIntegrations",
|
|
20684
20702
|
"DescribeLoggingStatus",
|
|
20685
20703
|
"DescribeNodeConfigurationOptions",
|
|
20686
20704
|
"DescribeOrderableClusterOptions",
|
|
@@ -20733,6 +20751,7 @@
|
|
|
20733
20751
|
"ModifyCustomDomainAssociation",
|
|
20734
20752
|
"ModifyEndpointAccess",
|
|
20735
20753
|
"ModifyEventSubscription",
|
|
20754
|
+
"ModifyIntegration",
|
|
20736
20755
|
"ModifyQev2IdcApplication",
|
|
20737
20756
|
"ModifyRedshiftIdcApplication",
|
|
20738
20757
|
"ModifySavedQuery",
|
|
@@ -20758,7 +20777,7 @@
|
|
|
20758
20777
|
"ViewQueriesFromConsole",
|
|
20759
20778
|
"ViewQueriesInConsole"
|
|
20760
20779
|
],
|
|
20761
|
-
"resourceTypesCount":
|
|
20780
|
+
"resourceTypesCount": 21,
|
|
20762
20781
|
"resourceTypes": [
|
|
20763
20782
|
"cluster",
|
|
20764
20783
|
"datashare",
|
|
@@ -20768,6 +20787,7 @@
|
|
|
20768
20787
|
"eventsubscription",
|
|
20769
20788
|
"hsmclientcertificate",
|
|
20770
20789
|
"hsmconfiguration",
|
|
20790
|
+
"integration",
|
|
20771
20791
|
"namespace",
|
|
20772
20792
|
"parametergroup",
|
|
20773
20793
|
"securitygroup",
|
|
@@ -20781,7 +20801,7 @@
|
|
|
20781
20801
|
"redshiftidcapplication",
|
|
20782
20802
|
"qev2idcapplication"
|
|
20783
20803
|
],
|
|
20784
|
-
"conditionKeysCount":
|
|
20804
|
+
"conditionKeysCount": 12,
|
|
20785
20805
|
"conditionKeys": [
|
|
20786
20806
|
"aws:RequestTag/${TagKey}",
|
|
20787
20807
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -20792,7 +20812,9 @@
|
|
|
20792
20812
|
"redshift:DbName",
|
|
20793
20813
|
"redshift:DbUser",
|
|
20794
20814
|
"redshift:DurationSeconds",
|
|
20795
|
-
"redshift:InboundIntegrationArn"
|
|
20815
|
+
"redshift:InboundIntegrationArn",
|
|
20816
|
+
"redshift:IntegrationSourceArn",
|
|
20817
|
+
"redshift:IntegrationTargetArn"
|
|
20796
20818
|
]
|
|
20797
20819
|
},
|
|
20798
20820
|
{
|
|
@@ -26600,7 +26622,7 @@
|
|
|
26600
26622
|
"name": "Amazon WorkSpaces Secure Browser",
|
|
26601
26623
|
"servicePrefix": "workspaces-web",
|
|
26602
26624
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonworkspacessecurebrowser.html",
|
|
26603
|
-
"actionsCount":
|
|
26625
|
+
"actionsCount": 61,
|
|
26604
26626
|
"actions": [
|
|
26605
26627
|
"AssociateBrowserSettings",
|
|
26606
26628
|
"AssociateIpAccessSettings",
|
|
@@ -26630,12 +26652,14 @@
|
|
|
26630
26652
|
"DisassociateTrustStore",
|
|
26631
26653
|
"DisassociateUserAccessLoggingSettings",
|
|
26632
26654
|
"DisassociateUserSettings",
|
|
26655
|
+
"ExpireSession",
|
|
26633
26656
|
"GetBrowserSettings",
|
|
26634
26657
|
"GetIdentityProvider",
|
|
26635
26658
|
"GetIpAccessSettings",
|
|
26636
26659
|
"GetNetworkSettings",
|
|
26637
26660
|
"GetPortal",
|
|
26638
26661
|
"GetPortalServiceProviderMetadata",
|
|
26662
|
+
"GetSession",
|
|
26639
26663
|
"GetTrustStore",
|
|
26640
26664
|
"GetTrustStoreCertificate",
|
|
26641
26665
|
"GetUserAccessLoggingSettings",
|
|
@@ -26645,6 +26669,7 @@
|
|
|
26645
26669
|
"ListIpAccessSettings",
|
|
26646
26670
|
"ListNetworkSettings",
|
|
26647
26671
|
"ListPortals",
|
|
26672
|
+
"ListSessions",
|
|
26648
26673
|
"ListTagsForResource",
|
|
26649
26674
|
"ListTrustStoreCertificates",
|
|
26650
26675
|
"ListTrustStores",
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Read Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 4667
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "List Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 2820
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "Permissions Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 297
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Write Actions",
|
|
17
|
-
"value":
|
|
17
|
+
"value": 9617
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -157,12 +157,12 @@
|
|
|
157
157
|
"value": 88
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
|
-
"key": "
|
|
160
|
+
"key": "application - arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}",
|
|
161
161
|
"value": 82
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
|
-
"key": "
|
|
165
|
-
"value":
|
|
164
|
+
"key": "userpool - arn:${Partition}:cognito-idp:${Region}:${Account}:userpool/${UserPoolId}",
|
|
165
|
+
"value": 82
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
"key": "bot - arn:${Partition}:lex:${Region}:${Account}:bot/${BotId}",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1776
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 952
|
|
418
418
|
}
|
|
419
419
|
]
|
|
420
420
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.287",
|
|
4
4
|
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|