aws-iam-data 0.0.217 → 0.0.219
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.
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-06-08",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS Account Management": [
|
|
8
|
+
"account:AcceptPrimaryEmailUpdate",
|
|
9
|
+
"account:GetPrimaryEmail",
|
|
10
|
+
"account:StartPrimaryEmailUpdate"
|
|
11
|
+
],
|
|
12
|
+
"Amazon Location": [
|
|
13
|
+
"geo:ForecastGeofenceEvents",
|
|
14
|
+
"geo:VerifyDevicePosition"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"removedActions": {}
|
|
18
|
+
},
|
|
2
19
|
{
|
|
3
20
|
"dateOfChange": "2024-06-06",
|
|
4
21
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -4,6 +4,29 @@
|
|
|
4
4
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsaccountmanagement.html",
|
|
5
5
|
"servicePrefix": "account",
|
|
6
6
|
"actions": [
|
|
7
|
+
{
|
|
8
|
+
"name": "AcceptPrimaryEmailUpdate",
|
|
9
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/accounts/latest/reference/API_AcceptPrimaryEmailUpdate.html",
|
|
10
|
+
"permissionOnly": false,
|
|
11
|
+
"description": "Grants permission to accept the process to update the primary email address of an account",
|
|
12
|
+
"accessLevel": "Write",
|
|
13
|
+
"resourceTypes": [
|
|
14
|
+
{
|
|
15
|
+
"resourceType": "accountInOrganization",
|
|
16
|
+
"required": false,
|
|
17
|
+
"conditionKeys": [],
|
|
18
|
+
"dependentActions": []
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"resourceType": "",
|
|
22
|
+
"required": false,
|
|
23
|
+
"conditionKeys": [
|
|
24
|
+
"account:EmailTargetDomain"
|
|
25
|
+
],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
},
|
|
7
30
|
{
|
|
8
31
|
"name": "CloseAccount",
|
|
9
32
|
"apiReferenceUrl": "https://docs.aws.amazon.com/accounts/latest/reference/security_account-permissions-ref.html",
|
|
@@ -186,6 +209,21 @@
|
|
|
186
209
|
}
|
|
187
210
|
]
|
|
188
211
|
},
|
|
212
|
+
{
|
|
213
|
+
"name": "GetPrimaryEmail",
|
|
214
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/accounts/latest/reference/API_GetPrimaryEmail.html",
|
|
215
|
+
"permissionOnly": false,
|
|
216
|
+
"description": "Grants permission to retrieve the primary email address of an account",
|
|
217
|
+
"accessLevel": "Read",
|
|
218
|
+
"resourceTypes": [
|
|
219
|
+
{
|
|
220
|
+
"resourceType": "accountInOrganization",
|
|
221
|
+
"required": false,
|
|
222
|
+
"conditionKeys": [],
|
|
223
|
+
"dependentActions": []
|
|
224
|
+
}
|
|
225
|
+
]
|
|
226
|
+
},
|
|
189
227
|
{
|
|
190
228
|
"name": "GetRegionOptStatus",
|
|
191
229
|
"apiReferenceUrl": "https://docs.aws.amazon.com/accounts/latest/reference/API_GetRegionOptStatus.html",
|
|
@@ -300,6 +338,29 @@
|
|
|
300
338
|
"dependentActions": []
|
|
301
339
|
}
|
|
302
340
|
]
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"name": "StartPrimaryEmailUpdate",
|
|
344
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/accounts/latest/reference/API_StartPrimaryEmailUpdate.html",
|
|
345
|
+
"permissionOnly": false,
|
|
346
|
+
"description": "Grants permission to start the process to update the primary email address of an account",
|
|
347
|
+
"accessLevel": "Write",
|
|
348
|
+
"resourceTypes": [
|
|
349
|
+
{
|
|
350
|
+
"resourceType": "accountInOrganization",
|
|
351
|
+
"required": false,
|
|
352
|
+
"conditionKeys": [],
|
|
353
|
+
"dependentActions": []
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"resourceType": "",
|
|
357
|
+
"required": false,
|
|
358
|
+
"conditionKeys": [
|
|
359
|
+
"account:EmailTargetDomain"
|
|
360
|
+
],
|
|
361
|
+
"dependentActions": []
|
|
362
|
+
}
|
|
363
|
+
]
|
|
303
364
|
}
|
|
304
365
|
],
|
|
305
366
|
"resourceTypes": [
|
|
@@ -335,6 +396,12 @@
|
|
|
335
396
|
"description": "Filters access by alternate contact types",
|
|
336
397
|
"type": "ArrayOfString"
|
|
337
398
|
},
|
|
399
|
+
{
|
|
400
|
+
"name": "account:EmailTargetDomain",
|
|
401
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/accounts/latest/reference/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-conditionkeys",
|
|
402
|
+
"description": "Filters access by email domain of the target email address",
|
|
403
|
+
"type": "String"
|
|
404
|
+
},
|
|
338
405
|
{
|
|
339
406
|
"name": "account:TargetRegion",
|
|
340
407
|
"apiReferenceUrl": "https://docs.aws.amazon.com/accounts/latest/reference/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-conditionkeys",
|
|
@@ -193747,7 +193814,7 @@
|
|
|
193747
193814
|
},
|
|
193748
193815
|
{
|
|
193749
193816
|
"name": "iotevents:keyValue",
|
|
193750
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/iotevents/latest/developerguide/security_iam_id-based-policy-examples.
|
|
193817
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/iotevents/latest/developerguide/security_iam_id-based-policy-examples.html#security_iam_service-with-iam-id-based-policies-conditionkeys",
|
|
193751
193818
|
"description": "Filters access by the instanceId (key-value) of the message",
|
|
193752
193819
|
"type": "String"
|
|
193753
193820
|
}
|
|
@@ -220305,6 +220372,21 @@
|
|
|
220305
220372
|
}
|
|
220306
220373
|
]
|
|
220307
220374
|
},
|
|
220375
|
+
{
|
|
220376
|
+
"name": "ForecastGeofenceEvents",
|
|
220377
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/location/latest/APIReference/API_ForecastGeofenceEvents.html",
|
|
220378
|
+
"permissionOnly": false,
|
|
220379
|
+
"description": "Grants permission to forecast events for geofences stored in a given geofence collection",
|
|
220380
|
+
"accessLevel": "Read",
|
|
220381
|
+
"resourceTypes": [
|
|
220382
|
+
{
|
|
220383
|
+
"resourceType": "geofence-collection",
|
|
220384
|
+
"required": true,
|
|
220385
|
+
"conditionKeys": [],
|
|
220386
|
+
"dependentActions": []
|
|
220387
|
+
}
|
|
220388
|
+
]
|
|
220389
|
+
},
|
|
220308
220390
|
{
|
|
220309
220391
|
"name": "GetDevicePosition",
|
|
220310
220392
|
"apiReferenceUrl": "https://docs.aws.amazon.com/location/latest/APIReference/API_GetDevicePosition.html",
|
|
@@ -220798,7 +220880,6 @@
|
|
|
220798
220880
|
"resourceType": "",
|
|
220799
220881
|
"required": false,
|
|
220800
220882
|
"conditionKeys": [
|
|
220801
|
-
"aws:RequestTag/${TagKey}",
|
|
220802
220883
|
"aws:TagKeys"
|
|
220803
220884
|
],
|
|
220804
220885
|
"dependentActions": []
|
|
@@ -220894,6 +220975,29 @@
|
|
|
220894
220975
|
"dependentActions": []
|
|
220895
220976
|
}
|
|
220896
220977
|
]
|
|
220978
|
+
},
|
|
220979
|
+
{
|
|
220980
|
+
"name": "VerifyDevicePosition",
|
|
220981
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/location/latest/APIReference/API_VerifyDevicePosition.html",
|
|
220982
|
+
"permissionOnly": false,
|
|
220983
|
+
"description": "Grants permission to verify a device position",
|
|
220984
|
+
"accessLevel": "Read",
|
|
220985
|
+
"resourceTypes": [
|
|
220986
|
+
{
|
|
220987
|
+
"resourceType": "tracker",
|
|
220988
|
+
"required": true,
|
|
220989
|
+
"conditionKeys": [],
|
|
220990
|
+
"dependentActions": []
|
|
220991
|
+
},
|
|
220992
|
+
{
|
|
220993
|
+
"resourceType": "",
|
|
220994
|
+
"required": false,
|
|
220995
|
+
"conditionKeys": [
|
|
220996
|
+
"geo:DeviceIds"
|
|
220997
|
+
],
|
|
220998
|
+
"dependentActions": []
|
|
220999
|
+
}
|
|
221000
|
+
]
|
|
220897
221001
|
}
|
|
220898
221002
|
],
|
|
220899
221003
|
"resourceTypes": [
|
|
@@ -238935,7 +239039,9 @@
|
|
|
238935
239039
|
"resourceType": "attachment",
|
|
238936
239040
|
"required": true,
|
|
238937
239041
|
"conditionKeys": [],
|
|
238938
|
-
"dependentActions": [
|
|
239042
|
+
"dependentActions": [
|
|
239043
|
+
"ec2:DescribeRegions"
|
|
239044
|
+
]
|
|
238939
239045
|
}
|
|
238940
239046
|
]
|
|
238941
239047
|
},
|
|
@@ -239068,7 +239174,10 @@
|
|
|
239068
239174
|
"resourceType": "attachment",
|
|
239069
239175
|
"required": true,
|
|
239070
239176
|
"conditionKeys": [],
|
|
239071
|
-
"dependentActions": [
|
|
239177
|
+
"dependentActions": [
|
|
239178
|
+
"ec2:DescribeRegions",
|
|
239179
|
+
"networkmanager:TagResource"
|
|
239180
|
+
]
|
|
239072
239181
|
},
|
|
239073
239182
|
{
|
|
239074
239183
|
"resourceType": "core-network",
|
|
@@ -239098,7 +239207,10 @@
|
|
|
239098
239207
|
"resourceType": "attachment",
|
|
239099
239208
|
"required": true,
|
|
239100
239209
|
"conditionKeys": [],
|
|
239101
|
-
"dependentActions": [
|
|
239210
|
+
"dependentActions": [
|
|
239211
|
+
"ec2:DescribeRegions",
|
|
239212
|
+
"networkmanager:TagResource"
|
|
239213
|
+
]
|
|
239102
239214
|
},
|
|
239103
239215
|
{
|
|
239104
239216
|
"resourceType": "",
|
|
@@ -239122,7 +239234,9 @@
|
|
|
239122
239234
|
"resourceType": "global-network",
|
|
239123
239235
|
"required": true,
|
|
239124
239236
|
"conditionKeys": [],
|
|
239125
|
-
"dependentActions": [
|
|
239237
|
+
"dependentActions": [
|
|
239238
|
+
"networkmanager:TagResource"
|
|
239239
|
+
]
|
|
239126
239240
|
},
|
|
239127
239241
|
{
|
|
239128
239242
|
"resourceType": "",
|
|
@@ -239146,7 +239260,10 @@
|
|
|
239146
239260
|
"resourceType": "global-network",
|
|
239147
239261
|
"required": true,
|
|
239148
239262
|
"conditionKeys": [],
|
|
239149
|
-
"dependentActions": [
|
|
239263
|
+
"dependentActions": [
|
|
239264
|
+
"ec2:DescribeRegions",
|
|
239265
|
+
"networkmanager:TagResource"
|
|
239266
|
+
]
|
|
239150
239267
|
},
|
|
239151
239268
|
{
|
|
239152
239269
|
"resourceType": "",
|
|
@@ -239170,7 +239287,9 @@
|
|
|
239170
239287
|
"resourceType": "global-network",
|
|
239171
239288
|
"required": true,
|
|
239172
239289
|
"conditionKeys": [],
|
|
239173
|
-
"dependentActions": [
|
|
239290
|
+
"dependentActions": [
|
|
239291
|
+
"networkmanager:TagResource"
|
|
239292
|
+
]
|
|
239174
239293
|
},
|
|
239175
239294
|
{
|
|
239176
239295
|
"resourceType": "",
|
|
@@ -239198,7 +239317,8 @@
|
|
|
239198
239317
|
"aws:TagKeys"
|
|
239199
239318
|
],
|
|
239200
239319
|
"dependentActions": [
|
|
239201
|
-
"iam:CreateServiceLinkedRole"
|
|
239320
|
+
"iam:CreateServiceLinkedRole",
|
|
239321
|
+
"networkmanager:TagResource"
|
|
239202
239322
|
]
|
|
239203
239323
|
}
|
|
239204
239324
|
]
|
|
@@ -239214,7 +239334,9 @@
|
|
|
239214
239334
|
"resourceType": "global-network",
|
|
239215
239335
|
"required": true,
|
|
239216
239336
|
"conditionKeys": [],
|
|
239217
|
-
"dependentActions": [
|
|
239337
|
+
"dependentActions": [
|
|
239338
|
+
"networkmanager:TagResource"
|
|
239339
|
+
]
|
|
239218
239340
|
},
|
|
239219
239341
|
{
|
|
239220
239342
|
"resourceType": "site",
|
|
@@ -239244,7 +239366,9 @@
|
|
|
239244
239366
|
"resourceType": "global-network",
|
|
239245
239367
|
"required": true,
|
|
239246
239368
|
"conditionKeys": [],
|
|
239247
|
-
"dependentActions": [
|
|
239369
|
+
"dependentActions": [
|
|
239370
|
+
"networkmanager:TagResource"
|
|
239371
|
+
]
|
|
239248
239372
|
},
|
|
239249
239373
|
{
|
|
239250
239374
|
"resourceType": "",
|
|
@@ -239268,7 +239392,10 @@
|
|
|
239268
239392
|
"resourceType": "core-network",
|
|
239269
239393
|
"required": true,
|
|
239270
239394
|
"conditionKeys": [],
|
|
239271
|
-
"dependentActions": [
|
|
239395
|
+
"dependentActions": [
|
|
239396
|
+
"ec2:DescribeRegions",
|
|
239397
|
+
"networkmanager:TagResource"
|
|
239398
|
+
]
|
|
239272
239399
|
},
|
|
239273
239400
|
{
|
|
239274
239401
|
"resourceType": "",
|
|
@@ -239293,7 +239420,10 @@
|
|
|
239293
239420
|
"resourceType": "core-network",
|
|
239294
239421
|
"required": true,
|
|
239295
239422
|
"conditionKeys": [],
|
|
239296
|
-
"dependentActions": [
|
|
239423
|
+
"dependentActions": [
|
|
239424
|
+
"ec2:DescribeRegions",
|
|
239425
|
+
"networkmanager:TagResource"
|
|
239426
|
+
]
|
|
239297
239427
|
},
|
|
239298
239428
|
{
|
|
239299
239429
|
"resourceType": "",
|
|
@@ -239318,7 +239448,10 @@
|
|
|
239318
239448
|
"resourceType": "peering",
|
|
239319
239449
|
"required": true,
|
|
239320
239450
|
"conditionKeys": [],
|
|
239321
|
-
"dependentActions": [
|
|
239451
|
+
"dependentActions": [
|
|
239452
|
+
"ec2:DescribeRegions",
|
|
239453
|
+
"networkmanager:TagResource"
|
|
239454
|
+
]
|
|
239322
239455
|
},
|
|
239323
239456
|
{
|
|
239324
239457
|
"resourceType": "",
|
|
@@ -239343,7 +239476,10 @@
|
|
|
239343
239476
|
"resourceType": "core-network",
|
|
239344
239477
|
"required": true,
|
|
239345
239478
|
"conditionKeys": [],
|
|
239346
|
-
"dependentActions": [
|
|
239479
|
+
"dependentActions": [
|
|
239480
|
+
"ec2:DescribeRegions",
|
|
239481
|
+
"networkmanager:TagResource"
|
|
239482
|
+
]
|
|
239347
239483
|
},
|
|
239348
239484
|
{
|
|
239349
239485
|
"resourceType": "",
|
|
@@ -239369,7 +239505,9 @@
|
|
|
239369
239505
|
"resourceType": "attachment",
|
|
239370
239506
|
"required": true,
|
|
239371
239507
|
"conditionKeys": [],
|
|
239372
|
-
"dependentActions": [
|
|
239508
|
+
"dependentActions": [
|
|
239509
|
+
"ec2:DescribeRegions"
|
|
239510
|
+
]
|
|
239373
239511
|
}
|
|
239374
239512
|
]
|
|
239375
239513
|
},
|
|
@@ -239384,7 +239522,9 @@
|
|
|
239384
239522
|
"resourceType": "connect-peer",
|
|
239385
239523
|
"required": true,
|
|
239386
239524
|
"conditionKeys": [],
|
|
239387
|
-
"dependentActions": [
|
|
239525
|
+
"dependentActions": [
|
|
239526
|
+
"ec2:DescribeRegions"
|
|
239527
|
+
]
|
|
239388
239528
|
}
|
|
239389
239529
|
]
|
|
239390
239530
|
},
|
|
@@ -239420,7 +239560,9 @@
|
|
|
239420
239560
|
"resourceType": "core-network",
|
|
239421
239561
|
"required": true,
|
|
239422
239562
|
"conditionKeys": [],
|
|
239423
|
-
"dependentActions": [
|
|
239563
|
+
"dependentActions": [
|
|
239564
|
+
"ec2:DescribeRegions"
|
|
239565
|
+
]
|
|
239424
239566
|
}
|
|
239425
239567
|
]
|
|
239426
239568
|
},
|
|
@@ -239507,7 +239649,9 @@
|
|
|
239507
239649
|
"resourceType": "peering",
|
|
239508
239650
|
"required": true,
|
|
239509
239651
|
"conditionKeys": [],
|
|
239510
|
-
"dependentActions": [
|
|
239652
|
+
"dependentActions": [
|
|
239653
|
+
"ec2:DescribeRegions"
|
|
239654
|
+
]
|
|
239511
239655
|
}
|
|
239512
239656
|
]
|
|
239513
239657
|
},
|
|
@@ -239684,7 +239828,9 @@
|
|
|
239684
239828
|
"resourceType": "core-network",
|
|
239685
239829
|
"required": true,
|
|
239686
239830
|
"conditionKeys": [],
|
|
239687
|
-
"dependentActions": [
|
|
239831
|
+
"dependentActions": [
|
|
239832
|
+
"ec2:DescribeRegions"
|
|
239833
|
+
]
|
|
239688
239834
|
}
|
|
239689
239835
|
]
|
|
239690
239836
|
},
|
|
@@ -240286,7 +240432,9 @@
|
|
|
240286
240432
|
"resourceType": "core-network",
|
|
240287
240433
|
"required": true,
|
|
240288
240434
|
"conditionKeys": [],
|
|
240289
|
-
"dependentActions": [
|
|
240435
|
+
"dependentActions": [
|
|
240436
|
+
"ec2:DescribeRegions"
|
|
240437
|
+
]
|
|
240290
240438
|
}
|
|
240291
240439
|
]
|
|
240292
240440
|
},
|
|
@@ -240354,7 +240502,9 @@
|
|
|
240354
240502
|
"resourceType": "core-network",
|
|
240355
240503
|
"required": true,
|
|
240356
240504
|
"conditionKeys": [],
|
|
240357
|
-
"dependentActions": [
|
|
240505
|
+
"dependentActions": [
|
|
240506
|
+
"ec2:DescribeRegions"
|
|
240507
|
+
]
|
|
240358
240508
|
}
|
|
240359
240509
|
]
|
|
240360
240510
|
},
|
|
@@ -240672,7 +240822,9 @@
|
|
|
240672
240822
|
"resourceType": "attachment",
|
|
240673
240823
|
"required": true,
|
|
240674
240824
|
"conditionKeys": [],
|
|
240675
|
-
"dependentActions": [
|
|
240825
|
+
"dependentActions": [
|
|
240826
|
+
"ec2:DescribeRegions"
|
|
240827
|
+
]
|
|
240676
240828
|
},
|
|
240677
240829
|
{
|
|
240678
240830
|
"resourceType": "",
|
|
@@ -273999,24 +274151,6 @@
|
|
|
273999
274151
|
"conditionKeys": [],
|
|
274000
274152
|
"dependentActions": []
|
|
274001
274153
|
},
|
|
274002
|
-
{
|
|
274003
|
-
"resourceType": "dbgroup",
|
|
274004
|
-
"required": false,
|
|
274005
|
-
"conditionKeys": [],
|
|
274006
|
-
"dependentActions": []
|
|
274007
|
-
},
|
|
274008
|
-
{
|
|
274009
|
-
"resourceType": "dbname",
|
|
274010
|
-
"required": false,
|
|
274011
|
-
"conditionKeys": [],
|
|
274012
|
-
"dependentActions": []
|
|
274013
|
-
},
|
|
274014
|
-
{
|
|
274015
|
-
"resourceType": "dbuser",
|
|
274016
|
-
"required": false,
|
|
274017
|
-
"conditionKeys": [],
|
|
274018
|
-
"dependentActions": []
|
|
274019
|
-
},
|
|
274020
274154
|
{
|
|
274021
274155
|
"resourceType": "eventsubscription",
|
|
274022
274156
|
"required": false,
|
|
@@ -274449,24 +274583,6 @@
|
|
|
274449
274583
|
"conditionKeys": [],
|
|
274450
274584
|
"dependentActions": []
|
|
274451
274585
|
},
|
|
274452
|
-
{
|
|
274453
|
-
"resourceType": "dbgroup",
|
|
274454
|
-
"required": false,
|
|
274455
|
-
"conditionKeys": [],
|
|
274456
|
-
"dependentActions": []
|
|
274457
|
-
},
|
|
274458
|
-
{
|
|
274459
|
-
"resourceType": "dbname",
|
|
274460
|
-
"required": false,
|
|
274461
|
-
"conditionKeys": [],
|
|
274462
|
-
"dependentActions": []
|
|
274463
|
-
},
|
|
274464
|
-
{
|
|
274465
|
-
"resourceType": "dbuser",
|
|
274466
|
-
"required": false,
|
|
274467
|
-
"conditionKeys": [],
|
|
274468
|
-
"dependentActions": []
|
|
274469
|
-
},
|
|
274470
274586
|
{
|
|
274471
274587
|
"resourceType": "eventsubscription",
|
|
274472
274588
|
"required": false,
|
|
@@ -275212,24 +275328,6 @@
|
|
|
275212
275328
|
"conditionKeys": [],
|
|
275213
275329
|
"dependentActions": []
|
|
275214
275330
|
},
|
|
275215
|
-
{
|
|
275216
|
-
"resourceType": "dbgroup",
|
|
275217
|
-
"required": false,
|
|
275218
|
-
"conditionKeys": [],
|
|
275219
|
-
"dependentActions": []
|
|
275220
|
-
},
|
|
275221
|
-
{
|
|
275222
|
-
"resourceType": "dbname",
|
|
275223
|
-
"required": false,
|
|
275224
|
-
"conditionKeys": [],
|
|
275225
|
-
"dependentActions": []
|
|
275226
|
-
},
|
|
275227
|
-
{
|
|
275228
|
-
"resourceType": "dbuser",
|
|
275229
|
-
"required": false,
|
|
275230
|
-
"conditionKeys": [],
|
|
275231
|
-
"dependentActions": []
|
|
275232
|
-
},
|
|
275233
275331
|
{
|
|
275234
275332
|
"resourceType": "eventsubscription",
|
|
275235
275333
|
"required": false,
|
|
@@ -276260,25 +276358,19 @@
|
|
|
276260
276358
|
"name": "dbgroup",
|
|
276261
276359
|
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_GROUP.html",
|
|
276262
276360
|
"arnPattern": "arn:${Partition}:redshift:${Region}:${Account}:dbgroup:${ClusterName}/${DbGroup}",
|
|
276263
|
-
"conditionKeys": [
|
|
276264
|
-
"aws:ResourceTag/${TagKey}"
|
|
276265
|
-
]
|
|
276361
|
+
"conditionKeys": []
|
|
276266
276362
|
},
|
|
276267
276363
|
{
|
|
276268
276364
|
"name": "dbname",
|
|
276269
276365
|
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/dg/t_creating_database.html",
|
|
276270
276366
|
"arnPattern": "arn:${Partition}:redshift:${Region}:${Account}:dbname:${ClusterName}/${DbName}",
|
|
276271
|
-
"conditionKeys": [
|
|
276272
|
-
"aws:ResourceTag/${TagKey}"
|
|
276273
|
-
]
|
|
276367
|
+
"conditionKeys": []
|
|
276274
276368
|
},
|
|
276275
276369
|
{
|
|
276276
276370
|
"name": "dbuser",
|
|
276277
276371
|
"apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/dg/r_Users.html",
|
|
276278
276372
|
"arnPattern": "arn:${Partition}:redshift:${Region}:${Account}:dbuser:${ClusterName}/${DbUser}",
|
|
276279
|
-
"conditionKeys": [
|
|
276280
|
-
"aws:ResourceTag/${TagKey}"
|
|
276281
|
-
]
|
|
276373
|
+
"conditionKeys": []
|
|
276282
276374
|
},
|
|
276283
276375
|
{
|
|
276284
276376
|
"name": "eventsubscription",
|
|
@@ -327717,10 +327809,25 @@
|
|
|
327717
327809
|
"description": "Grants permission to view status details about patches on a specified instance",
|
|
327718
327810
|
"accessLevel": "Read",
|
|
327719
327811
|
"resourceTypes": [
|
|
327812
|
+
{
|
|
327813
|
+
"resourceType": "instance",
|
|
327814
|
+
"required": true,
|
|
327815
|
+
"conditionKeys": [],
|
|
327816
|
+
"dependentActions": []
|
|
327817
|
+
},
|
|
327818
|
+
{
|
|
327819
|
+
"resourceType": "managed-instance",
|
|
327820
|
+
"required": true,
|
|
327821
|
+
"conditionKeys": [],
|
|
327822
|
+
"dependentActions": []
|
|
327823
|
+
},
|
|
327720
327824
|
{
|
|
327721
327825
|
"resourceType": "",
|
|
327722
327826
|
"required": false,
|
|
327723
|
-
"conditionKeys": [
|
|
327827
|
+
"conditionKeys": [
|
|
327828
|
+
"aws:ResourceTag/${TagKey}",
|
|
327829
|
+
"ssm:resourceTag/${TagKey}"
|
|
327830
|
+
],
|
|
327724
327831
|
"dependentActions": []
|
|
327725
327832
|
}
|
|
327726
327833
|
]
|
|
@@ -327747,10 +327854,25 @@
|
|
|
327747
327854
|
"description": "Grants permission to view general details about the patches on a specified instance",
|
|
327748
327855
|
"accessLevel": "Read",
|
|
327749
327856
|
"resourceTypes": [
|
|
327857
|
+
{
|
|
327858
|
+
"resourceType": "instance",
|
|
327859
|
+
"required": true,
|
|
327860
|
+
"conditionKeys": [],
|
|
327861
|
+
"dependentActions": []
|
|
327862
|
+
},
|
|
327863
|
+
{
|
|
327864
|
+
"resourceType": "managed-instance",
|
|
327865
|
+
"required": true,
|
|
327866
|
+
"conditionKeys": [],
|
|
327867
|
+
"dependentActions": []
|
|
327868
|
+
},
|
|
327750
327869
|
{
|
|
327751
327870
|
"resourceType": "",
|
|
327752
327871
|
"required": false,
|
|
327753
|
-
"conditionKeys": [
|
|
327872
|
+
"conditionKeys": [
|
|
327873
|
+
"aws:ResourceTag/${TagKey}",
|
|
327874
|
+
"ssm:resourceTag/${TagKey}"
|
|
327875
|
+
],
|
|
327754
327876
|
"dependentActions": []
|
|
327755
327877
|
}
|
|
327756
327878
|
]
|
|
@@ -5,8 +5,9 @@
|
|
|
5
5
|
"name": "AWS Account Management",
|
|
6
6
|
"servicePrefix": "account",
|
|
7
7
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsaccountmanagement.html",
|
|
8
|
-
"actionsCount":
|
|
8
|
+
"actionsCount": 16,
|
|
9
9
|
"actions": [
|
|
10
|
+
"AcceptPrimaryEmailUpdate",
|
|
10
11
|
"CloseAccount",
|
|
11
12
|
"DeleteAlternateContact",
|
|
12
13
|
"DisableRegion",
|
|
@@ -15,22 +16,25 @@
|
|
|
15
16
|
"GetAlternateContact",
|
|
16
17
|
"GetChallengeQuestions",
|
|
17
18
|
"GetContactInformation",
|
|
19
|
+
"GetPrimaryEmail",
|
|
18
20
|
"GetRegionOptStatus",
|
|
19
21
|
"ListRegions",
|
|
20
22
|
"PutAlternateContact",
|
|
21
23
|
"PutChallengeQuestions",
|
|
22
|
-
"PutContactInformation"
|
|
24
|
+
"PutContactInformation",
|
|
25
|
+
"StartPrimaryEmailUpdate"
|
|
23
26
|
],
|
|
24
27
|
"resourceTypesCount": 2,
|
|
25
28
|
"resourceTypes": [
|
|
26
29
|
"account",
|
|
27
30
|
"accountInOrganization"
|
|
28
31
|
],
|
|
29
|
-
"conditionKeysCount":
|
|
32
|
+
"conditionKeysCount": 5,
|
|
30
33
|
"conditionKeys": [
|
|
31
34
|
"account:AccountResourceOrgPaths",
|
|
32
35
|
"account:AccountResourceOrgTags/${TagKey}",
|
|
33
36
|
"account:AlternateContactTypes",
|
|
37
|
+
"account:EmailTargetDomain",
|
|
34
38
|
"account:TargetRegion"
|
|
35
39
|
]
|
|
36
40
|
},
|
|
@@ -15817,7 +15821,7 @@
|
|
|
15817
15821
|
"name": "Amazon Location",
|
|
15818
15822
|
"servicePrefix": "geo",
|
|
15819
15823
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonlocation.html",
|
|
15820
|
-
"actionsCount":
|
|
15824
|
+
"actionsCount": 60,
|
|
15821
15825
|
"actions": [
|
|
15822
15826
|
"AssociateTrackerConsumer",
|
|
15823
15827
|
"BatchDeleteDevicePositionHistory",
|
|
@@ -15847,6 +15851,7 @@
|
|
|
15847
15851
|
"DescribeRouteCalculator",
|
|
15848
15852
|
"DescribeTracker",
|
|
15849
15853
|
"DisassociateTrackerConsumer",
|
|
15854
|
+
"ForecastGeofenceEvents",
|
|
15850
15855
|
"GetDevicePosition",
|
|
15851
15856
|
"GetDevicePositionHistory",
|
|
15852
15857
|
"GetGeofence",
|
|
@@ -15876,7 +15881,8 @@
|
|
|
15876
15881
|
"UpdateMap",
|
|
15877
15882
|
"UpdatePlaceIndex",
|
|
15878
15883
|
"UpdateRouteCalculator",
|
|
15879
|
-
"UpdateTracker"
|
|
15884
|
+
"UpdateTracker",
|
|
15885
|
+
"VerifyDevicePosition"
|
|
15880
15886
|
],
|
|
15881
15887
|
"resourceTypesCount": 6,
|
|
15882
15888
|
"resourceTypes": [
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 9324
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
"key": "
|
|
9
|
-
"value":
|
|
8
|
+
"key": "Read Actions",
|
|
9
|
+
"value": 4538
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"key": "
|
|
13
|
-
"value":
|
|
12
|
+
"key": "List Actions",
|
|
13
|
+
"value": 2741
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 917
|
|
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.219",
|
|
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",
|