aws-iam-data 0.0.200 → 0.0.202
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,23 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-05-09",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS Budget Service": [
|
|
8
|
+
"budgets:ListTagsForResource",
|
|
9
|
+
"budgets:TagResource",
|
|
10
|
+
"budgets:UntagResource"
|
|
11
|
+
],
|
|
12
|
+
"AWS Resilience Hub": [
|
|
13
|
+
"resiliencehub:ListAppAssessmentResourceDrifts"
|
|
14
|
+
],
|
|
15
|
+
"AWS Trusted Advisor": [
|
|
16
|
+
"trustedadvisor:BatchUpdateRecommendationResourceExclusion"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"removedActions": {}
|
|
20
|
+
},
|
|
2
21
|
{
|
|
3
22
|
"dateOfChange": "2024-05-07",
|
|
4
23
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -29071,9 +29071,9 @@
|
|
|
29071
29071
|
"actions": [
|
|
29072
29072
|
{
|
|
29073
29073
|
"name": "CreateBudgetAction",
|
|
29074
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
29074
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_CreateBudgetAction.html",
|
|
29075
29075
|
"permissionOnly": false,
|
|
29076
|
-
"description": "Grants permission to
|
|
29076
|
+
"description": "Grants permission to configure a response that executes once your budget exceeds a specific budget threshold. Creating a budget action with tags also requires the 'budgets:TagResource' permission",
|
|
29077
29077
|
"accessLevel": "Write",
|
|
29078
29078
|
"resourceTypes": [
|
|
29079
29079
|
{
|
|
@@ -29083,12 +29083,22 @@
|
|
|
29083
29083
|
"dependentActions": [
|
|
29084
29084
|
"iam:PassRole"
|
|
29085
29085
|
]
|
|
29086
|
+
},
|
|
29087
|
+
{
|
|
29088
|
+
"resourceType": "",
|
|
29089
|
+
"required": false,
|
|
29090
|
+
"conditionKeys": [
|
|
29091
|
+
"aws:TagKeys",
|
|
29092
|
+
"aws:RequestTag/${TagKey}",
|
|
29093
|
+
"aws:ResourceTag/${TagKey}"
|
|
29094
|
+
],
|
|
29095
|
+
"dependentActions": []
|
|
29086
29096
|
}
|
|
29087
29097
|
]
|
|
29088
29098
|
},
|
|
29089
29099
|
{
|
|
29090
29100
|
"name": "DeleteBudgetAction",
|
|
29091
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
29101
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_DeleteBudgetAction.html",
|
|
29092
29102
|
"permissionOnly": false,
|
|
29093
29103
|
"description": "Grants permission to delete an action that is associated with a specific budget",
|
|
29094
29104
|
"accessLevel": "Write",
|
|
@@ -29103,7 +29113,7 @@
|
|
|
29103
29113
|
},
|
|
29104
29114
|
{
|
|
29105
29115
|
"name": "DescribeBudgetAction",
|
|
29106
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
29116
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_DescribeBudgetAction.html",
|
|
29107
29117
|
"permissionOnly": false,
|
|
29108
29118
|
"description": "Grants permission to retrieve the details of a specific budget action associated with a budget",
|
|
29109
29119
|
"accessLevel": "Read",
|
|
@@ -29118,7 +29128,7 @@
|
|
|
29118
29128
|
},
|
|
29119
29129
|
{
|
|
29120
29130
|
"name": "DescribeBudgetActionHistories",
|
|
29121
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
29131
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_DescribeBudgetActionHistories.html",
|
|
29122
29132
|
"permissionOnly": false,
|
|
29123
29133
|
"description": "Grants permission to retrieve a historical view of the budget actions statuses associated with a particular budget action. These status include statues such as 'Standby', 'Pending' and 'Executed'",
|
|
29124
29134
|
"accessLevel": "Read",
|
|
@@ -29133,7 +29143,7 @@
|
|
|
29133
29143
|
},
|
|
29134
29144
|
{
|
|
29135
29145
|
"name": "DescribeBudgetActionsForAccount",
|
|
29136
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
29146
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_DescribeBudgetActionsForAccount.html",
|
|
29137
29147
|
"permissionOnly": false,
|
|
29138
29148
|
"description": "Grants permission to retrieve the details of all of the budget actions associated with your account",
|
|
29139
29149
|
"accessLevel": "Read",
|
|
@@ -29148,7 +29158,7 @@
|
|
|
29148
29158
|
},
|
|
29149
29159
|
{
|
|
29150
29160
|
"name": "DescribeBudgetActionsForBudget",
|
|
29151
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
29161
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_DescribeBudgetActionsForBudget.html",
|
|
29152
29162
|
"permissionOnly": false,
|
|
29153
29163
|
"description": "Grants permission to retrieve the details of all of the budget actions associated with a budget",
|
|
29154
29164
|
"accessLevel": "Read",
|
|
@@ -29163,7 +29173,7 @@
|
|
|
29163
29173
|
},
|
|
29164
29174
|
{
|
|
29165
29175
|
"name": "ExecuteBudgetAction",
|
|
29166
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
29176
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_ExecuteBudgetAction.html",
|
|
29167
29177
|
"permissionOnly": false,
|
|
29168
29178
|
"description": "Grants permission to initiate a pending budget action as well as reverse a previously executed budget action",
|
|
29169
29179
|
"accessLevel": "Write",
|
|
@@ -29176,11 +29186,32 @@
|
|
|
29176
29186
|
}
|
|
29177
29187
|
]
|
|
29178
29188
|
},
|
|
29189
|
+
{
|
|
29190
|
+
"name": "ListTagsForResource",
|
|
29191
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_ListTagsForResource.html",
|
|
29192
|
+
"permissionOnly": false,
|
|
29193
|
+
"description": "Grants permission to view resource tags for a budget or budget action",
|
|
29194
|
+
"accessLevel": "Read",
|
|
29195
|
+
"resourceTypes": [
|
|
29196
|
+
{
|
|
29197
|
+
"resourceType": "budget",
|
|
29198
|
+
"required": false,
|
|
29199
|
+
"conditionKeys": [],
|
|
29200
|
+
"dependentActions": []
|
|
29201
|
+
},
|
|
29202
|
+
{
|
|
29203
|
+
"resourceType": "budgetAction",
|
|
29204
|
+
"required": false,
|
|
29205
|
+
"conditionKeys": [],
|
|
29206
|
+
"dependentActions": []
|
|
29207
|
+
}
|
|
29208
|
+
]
|
|
29209
|
+
},
|
|
29179
29210
|
{
|
|
29180
29211
|
"name": "ModifyBudget",
|
|
29181
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
29212
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Operations_AWS_Budgets.html",
|
|
29182
29213
|
"permissionOnly": false,
|
|
29183
|
-
"description": "Grants permission to modify budgets and budget details",
|
|
29214
|
+
"description": "Grants permission to create and modify budgets, and edit budget details. Creating a budget with tags also requires the 'budgets:TagResource' permission",
|
|
29184
29215
|
"accessLevel": "Write",
|
|
29185
29216
|
"resourceTypes": [
|
|
29186
29217
|
{
|
|
@@ -29191,9 +29222,68 @@
|
|
|
29191
29222
|
}
|
|
29192
29223
|
]
|
|
29193
29224
|
},
|
|
29225
|
+
{
|
|
29226
|
+
"name": "TagResource",
|
|
29227
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_TagResource.html",
|
|
29228
|
+
"permissionOnly": false,
|
|
29229
|
+
"description": "Grants permission to apply resource tags to a budget or budget action. Also needed to create a budget or budget action with tags",
|
|
29230
|
+
"accessLevel": "Tagging",
|
|
29231
|
+
"resourceTypes": [
|
|
29232
|
+
{
|
|
29233
|
+
"resourceType": "budget",
|
|
29234
|
+
"required": false,
|
|
29235
|
+
"conditionKeys": [],
|
|
29236
|
+
"dependentActions": []
|
|
29237
|
+
},
|
|
29238
|
+
{
|
|
29239
|
+
"resourceType": "budgetAction",
|
|
29240
|
+
"required": false,
|
|
29241
|
+
"conditionKeys": [],
|
|
29242
|
+
"dependentActions": []
|
|
29243
|
+
},
|
|
29244
|
+
{
|
|
29245
|
+
"resourceType": "",
|
|
29246
|
+
"required": false,
|
|
29247
|
+
"conditionKeys": [
|
|
29248
|
+
"aws:TagKeys",
|
|
29249
|
+
"aws:RequestTag/${TagKey}"
|
|
29250
|
+
],
|
|
29251
|
+
"dependentActions": []
|
|
29252
|
+
}
|
|
29253
|
+
]
|
|
29254
|
+
},
|
|
29255
|
+
{
|
|
29256
|
+
"name": "UntagResource",
|
|
29257
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_UntagResource.html",
|
|
29258
|
+
"permissionOnly": false,
|
|
29259
|
+
"description": "Grants permission to remove resource tags from a budget or budget action",
|
|
29260
|
+
"accessLevel": "Tagging",
|
|
29261
|
+
"resourceTypes": [
|
|
29262
|
+
{
|
|
29263
|
+
"resourceType": "budget",
|
|
29264
|
+
"required": false,
|
|
29265
|
+
"conditionKeys": [],
|
|
29266
|
+
"dependentActions": []
|
|
29267
|
+
},
|
|
29268
|
+
{
|
|
29269
|
+
"resourceType": "budgetAction",
|
|
29270
|
+
"required": false,
|
|
29271
|
+
"conditionKeys": [],
|
|
29272
|
+
"dependentActions": []
|
|
29273
|
+
},
|
|
29274
|
+
{
|
|
29275
|
+
"resourceType": "",
|
|
29276
|
+
"required": false,
|
|
29277
|
+
"conditionKeys": [
|
|
29278
|
+
"aws:TagKeys"
|
|
29279
|
+
],
|
|
29280
|
+
"dependentActions": []
|
|
29281
|
+
}
|
|
29282
|
+
]
|
|
29283
|
+
},
|
|
29194
29284
|
{
|
|
29195
29285
|
"name": "UpdateBudgetAction",
|
|
29196
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
29286
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_UpdateBudgetAction.html",
|
|
29197
29287
|
"permissionOnly": false,
|
|
29198
29288
|
"description": "Grants permission to update the details of a specific budget action associated with a budget",
|
|
29199
29289
|
"accessLevel": "Write",
|
|
@@ -29210,7 +29300,7 @@
|
|
|
29210
29300
|
},
|
|
29211
29301
|
{
|
|
29212
29302
|
"name": "ViewBudget",
|
|
29213
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
29303
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Operations_AWS_Budgets.html",
|
|
29214
29304
|
"permissionOnly": false,
|
|
29215
29305
|
"description": "Grants permission to view budgets and budget details",
|
|
29216
29306
|
"accessLevel": "Read",
|
|
@@ -29227,18 +29317,45 @@
|
|
|
29227
29317
|
"resourceTypes": [
|
|
29228
29318
|
{
|
|
29229
29319
|
"name": "budget",
|
|
29230
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
29320
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cost-management/latest/userguide/budgets-managing-costs.html",
|
|
29231
29321
|
"arnPattern": "arn:${Partition}:budgets::${Account}:budget/${BudgetName}",
|
|
29232
|
-
"conditionKeys": [
|
|
29322
|
+
"conditionKeys": [
|
|
29323
|
+
"aws:RequestTag/${TagKey}",
|
|
29324
|
+
"aws:ResourceTag/${TagKey}",
|
|
29325
|
+
"aws:TagKeys"
|
|
29326
|
+
]
|
|
29233
29327
|
},
|
|
29234
29328
|
{
|
|
29235
29329
|
"name": "budgetAction",
|
|
29236
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
29330
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cost-management/latest/userguide/budgets-controls.html",
|
|
29237
29331
|
"arnPattern": "arn:${Partition}:budgets::${Account}:budget/${BudgetName}/action/${ActionId}",
|
|
29238
|
-
"conditionKeys": [
|
|
29332
|
+
"conditionKeys": [
|
|
29333
|
+
"aws:RequestTag/${TagKey}",
|
|
29334
|
+
"aws:ResourceTag/${TagKey}",
|
|
29335
|
+
"aws:TagKeys"
|
|
29336
|
+
]
|
|
29239
29337
|
}
|
|
29240
29338
|
],
|
|
29241
|
-
"conditionKeys": [
|
|
29339
|
+
"conditionKeys": [
|
|
29340
|
+
{
|
|
29341
|
+
"name": "aws:RequestTag/${TagKey}",
|
|
29342
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-requesttag",
|
|
29343
|
+
"description": "Filters access based on the tags that are passed in the request",
|
|
29344
|
+
"type": "String"
|
|
29345
|
+
},
|
|
29346
|
+
{
|
|
29347
|
+
"name": "aws:ResourceTag/${TagKey}",
|
|
29348
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-resourcetag",
|
|
29349
|
+
"description": "Filters access based on the tags associated with the resource",
|
|
29350
|
+
"type": "String"
|
|
29351
|
+
},
|
|
29352
|
+
{
|
|
29353
|
+
"name": "aws:TagKeys",
|
|
29354
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
29355
|
+
"description": "Filters access based on the tag keys that are passed in the request",
|
|
29356
|
+
"type": "ArrayOfString"
|
|
29357
|
+
}
|
|
29358
|
+
]
|
|
29242
29359
|
},
|
|
29243
29360
|
{
|
|
29244
29361
|
"name": "AWS BugBust",
|
|
@@ -88716,7 +88833,9 @@
|
|
|
88716
88833
|
"resourceType": "farm",
|
|
88717
88834
|
"required": true,
|
|
88718
88835
|
"conditionKeys": [],
|
|
88719
|
-
"dependentActions": [
|
|
88836
|
+
"dependentActions": [
|
|
88837
|
+
"deadline:TagResource"
|
|
88838
|
+
]
|
|
88720
88839
|
},
|
|
88721
88840
|
{
|
|
88722
88841
|
"resourceType": "",
|
|
@@ -88741,6 +88860,7 @@
|
|
|
88741
88860
|
"required": true,
|
|
88742
88861
|
"conditionKeys": [],
|
|
88743
88862
|
"dependentActions": [
|
|
88863
|
+
"deadline:TagResource",
|
|
88744
88864
|
"iam:PassRole",
|
|
88745
88865
|
"identitystore:ListGroupMembershipsForMember",
|
|
88746
88866
|
"logs:CreateLogGroup"
|
|
@@ -88786,6 +88906,7 @@
|
|
|
88786
88906
|
"required": true,
|
|
88787
88907
|
"conditionKeys": [],
|
|
88788
88908
|
"dependentActions": [
|
|
88909
|
+
"deadline:TagResource",
|
|
88789
88910
|
"ec2:CreateTags",
|
|
88790
88911
|
"ec2:CreateVpcEndpoint",
|
|
88791
88912
|
"ec2:DescribeVpcEndpoints"
|
|
@@ -88836,6 +88957,7 @@
|
|
|
88836
88957
|
"required": true,
|
|
88837
88958
|
"conditionKeys": [],
|
|
88838
88959
|
"dependentActions": [
|
|
88960
|
+
"deadline:TagResource",
|
|
88839
88961
|
"iam:PassRole",
|
|
88840
88962
|
"identitystore:ListGroupMembershipsForMember",
|
|
88841
88963
|
"logs:CreateLogGroup",
|
|
@@ -90492,7 +90614,7 @@
|
|
|
90492
90614
|
"resourceTypes": [
|
|
90493
90615
|
{
|
|
90494
90616
|
"name": "budget",
|
|
90495
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/
|
|
90617
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/userguide/manage-costs.html",
|
|
90496
90618
|
"arnPattern": "arn:${Partition}:deadline:${Region}:${Account}:farm/${FarmId}/budget/${BudgetId}",
|
|
90497
90619
|
"conditionKeys": [
|
|
90498
90620
|
"deadline:FarmMembershipLevels"
|
|
@@ -90500,7 +90622,7 @@
|
|
|
90500
90622
|
},
|
|
90501
90623
|
{
|
|
90502
90624
|
"name": "farm",
|
|
90503
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/
|
|
90625
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/userguide/farms.html",
|
|
90504
90626
|
"arnPattern": "arn:${Partition}:deadline:${Region}:${Account}:farm/${FarmId}",
|
|
90505
90627
|
"conditionKeys": [
|
|
90506
90628
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -90509,7 +90631,7 @@
|
|
|
90509
90631
|
},
|
|
90510
90632
|
{
|
|
90511
90633
|
"name": "fleet",
|
|
90512
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/
|
|
90634
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/userguide/manage-fleets.html",
|
|
90513
90635
|
"arnPattern": "arn:${Partition}:deadline:${Region}:${Account}:farm/${FarmId}/fleet/${FleetId}",
|
|
90514
90636
|
"conditionKeys": [
|
|
90515
90637
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -90519,7 +90641,7 @@
|
|
|
90519
90641
|
},
|
|
90520
90642
|
{
|
|
90521
90643
|
"name": "job",
|
|
90522
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/
|
|
90644
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/userguide/deadline-cloud-jobs.html",
|
|
90523
90645
|
"arnPattern": "arn:${Partition}:deadline:${Region}:${Account}:farm/${FarmId}/queue/${QueueId}/job/${JobId}",
|
|
90524
90646
|
"conditionKeys": [
|
|
90525
90647
|
"deadline:FarmMembershipLevels",
|
|
@@ -90529,7 +90651,7 @@
|
|
|
90529
90651
|
},
|
|
90530
90652
|
{
|
|
90531
90653
|
"name": "license-endpoint",
|
|
90532
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/
|
|
90654
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/userguide/cmf-ubl.html",
|
|
90533
90655
|
"arnPattern": "arn:${Partition}:deadline:${Region}:${Account}:license-endpoint/${LicenseEndpointId}",
|
|
90534
90656
|
"conditionKeys": [
|
|
90535
90657
|
"aws:ResourceTag/${TagKey}"
|
|
@@ -90537,19 +90659,19 @@
|
|
|
90537
90659
|
},
|
|
90538
90660
|
{
|
|
90539
90661
|
"name": "metered-product",
|
|
90540
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/
|
|
90662
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/userguide/cmf-ubl.html",
|
|
90541
90663
|
"arnPattern": "arn:${Partition}:deadline:${Region}:${Account}:license-endpoint/${LicenseEndpointId}/metered-product/${ProductId}",
|
|
90542
90664
|
"conditionKeys": []
|
|
90543
90665
|
},
|
|
90544
90666
|
{
|
|
90545
90667
|
"name": "monitor",
|
|
90546
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/
|
|
90668
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/userguide/working-with-deadline-monitor.html",
|
|
90547
90669
|
"arnPattern": "arn:${Partition}:deadline:${Region}:${Account}:monitor/${MonitorId}",
|
|
90548
90670
|
"conditionKeys": []
|
|
90549
90671
|
},
|
|
90550
90672
|
{
|
|
90551
90673
|
"name": "queue",
|
|
90552
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/
|
|
90674
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/userguide/queues.html",
|
|
90553
90675
|
"arnPattern": "arn:${Partition}:deadline:${Region}:${Account}:farm/${FarmId}/queue/${QueueId}",
|
|
90554
90676
|
"conditionKeys": [
|
|
90555
90677
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -90559,7 +90681,7 @@
|
|
|
90559
90681
|
},
|
|
90560
90682
|
{
|
|
90561
90683
|
"name": "worker",
|
|
90562
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/
|
|
90684
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/deadline-cloud/latest/userguide/security-iam.html",
|
|
90563
90685
|
"arnPattern": "arn:${Partition}:deadline:${Region}:${Account}:farm/${FarmId}/fleet/${FleetId}/worker/${WorkerId}",
|
|
90564
90686
|
"conditionKeys": [
|
|
90565
90687
|
"deadline:FarmMembershipLevels",
|
|
@@ -231148,7 +231270,8 @@
|
|
|
231148
231270
|
"conditionKeys": [
|
|
231149
231271
|
"aws:ResourceTag/${TagKey}",
|
|
231150
231272
|
"aws:RequestTag/${TagKey}",
|
|
231151
|
-
"aws:TagKeys"
|
|
231273
|
+
"aws:TagKeys",
|
|
231274
|
+
"memorydb:TLSEnabled"
|
|
231152
231275
|
],
|
|
231153
231276
|
"dependentActions": []
|
|
231154
231277
|
}
|
|
@@ -231236,7 +231359,8 @@
|
|
|
231236
231359
|
"required": false,
|
|
231237
231360
|
"conditionKeys": [
|
|
231238
231361
|
"aws:RequestTag/${TagKey}",
|
|
231239
|
-
"aws:TagKeys"
|
|
231362
|
+
"aws:TagKeys",
|
|
231363
|
+
"memorydb:UserAuthenticationMode"
|
|
231240
231364
|
],
|
|
231241
231365
|
"dependentActions": [
|
|
231242
231366
|
"memorydb:TagResource"
|
|
@@ -232047,7 +232171,8 @@
|
|
|
232047
232171
|
"resourceType": "",
|
|
232048
232172
|
"required": false,
|
|
232049
232173
|
"conditionKeys": [
|
|
232050
|
-
"aws:ResourceTag/${TagKey}"
|
|
232174
|
+
"aws:ResourceTag/${TagKey}",
|
|
232175
|
+
"memorydb:UserAuthenticationMode"
|
|
232051
232176
|
],
|
|
232052
232177
|
"dependentActions": []
|
|
232053
232178
|
}
|
|
@@ -232130,6 +232255,18 @@
|
|
|
232130
232255
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
232131
232256
|
"description": "Filters actions based on the tag keys that are passed in the request",
|
|
232132
232257
|
"type": "ArrayOfString"
|
|
232258
|
+
},
|
|
232259
|
+
{
|
|
232260
|
+
"name": "memorydb:TLSEnabled",
|
|
232261
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/memorydb/latest/devguide/IAM.ConditionKeys.html#IAM.SpecifyingConditions",
|
|
232262
|
+
"description": "Filters access by the TLSEnabled parameter present in the request or defaults to true value if parameter is not present",
|
|
232263
|
+
"type": "Bool"
|
|
232264
|
+
},
|
|
232265
|
+
{
|
|
232266
|
+
"name": "memorydb:UserAuthenticationMode",
|
|
232267
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/memorydb/latest/devguide/IAM.ConditionKeys.html#IAM.SpecifyingConditions",
|
|
232268
|
+
"description": "Filters access by the UserAuthenticationMode.Type parameter in the request",
|
|
232269
|
+
"type": "String"
|
|
232133
232270
|
}
|
|
232134
232271
|
]
|
|
232135
232272
|
},
|
|
@@ -255501,7 +255638,7 @@
|
|
|
255501
255638
|
},
|
|
255502
255639
|
{
|
|
255503
255640
|
"name": "ProtectConfiguration",
|
|
255504
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/pinpoint/latest/apireference_smsvoicev2/
|
|
255641
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/pinpoint/latest/apireference_smsvoicev2/API_CreateProtectConfiguration.html",
|
|
255505
255642
|
"arnPattern": "arn:${Partition}:sms-voice:${Region}:${Account}:protect-configuration/${ProtectConfigurationId}",
|
|
255506
255643
|
"conditionKeys": [
|
|
255507
255644
|
"aws:ResourceTag/${TagKey}"
|
|
@@ -277856,6 +277993,21 @@
|
|
|
277856
277993
|
}
|
|
277857
277994
|
]
|
|
277858
277995
|
},
|
|
277996
|
+
{
|
|
277997
|
+
"name": "ListAppAssessmentResourceDrifts",
|
|
277998
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/resilience-hub/latest/APIReference/API_ListAppAssessmentResourceDrifts.html",
|
|
277999
|
+
"permissionOnly": false,
|
|
278000
|
+
"description": "Grants permission to list resource drifts that were detected while running an assessment",
|
|
278001
|
+
"accessLevel": "List",
|
|
278002
|
+
"resourceTypes": [
|
|
278003
|
+
{
|
|
278004
|
+
"resourceType": "application",
|
|
278005
|
+
"required": true,
|
|
278006
|
+
"conditionKeys": [],
|
|
278007
|
+
"dependentActions": []
|
|
278008
|
+
}
|
|
278009
|
+
]
|
|
278010
|
+
},
|
|
277859
278011
|
{
|
|
277860
278012
|
"name": "ListAppAssessments",
|
|
277861
278013
|
"apiReferenceUrl": "https://docs.aws.amazon.com/resilience-hub/latest/APIReference/API_ListAppAssessments.html",
|
|
@@ -333949,6 +334101,21 @@
|
|
|
333949
334101
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awstrustedadvisor.html",
|
|
333950
334102
|
"servicePrefix": "trustedadvisor",
|
|
333951
334103
|
"actions": [
|
|
334104
|
+
{
|
|
334105
|
+
"name": "BatchUpdateRecommendationResourceExclusion",
|
|
334106
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awssupport/latest/user/get-started-with-aws-trusted-advisor-api.html",
|
|
334107
|
+
"permissionOnly": false,
|
|
334108
|
+
"description": "Grants permission to update one or more exclusion status for a list of recommendation resources",
|
|
334109
|
+
"accessLevel": "Write",
|
|
334110
|
+
"resourceTypes": [
|
|
334111
|
+
{
|
|
334112
|
+
"resourceType": "",
|
|
334113
|
+
"required": false,
|
|
334114
|
+
"conditionKeys": [],
|
|
334115
|
+
"dependentActions": []
|
|
334116
|
+
}
|
|
334117
|
+
]
|
|
334118
|
+
},
|
|
333952
334119
|
{
|
|
333953
334120
|
"name": "CreateEngagement",
|
|
333954
334121
|
"apiReferenceUrl": "https://docs.aws.amazon.com/awssupport/latest/user/security-trusted-advisor.html#trusted-advisor-operations",
|
|
@@ -2314,7 +2314,7 @@
|
|
|
2314
2314
|
"name": "AWS Budget Service",
|
|
2315
2315
|
"servicePrefix": "budgets",
|
|
2316
2316
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsbudgetservice.html",
|
|
2317
|
-
"actionsCount":
|
|
2317
|
+
"actionsCount": 13,
|
|
2318
2318
|
"actions": [
|
|
2319
2319
|
"CreateBudgetAction",
|
|
2320
2320
|
"DeleteBudgetAction",
|
|
@@ -2323,7 +2323,10 @@
|
|
|
2323
2323
|
"DescribeBudgetActionsForAccount",
|
|
2324
2324
|
"DescribeBudgetActionsForBudget",
|
|
2325
2325
|
"ExecuteBudgetAction",
|
|
2326
|
+
"ListTagsForResource",
|
|
2326
2327
|
"ModifyBudget",
|
|
2328
|
+
"TagResource",
|
|
2329
|
+
"UntagResource",
|
|
2327
2330
|
"UpdateBudgetAction",
|
|
2328
2331
|
"ViewBudget"
|
|
2329
2332
|
],
|
|
@@ -2332,8 +2335,12 @@
|
|
|
2332
2335
|
"budget",
|
|
2333
2336
|
"budgetAction"
|
|
2334
2337
|
],
|
|
2335
|
-
"conditionKeysCount":
|
|
2336
|
-
"conditionKeys": [
|
|
2338
|
+
"conditionKeysCount": 3,
|
|
2339
|
+
"conditionKeys": [
|
|
2340
|
+
"aws:RequestTag/${TagKey}",
|
|
2341
|
+
"aws:ResourceTag/${TagKey}",
|
|
2342
|
+
"aws:TagKeys"
|
|
2343
|
+
]
|
|
2337
2344
|
},
|
|
2338
2345
|
{
|
|
2339
2346
|
"name": "AWS BugBust",
|
|
@@ -16886,11 +16893,13 @@
|
|
|
16886
16893
|
"acl",
|
|
16887
16894
|
"reservednode"
|
|
16888
16895
|
],
|
|
16889
|
-
"conditionKeysCount":
|
|
16896
|
+
"conditionKeysCount": 5,
|
|
16890
16897
|
"conditionKeys": [
|
|
16891
16898
|
"aws:RequestTag/${TagKey}",
|
|
16892
16899
|
"aws:ResourceTag/${TagKey}",
|
|
16893
|
-
"aws:TagKeys"
|
|
16900
|
+
"aws:TagKeys",
|
|
16901
|
+
"memorydb:TLSEnabled",
|
|
16902
|
+
"memorydb:UserAuthenticationMode"
|
|
16894
16903
|
]
|
|
16895
16904
|
},
|
|
16896
16905
|
{
|
|
@@ -20355,7 +20364,7 @@
|
|
|
20355
20364
|
"name": "AWS Resilience Hub",
|
|
20356
20365
|
"servicePrefix": "resiliencehub",
|
|
20357
20366
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsresiliencehub.html",
|
|
20358
|
-
"actionsCount":
|
|
20367
|
+
"actionsCount": 55,
|
|
20359
20368
|
"actions": [
|
|
20360
20369
|
"AddDraftAppVersionResourceMappings",
|
|
20361
20370
|
"BatchUpdateRecommendationStatus",
|
|
@@ -20383,6 +20392,7 @@
|
|
|
20383
20392
|
"ImportResourcesToDraftAppVersion",
|
|
20384
20393
|
"ListAlarmRecommendations",
|
|
20385
20394
|
"ListAppAssessmentComplianceDrifts",
|
|
20395
|
+
"ListAppAssessmentResourceDrifts",
|
|
20386
20396
|
"ListAppAssessments",
|
|
20387
20397
|
"ListAppComponentCompliances",
|
|
20388
20398
|
"ListAppComponentRecommendations",
|
|
@@ -24551,8 +24561,9 @@
|
|
|
24551
24561
|
"name": "AWS Trusted Advisor",
|
|
24552
24562
|
"servicePrefix": "trustedadvisor",
|
|
24553
24563
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awstrustedadvisor.html",
|
|
24554
|
-
"actionsCount":
|
|
24564
|
+
"actionsCount": 52,
|
|
24555
24565
|
"actions": [
|
|
24566
|
+
"BatchUpdateRecommendationResourceExclusion",
|
|
24556
24567
|
"CreateEngagement",
|
|
24557
24568
|
"CreateEngagementAttachment",
|
|
24558
24569
|
"CreateEngagementCommunication",
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
|
-
"key": "
|
|
5
|
-
"value":
|
|
4
|
+
"key": "Read Actions",
|
|
5
|
+
"value": 4497
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
"key": "
|
|
9
|
-
"value":
|
|
8
|
+
"key": "Write Actions",
|
|
9
|
+
"value": 9256
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 2719
|
|
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": 910
|
|
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.202",
|
|
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",
|