aws-iam-data 0.0.265 → 0.0.266
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 +44 -0
- package/dist/data/json/iam.json +487 -30
- package/dist/data/json/metadata.json +33 -10
- package/dist/data/json/reports.json +7 -7
- package/package.json +1 -1
|
@@ -1,4 +1,48 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-09-10",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Connect Customer Profiles": [
|
|
8
|
+
"profile:BatchGetCalculatedAttributeForProfile",
|
|
9
|
+
"profile:BatchGetProfile",
|
|
10
|
+
"profile:CreateSegmentDefinition",
|
|
11
|
+
"profile:CreateSegmentEstimate",
|
|
12
|
+
"profile:CreateSegmentSnapshot",
|
|
13
|
+
"profile:DeleteSegmentDefinition",
|
|
14
|
+
"profile:GetSegmentDefinition",
|
|
15
|
+
"profile:GetSegmentEstimate",
|
|
16
|
+
"profile:GetSegmentMembership",
|
|
17
|
+
"profile:GetSegmentSnapshot",
|
|
18
|
+
"profile:ListObjectTypeAttributes",
|
|
19
|
+
"profile:ListProfileAttributeValues",
|
|
20
|
+
"profile:ListSegmentDefinitions"
|
|
21
|
+
],
|
|
22
|
+
"Amazon Interactive Video Service": [
|
|
23
|
+
"ivs:CreateIngestConfiguration",
|
|
24
|
+
"ivs:DeleteIngestConfiguration",
|
|
25
|
+
"ivs:GetIngestConfiguration",
|
|
26
|
+
"ivs:ListIngestConfigurations",
|
|
27
|
+
"ivs:UpdateIngestConfiguration"
|
|
28
|
+
],
|
|
29
|
+
"Amazon Q Business Q Apps": [
|
|
30
|
+
"qapps:UpdateLibraryItemMetadata"
|
|
31
|
+
],
|
|
32
|
+
"Amazon RDS": [
|
|
33
|
+
"rds:CopyCustomDBEngineVersion",
|
|
34
|
+
"rds:DescribeDBSnapshotTenantDatabases"
|
|
35
|
+
],
|
|
36
|
+
"AWS Support Plans": [
|
|
37
|
+
"supportplans:ListSupportPlanModifiers"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"removedActions": {
|
|
41
|
+
"Amazon RDS": [
|
|
42
|
+
"rds:DescribeDbSnapshotTenantDatabases"
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
2
46
|
{
|
|
3
47
|
"dateOfChange": "2024-09-07",
|
|
4
48
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -79211,6 +79211,42 @@
|
|
|
79211
79211
|
}
|
|
79212
79212
|
]
|
|
79213
79213
|
},
|
|
79214
|
+
{
|
|
79215
|
+
"name": "BatchGetCalculatedAttributeForProfile",
|
|
79216
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_BatchGetCalculatedAttributeForProfile.html",
|
|
79217
|
+
"permissionOnly": false,
|
|
79218
|
+
"description": "Grants permission to retrieve a calculated attribute for the specific profiles in the domain",
|
|
79219
|
+
"accessLevel": "Read",
|
|
79220
|
+
"resourceTypes": [
|
|
79221
|
+
{
|
|
79222
|
+
"resourceType": "calculated-attributes",
|
|
79223
|
+
"required": true,
|
|
79224
|
+
"conditionKeys": [],
|
|
79225
|
+
"dependentActions": []
|
|
79226
|
+
},
|
|
79227
|
+
{
|
|
79228
|
+
"resourceType": "domains",
|
|
79229
|
+
"required": true,
|
|
79230
|
+
"conditionKeys": [],
|
|
79231
|
+
"dependentActions": []
|
|
79232
|
+
}
|
|
79233
|
+
]
|
|
79234
|
+
},
|
|
79235
|
+
{
|
|
79236
|
+
"name": "BatchGetProfile",
|
|
79237
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_BatchGetProfile.html",
|
|
79238
|
+
"permissionOnly": false,
|
|
79239
|
+
"description": "Grants permission to get profiles in the domain",
|
|
79240
|
+
"accessLevel": "Read",
|
|
79241
|
+
"resourceTypes": [
|
|
79242
|
+
{
|
|
79243
|
+
"resourceType": "domains",
|
|
79244
|
+
"required": true,
|
|
79245
|
+
"conditionKeys": [],
|
|
79246
|
+
"dependentActions": []
|
|
79247
|
+
}
|
|
79248
|
+
]
|
|
79249
|
+
},
|
|
79214
79250
|
{
|
|
79215
79251
|
"name": "CreateCalculatedAttributeDefinition",
|
|
79216
79252
|
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateCalculatedAttributeDefinition.html",
|
|
@@ -79321,6 +79357,66 @@
|
|
|
79321
79357
|
}
|
|
79322
79358
|
]
|
|
79323
79359
|
},
|
|
79360
|
+
{
|
|
79361
|
+
"name": "CreateSegmentDefinition",
|
|
79362
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateSegmentDefinition.html",
|
|
79363
|
+
"permissionOnly": false,
|
|
79364
|
+
"description": "Grants permission to create a segment definition in the domain",
|
|
79365
|
+
"accessLevel": "Write",
|
|
79366
|
+
"resourceTypes": [
|
|
79367
|
+
{
|
|
79368
|
+
"resourceType": "domains",
|
|
79369
|
+
"required": true,
|
|
79370
|
+
"conditionKeys": [],
|
|
79371
|
+
"dependentActions": []
|
|
79372
|
+
},
|
|
79373
|
+
{
|
|
79374
|
+
"resourceType": "segment-definitions",
|
|
79375
|
+
"required": true,
|
|
79376
|
+
"conditionKeys": [
|
|
79377
|
+
"aws:RequestTag/${TagKey}",
|
|
79378
|
+
"aws:TagKeys"
|
|
79379
|
+
],
|
|
79380
|
+
"dependentActions": []
|
|
79381
|
+
}
|
|
79382
|
+
]
|
|
79383
|
+
},
|
|
79384
|
+
{
|
|
79385
|
+
"name": "CreateSegmentEstimate",
|
|
79386
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateSegmentEstimate.html",
|
|
79387
|
+
"permissionOnly": false,
|
|
79388
|
+
"description": "Grants permission to create a segment estimate in the domain",
|
|
79389
|
+
"accessLevel": "Write",
|
|
79390
|
+
"resourceTypes": [
|
|
79391
|
+
{
|
|
79392
|
+
"resourceType": "domains",
|
|
79393
|
+
"required": true,
|
|
79394
|
+
"conditionKeys": [],
|
|
79395
|
+
"dependentActions": []
|
|
79396
|
+
}
|
|
79397
|
+
]
|
|
79398
|
+
},
|
|
79399
|
+
{
|
|
79400
|
+
"name": "CreateSegmentSnapshot",
|
|
79401
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_CreateSegmentSnapshot.html",
|
|
79402
|
+
"permissionOnly": false,
|
|
79403
|
+
"description": "Grants permission to create a segment snapshot in the domain",
|
|
79404
|
+
"accessLevel": "Write",
|
|
79405
|
+
"resourceTypes": [
|
|
79406
|
+
{
|
|
79407
|
+
"resourceType": "domains",
|
|
79408
|
+
"required": true,
|
|
79409
|
+
"conditionKeys": [],
|
|
79410
|
+
"dependentActions": []
|
|
79411
|
+
},
|
|
79412
|
+
{
|
|
79413
|
+
"resourceType": "segment-definitions",
|
|
79414
|
+
"required": true,
|
|
79415
|
+
"conditionKeys": [],
|
|
79416
|
+
"dependentActions": []
|
|
79417
|
+
}
|
|
79418
|
+
]
|
|
79419
|
+
},
|
|
79324
79420
|
{
|
|
79325
79421
|
"name": "CreateSnapshot",
|
|
79326
79422
|
"apiReferenceUrl": "${UserGuideDocPage}set-up-bulk-export.html",
|
|
@@ -79488,6 +79584,27 @@
|
|
|
79488
79584
|
}
|
|
79489
79585
|
]
|
|
79490
79586
|
},
|
|
79587
|
+
{
|
|
79588
|
+
"name": "DeleteSegmentDefinition",
|
|
79589
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_DeleteSegmentDefinition.html",
|
|
79590
|
+
"permissionOnly": false,
|
|
79591
|
+
"description": "Grants permission to delete a segment definition in the domain",
|
|
79592
|
+
"accessLevel": "Write",
|
|
79593
|
+
"resourceTypes": [
|
|
79594
|
+
{
|
|
79595
|
+
"resourceType": "domains",
|
|
79596
|
+
"required": true,
|
|
79597
|
+
"conditionKeys": [],
|
|
79598
|
+
"dependentActions": []
|
|
79599
|
+
},
|
|
79600
|
+
{
|
|
79601
|
+
"resourceType": "segment-definitions",
|
|
79602
|
+
"required": true,
|
|
79603
|
+
"conditionKeys": [],
|
|
79604
|
+
"dependentActions": []
|
|
79605
|
+
}
|
|
79606
|
+
]
|
|
79607
|
+
},
|
|
79491
79608
|
{
|
|
79492
79609
|
"name": "DeleteWorkflow",
|
|
79493
79610
|
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_DeleteWorkflow.html",
|
|
@@ -79700,6 +79817,84 @@
|
|
|
79700
79817
|
}
|
|
79701
79818
|
]
|
|
79702
79819
|
},
|
|
79820
|
+
{
|
|
79821
|
+
"name": "GetSegmentDefinition",
|
|
79822
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetSegmentDefinition.html",
|
|
79823
|
+
"permissionOnly": false,
|
|
79824
|
+
"description": "Grants permission to get a segment definition in the domain",
|
|
79825
|
+
"accessLevel": "Read",
|
|
79826
|
+
"resourceTypes": [
|
|
79827
|
+
{
|
|
79828
|
+
"resourceType": "domains",
|
|
79829
|
+
"required": true,
|
|
79830
|
+
"conditionKeys": [],
|
|
79831
|
+
"dependentActions": []
|
|
79832
|
+
},
|
|
79833
|
+
{
|
|
79834
|
+
"resourceType": "segment-definitions",
|
|
79835
|
+
"required": true,
|
|
79836
|
+
"conditionKeys": [],
|
|
79837
|
+
"dependentActions": []
|
|
79838
|
+
}
|
|
79839
|
+
]
|
|
79840
|
+
},
|
|
79841
|
+
{
|
|
79842
|
+
"name": "GetSegmentEstimate",
|
|
79843
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetSegmentEstimate.html",
|
|
79844
|
+
"permissionOnly": false,
|
|
79845
|
+
"description": "Grants permission to get a segment estimate in the domain",
|
|
79846
|
+
"accessLevel": "Read",
|
|
79847
|
+
"resourceTypes": [
|
|
79848
|
+
{
|
|
79849
|
+
"resourceType": "domains",
|
|
79850
|
+
"required": true,
|
|
79851
|
+
"conditionKeys": [],
|
|
79852
|
+
"dependentActions": []
|
|
79853
|
+
}
|
|
79854
|
+
]
|
|
79855
|
+
},
|
|
79856
|
+
{
|
|
79857
|
+
"name": "GetSegmentMembership",
|
|
79858
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetSegmentMembership.html",
|
|
79859
|
+
"permissionOnly": false,
|
|
79860
|
+
"description": "Grants permission to determine if the given profiles are part of a segment in the domain",
|
|
79861
|
+
"accessLevel": "Read",
|
|
79862
|
+
"resourceTypes": [
|
|
79863
|
+
{
|
|
79864
|
+
"resourceType": "domains",
|
|
79865
|
+
"required": true,
|
|
79866
|
+
"conditionKeys": [],
|
|
79867
|
+
"dependentActions": []
|
|
79868
|
+
},
|
|
79869
|
+
{
|
|
79870
|
+
"resourceType": "segment-definitions",
|
|
79871
|
+
"required": true,
|
|
79872
|
+
"conditionKeys": [],
|
|
79873
|
+
"dependentActions": []
|
|
79874
|
+
}
|
|
79875
|
+
]
|
|
79876
|
+
},
|
|
79877
|
+
{
|
|
79878
|
+
"name": "GetSegmentSnapshot",
|
|
79879
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetSegmentSnapshot.html",
|
|
79880
|
+
"permissionOnly": false,
|
|
79881
|
+
"description": "Grants permission to get a segment snapshot in the domain",
|
|
79882
|
+
"accessLevel": "Read",
|
|
79883
|
+
"resourceTypes": [
|
|
79884
|
+
{
|
|
79885
|
+
"resourceType": "domains",
|
|
79886
|
+
"required": true,
|
|
79887
|
+
"conditionKeys": [],
|
|
79888
|
+
"dependentActions": []
|
|
79889
|
+
},
|
|
79890
|
+
{
|
|
79891
|
+
"resourceType": "segment-definitions",
|
|
79892
|
+
"required": true,
|
|
79893
|
+
"conditionKeys": [],
|
|
79894
|
+
"dependentActions": []
|
|
79895
|
+
}
|
|
79896
|
+
]
|
|
79897
|
+
},
|
|
79703
79898
|
{
|
|
79704
79899
|
"name": "GetSimilarProfiles",
|
|
79705
79900
|
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_GetSimilarProfiles.html",
|
|
@@ -79865,6 +80060,42 @@
|
|
|
79865
80060
|
}
|
|
79866
80061
|
]
|
|
79867
80062
|
},
|
|
80063
|
+
{
|
|
80064
|
+
"name": "ListObjectTypeAttributes",
|
|
80065
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListObjectTypeAttributes.html",
|
|
80066
|
+
"permissionOnly": false,
|
|
80067
|
+
"description": "Grants permission to list all the attributes of a specific object type in the domain",
|
|
80068
|
+
"accessLevel": "List",
|
|
80069
|
+
"resourceTypes": [
|
|
80070
|
+
{
|
|
80071
|
+
"resourceType": "domains",
|
|
80072
|
+
"required": true,
|
|
80073
|
+
"conditionKeys": [],
|
|
80074
|
+
"dependentActions": []
|
|
80075
|
+
},
|
|
80076
|
+
{
|
|
80077
|
+
"resourceType": "object-types",
|
|
80078
|
+
"required": true,
|
|
80079
|
+
"conditionKeys": [],
|
|
80080
|
+
"dependentActions": []
|
|
80081
|
+
}
|
|
80082
|
+
]
|
|
80083
|
+
},
|
|
80084
|
+
{
|
|
80085
|
+
"name": "ListProfileAttributeValues",
|
|
80086
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListProfileAttributeValues.html",
|
|
80087
|
+
"permissionOnly": false,
|
|
80088
|
+
"description": "Grants permission to list all the values of a profile attribute in the domain",
|
|
80089
|
+
"accessLevel": "List",
|
|
80090
|
+
"resourceTypes": [
|
|
80091
|
+
{
|
|
80092
|
+
"resourceType": "domains",
|
|
80093
|
+
"required": true,
|
|
80094
|
+
"conditionKeys": [],
|
|
80095
|
+
"dependentActions": []
|
|
80096
|
+
}
|
|
80097
|
+
]
|
|
80098
|
+
},
|
|
79868
80099
|
{
|
|
79869
80100
|
"name": "ListProfileObjectTypeTemplates",
|
|
79870
80101
|
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListProfileObjectTypeTemplates.html",
|
|
@@ -79931,6 +80162,21 @@
|
|
|
79931
80162
|
}
|
|
79932
80163
|
]
|
|
79933
80164
|
},
|
|
80165
|
+
{
|
|
80166
|
+
"name": "ListSegmentDefinitions",
|
|
80167
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListSegmentDefinitions.html",
|
|
80168
|
+
"permissionOnly": false,
|
|
80169
|
+
"description": "Grants permission to list all the segment definitions in the domain",
|
|
80170
|
+
"accessLevel": "List",
|
|
80171
|
+
"resourceTypes": [
|
|
80172
|
+
{
|
|
80173
|
+
"resourceType": "domains",
|
|
80174
|
+
"required": true,
|
|
80175
|
+
"conditionKeys": [],
|
|
80176
|
+
"dependentActions": []
|
|
80177
|
+
}
|
|
80178
|
+
]
|
|
80179
|
+
},
|
|
79934
80180
|
{
|
|
79935
80181
|
"name": "ListTagsForResource",
|
|
79936
80182
|
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/API_ListTagsForResource.html",
|
|
@@ -80273,6 +80519,14 @@
|
|
|
80273
80519
|
"conditionKeys": [
|
|
80274
80520
|
"aws:ResourceTag/${TagKey}"
|
|
80275
80521
|
]
|
|
80522
|
+
},
|
|
80523
|
+
{
|
|
80524
|
+
"name": "segment-definitions",
|
|
80525
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/customerprofiles/latest/APIReference/",
|
|
80526
|
+
"arnPattern": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/segment-definitions/${SegmentDefinitionName}",
|
|
80527
|
+
"conditionKeys": [
|
|
80528
|
+
"aws:ResourceTag/${TagKey}"
|
|
80529
|
+
]
|
|
80276
80530
|
}
|
|
80277
80531
|
],
|
|
80278
80532
|
"conditionKeys": [
|
|
@@ -188006,6 +188260,30 @@
|
|
|
188006
188260
|
}
|
|
188007
188261
|
]
|
|
188008
188262
|
},
|
|
188263
|
+
{
|
|
188264
|
+
"name": "CreateIngestConfiguration",
|
|
188265
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/ivs/latest/RealTimeAPIReference/API_CreateIngestConfiguration.html",
|
|
188266
|
+
"permissionOnly": false,
|
|
188267
|
+
"description": "Grants permission to create a new ingest configuration",
|
|
188268
|
+
"accessLevel": "Write",
|
|
188269
|
+
"resourceTypes": [
|
|
188270
|
+
{
|
|
188271
|
+
"resourceType": "Ingest-Configuration",
|
|
188272
|
+
"required": true,
|
|
188273
|
+
"conditionKeys": [],
|
|
188274
|
+
"dependentActions": []
|
|
188275
|
+
},
|
|
188276
|
+
{
|
|
188277
|
+
"resourceType": "",
|
|
188278
|
+
"required": false,
|
|
188279
|
+
"conditionKeys": [
|
|
188280
|
+
"aws:TagKeys",
|
|
188281
|
+
"aws:RequestTag/${TagKey}"
|
|
188282
|
+
],
|
|
188283
|
+
"dependentActions": []
|
|
188284
|
+
}
|
|
188285
|
+
]
|
|
188286
|
+
},
|
|
188009
188287
|
{
|
|
188010
188288
|
"name": "CreateParticipantToken",
|
|
188011
188289
|
"apiReferenceUrl": "https://docs.aws.amazon.com/ivs/latest/RealTimeAPIReference/API_CreateParticipantToken.html",
|
|
@@ -188186,6 +188464,21 @@
|
|
|
188186
188464
|
}
|
|
188187
188465
|
]
|
|
188188
188466
|
},
|
|
188467
|
+
{
|
|
188468
|
+
"name": "DeleteIngestConfiguration",
|
|
188469
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/ivs/latest/RealTimeAPIReference/API_DeleteIngestConfiguration.html",
|
|
188470
|
+
"permissionOnly": false,
|
|
188471
|
+
"description": "Grants permission to delete an ingest configuration for the specified ARN",
|
|
188472
|
+
"accessLevel": "Write",
|
|
188473
|
+
"resourceTypes": [
|
|
188474
|
+
{
|
|
188475
|
+
"resourceType": "Ingest-Configuration",
|
|
188476
|
+
"required": true,
|
|
188477
|
+
"conditionKeys": [],
|
|
188478
|
+
"dependentActions": []
|
|
188479
|
+
}
|
|
188480
|
+
]
|
|
188481
|
+
},
|
|
188189
188482
|
{
|
|
188190
188483
|
"name": "DeletePlaybackKeyPair",
|
|
188191
188484
|
"apiReferenceUrl": "https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/API_DeletePlaybackKeyPair.html",
|
|
@@ -188351,6 +188644,21 @@
|
|
|
188351
188644
|
}
|
|
188352
188645
|
]
|
|
188353
188646
|
},
|
|
188647
|
+
{
|
|
188648
|
+
"name": "GetIngestConfiguration",
|
|
188649
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/ivs/latest/RealTimeAPIReference/API_GetIngestConfiguration.html",
|
|
188650
|
+
"permissionOnly": false,
|
|
188651
|
+
"description": "Grants permission to get the ingest configuration for the specified ARN",
|
|
188652
|
+
"accessLevel": "Read",
|
|
188653
|
+
"resourceTypes": [
|
|
188654
|
+
{
|
|
188655
|
+
"resourceType": "Ingest-Configuration",
|
|
188656
|
+
"required": true,
|
|
188657
|
+
"conditionKeys": [],
|
|
188658
|
+
"dependentActions": []
|
|
188659
|
+
}
|
|
188660
|
+
]
|
|
188661
|
+
},
|
|
188354
188662
|
{
|
|
188355
188663
|
"name": "GetParticipant",
|
|
188356
188664
|
"apiReferenceUrl": "https://docs.aws.amazon.com/ivs/latest/RealTimeAPIReference/API_GetParticipant.html",
|
|
@@ -188615,6 +188923,21 @@
|
|
|
188615
188923
|
}
|
|
188616
188924
|
]
|
|
188617
188925
|
},
|
|
188926
|
+
{
|
|
188927
|
+
"name": "ListIngestConfigurations",
|
|
188928
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/ivs/latest/RealTimeAPIReference/API_ListIngestConfigurations.html",
|
|
188929
|
+
"permissionOnly": false,
|
|
188930
|
+
"description": "Grants permission to get summary information about ingest configurations",
|
|
188931
|
+
"accessLevel": "List",
|
|
188932
|
+
"resourceTypes": [
|
|
188933
|
+
{
|
|
188934
|
+
"resourceType": "",
|
|
188935
|
+
"required": false,
|
|
188936
|
+
"conditionKeys": [],
|
|
188937
|
+
"dependentActions": []
|
|
188938
|
+
}
|
|
188939
|
+
]
|
|
188940
|
+
},
|
|
188618
188941
|
{
|
|
188619
188942
|
"name": "ListParticipantEvents",
|
|
188620
188943
|
"apiReferenceUrl": "https://docs.aws.amazon.com/ivs/latest/RealTimeAPIReference/API_ListParticipantEvents.html",
|
|
@@ -188826,6 +189149,12 @@
|
|
|
188826
189149
|
"conditionKeys": [],
|
|
188827
189150
|
"dependentActions": []
|
|
188828
189151
|
},
|
|
189152
|
+
{
|
|
189153
|
+
"resourceType": "Ingest-Configuration",
|
|
189154
|
+
"required": false,
|
|
189155
|
+
"conditionKeys": [],
|
|
189156
|
+
"dependentActions": []
|
|
189157
|
+
},
|
|
188829
189158
|
{
|
|
188830
189159
|
"resourceType": "Playback-Key-Pair",
|
|
188831
189160
|
"required": false,
|
|
@@ -189006,6 +189335,12 @@
|
|
|
189006
189335
|
"conditionKeys": [],
|
|
189007
189336
|
"dependentActions": []
|
|
189008
189337
|
},
|
|
189338
|
+
{
|
|
189339
|
+
"resourceType": "Ingest-Configuration",
|
|
189340
|
+
"required": false,
|
|
189341
|
+
"conditionKeys": [],
|
|
189342
|
+
"dependentActions": []
|
|
189343
|
+
},
|
|
189009
189344
|
{
|
|
189010
189345
|
"resourceType": "Playback-Key-Pair",
|
|
189011
189346
|
"required": false,
|
|
@@ -189084,6 +189419,12 @@
|
|
|
189084
189419
|
"conditionKeys": [],
|
|
189085
189420
|
"dependentActions": []
|
|
189086
189421
|
},
|
|
189422
|
+
{
|
|
189423
|
+
"resourceType": "Ingest-Configuration",
|
|
189424
|
+
"required": false,
|
|
189425
|
+
"conditionKeys": [],
|
|
189426
|
+
"dependentActions": []
|
|
189427
|
+
},
|
|
189087
189428
|
{
|
|
189088
189429
|
"resourceType": "Playback-Key-Pair",
|
|
189089
189430
|
"required": false,
|
|
@@ -189151,6 +189492,21 @@
|
|
|
189151
189492
|
}
|
|
189152
189493
|
]
|
|
189153
189494
|
},
|
|
189495
|
+
{
|
|
189496
|
+
"name": "UpdateIngestConfiguration",
|
|
189497
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/ivs/latest/RealTimeAPIReference/API_UpdateIngestConfiguration.html",
|
|
189498
|
+
"permissionOnly": false,
|
|
189499
|
+
"description": "Grants permission to update ingest configuration for a specified ARN",
|
|
189500
|
+
"accessLevel": "Write",
|
|
189501
|
+
"resourceTypes": [
|
|
189502
|
+
{
|
|
189503
|
+
"resourceType": "Ingest-Configuration",
|
|
189504
|
+
"required": true,
|
|
189505
|
+
"conditionKeys": [],
|
|
189506
|
+
"dependentActions": []
|
|
189507
|
+
}
|
|
189508
|
+
]
|
|
189509
|
+
},
|
|
189154
189510
|
{
|
|
189155
189511
|
"name": "UpdatePlaybackRestrictionPolicy",
|
|
189156
189512
|
"apiReferenceUrl": "https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/API_UpdatePlaybackRestrictionPolicy.html",
|
|
@@ -189262,6 +189618,14 @@
|
|
|
189262
189618
|
"conditionKeys": [
|
|
189263
189619
|
"aws:ResourceTag/${TagKey}"
|
|
189264
189620
|
]
|
|
189621
|
+
},
|
|
189622
|
+
{
|
|
189623
|
+
"name": "Ingest-Configuration",
|
|
189624
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/ivs/latest/RealTimeAPIReference/API_IngestConfiguration.html",
|
|
189625
|
+
"arnPattern": "arn:${Partition}:ivs:${Region}:${Account}:ingest-configuration/${ResourceId}",
|
|
189626
|
+
"conditionKeys": [
|
|
189627
|
+
"aws:ResourceTag/${TagKey}"
|
|
189628
|
+
]
|
|
189265
189629
|
}
|
|
189266
189630
|
],
|
|
189267
189631
|
"conditionKeys": [
|
|
@@ -268403,6 +268767,29 @@
|
|
|
268403
268767
|
}
|
|
268404
268768
|
]
|
|
268405
268769
|
},
|
|
268770
|
+
{
|
|
268771
|
+
"name": "UpdateLibraryItemMetadata",
|
|
268772
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazonq/latest/api-reference/API_UpdateLibraryItemMetadata.html",
|
|
268773
|
+
"permissionOnly": false,
|
|
268774
|
+
"description": "Grants permission to update the metadata of a library item in Q Business application",
|
|
268775
|
+
"accessLevel": "Write",
|
|
268776
|
+
"resourceTypes": [
|
|
268777
|
+
{
|
|
268778
|
+
"resourceType": "qapp",
|
|
268779
|
+
"required": true,
|
|
268780
|
+
"conditionKeys": [],
|
|
268781
|
+
"dependentActions": []
|
|
268782
|
+
},
|
|
268783
|
+
{
|
|
268784
|
+
"resourceType": "",
|
|
268785
|
+
"required": false,
|
|
268786
|
+
"conditionKeys": [
|
|
268787
|
+
"qapps:AppIsPublished"
|
|
268788
|
+
],
|
|
268789
|
+
"dependentActions": []
|
|
268790
|
+
}
|
|
268791
|
+
]
|
|
268792
|
+
},
|
|
268406
268793
|
{
|
|
268407
268794
|
"name": "UpdateQApp",
|
|
268408
268795
|
"apiReferenceUrl": "https://docs.aws.amazon.com/amazonq/latest/api-reference/API_UpdateQApps.html",
|
|
@@ -274865,6 +275252,21 @@
|
|
|
274865
275252
|
}
|
|
274866
275253
|
]
|
|
274867
275254
|
},
|
|
275255
|
+
{
|
|
275256
|
+
"name": "CopyCustomDBEngineVersion",
|
|
275257
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonrds.html",
|
|
275258
|
+
"permissionOnly": true,
|
|
275259
|
+
"description": "Grants permission to copy a custom engine version",
|
|
275260
|
+
"accessLevel": "Write",
|
|
275261
|
+
"resourceTypes": [
|
|
275262
|
+
{
|
|
275263
|
+
"resourceType": "cev",
|
|
275264
|
+
"required": true,
|
|
275265
|
+
"conditionKeys": [],
|
|
275266
|
+
"dependentActions": []
|
|
275267
|
+
}
|
|
275268
|
+
]
|
|
275269
|
+
},
|
|
274868
275270
|
{
|
|
274869
275271
|
"name": "CopyDBClusterParameterGroup",
|
|
274870
275272
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CopyDBClusterParameterGroup.html",
|
|
@@ -274955,7 +275357,8 @@
|
|
|
274955
275357
|
"required": true,
|
|
274956
275358
|
"conditionKeys": [],
|
|
274957
275359
|
"dependentActions": [
|
|
274958
|
-
"rds:AddTagsToResource"
|
|
275360
|
+
"rds:AddTagsToResource",
|
|
275361
|
+
"rds:CopyCustomDBEngineVersion"
|
|
274959
275362
|
]
|
|
274960
275363
|
},
|
|
274961
275364
|
{
|
|
@@ -275740,7 +276143,9 @@
|
|
|
275740
276143
|
"dependentActions": [
|
|
275741
276144
|
"rds:DeleteDBCluster",
|
|
275742
276145
|
"rds:DeleteDBClusterEndpoint",
|
|
275743
|
-
"rds:DeleteDBInstance"
|
|
276146
|
+
"rds:DeleteDBInstance",
|
|
276147
|
+
"rds:PromoteReadReplica",
|
|
276148
|
+
"rds:PromoteReadReplicaDBCluster"
|
|
275744
276149
|
]
|
|
275745
276150
|
},
|
|
275746
276151
|
{
|
|
@@ -275780,6 +276185,8 @@
|
|
|
275780
276185
|
"required": true,
|
|
275781
276186
|
"conditionKeys": [],
|
|
275782
276187
|
"dependentActions": [
|
|
276188
|
+
"rds:AddTagsToResource",
|
|
276189
|
+
"rds:CreateDBClusterSnapshot",
|
|
275783
276190
|
"rds:DeleteDBInstance"
|
|
275784
276191
|
]
|
|
275785
276192
|
},
|
|
@@ -275863,6 +276270,8 @@
|
|
|
275863
276270
|
"required": true,
|
|
275864
276271
|
"conditionKeys": [],
|
|
275865
276272
|
"dependentActions": [
|
|
276273
|
+
"rds:AddTagsToResource",
|
|
276274
|
+
"rds:CreateDBSnapshot",
|
|
275866
276275
|
"rds:DeleteTenantDatabase"
|
|
275867
276276
|
]
|
|
275868
276277
|
}
|
|
@@ -276059,7 +276468,10 @@
|
|
|
276059
276468
|
"resourceType": "db",
|
|
276060
276469
|
"required": true,
|
|
276061
276470
|
"conditionKeys": [],
|
|
276062
|
-
"dependentActions": [
|
|
276471
|
+
"dependentActions": [
|
|
276472
|
+
"rds:AddTagsToResource",
|
|
276473
|
+
"rds:CreateDBSnapshot"
|
|
276474
|
+
]
|
|
276063
276475
|
},
|
|
276064
276476
|
{
|
|
276065
276477
|
"resourceType": "tenant-database",
|
|
@@ -276514,12 +276926,18 @@
|
|
|
276514
276926
|
]
|
|
276515
276927
|
},
|
|
276516
276928
|
{
|
|
276517
|
-
"name": "
|
|
276518
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/
|
|
276929
|
+
"name": "DescribeDBSnapshotTenantDatabases",
|
|
276930
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBSnapshotTenantDatabases.html",
|
|
276519
276931
|
"permissionOnly": false,
|
|
276520
|
-
"description": "Grants permission to return information about DB snapshots",
|
|
276932
|
+
"description": "Grants permission to return information about tenant databases in DB snapshots. You can filter by Region or snapshot",
|
|
276521
276933
|
"accessLevel": "List",
|
|
276522
276934
|
"resourceTypes": [
|
|
276935
|
+
{
|
|
276936
|
+
"resourceType": "snapshot-tenant-database",
|
|
276937
|
+
"required": true,
|
|
276938
|
+
"conditionKeys": [],
|
|
276939
|
+
"dependentActions": []
|
|
276940
|
+
},
|
|
276523
276941
|
{
|
|
276524
276942
|
"resourceType": "db",
|
|
276525
276943
|
"required": false,
|
|
@@ -276535,44 +276953,38 @@
|
|
|
276535
276953
|
]
|
|
276536
276954
|
},
|
|
276537
276955
|
{
|
|
276538
|
-
"name": "
|
|
276539
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/
|
|
276956
|
+
"name": "DescribeDBSnapshots",
|
|
276957
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBSnapshots.html",
|
|
276540
276958
|
"permissionOnly": false,
|
|
276541
|
-
"description": "Grants permission to return
|
|
276959
|
+
"description": "Grants permission to return information about DB snapshots",
|
|
276542
276960
|
"accessLevel": "List",
|
|
276543
276961
|
"resourceTypes": [
|
|
276544
276962
|
{
|
|
276545
|
-
"resourceType": "
|
|
276546
|
-
"required":
|
|
276963
|
+
"resourceType": "db",
|
|
276964
|
+
"required": false,
|
|
276965
|
+
"conditionKeys": [],
|
|
276966
|
+
"dependentActions": []
|
|
276967
|
+
},
|
|
276968
|
+
{
|
|
276969
|
+
"resourceType": "snapshot",
|
|
276970
|
+
"required": false,
|
|
276547
276971
|
"conditionKeys": [],
|
|
276548
276972
|
"dependentActions": []
|
|
276549
276973
|
}
|
|
276550
276974
|
]
|
|
276551
276975
|
},
|
|
276552
276976
|
{
|
|
276553
|
-
"name": "
|
|
276554
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/
|
|
276977
|
+
"name": "DescribeDBSubnetGroups",
|
|
276978
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBSubnetGroups.html",
|
|
276555
276979
|
"permissionOnly": false,
|
|
276556
|
-
"description": "Grants permission to return
|
|
276980
|
+
"description": "Grants permission to return a list of DBSubnetGroup descriptions",
|
|
276557
276981
|
"accessLevel": "List",
|
|
276558
276982
|
"resourceTypes": [
|
|
276559
276983
|
{
|
|
276560
|
-
"resourceType": "
|
|
276984
|
+
"resourceType": "subgrp",
|
|
276561
276985
|
"required": true,
|
|
276562
276986
|
"conditionKeys": [],
|
|
276563
276987
|
"dependentActions": []
|
|
276564
|
-
},
|
|
276565
|
-
{
|
|
276566
|
-
"resourceType": "db",
|
|
276567
|
-
"required": false,
|
|
276568
|
-
"conditionKeys": [],
|
|
276569
|
-
"dependentActions": []
|
|
276570
|
-
},
|
|
276571
|
-
{
|
|
276572
|
-
"resourceType": "snapshot",
|
|
276573
|
-
"required": false,
|
|
276574
|
-
"conditionKeys": [],
|
|
276575
|
-
"dependentActions": []
|
|
276576
276988
|
}
|
|
276577
276989
|
]
|
|
276578
276990
|
},
|
|
@@ -277207,6 +277619,12 @@
|
|
|
277207
277619
|
"conditionKeys": [],
|
|
277208
277620
|
"dependentActions": []
|
|
277209
277621
|
},
|
|
277622
|
+
{
|
|
277623
|
+
"resourceType": "pg",
|
|
277624
|
+
"required": false,
|
|
277625
|
+
"conditionKeys": [],
|
|
277626
|
+
"dependentActions": []
|
|
277627
|
+
},
|
|
277210
277628
|
{
|
|
277211
277629
|
"resourceType": "",
|
|
277212
277630
|
"required": false,
|
|
@@ -278437,6 +278855,15 @@
|
|
|
278437
278855
|
"resourceType": "db",
|
|
278438
278856
|
"required": true,
|
|
278439
278857
|
"conditionKeys": [],
|
|
278858
|
+
"dependentActions": [
|
|
278859
|
+
"rds:AddTagsToResource",
|
|
278860
|
+
"rds:CreateDBSnapshot"
|
|
278861
|
+
]
|
|
278862
|
+
},
|
|
278863
|
+
{
|
|
278864
|
+
"resourceType": "snapshot",
|
|
278865
|
+
"required": false,
|
|
278866
|
+
"conditionKeys": [],
|
|
278440
278867
|
"dependentActions": []
|
|
278441
278868
|
}
|
|
278442
278869
|
]
|
|
@@ -278748,7 +279175,7 @@
|
|
|
278748
279175
|
{
|
|
278749
279176
|
"name": "rds:BackupTarget",
|
|
278750
279177
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/security_iam_service-with-iam.html#UsingWithRDS.IAM.Conditions",
|
|
278751
|
-
"description": "Filters access by the type of backup target. One of:
|
|
279178
|
+
"description": "Filters access by the type of backup target. One of: region, outposts",
|
|
278752
279179
|
"type": "String"
|
|
278753
279180
|
},
|
|
278754
279181
|
{
|
|
@@ -303465,6 +303892,12 @@
|
|
|
303465
303892
|
"required": true,
|
|
303466
303893
|
"conditionKeys": [],
|
|
303467
303894
|
"dependentActions": [
|
|
303895
|
+
"eks:AssociateAccessPolicy",
|
|
303896
|
+
"eks:CreateAccessEntry",
|
|
303897
|
+
"eks:DeleteAccessEntry",
|
|
303898
|
+
"eks:DescribeAccessEntry",
|
|
303899
|
+
"eks:DescribeCluster",
|
|
303900
|
+
"iam:CreateServiceLinkedRole",
|
|
303468
303901
|
"iam:PassRole",
|
|
303469
303902
|
"sagemaker:AddTags"
|
|
303470
303903
|
]
|
|
@@ -305119,7 +305552,9 @@
|
|
|
305119
305552
|
"resourceType": "cluster",
|
|
305120
305553
|
"required": true,
|
|
305121
305554
|
"conditionKeys": [],
|
|
305122
|
-
"dependentActions": [
|
|
305555
|
+
"dependentActions": [
|
|
305556
|
+
"eks:DeleteAccessEntry"
|
|
305557
|
+
]
|
|
305123
305558
|
}
|
|
305124
305559
|
]
|
|
305125
305560
|
},
|
|
@@ -309668,6 +310103,11 @@
|
|
|
309668
310103
|
"required": true,
|
|
309669
310104
|
"conditionKeys": [],
|
|
309670
310105
|
"dependentActions": [
|
|
310106
|
+
"eks:AssociateAccessPolicy",
|
|
310107
|
+
"eks:CreateAccessEntry",
|
|
310108
|
+
"eks:DeleteAccessEntry",
|
|
310109
|
+
"eks:DescribeAccessEntry",
|
|
310110
|
+
"eks:DescribeCluster",
|
|
309671
310111
|
"iam:PassRole"
|
|
309672
310112
|
]
|
|
309673
310113
|
}
|
|
@@ -309684,7 +310124,9 @@
|
|
|
309684
310124
|
"resourceType": "cluster",
|
|
309685
310125
|
"required": true,
|
|
309686
310126
|
"conditionKeys": [],
|
|
309687
|
-
"dependentActions": [
|
|
310127
|
+
"dependentActions": [
|
|
310128
|
+
"eks:DescribeCluster"
|
|
310129
|
+
]
|
|
309688
310130
|
}
|
|
309689
310131
|
]
|
|
309690
310132
|
},
|
|
@@ -334342,6 +334784,21 @@
|
|
|
334342
334784
|
}
|
|
334343
334785
|
]
|
|
334344
334786
|
},
|
|
334787
|
+
{
|
|
334788
|
+
"name": "ListSupportPlanModifiers",
|
|
334789
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awssupport/latest/user/security-support-plans.html",
|
|
334790
|
+
"permissionOnly": true,
|
|
334791
|
+
"description": "Grants permission to view a list of all support plan modifiers for this AWS account",
|
|
334792
|
+
"accessLevel": "List",
|
|
334793
|
+
"resourceTypes": [
|
|
334794
|
+
{
|
|
334795
|
+
"resourceType": "",
|
|
334796
|
+
"required": false,
|
|
334797
|
+
"conditionKeys": [],
|
|
334798
|
+
"dependentActions": []
|
|
334799
|
+
}
|
|
334800
|
+
]
|
|
334801
|
+
},
|
|
334345
334802
|
{
|
|
334346
334803
|
"name": "StartSupportPlanUpdate",
|
|
334347
334804
|
"apiReferenceUrl": "https://docs.aws.amazon.com/awssupport/latest/user/security-support-plans.html",
|
|
@@ -5970,14 +5970,19 @@
|
|
|
5970
5970
|
"name": "Amazon Connect Customer Profiles",
|
|
5971
5971
|
"servicePrefix": "profile",
|
|
5972
5972
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnectcustomerprofiles.html",
|
|
5973
|
-
"actionsCount":
|
|
5973
|
+
"actionsCount": 67,
|
|
5974
5974
|
"actions": [
|
|
5975
5975
|
"AddProfileKey",
|
|
5976
|
+
"BatchGetCalculatedAttributeForProfile",
|
|
5977
|
+
"BatchGetProfile",
|
|
5976
5978
|
"CreateCalculatedAttributeDefinition",
|
|
5977
5979
|
"CreateDomain",
|
|
5978
5980
|
"CreateEventStream",
|
|
5979
5981
|
"CreateIntegrationWorkflow",
|
|
5980
5982
|
"CreateProfile",
|
|
5983
|
+
"CreateSegmentDefinition",
|
|
5984
|
+
"CreateSegmentEstimate",
|
|
5985
|
+
"CreateSegmentSnapshot",
|
|
5981
5986
|
"CreateSnapshot",
|
|
5982
5987
|
"DeleteCalculatedAttributeDefinition",
|
|
5983
5988
|
"DeleteDomain",
|
|
@@ -5987,6 +5992,7 @@
|
|
|
5987
5992
|
"DeleteProfileKey",
|
|
5988
5993
|
"DeleteProfileObject",
|
|
5989
5994
|
"DeleteProfileObjectType",
|
|
5995
|
+
"DeleteSegmentDefinition",
|
|
5990
5996
|
"DeleteWorkflow",
|
|
5991
5997
|
"DetectProfileObjectType",
|
|
5992
5998
|
"GetAutoMergingPreview",
|
|
@@ -5999,6 +6005,10 @@
|
|
|
5999
6005
|
"GetMatches",
|
|
6000
6006
|
"GetProfileObjectType",
|
|
6001
6007
|
"GetProfileObjectTypeTemplate",
|
|
6008
|
+
"GetSegmentDefinition",
|
|
6009
|
+
"GetSegmentEstimate",
|
|
6010
|
+
"GetSegmentMembership",
|
|
6011
|
+
"GetSegmentSnapshot",
|
|
6002
6012
|
"GetSimilarProfiles",
|
|
6003
6013
|
"GetSnapshot",
|
|
6004
6014
|
"GetWorkflow",
|
|
@@ -6010,10 +6020,13 @@
|
|
|
6010
6020
|
"ListEventStreams",
|
|
6011
6021
|
"ListIdentityResolutionJobs",
|
|
6012
6022
|
"ListIntegrations",
|
|
6023
|
+
"ListObjectTypeAttributes",
|
|
6024
|
+
"ListProfileAttributeValues",
|
|
6013
6025
|
"ListProfileObjectTypeTemplates",
|
|
6014
6026
|
"ListProfileObjectTypes",
|
|
6015
6027
|
"ListProfileObjects",
|
|
6016
6028
|
"ListRuleBasedMatches",
|
|
6029
|
+
"ListSegmentDefinitions",
|
|
6017
6030
|
"ListTagsForResource",
|
|
6018
6031
|
"ListWorkflows",
|
|
6019
6032
|
"MergeProfiles",
|
|
@@ -6027,13 +6040,14 @@
|
|
|
6027
6040
|
"UpdateDomain",
|
|
6028
6041
|
"UpdateProfile"
|
|
6029
6042
|
],
|
|
6030
|
-
"resourceTypesCount":
|
|
6043
|
+
"resourceTypesCount": 6,
|
|
6031
6044
|
"resourceTypes": [
|
|
6032
6045
|
"domains",
|
|
6033
6046
|
"object-types",
|
|
6034
6047
|
"integrations",
|
|
6035
6048
|
"event-streams",
|
|
6036
|
-
"calculated-attributes"
|
|
6049
|
+
"calculated-attributes",
|
|
6050
|
+
"segment-definitions"
|
|
6037
6051
|
],
|
|
6038
6052
|
"conditionKeysCount": 3,
|
|
6039
6053
|
"conditionKeys": [
|
|
@@ -13329,13 +13343,14 @@
|
|
|
13329
13343
|
"name": "Amazon Interactive Video Service",
|
|
13330
13344
|
"servicePrefix": "ivs",
|
|
13331
13345
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoninteractivevideoservice.html",
|
|
13332
|
-
"actionsCount":
|
|
13346
|
+
"actionsCount": 68,
|
|
13333
13347
|
"actions": [
|
|
13334
13348
|
"BatchGetChannel",
|
|
13335
13349
|
"BatchGetStreamKey",
|
|
13336
13350
|
"BatchStartViewerSessionRevocation",
|
|
13337
13351
|
"CreateChannel",
|
|
13338
13352
|
"CreateEncoderConfiguration",
|
|
13353
|
+
"CreateIngestConfiguration",
|
|
13339
13354
|
"CreateParticipantToken",
|
|
13340
13355
|
"CreatePlaybackRestrictionPolicy",
|
|
13341
13356
|
"CreateRecordingConfiguration",
|
|
@@ -13344,6 +13359,7 @@
|
|
|
13344
13359
|
"CreateStreamKey",
|
|
13345
13360
|
"DeleteChannel",
|
|
13346
13361
|
"DeleteEncoderConfiguration",
|
|
13362
|
+
"DeleteIngestConfiguration",
|
|
13347
13363
|
"DeletePlaybackKeyPair",
|
|
13348
13364
|
"DeletePlaybackRestrictionPolicy",
|
|
13349
13365
|
"DeletePublicKey",
|
|
@@ -13355,6 +13371,7 @@
|
|
|
13355
13371
|
"GetChannel",
|
|
13356
13372
|
"GetComposition",
|
|
13357
13373
|
"GetEncoderConfiguration",
|
|
13374
|
+
"GetIngestConfiguration",
|
|
13358
13375
|
"GetParticipant",
|
|
13359
13376
|
"GetPlaybackKeyPair",
|
|
13360
13377
|
"GetPlaybackRestrictionPolicy",
|
|
@@ -13371,6 +13388,7 @@
|
|
|
13371
13388
|
"ListChannels",
|
|
13372
13389
|
"ListCompositions",
|
|
13373
13390
|
"ListEncoderConfigurations",
|
|
13391
|
+
"ListIngestConfigurations",
|
|
13374
13392
|
"ListParticipantEvents",
|
|
13375
13393
|
"ListParticipants",
|
|
13376
13394
|
"ListPlaybackKeyPairs",
|
|
@@ -13392,10 +13410,11 @@
|
|
|
13392
13410
|
"TagResource",
|
|
13393
13411
|
"UntagResource",
|
|
13394
13412
|
"UpdateChannel",
|
|
13413
|
+
"UpdateIngestConfiguration",
|
|
13395
13414
|
"UpdatePlaybackRestrictionPolicy",
|
|
13396
13415
|
"UpdateStage"
|
|
13397
13416
|
],
|
|
13398
|
-
"resourceTypesCount":
|
|
13417
|
+
"resourceTypesCount": 11,
|
|
13399
13418
|
"resourceTypes": [
|
|
13400
13419
|
"Channel",
|
|
13401
13420
|
"Stream-Key",
|
|
@@ -13406,7 +13425,8 @@
|
|
|
13406
13425
|
"Composition",
|
|
13407
13426
|
"Encoder-Configuration",
|
|
13408
13427
|
"Storage-Configuration",
|
|
13409
|
-
"Public-Key"
|
|
13428
|
+
"Public-Key",
|
|
13429
|
+
"Ingest-Configuration"
|
|
13410
13430
|
],
|
|
13411
13431
|
"conditionKeysCount": 3,
|
|
13412
13432
|
"conditionKeys": [
|
|
@@ -19659,7 +19679,7 @@
|
|
|
19659
19679
|
"name": "Amazon Q Business Q Apps",
|
|
19660
19680
|
"servicePrefix": "qapps",
|
|
19661
19681
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonqbusinessqapps.html",
|
|
19662
|
-
"actionsCount":
|
|
19682
|
+
"actionsCount": 33,
|
|
19663
19683
|
"actions": [
|
|
19664
19684
|
"AssociateLibraryItemReview",
|
|
19665
19685
|
"AssociateQAppWithUser",
|
|
@@ -19690,6 +19710,7 @@
|
|
|
19690
19710
|
"TagResource",
|
|
19691
19711
|
"UntagResource",
|
|
19692
19712
|
"UpdateLibraryItem",
|
|
19713
|
+
"UpdateLibraryItemMetadata",
|
|
19693
19714
|
"UpdateQApp",
|
|
19694
19715
|
"UpdateQAppSession",
|
|
19695
19716
|
"UpdateQAppSessionMetadata"
|
|
@@ -20110,7 +20131,7 @@
|
|
|
20110
20131
|
"name": "Amazon RDS",
|
|
20111
20132
|
"servicePrefix": "rds",
|
|
20112
20133
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonrds.html",
|
|
20113
|
-
"actionsCount":
|
|
20134
|
+
"actionsCount": 168,
|
|
20114
20135
|
"actions": [
|
|
20115
20136
|
"AddRoleToDBCluster",
|
|
20116
20137
|
"AddRoleToDBInstance",
|
|
@@ -20120,6 +20141,7 @@
|
|
|
20120
20141
|
"AuthorizeDBSecurityGroupIngress",
|
|
20121
20142
|
"BacktrackDBCluster",
|
|
20122
20143
|
"CancelExportTask",
|
|
20144
|
+
"CopyCustomDBEngineVersion",
|
|
20123
20145
|
"CopyDBClusterParameterGroup",
|
|
20124
20146
|
"CopyDBClusterSnapshot",
|
|
20125
20147
|
"CopyDBParameterGroup",
|
|
@@ -20193,9 +20215,9 @@
|
|
|
20193
20215
|
"DescribeDBSecurityGroups",
|
|
20194
20216
|
"DescribeDBShardGroups",
|
|
20195
20217
|
"DescribeDBSnapshotAttributes",
|
|
20218
|
+
"DescribeDBSnapshotTenantDatabases",
|
|
20196
20219
|
"DescribeDBSnapshots",
|
|
20197
20220
|
"DescribeDBSubnetGroups",
|
|
20198
|
-
"DescribeDbSnapshotTenantDatabases",
|
|
20199
20221
|
"DescribeEngineDefaultClusterParameters",
|
|
20200
20222
|
"DescribeEngineDefaultParameters",
|
|
20201
20223
|
"DescribeEventCategories",
|
|
@@ -24398,11 +24420,12 @@
|
|
|
24398
24420
|
"name": "AWS Support Plans",
|
|
24399
24421
|
"servicePrefix": "supportplans",
|
|
24400
24422
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssupportplans.html",
|
|
24401
|
-
"actionsCount":
|
|
24423
|
+
"actionsCount": 5,
|
|
24402
24424
|
"actions": [
|
|
24403
24425
|
"CreateSupportPlanSchedule",
|
|
24404
24426
|
"GetSupportPlan",
|
|
24405
24427
|
"GetSupportPlanUpdateStatus",
|
|
24428
|
+
"ListSupportPlanModifiers",
|
|
24406
24429
|
"StartSupportPlanUpdate"
|
|
24407
24430
|
],
|
|
24408
24431
|
"resourceTypesCount": 0,
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Read Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 4636
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "List Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 2795
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "Permissions Actions",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Write Actions",
|
|
17
|
-
"value":
|
|
17
|
+
"value": 9541
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -181,8 +181,8 @@
|
|
|
181
181
|
"value": 64
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
|
-
"key": "
|
|
185
|
-
"value":
|
|
184
|
+
"key": "domains - arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}",
|
|
185
|
+
"value": 63
|
|
186
186
|
}
|
|
187
187
|
],
|
|
188
188
|
"Services with least actions": [
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
"key": "Amazon RDS",
|
|
265
|
-
"value":
|
|
265
|
+
"value": 168
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
268
|
"key": "Amazon DataZone",
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1767
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.266",
|
|
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",
|