aws-iam-data 0.0.302 → 0.0.303
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,53 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-11-22",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon Bedrock": [
|
|
8
|
+
"bedrock:InvokeInlineAgent"
|
|
9
|
+
],
|
|
10
|
+
"Amazon CloudFront": [
|
|
11
|
+
"cloudfront:AllowVendedLogDeliveryForResource",
|
|
12
|
+
"cloudfront:CreateAnycastIpList",
|
|
13
|
+
"cloudfront:CreateVpcOrigin",
|
|
14
|
+
"cloudfront:DeleteAnycastIpList",
|
|
15
|
+
"cloudfront:DeleteVpcOrigin",
|
|
16
|
+
"cloudfront:GetAnycastIpList",
|
|
17
|
+
"cloudfront:GetVpcOrigin",
|
|
18
|
+
"cloudfront:ListAnycastIpLists",
|
|
19
|
+
"cloudfront:ListDistributionsByAnycastIpListId",
|
|
20
|
+
"cloudfront:ListDistributionsByVpcOriginId",
|
|
21
|
+
"cloudfront:ListVpcOrigins",
|
|
22
|
+
"cloudfront:UpdateVpcOrigin"
|
|
23
|
+
],
|
|
24
|
+
"AWS Compute Optimizer": [
|
|
25
|
+
"compute-optimizer:ExportIdleRecommendations",
|
|
26
|
+
"compute-optimizer:GetIdleRecommendations"
|
|
27
|
+
],
|
|
28
|
+
"Amazon Connect": [
|
|
29
|
+
"connect:CreateContactFlowVersion",
|
|
30
|
+
"connect:ListContactFlowVersions"
|
|
31
|
+
],
|
|
32
|
+
"AWS Elastic Load Balancing V2": [
|
|
33
|
+
"elasticloadbalancing:DescribeCapacityReservation",
|
|
34
|
+
"elasticloadbalancing:ModifyCapacityReservation"
|
|
35
|
+
],
|
|
36
|
+
"AWS X-Ray": [
|
|
37
|
+
"xray:CancelTraceRetrieval",
|
|
38
|
+
"xray:GetIndexingRules",
|
|
39
|
+
"xray:GetRetrievedTracesGraph",
|
|
40
|
+
"xray:GetTraceSegmentDestination",
|
|
41
|
+
"xray:ListRetrievedTraces",
|
|
42
|
+
"xray:PutSpans",
|
|
43
|
+
"xray:PutSpansForIndexing",
|
|
44
|
+
"xray:StartTraceRetrieval",
|
|
45
|
+
"xray:UpdateIndexingRule",
|
|
46
|
+
"xray:UpdateTraceSegmentDestination"
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
"removedActions": {}
|
|
50
|
+
},
|
|
2
51
|
{
|
|
3
52
|
"dateOfChange": "2024-11-21",
|
|
4
53
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -28102,6 +28102,21 @@
|
|
|
28102
28102
|
}
|
|
28103
28103
|
]
|
|
28104
28104
|
},
|
|
28105
|
+
{
|
|
28106
|
+
"name": "InvokeInlineAgent",
|
|
28107
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeInlineAgent.html",
|
|
28108
|
+
"permissionOnly": false,
|
|
28109
|
+
"description": "Grants permission to send user input (text-only) to the inline agent for Bedrock",
|
|
28110
|
+
"accessLevel": "Read",
|
|
28111
|
+
"resourceTypes": [
|
|
28112
|
+
{
|
|
28113
|
+
"resourceType": "",
|
|
28114
|
+
"required": false,
|
|
28115
|
+
"conditionKeys": [],
|
|
28116
|
+
"dependentActions": []
|
|
28117
|
+
}
|
|
28118
|
+
]
|
|
28119
|
+
},
|
|
28105
28120
|
{
|
|
28106
28121
|
"name": "InvokeModel",
|
|
28107
28122
|
"apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InvokeModel.html",
|
|
@@ -45793,6 +45808,21 @@
|
|
|
45793
45808
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudfront.html",
|
|
45794
45809
|
"servicePrefix": "cloudfront",
|
|
45795
45810
|
"actions": [
|
|
45811
|
+
{
|
|
45812
|
+
"name": "AllowVendedLogDeliveryForResource",
|
|
45813
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AWS-logs-and-resource-policy.html#AWS-logs-infrastructure-V2-service-specific",
|
|
45814
|
+
"permissionOnly": true,
|
|
45815
|
+
"description": "Grants permission to configure vended log delivery for a distribution",
|
|
45816
|
+
"accessLevel": "Permissions management",
|
|
45817
|
+
"resourceTypes": [
|
|
45818
|
+
{
|
|
45819
|
+
"resourceType": "distribution",
|
|
45820
|
+
"required": false,
|
|
45821
|
+
"conditionKeys": [],
|
|
45822
|
+
"dependentActions": []
|
|
45823
|
+
}
|
|
45824
|
+
]
|
|
45825
|
+
},
|
|
45796
45826
|
{
|
|
45797
45827
|
"name": "AssociateAlias",
|
|
45798
45828
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_AssociateAlias.html",
|
|
@@ -45827,6 +45857,30 @@
|
|
|
45827
45857
|
}
|
|
45828
45858
|
]
|
|
45829
45859
|
},
|
|
45860
|
+
{
|
|
45861
|
+
"name": "CreateAnycastIpList",
|
|
45862
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateAnycastIpList.html",
|
|
45863
|
+
"permissionOnly": false,
|
|
45864
|
+
"description": "Grants permission to create an Anycast static IP list",
|
|
45865
|
+
"accessLevel": "Write",
|
|
45866
|
+
"resourceTypes": [
|
|
45867
|
+
{
|
|
45868
|
+
"resourceType": "anycast-ip-list",
|
|
45869
|
+
"required": true,
|
|
45870
|
+
"conditionKeys": [],
|
|
45871
|
+
"dependentActions": []
|
|
45872
|
+
},
|
|
45873
|
+
{
|
|
45874
|
+
"resourceType": "",
|
|
45875
|
+
"required": false,
|
|
45876
|
+
"conditionKeys": [
|
|
45877
|
+
"aws:RequestTag/${TagKey}",
|
|
45878
|
+
"aws:TagKeys"
|
|
45879
|
+
],
|
|
45880
|
+
"dependentActions": []
|
|
45881
|
+
}
|
|
45882
|
+
]
|
|
45883
|
+
},
|
|
45830
45884
|
{
|
|
45831
45885
|
"name": "CreateCachePolicy",
|
|
45832
45886
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateCachePolicy.html",
|
|
@@ -46121,6 +46175,39 @@
|
|
|
46121
46175
|
}
|
|
46122
46176
|
]
|
|
46123
46177
|
},
|
|
46178
|
+
{
|
|
46179
|
+
"name": "CreateVpcOrigin",
|
|
46180
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateVpcOrigin.html",
|
|
46181
|
+
"permissionOnly": false,
|
|
46182
|
+
"description": "Grants permission to create a VPC origin",
|
|
46183
|
+
"accessLevel": "Write",
|
|
46184
|
+
"resourceTypes": [
|
|
46185
|
+
{
|
|
46186
|
+
"resourceType": "",
|
|
46187
|
+
"required": false,
|
|
46188
|
+
"conditionKeys": [
|
|
46189
|
+
"aws:RequestTag/${TagKey}",
|
|
46190
|
+
"aws:TagKeys"
|
|
46191
|
+
],
|
|
46192
|
+
"dependentActions": []
|
|
46193
|
+
}
|
|
46194
|
+
]
|
|
46195
|
+
},
|
|
46196
|
+
{
|
|
46197
|
+
"name": "DeleteAnycastIpList",
|
|
46198
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_DeleteAnycastIpList.html",
|
|
46199
|
+
"permissionOnly": false,
|
|
46200
|
+
"description": "Grants permission to delete an Anycast static IP list",
|
|
46201
|
+
"accessLevel": "Write",
|
|
46202
|
+
"resourceTypes": [
|
|
46203
|
+
{
|
|
46204
|
+
"resourceType": "anycast-ip-list",
|
|
46205
|
+
"required": true,
|
|
46206
|
+
"conditionKeys": [],
|
|
46207
|
+
"dependentActions": []
|
|
46208
|
+
}
|
|
46209
|
+
]
|
|
46210
|
+
},
|
|
46124
46211
|
{
|
|
46125
46212
|
"name": "DeleteCachePolicy",
|
|
46126
46213
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_DeleteCachePolicy.html",
|
|
@@ -46361,6 +46448,21 @@
|
|
|
46361
46448
|
}
|
|
46362
46449
|
]
|
|
46363
46450
|
},
|
|
46451
|
+
{
|
|
46452
|
+
"name": "DeleteVpcOrigin",
|
|
46453
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_DeleteVpcOrigin.html",
|
|
46454
|
+
"permissionOnly": false,
|
|
46455
|
+
"description": "Grants permission to delete a VPC origin",
|
|
46456
|
+
"accessLevel": "Write",
|
|
46457
|
+
"resourceTypes": [
|
|
46458
|
+
{
|
|
46459
|
+
"resourceType": "vpcorigin",
|
|
46460
|
+
"required": true,
|
|
46461
|
+
"conditionKeys": [],
|
|
46462
|
+
"dependentActions": []
|
|
46463
|
+
}
|
|
46464
|
+
]
|
|
46465
|
+
},
|
|
46364
46466
|
{
|
|
46365
46467
|
"name": "DescribeFunction",
|
|
46366
46468
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_DescribeFunction.html",
|
|
@@ -46391,6 +46493,21 @@
|
|
|
46391
46493
|
}
|
|
46392
46494
|
]
|
|
46393
46495
|
},
|
|
46496
|
+
{
|
|
46497
|
+
"name": "GetAnycastIpList",
|
|
46498
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetAnycastIpList.html",
|
|
46499
|
+
"permissionOnly": false,
|
|
46500
|
+
"description": "Grants permission to get an Anycast static IP list",
|
|
46501
|
+
"accessLevel": "Read",
|
|
46502
|
+
"resourceTypes": [
|
|
46503
|
+
{
|
|
46504
|
+
"resourceType": "anycast-ip-list",
|
|
46505
|
+
"required": true,
|
|
46506
|
+
"conditionKeys": [],
|
|
46507
|
+
"dependentActions": []
|
|
46508
|
+
}
|
|
46509
|
+
]
|
|
46510
|
+
},
|
|
46394
46511
|
{
|
|
46395
46512
|
"name": "GetCachePolicy",
|
|
46396
46513
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetCachePolicy.html",
|
|
@@ -46826,6 +46943,36 @@
|
|
|
46826
46943
|
}
|
|
46827
46944
|
]
|
|
46828
46945
|
},
|
|
46946
|
+
{
|
|
46947
|
+
"name": "GetVpcOrigin",
|
|
46948
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_GetVpcOrigin.html",
|
|
46949
|
+
"permissionOnly": false,
|
|
46950
|
+
"description": "Grants permission to get the information about a VPC origin",
|
|
46951
|
+
"accessLevel": "Read",
|
|
46952
|
+
"resourceTypes": [
|
|
46953
|
+
{
|
|
46954
|
+
"resourceType": "vpcorigin",
|
|
46955
|
+
"required": true,
|
|
46956
|
+
"conditionKeys": [],
|
|
46957
|
+
"dependentActions": []
|
|
46958
|
+
}
|
|
46959
|
+
]
|
|
46960
|
+
},
|
|
46961
|
+
{
|
|
46962
|
+
"name": "ListAnycastIpLists",
|
|
46963
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListAnycastIpLists.html",
|
|
46964
|
+
"permissionOnly": false,
|
|
46965
|
+
"description": "Grants permission to list your Anycast static IP lists",
|
|
46966
|
+
"accessLevel": "List",
|
|
46967
|
+
"resourceTypes": [
|
|
46968
|
+
{
|
|
46969
|
+
"resourceType": "",
|
|
46970
|
+
"required": false,
|
|
46971
|
+
"conditionKeys": [],
|
|
46972
|
+
"dependentActions": []
|
|
46973
|
+
}
|
|
46974
|
+
]
|
|
46975
|
+
},
|
|
46829
46976
|
{
|
|
46830
46977
|
"name": "ListCachePolicies",
|
|
46831
46978
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListCachePolicies.html",
|
|
@@ -46901,6 +47048,21 @@
|
|
|
46901
47048
|
}
|
|
46902
47049
|
]
|
|
46903
47050
|
},
|
|
47051
|
+
{
|
|
47052
|
+
"name": "ListDistributionsByAnycastIpListId",
|
|
47053
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListDistributionsByAnycastIpListId.html",
|
|
47054
|
+
"permissionOnly": false,
|
|
47055
|
+
"description": "Grants permission to list the distributions in your account that are associated with the specified AnycastIpListId",
|
|
47056
|
+
"accessLevel": "List",
|
|
47057
|
+
"resourceTypes": [
|
|
47058
|
+
{
|
|
47059
|
+
"resourceType": "",
|
|
47060
|
+
"required": false,
|
|
47061
|
+
"conditionKeys": [],
|
|
47062
|
+
"dependentActions": []
|
|
47063
|
+
}
|
|
47064
|
+
]
|
|
47065
|
+
},
|
|
46904
47066
|
{
|
|
46905
47067
|
"name": "ListDistributionsByCachePolicyId",
|
|
46906
47068
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListDistributionsByCachePolicyId.html",
|
|
@@ -46991,6 +47153,21 @@
|
|
|
46991
47153
|
}
|
|
46992
47154
|
]
|
|
46993
47155
|
},
|
|
47156
|
+
{
|
|
47157
|
+
"name": "ListDistributionsByVpcOriginId",
|
|
47158
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListDistributionsByVpcOriginId.html",
|
|
47159
|
+
"permissionOnly": false,
|
|
47160
|
+
"description": "Grants permission to list IDs for distributions associated with the specified VPC origin",
|
|
47161
|
+
"accessLevel": "List",
|
|
47162
|
+
"resourceTypes": [
|
|
47163
|
+
{
|
|
47164
|
+
"resourceType": "",
|
|
47165
|
+
"required": false,
|
|
47166
|
+
"conditionKeys": [],
|
|
47167
|
+
"dependentActions": []
|
|
47168
|
+
}
|
|
47169
|
+
]
|
|
47170
|
+
},
|
|
46994
47171
|
{
|
|
46995
47172
|
"name": "ListDistributionsByWebACLId",
|
|
46996
47173
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListDistributionsByWebACLId.html",
|
|
@@ -47223,11 +47400,23 @@
|
|
|
47223
47400
|
"description": "Grants permission to list tags for a CloudFront resource",
|
|
47224
47401
|
"accessLevel": "Read",
|
|
47225
47402
|
"resourceTypes": [
|
|
47403
|
+
{
|
|
47404
|
+
"resourceType": "anycast-ip-list",
|
|
47405
|
+
"required": false,
|
|
47406
|
+
"conditionKeys": [],
|
|
47407
|
+
"dependentActions": []
|
|
47408
|
+
},
|
|
47226
47409
|
{
|
|
47227
47410
|
"resourceType": "distribution",
|
|
47228
47411
|
"required": false,
|
|
47229
47412
|
"conditionKeys": [],
|
|
47230
47413
|
"dependentActions": []
|
|
47414
|
+
},
|
|
47415
|
+
{
|
|
47416
|
+
"resourceType": "vpcorigin",
|
|
47417
|
+
"required": false,
|
|
47418
|
+
"conditionKeys": [],
|
|
47419
|
+
"dependentActions": []
|
|
47231
47420
|
}
|
|
47232
47421
|
]
|
|
47233
47422
|
},
|
|
@@ -47246,6 +47435,21 @@
|
|
|
47246
47435
|
}
|
|
47247
47436
|
]
|
|
47248
47437
|
},
|
|
47438
|
+
{
|
|
47439
|
+
"name": "ListVpcOrigins",
|
|
47440
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ListVpcOrigins.html",
|
|
47441
|
+
"permissionOnly": false,
|
|
47442
|
+
"description": "Grants permission to list VPC origins",
|
|
47443
|
+
"accessLevel": "List",
|
|
47444
|
+
"resourceTypes": [
|
|
47445
|
+
{
|
|
47446
|
+
"resourceType": "",
|
|
47447
|
+
"required": false,
|
|
47448
|
+
"conditionKeys": [],
|
|
47449
|
+
"dependentActions": []
|
|
47450
|
+
}
|
|
47451
|
+
]
|
|
47452
|
+
},
|
|
47249
47453
|
{
|
|
47250
47454
|
"name": "PublishFunction",
|
|
47251
47455
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_PublishFunction.html",
|
|
@@ -47268,6 +47472,12 @@
|
|
|
47268
47472
|
"description": "Grants permission to add tags to a CloudFront resource",
|
|
47269
47473
|
"accessLevel": "Tagging",
|
|
47270
47474
|
"resourceTypes": [
|
|
47475
|
+
{
|
|
47476
|
+
"resourceType": "anycast-ip-list",
|
|
47477
|
+
"required": false,
|
|
47478
|
+
"conditionKeys": [],
|
|
47479
|
+
"dependentActions": []
|
|
47480
|
+
},
|
|
47271
47481
|
{
|
|
47272
47482
|
"resourceType": "distribution",
|
|
47273
47483
|
"required": false,
|
|
@@ -47280,6 +47490,12 @@
|
|
|
47280
47490
|
"conditionKeys": [],
|
|
47281
47491
|
"dependentActions": []
|
|
47282
47492
|
},
|
|
47493
|
+
{
|
|
47494
|
+
"resourceType": "vpcorigin",
|
|
47495
|
+
"required": false,
|
|
47496
|
+
"conditionKeys": [],
|
|
47497
|
+
"dependentActions": []
|
|
47498
|
+
},
|
|
47283
47499
|
{
|
|
47284
47500
|
"resourceType": "",
|
|
47285
47501
|
"required": false,
|
|
@@ -47313,6 +47529,12 @@
|
|
|
47313
47529
|
"description": "Grants permission to remove tags from a CloudFront resource",
|
|
47314
47530
|
"accessLevel": "Tagging",
|
|
47315
47531
|
"resourceTypes": [
|
|
47532
|
+
{
|
|
47533
|
+
"resourceType": "anycast-ip-list",
|
|
47534
|
+
"required": false,
|
|
47535
|
+
"conditionKeys": [],
|
|
47536
|
+
"dependentActions": []
|
|
47537
|
+
},
|
|
47316
47538
|
{
|
|
47317
47539
|
"resourceType": "distribution",
|
|
47318
47540
|
"required": false,
|
|
@@ -47325,6 +47547,12 @@
|
|
|
47325
47547
|
"conditionKeys": [],
|
|
47326
47548
|
"dependentActions": []
|
|
47327
47549
|
},
|
|
47550
|
+
{
|
|
47551
|
+
"resourceType": "vpcorigin",
|
|
47552
|
+
"required": false,
|
|
47553
|
+
"conditionKeys": [],
|
|
47554
|
+
"dependentActions": []
|
|
47555
|
+
},
|
|
47328
47556
|
{
|
|
47329
47557
|
"resourceType": "",
|
|
47330
47558
|
"required": false,
|
|
@@ -47589,6 +47817,21 @@
|
|
|
47589
47817
|
"dependentActions": []
|
|
47590
47818
|
}
|
|
47591
47819
|
]
|
|
47820
|
+
},
|
|
47821
|
+
{
|
|
47822
|
+
"name": "UpdateVpcOrigin",
|
|
47823
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateVpcOrigin.html",
|
|
47824
|
+
"permissionOnly": false,
|
|
47825
|
+
"description": "Grants permission to update a VPC origin",
|
|
47826
|
+
"accessLevel": "Write",
|
|
47827
|
+
"resourceTypes": [
|
|
47828
|
+
{
|
|
47829
|
+
"resourceType": "vpcorigin",
|
|
47830
|
+
"required": true,
|
|
47831
|
+
"conditionKeys": [],
|
|
47832
|
+
"dependentActions": []
|
|
47833
|
+
}
|
|
47834
|
+
]
|
|
47592
47835
|
}
|
|
47593
47836
|
],
|
|
47594
47837
|
"resourceTypes": [
|
|
@@ -47673,6 +47916,22 @@
|
|
|
47673
47916
|
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/working-with-policies.html",
|
|
47674
47917
|
"arnPattern": "arn:${Partition}:cloudfront::${Account}:continuous-deployment-policy/${Id}",
|
|
47675
47918
|
"conditionKeys": []
|
|
47919
|
+
},
|
|
47920
|
+
{
|
|
47921
|
+
"name": "anycast-ip-list",
|
|
47922
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/request-static-ips.html",
|
|
47923
|
+
"arnPattern": "arn:${Partition}:cloudfront::${Account}:anycast-ip-list/${Id}",
|
|
47924
|
+
"conditionKeys": [
|
|
47925
|
+
"aws:ResourceTag/${TagKey}"
|
|
47926
|
+
]
|
|
47927
|
+
},
|
|
47928
|
+
{
|
|
47929
|
+
"name": "vpcorigin",
|
|
47930
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-vpc-origins.html",
|
|
47931
|
+
"arnPattern": "arn:${Partition}:cloudfront::${Account}:vpcorigin/${Id}",
|
|
47932
|
+
"conditionKeys": [
|
|
47933
|
+
"aws:ResourceTag/${TagKey}"
|
|
47934
|
+
]
|
|
47676
47935
|
}
|
|
47677
47936
|
],
|
|
47678
47937
|
"conditionKeys": [
|
|
@@ -70847,6 +71106,23 @@
|
|
|
70847
71106
|
}
|
|
70848
71107
|
]
|
|
70849
71108
|
},
|
|
71109
|
+
{
|
|
71110
|
+
"name": "ExportIdleRecommendations",
|
|
71111
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/compute-optimizer/latest/APIReference/API_ExportIdleRecommendations.html",
|
|
71112
|
+
"permissionOnly": false,
|
|
71113
|
+
"description": "Grants permission to export idle recommendations to S3 for the provided accounts",
|
|
71114
|
+
"accessLevel": "Write",
|
|
71115
|
+
"resourceTypes": [
|
|
71116
|
+
{
|
|
71117
|
+
"resourceType": "",
|
|
71118
|
+
"required": false,
|
|
71119
|
+
"conditionKeys": [],
|
|
71120
|
+
"dependentActions": [
|
|
71121
|
+
"compute-optimizer:GetIdleRecommendations"
|
|
71122
|
+
]
|
|
71123
|
+
}
|
|
71124
|
+
]
|
|
71125
|
+
},
|
|
70850
71126
|
{
|
|
70851
71127
|
"name": "ExportLambdaFunctionRecommendations",
|
|
70852
71128
|
"apiReferenceUrl": "https://docs.aws.amazon.com/compute-optimizer/latest/APIReference/API_ExportLambdaFunctionRecommendations.html",
|
|
@@ -71057,6 +71333,21 @@
|
|
|
71057
71333
|
}
|
|
71058
71334
|
]
|
|
71059
71335
|
},
|
|
71336
|
+
{
|
|
71337
|
+
"name": "GetIdleRecommendations",
|
|
71338
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/compute-optimizer/latest/APIReference/API_GetIdleRecommendations.html",
|
|
71339
|
+
"permissionOnly": false,
|
|
71340
|
+
"description": "Grants permission to get idle recommendations for the specified account(s)",
|
|
71341
|
+
"accessLevel": "List",
|
|
71342
|
+
"resourceTypes": [
|
|
71343
|
+
{
|
|
71344
|
+
"resourceType": "",
|
|
71345
|
+
"required": false,
|
|
71346
|
+
"conditionKeys": [],
|
|
71347
|
+
"dependentActions": []
|
|
71348
|
+
}
|
|
71349
|
+
]
|
|
71350
|
+
},
|
|
71060
71351
|
{
|
|
71061
71352
|
"name": "GetLambdaFunctionRecommendations",
|
|
71062
71353
|
"apiReferenceUrl": "https://docs.aws.amazon.com/compute-optimizer/latest/APIReference/API_GetLambdaFunctionRecommendations.html",
|
|
@@ -73588,7 +73879,8 @@
|
|
|
73588
73879
|
"conditionKeys": [
|
|
73589
73880
|
"aws:RequestTag/${TagKey}",
|
|
73590
73881
|
"aws:TagKeys",
|
|
73591
|
-
"connect:InstanceId"
|
|
73882
|
+
"connect:InstanceId",
|
|
73883
|
+
"connect:FlowType"
|
|
73592
73884
|
],
|
|
73593
73885
|
"dependentActions": []
|
|
73594
73886
|
}
|
|
@@ -73619,6 +73911,31 @@
|
|
|
73619
73911
|
}
|
|
73620
73912
|
]
|
|
73621
73913
|
},
|
|
73914
|
+
{
|
|
73915
|
+
"name": "CreateContactFlowVersion",
|
|
73916
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateContactFlowVersion.html",
|
|
73917
|
+
"permissionOnly": false,
|
|
73918
|
+
"description": "Grants permission to create a version a flow in an Amazon Connect instance",
|
|
73919
|
+
"accessLevel": "Write",
|
|
73920
|
+
"resourceTypes": [
|
|
73921
|
+
{
|
|
73922
|
+
"resourceType": "contact-flow",
|
|
73923
|
+
"required": true,
|
|
73924
|
+
"conditionKeys": [],
|
|
73925
|
+
"dependentActions": []
|
|
73926
|
+
},
|
|
73927
|
+
{
|
|
73928
|
+
"resourceType": "",
|
|
73929
|
+
"required": false,
|
|
73930
|
+
"conditionKeys": [
|
|
73931
|
+
"aws:ResourceTag/${TagKey}",
|
|
73932
|
+
"connect:InstanceId",
|
|
73933
|
+
"connect:FlowType"
|
|
73934
|
+
],
|
|
73935
|
+
"dependentActions": []
|
|
73936
|
+
}
|
|
73937
|
+
]
|
|
73938
|
+
},
|
|
73622
73939
|
{
|
|
73623
73940
|
"name": "CreateEvaluationForm",
|
|
73624
73941
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateEvaluationForm.html",
|
|
@@ -74375,7 +74692,8 @@
|
|
|
74375
74692
|
"required": false,
|
|
74376
74693
|
"conditionKeys": [
|
|
74377
74694
|
"aws:ResourceTag/${TagKey}",
|
|
74378
|
-
"connect:InstanceId"
|
|
74695
|
+
"connect:InstanceId",
|
|
74696
|
+
"connect:FlowType"
|
|
74379
74697
|
],
|
|
74380
74698
|
"dependentActions": []
|
|
74381
74699
|
}
|
|
@@ -75024,7 +75342,8 @@
|
|
|
75024
75342
|
"required": false,
|
|
75025
75343
|
"conditionKeys": [
|
|
75026
75344
|
"aws:ResourceTag/${TagKey}",
|
|
75027
|
-
"connect:InstanceId"
|
|
75345
|
+
"connect:InstanceId",
|
|
75346
|
+
"connect:FlowType"
|
|
75028
75347
|
],
|
|
75029
75348
|
"dependentActions": []
|
|
75030
75349
|
}
|
|
@@ -76474,6 +76793,31 @@
|
|
|
76474
76793
|
}
|
|
76475
76794
|
]
|
|
76476
76795
|
},
|
|
76796
|
+
{
|
|
76797
|
+
"name": "ListContactFlowVersions",
|
|
76798
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListContactFlowVersions.html",
|
|
76799
|
+
"permissionOnly": false,
|
|
76800
|
+
"description": "Grants permission to list all the versions a flow in an Amazon Connect instance",
|
|
76801
|
+
"accessLevel": "List",
|
|
76802
|
+
"resourceTypes": [
|
|
76803
|
+
{
|
|
76804
|
+
"resourceType": "contact-flow",
|
|
76805
|
+
"required": true,
|
|
76806
|
+
"conditionKeys": [],
|
|
76807
|
+
"dependentActions": []
|
|
76808
|
+
},
|
|
76809
|
+
{
|
|
76810
|
+
"resourceType": "",
|
|
76811
|
+
"required": false,
|
|
76812
|
+
"conditionKeys": [
|
|
76813
|
+
"aws:ResourceTag/${TagKey}",
|
|
76814
|
+
"connect:InstanceId",
|
|
76815
|
+
"connect:FlowType"
|
|
76816
|
+
],
|
|
76817
|
+
"dependentActions": []
|
|
76818
|
+
}
|
|
76819
|
+
]
|
|
76820
|
+
},
|
|
76477
76821
|
{
|
|
76478
76822
|
"name": "ListContactFlows",
|
|
76479
76823
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_ListContactFlows.html",
|
|
@@ -77760,7 +78104,8 @@
|
|
|
77760
78104
|
"required": false,
|
|
77761
78105
|
"conditionKeys": [
|
|
77762
78106
|
"connect:InstanceId",
|
|
77763
|
-
"connect:SearchTag/${TagKey}"
|
|
78107
|
+
"connect:SearchTag/${TagKey}",
|
|
78108
|
+
"connect:FlowType"
|
|
77764
78109
|
],
|
|
77765
78110
|
"dependentActions": []
|
|
77766
78111
|
}
|
|
@@ -79080,7 +79425,8 @@
|
|
|
79080
79425
|
"required": false,
|
|
79081
79426
|
"conditionKeys": [
|
|
79082
79427
|
"aws:ResourceTag/${TagKey}",
|
|
79083
|
-
"connect:InstanceId"
|
|
79428
|
+
"connect:InstanceId",
|
|
79429
|
+
"connect:FlowType"
|
|
79084
79430
|
],
|
|
79085
79431
|
"dependentActions": []
|
|
79086
79432
|
}
|
|
@@ -79104,7 +79450,8 @@
|
|
|
79104
79450
|
"required": false,
|
|
79105
79451
|
"conditionKeys": [
|
|
79106
79452
|
"aws:ResourceTag/${TagKey}",
|
|
79107
|
-
"connect:InstanceId"
|
|
79453
|
+
"connect:InstanceId",
|
|
79454
|
+
"connect:FlowType"
|
|
79108
79455
|
],
|
|
79109
79456
|
"dependentActions": []
|
|
79110
79457
|
}
|
|
@@ -79176,7 +79523,8 @@
|
|
|
79176
79523
|
"required": false,
|
|
79177
79524
|
"conditionKeys": [
|
|
79178
79525
|
"aws:ResourceTag/${TagKey}",
|
|
79179
|
-
"connect:InstanceId"
|
|
79526
|
+
"connect:InstanceId",
|
|
79527
|
+
"connect:FlowType"
|
|
79180
79528
|
],
|
|
79181
79529
|
"dependentActions": []
|
|
79182
79530
|
}
|
|
@@ -80489,6 +80837,12 @@
|
|
|
80489
80837
|
"description": "Filters access by the attribute type of the Amazon Connect instance",
|
|
80490
80838
|
"type": "String"
|
|
80491
80839
|
},
|
|
80840
|
+
{
|
|
80841
|
+
"name": "connect:FlowType",
|
|
80842
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_service-with-iam.html",
|
|
80843
|
+
"description": "Filters access by Flow type",
|
|
80844
|
+
"type": "ArrayOfString"
|
|
80845
|
+
},
|
|
80492
80846
|
{
|
|
80493
80847
|
"name": "connect:InstanceId",
|
|
80494
80848
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_service-with-iam.html",
|
|
@@ -131553,6 +131907,8 @@
|
|
|
131553
131907
|
"resourceType": "",
|
|
131554
131908
|
"required": false,
|
|
131555
131909
|
"conditionKeys": [
|
|
131910
|
+
"autoscaling:CapacityReservationIds",
|
|
131911
|
+
"autoscaling:CapacityReservationResourceGroupArns",
|
|
131556
131912
|
"autoscaling:InstanceTypes",
|
|
131557
131913
|
"autoscaling:LaunchConfigurationName",
|
|
131558
131914
|
"autoscaling:LaunchTemplateVersionSpecified",
|
|
@@ -132573,6 +132929,8 @@
|
|
|
132573
132929
|
"resourceType": "",
|
|
132574
132930
|
"required": false,
|
|
132575
132931
|
"conditionKeys": [
|
|
132932
|
+
"autoscaling:CapacityReservationIds",
|
|
132933
|
+
"autoscaling:CapacityReservationResourceGroupArns",
|
|
132576
132934
|
"autoscaling:InstanceTypes",
|
|
132577
132935
|
"autoscaling:LaunchConfigurationName",
|
|
132578
132936
|
"autoscaling:LaunchTemplateVersionSpecified",
|
|
@@ -132603,6 +132961,18 @@
|
|
|
132603
132961
|
}
|
|
132604
132962
|
],
|
|
132605
132963
|
"conditionKeys": [
|
|
132964
|
+
{
|
|
132965
|
+
"name": "autoscaling:CapacityReservationIds",
|
|
132966
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/autoscaling/latest/userguide/control-access-using-iam.html#policy-auto-scaling-condition-keys",
|
|
132967
|
+
"description": "Filters access based on the Capacity Reservation IDs",
|
|
132968
|
+
"type": "ArrayOfString"
|
|
132969
|
+
},
|
|
132970
|
+
{
|
|
132971
|
+
"name": "autoscaling:CapacityReservationResourceGroupArns",
|
|
132972
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/autoscaling/latest/userguide/control-access-using-iam.html#policy-auto-scaling-condition-keys",
|
|
132973
|
+
"description": "Filters access based on the ARN of a Capacity Reservation resource group",
|
|
132974
|
+
"type": "ArrayOfString"
|
|
132975
|
+
},
|
|
132606
132976
|
{
|
|
132607
132977
|
"name": "autoscaling:ImageId",
|
|
132608
132978
|
"apiReferenceUrl": "https://docs.aws.amazon.com/autoscaling/latest/userguide/control-access-using-iam.html#policy-auto-scaling-condition-keys",
|
|
@@ -144188,6 +144558,21 @@
|
|
|
144188
144558
|
}
|
|
144189
144559
|
]
|
|
144190
144560
|
},
|
|
144561
|
+
{
|
|
144562
|
+
"name": "DescribeCapacityReservation",
|
|
144563
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeCapacityReservation.html",
|
|
144564
|
+
"permissionOnly": false,
|
|
144565
|
+
"description": "Grants permission to describe the capacity reservation for a load balancer ",
|
|
144566
|
+
"accessLevel": "Read",
|
|
144567
|
+
"resourceTypes": [
|
|
144568
|
+
{
|
|
144569
|
+
"resourceType": "",
|
|
144570
|
+
"required": false,
|
|
144571
|
+
"conditionKeys": [],
|
|
144572
|
+
"dependentActions": []
|
|
144573
|
+
}
|
|
144574
|
+
]
|
|
144575
|
+
},
|
|
144191
144576
|
{
|
|
144192
144577
|
"name": "DescribeListenerAttributes",
|
|
144193
144578
|
"apiReferenceUrl": "https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeListenerAttributes.html",
|
|
@@ -144470,6 +144855,36 @@
|
|
|
144470
144855
|
}
|
|
144471
144856
|
]
|
|
144472
144857
|
},
|
|
144858
|
+
{
|
|
144859
|
+
"name": "ModifyCapacityReservation",
|
|
144860
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_ModifyCapacityReservation.html",
|
|
144861
|
+
"permissionOnly": false,
|
|
144862
|
+
"description": "Grants permission to modify the capacity reservation for a load balancer",
|
|
144863
|
+
"accessLevel": "Write",
|
|
144864
|
+
"resourceTypes": [
|
|
144865
|
+
{
|
|
144866
|
+
"resourceType": "loadbalancer/app/",
|
|
144867
|
+
"required": false,
|
|
144868
|
+
"conditionKeys": [],
|
|
144869
|
+
"dependentActions": []
|
|
144870
|
+
},
|
|
144871
|
+
{
|
|
144872
|
+
"resourceType": "loadbalancer/net/",
|
|
144873
|
+
"required": false,
|
|
144874
|
+
"conditionKeys": [],
|
|
144875
|
+
"dependentActions": []
|
|
144876
|
+
},
|
|
144877
|
+
{
|
|
144878
|
+
"resourceType": "",
|
|
144879
|
+
"required": false,
|
|
144880
|
+
"conditionKeys": [
|
|
144881
|
+
"aws:ResourceTag/${TagKey}",
|
|
144882
|
+
"elasticloadbalancing:ResourceTag/${TagKey}"
|
|
144883
|
+
],
|
|
144884
|
+
"dependentActions": []
|
|
144885
|
+
}
|
|
144886
|
+
]
|
|
144887
|
+
},
|
|
144473
144888
|
{
|
|
144474
144889
|
"name": "ModifyListener",
|
|
144475
144890
|
"apiReferenceUrl": "https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_ModifyListener.html",
|
|
@@ -372248,6 +372663,21 @@
|
|
|
372248
372663
|
}
|
|
372249
372664
|
]
|
|
372250
372665
|
},
|
|
372666
|
+
{
|
|
372667
|
+
"name": "CancelTraceRetrieval",
|
|
372668
|
+
"apiReferenceUrl": "API_CancelTraceRetrieval.html",
|
|
372669
|
+
"permissionOnly": false,
|
|
372670
|
+
"description": "Grants permission to cancel an ongoing trace retrieval job initiated by StartTraceRetrieval using the provided RetrievalToken. A successful cancellation will return an HTTP 200 response",
|
|
372671
|
+
"accessLevel": "Read",
|
|
372672
|
+
"resourceTypes": [
|
|
372673
|
+
{
|
|
372674
|
+
"resourceType": "",
|
|
372675
|
+
"required": false,
|
|
372676
|
+
"conditionKeys": [],
|
|
372677
|
+
"dependentActions": []
|
|
372678
|
+
}
|
|
372679
|
+
]
|
|
372680
|
+
},
|
|
372251
372681
|
{
|
|
372252
372682
|
"name": "CreateGroup",
|
|
372253
372683
|
"apiReferenceUrl": "https://docs.aws.amazon.com/xray/latest/api/API_CreateGroup.html",
|
|
@@ -372425,6 +372855,21 @@
|
|
|
372425
372855
|
}
|
|
372426
372856
|
]
|
|
372427
372857
|
},
|
|
372858
|
+
{
|
|
372859
|
+
"name": "GetIndexingRules",
|
|
372860
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/xray/latest/api/API_GetIndexingRules.html",
|
|
372861
|
+
"permissionOnly": false,
|
|
372862
|
+
"description": "Grants permission to retrieve all indexing rules. Indexing rules are used to determine the server-side sampling rate for spans ingested through the CloudWatchLogs destination and indexed by X-Ray",
|
|
372863
|
+
"accessLevel": "Read",
|
|
372864
|
+
"resourceTypes": [
|
|
372865
|
+
{
|
|
372866
|
+
"resourceType": "",
|
|
372867
|
+
"required": false,
|
|
372868
|
+
"conditionKeys": [],
|
|
372869
|
+
"dependentActions": []
|
|
372870
|
+
}
|
|
372871
|
+
]
|
|
372872
|
+
},
|
|
372428
372873
|
{
|
|
372429
372874
|
"name": "GetInsight",
|
|
372430
372875
|
"apiReferenceUrl": "https://docs.aws.amazon.com/xray/latest/api/API_GetInsight.html",
|
|
@@ -372485,6 +372930,21 @@
|
|
|
372485
372930
|
}
|
|
372486
372931
|
]
|
|
372487
372932
|
},
|
|
372933
|
+
{
|
|
372934
|
+
"name": "GetRetrievedTracesGraph",
|
|
372935
|
+
"apiReferenceUrl": "API_GetRetrievedTracesGraph.html",
|
|
372936
|
+
"permissionOnly": false,
|
|
372937
|
+
"description": "Grants permission to retrieve a service graph for traces based on the specified RetrievalToken from the Transaction Search CloudWatch log group",
|
|
372938
|
+
"accessLevel": "Read",
|
|
372939
|
+
"resourceTypes": [
|
|
372940
|
+
{
|
|
372941
|
+
"resourceType": "",
|
|
372942
|
+
"required": false,
|
|
372943
|
+
"conditionKeys": [],
|
|
372944
|
+
"dependentActions": []
|
|
372945
|
+
}
|
|
372946
|
+
]
|
|
372947
|
+
},
|
|
372488
372948
|
{
|
|
372489
372949
|
"name": "GetSamplingRules",
|
|
372490
372950
|
"apiReferenceUrl": "https://docs.aws.amazon.com/xray/latest/api/API_GetSamplingRules.html",
|
|
@@ -372575,6 +373035,21 @@
|
|
|
372575
373035
|
}
|
|
372576
373036
|
]
|
|
372577
373037
|
},
|
|
373038
|
+
{
|
|
373039
|
+
"name": "GetTraceSegmentDestination",
|
|
373040
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/xray/latest/api/API_GetTraceSegmentDestination.html",
|
|
373041
|
+
"permissionOnly": false,
|
|
373042
|
+
"description": "Grants permission to retrieve the current destination of data sent to PutTraceSegments and OpenTelemetry API",
|
|
373043
|
+
"accessLevel": "Read",
|
|
373044
|
+
"resourceTypes": [
|
|
373045
|
+
{
|
|
373046
|
+
"resourceType": "",
|
|
373047
|
+
"required": false,
|
|
373048
|
+
"conditionKeys": [],
|
|
373049
|
+
"dependentActions": []
|
|
373050
|
+
}
|
|
373051
|
+
]
|
|
373052
|
+
},
|
|
372578
373053
|
{
|
|
372579
373054
|
"name": "GetTraceSummaries",
|
|
372580
373055
|
"apiReferenceUrl": "https://docs.aws.amazon.com/xray/latest/api/API_GetTraceSummaries.html",
|
|
@@ -372620,6 +373095,21 @@
|
|
|
372620
373095
|
}
|
|
372621
373096
|
]
|
|
372622
373097
|
},
|
|
373098
|
+
{
|
|
373099
|
+
"name": "ListRetrievedTraces",
|
|
373100
|
+
"apiReferenceUrl": "API_ListRetrievedTraces.html",
|
|
373101
|
+
"permissionOnly": false,
|
|
373102
|
+
"description": "Grants permission to retrieve a list of traces for a given RetrievalToken from the Transaction Search CloudWatch log group",
|
|
373103
|
+
"accessLevel": "List",
|
|
373104
|
+
"resourceTypes": [
|
|
373105
|
+
{
|
|
373106
|
+
"resourceType": "",
|
|
373107
|
+
"required": false,
|
|
373108
|
+
"conditionKeys": [],
|
|
373109
|
+
"dependentActions": []
|
|
373110
|
+
}
|
|
373111
|
+
]
|
|
373112
|
+
},
|
|
372623
373113
|
{
|
|
372624
373114
|
"name": "ListTagsForResource",
|
|
372625
373115
|
"apiReferenceUrl": "https://docs.aws.amazon.com/xray/latest/api/API_ListTagsForResource.html",
|
|
@@ -372671,6 +373161,36 @@
|
|
|
372671
373161
|
}
|
|
372672
373162
|
]
|
|
372673
373163
|
},
|
|
373164
|
+
{
|
|
373165
|
+
"name": "PutSpans",
|
|
373166
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/xray/latest/api/API_PutSpans.html",
|
|
373167
|
+
"permissionOnly": false,
|
|
373168
|
+
"description": "Grants permission to upload OpenTelemetry spans to AWS X-Ray",
|
|
373169
|
+
"accessLevel": "Write",
|
|
373170
|
+
"resourceTypes": [
|
|
373171
|
+
{
|
|
373172
|
+
"resourceType": "",
|
|
373173
|
+
"required": false,
|
|
373174
|
+
"conditionKeys": [],
|
|
373175
|
+
"dependentActions": []
|
|
373176
|
+
}
|
|
373177
|
+
]
|
|
373178
|
+
},
|
|
373179
|
+
{
|
|
373180
|
+
"name": "PutSpansForIndexing",
|
|
373181
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/xray/latest/devguide/security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-console",
|
|
373182
|
+
"permissionOnly": true,
|
|
373183
|
+
"description": "Grants permission to upload spans to AWS X-Ray to be indexed",
|
|
373184
|
+
"accessLevel": "Write",
|
|
373185
|
+
"resourceTypes": [
|
|
373186
|
+
{
|
|
373187
|
+
"resourceType": "",
|
|
373188
|
+
"required": false,
|
|
373189
|
+
"conditionKeys": [],
|
|
373190
|
+
"dependentActions": []
|
|
373191
|
+
}
|
|
373192
|
+
]
|
|
373193
|
+
},
|
|
372674
373194
|
{
|
|
372675
373195
|
"name": "PutTelemetryRecords",
|
|
372676
373196
|
"apiReferenceUrl": "https://docs.aws.amazon.com/xray/latest/api/API_PutTelemetryRecords.html",
|
|
@@ -372701,6 +373221,21 @@
|
|
|
372701
373221
|
}
|
|
372702
373222
|
]
|
|
372703
373223
|
},
|
|
373224
|
+
{
|
|
373225
|
+
"name": "StartTraceRetrieval",
|
|
373226
|
+
"apiReferenceUrl": "API_StartTraceRetrieval",
|
|
373227
|
+
"permissionOnly": false,
|
|
373228
|
+
"description": "Grants permission to initiate a trace retrieval process using the specified time range and for the given trace IDs on the Transaction Search CloudWatch log group",
|
|
373229
|
+
"accessLevel": "Read",
|
|
373230
|
+
"resourceTypes": [
|
|
373231
|
+
{
|
|
373232
|
+
"resourceType": "",
|
|
373233
|
+
"required": false,
|
|
373234
|
+
"conditionKeys": [],
|
|
373235
|
+
"dependentActions": []
|
|
373236
|
+
}
|
|
373237
|
+
]
|
|
373238
|
+
},
|
|
372704
373239
|
{
|
|
372705
373240
|
"name": "TagResource",
|
|
372706
373241
|
"apiReferenceUrl": "https://docs.aws.amazon.com/xray/latest/api/API_TagResource.html",
|
|
@@ -372783,6 +373318,21 @@
|
|
|
372783
373318
|
}
|
|
372784
373319
|
]
|
|
372785
373320
|
},
|
|
373321
|
+
{
|
|
373322
|
+
"name": "UpdateIndexingRule",
|
|
373323
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/xray/latest/api/API_UpdateIndexingRule.html",
|
|
373324
|
+
"permissionOnly": false,
|
|
373325
|
+
"description": "Grants permission to modify an indexing rule's configuration",
|
|
373326
|
+
"accessLevel": "Write",
|
|
373327
|
+
"resourceTypes": [
|
|
373328
|
+
{
|
|
373329
|
+
"resourceType": "",
|
|
373330
|
+
"required": false,
|
|
373331
|
+
"conditionKeys": [],
|
|
373332
|
+
"dependentActions": []
|
|
373333
|
+
}
|
|
373334
|
+
]
|
|
373335
|
+
},
|
|
372786
373336
|
{
|
|
372787
373337
|
"name": "UpdateSamplingRule",
|
|
372788
373338
|
"apiReferenceUrl": "https://docs.aws.amazon.com/xray/latest/api/API_UpdateSamplingRule.html",
|
|
@@ -372805,6 +373355,21 @@
|
|
|
372805
373355
|
"dependentActions": []
|
|
372806
373356
|
}
|
|
372807
373357
|
]
|
|
373358
|
+
},
|
|
373359
|
+
{
|
|
373360
|
+
"name": "UpdateTraceSegmentDestination",
|
|
373361
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/xray/latest/api/API_UpdateTraceSegmentDestination.html",
|
|
373362
|
+
"permissionOnly": false,
|
|
373363
|
+
"description": "Grants permission to modify the destination of data sent to PutTraceSegments and OpenTelemetry API",
|
|
373364
|
+
"accessLevel": "Write",
|
|
373365
|
+
"resourceTypes": [
|
|
373366
|
+
{
|
|
373367
|
+
"resourceType": "",
|
|
373368
|
+
"required": false,
|
|
373369
|
+
"conditionKeys": [],
|
|
373370
|
+
"dependentActions": []
|
|
373371
|
+
}
|
|
373372
|
+
]
|
|
372808
373373
|
}
|
|
372809
373374
|
],
|
|
372810
373375
|
"resourceTypes": [
|
|
@@ -2109,7 +2109,7 @@
|
|
|
2109
2109
|
"name": "Amazon Bedrock",
|
|
2110
2110
|
"servicePrefix": "bedrock",
|
|
2111
2111
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrock.html",
|
|
2112
|
-
"actionsCount":
|
|
2112
|
+
"actionsCount": 136,
|
|
2113
2113
|
"actions": [
|
|
2114
2114
|
"AllowVendedLogDeliveryForResource",
|
|
2115
2115
|
"ApplyGuardrail",
|
|
@@ -2190,6 +2190,7 @@
|
|
|
2190
2190
|
"InvokeAgent",
|
|
2191
2191
|
"InvokeBuilder",
|
|
2192
2192
|
"InvokeFlow",
|
|
2193
|
+
"InvokeInlineAgent",
|
|
2193
2194
|
"InvokeModel",
|
|
2194
2195
|
"InvokeModelWithResponseStream",
|
|
2195
2196
|
"ListAgentActionGroups",
|
|
@@ -3453,10 +3454,12 @@
|
|
|
3453
3454
|
"name": "Amazon CloudFront",
|
|
3454
3455
|
"servicePrefix": "cloudfront",
|
|
3455
3456
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudfront.html",
|
|
3456
|
-
"actionsCount":
|
|
3457
|
+
"actionsCount": 129,
|
|
3457
3458
|
"actions": [
|
|
3459
|
+
"AllowVendedLogDeliveryForResource",
|
|
3458
3460
|
"AssociateAlias",
|
|
3459
3461
|
"CopyDistribution",
|
|
3462
|
+
"CreateAnycastIpList",
|
|
3460
3463
|
"CreateCachePolicy",
|
|
3461
3464
|
"CreateCloudFrontOriginAccessIdentity",
|
|
3462
3465
|
"CreateContinuousDeploymentPolicy",
|
|
@@ -3476,6 +3479,8 @@
|
|
|
3476
3479
|
"CreateSavingsPlan",
|
|
3477
3480
|
"CreateStreamingDistribution",
|
|
3478
3481
|
"CreateStreamingDistributionWithTags",
|
|
3482
|
+
"CreateVpcOrigin",
|
|
3483
|
+
"DeleteAnycastIpList",
|
|
3479
3484
|
"DeleteCachePolicy",
|
|
3480
3485
|
"DeleteCloudFrontOriginAccessIdentity",
|
|
3481
3486
|
"DeleteContinuousDeploymentPolicy",
|
|
@@ -3492,8 +3497,10 @@
|
|
|
3492
3497
|
"DeleteRealtimeLogConfig",
|
|
3493
3498
|
"DeleteResponseHeadersPolicy",
|
|
3494
3499
|
"DeleteStreamingDistribution",
|
|
3500
|
+
"DeleteVpcOrigin",
|
|
3495
3501
|
"DescribeFunction",
|
|
3496
3502
|
"DescribeKeyValueStore",
|
|
3503
|
+
"GetAnycastIpList",
|
|
3497
3504
|
"GetCachePolicy",
|
|
3498
3505
|
"GetCachePolicyConfig",
|
|
3499
3506
|
"GetCloudFrontOriginAccessIdentity",
|
|
@@ -3523,17 +3530,21 @@
|
|
|
3523
3530
|
"GetSavingsPlan",
|
|
3524
3531
|
"GetStreamingDistribution",
|
|
3525
3532
|
"GetStreamingDistributionConfig",
|
|
3533
|
+
"GetVpcOrigin",
|
|
3534
|
+
"ListAnycastIpLists",
|
|
3526
3535
|
"ListCachePolicies",
|
|
3527
3536
|
"ListCloudFrontOriginAccessIdentities",
|
|
3528
3537
|
"ListConflictingAliases",
|
|
3529
3538
|
"ListContinuousDeploymentPolicies",
|
|
3530
3539
|
"ListDistributions",
|
|
3540
|
+
"ListDistributionsByAnycastIpListId",
|
|
3531
3541
|
"ListDistributionsByCachePolicyId",
|
|
3532
3542
|
"ListDistributionsByKeyGroup",
|
|
3533
3543
|
"ListDistributionsByLambdaFunction",
|
|
3534
3544
|
"ListDistributionsByOriginRequestPolicyId",
|
|
3535
3545
|
"ListDistributionsByRealtimeLogConfig",
|
|
3536
3546
|
"ListDistributionsByResponseHeadersPolicyId",
|
|
3547
|
+
"ListDistributionsByVpcOriginId",
|
|
3537
3548
|
"ListDistributionsByWebACLId",
|
|
3538
3549
|
"ListFieldLevelEncryptionConfigs",
|
|
3539
3550
|
"ListFieldLevelEncryptionProfiles",
|
|
@@ -3551,6 +3562,7 @@
|
|
|
3551
3562
|
"ListStreamingDistributions",
|
|
3552
3563
|
"ListTagsForResource",
|
|
3553
3564
|
"ListUsages",
|
|
3565
|
+
"ListVpcOrigins",
|
|
3554
3566
|
"PublishFunction",
|
|
3555
3567
|
"TagResource",
|
|
3556
3568
|
"TestFunction",
|
|
@@ -3571,9 +3583,10 @@
|
|
|
3571
3583
|
"UpdateRealtimeLogConfig",
|
|
3572
3584
|
"UpdateResponseHeadersPolicy",
|
|
3573
3585
|
"UpdateSavingsPlan",
|
|
3574
|
-
"UpdateStreamingDistribution"
|
|
3586
|
+
"UpdateStreamingDistribution",
|
|
3587
|
+
"UpdateVpcOrigin"
|
|
3575
3588
|
],
|
|
3576
|
-
"resourceTypesCount":
|
|
3589
|
+
"resourceTypesCount": 15,
|
|
3577
3590
|
"resourceTypes": [
|
|
3578
3591
|
"distribution",
|
|
3579
3592
|
"streaming-distribution",
|
|
@@ -3587,7 +3600,9 @@
|
|
|
3587
3600
|
"key-value-store",
|
|
3588
3601
|
"response-headers-policy",
|
|
3589
3602
|
"origin-access-control",
|
|
3590
|
-
"continuous-deployment-policy"
|
|
3603
|
+
"continuous-deployment-policy",
|
|
3604
|
+
"anycast-ip-list",
|
|
3605
|
+
"vpcorigin"
|
|
3591
3606
|
],
|
|
3592
3607
|
"conditionKeysCount": 3,
|
|
3593
3608
|
"conditionKeys": [
|
|
@@ -5534,7 +5549,7 @@
|
|
|
5534
5549
|
"name": "AWS Compute Optimizer",
|
|
5535
5550
|
"servicePrefix": "compute-optimizer",
|
|
5536
5551
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscomputeoptimizer.html",
|
|
5537
|
-
"actionsCount":
|
|
5552
|
+
"actionsCount": 28,
|
|
5538
5553
|
"actions": [
|
|
5539
5554
|
"DeleteRecommendationPreferences",
|
|
5540
5555
|
"DescribeRecommendationExportJobs",
|
|
@@ -5542,6 +5557,7 @@
|
|
|
5542
5557
|
"ExportEBSVolumeRecommendations",
|
|
5543
5558
|
"ExportEC2InstanceRecommendations",
|
|
5544
5559
|
"ExportECSServiceRecommendations",
|
|
5560
|
+
"ExportIdleRecommendations",
|
|
5545
5561
|
"ExportLambdaFunctionRecommendations",
|
|
5546
5562
|
"ExportLicenseRecommendations",
|
|
5547
5563
|
"ExportRDSDatabaseRecommendations",
|
|
@@ -5554,6 +5570,7 @@
|
|
|
5554
5570
|
"GetEffectiveRecommendationPreferences",
|
|
5555
5571
|
"GetEnrollmentStatus",
|
|
5556
5572
|
"GetEnrollmentStatusesForOrganization",
|
|
5573
|
+
"GetIdleRecommendations",
|
|
5557
5574
|
"GetLambdaFunctionRecommendations",
|
|
5558
5575
|
"GetLicenseRecommendations",
|
|
5559
5576
|
"GetRDSDatabaseRecommendationProjectedMetrics",
|
|
@@ -5691,7 +5708,7 @@
|
|
|
5691
5708
|
"name": "Amazon Connect",
|
|
5692
5709
|
"servicePrefix": "connect",
|
|
5693
5710
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html",
|
|
5694
|
-
"actionsCount":
|
|
5711
|
+
"actionsCount": 275,
|
|
5695
5712
|
"actions": [
|
|
5696
5713
|
"ActivateEvaluationForm",
|
|
5697
5714
|
"AdminGetEmergencyAccessToken",
|
|
@@ -5721,6 +5738,7 @@
|
|
|
5721
5738
|
"CreateAuthenticationProfile",
|
|
5722
5739
|
"CreateContactFlow",
|
|
5723
5740
|
"CreateContactFlowModule",
|
|
5741
|
+
"CreateContactFlowVersion",
|
|
5724
5742
|
"CreateEvaluationForm",
|
|
5725
5743
|
"CreateHoursOfOperation",
|
|
5726
5744
|
"CreateHoursOfOperationOverride",
|
|
@@ -5830,6 +5848,7 @@
|
|
|
5830
5848
|
"ListBots",
|
|
5831
5849
|
"ListContactEvaluations",
|
|
5832
5850
|
"ListContactFlowModules",
|
|
5851
|
+
"ListContactFlowVersions",
|
|
5833
5852
|
"ListContactFlows",
|
|
5834
5853
|
"ListContactReferences",
|
|
5835
5854
|
"ListDefaultVocabularies",
|
|
@@ -6006,12 +6025,13 @@
|
|
|
6006
6025
|
"customer-managed-view-version",
|
|
6007
6026
|
"attached-file"
|
|
6008
6027
|
],
|
|
6009
|
-
"conditionKeysCount":
|
|
6028
|
+
"conditionKeysCount": 12,
|
|
6010
6029
|
"conditionKeys": [
|
|
6011
6030
|
"aws:RequestTag/${TagKey}",
|
|
6012
6031
|
"aws:ResourceTag/${TagKey}",
|
|
6013
6032
|
"aws:TagKeys",
|
|
6014
6033
|
"connect:AttributeType",
|
|
6034
|
+
"connect:FlowType",
|
|
6015
6035
|
"connect:InstanceId",
|
|
6016
6036
|
"connect:MonitorCapabilities",
|
|
6017
6037
|
"connect:SearchContactsByContactAnalysis",
|
|
@@ -9082,8 +9102,10 @@
|
|
|
9082
9102
|
"autoScalingGroup",
|
|
9083
9103
|
"launchConfiguration"
|
|
9084
9104
|
],
|
|
9085
|
-
"conditionKeysCount":
|
|
9105
|
+
"conditionKeysCount": 21,
|
|
9086
9106
|
"conditionKeys": [
|
|
9107
|
+
"autoscaling:CapacityReservationIds",
|
|
9108
|
+
"autoscaling:CapacityReservationResourceGroupArns",
|
|
9087
9109
|
"autoscaling:ImageId",
|
|
9088
9110
|
"autoscaling:InstanceType",
|
|
9089
9111
|
"autoscaling:InstanceTypes",
|
|
@@ -9933,7 +9955,7 @@
|
|
|
9933
9955
|
"name": "AWS Elastic Load Balancing V2",
|
|
9934
9956
|
"servicePrefix": "elasticloadbalancing",
|
|
9935
9957
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awselasticloadbalancingv2.html",
|
|
9936
|
-
"actionsCount":
|
|
9958
|
+
"actionsCount": 51,
|
|
9937
9959
|
"actions": [
|
|
9938
9960
|
"AddListenerCertificates",
|
|
9939
9961
|
"AddTags",
|
|
@@ -9951,6 +9973,7 @@
|
|
|
9951
9973
|
"DeleteTrustStore",
|
|
9952
9974
|
"DeregisterTargets",
|
|
9953
9975
|
"DescribeAccountLimits",
|
|
9976
|
+
"DescribeCapacityReservation",
|
|
9954
9977
|
"DescribeListenerAttributes",
|
|
9955
9978
|
"DescribeListenerCertificates",
|
|
9956
9979
|
"DescribeListeners",
|
|
@@ -9968,6 +9991,7 @@
|
|
|
9968
9991
|
"GetResourcePolicy",
|
|
9969
9992
|
"GetTrustStoreCaCertificatesBundle",
|
|
9970
9993
|
"GetTrustStoreRevocationContent",
|
|
9994
|
+
"ModifyCapacityReservation",
|
|
9971
9995
|
"ModifyListener",
|
|
9972
9996
|
"ModifyListenerAttributes",
|
|
9973
9997
|
"ModifyLoadBalancerAttributes",
|
|
@@ -27178,10 +27202,11 @@
|
|
|
27178
27202
|
"name": "AWS X-Ray",
|
|
27179
27203
|
"servicePrefix": "xray",
|
|
27180
27204
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsx-ray.html",
|
|
27181
|
-
"actionsCount":
|
|
27205
|
+
"actionsCount": 43,
|
|
27182
27206
|
"actions": [
|
|
27183
27207
|
"BatchGetTraceSummaryById",
|
|
27184
27208
|
"BatchGetTraces",
|
|
27209
|
+
"CancelTraceRetrieval",
|
|
27185
27210
|
"CreateGroup",
|
|
27186
27211
|
"CreateSamplingRule",
|
|
27187
27212
|
"DeleteGroup",
|
|
@@ -27191,28 +27216,37 @@
|
|
|
27191
27216
|
"GetEncryptionConfig",
|
|
27192
27217
|
"GetGroup",
|
|
27193
27218
|
"GetGroups",
|
|
27219
|
+
"GetIndexingRules",
|
|
27194
27220
|
"GetInsight",
|
|
27195
27221
|
"GetInsightEvents",
|
|
27196
27222
|
"GetInsightImpactGraph",
|
|
27197
27223
|
"GetInsightSummaries",
|
|
27224
|
+
"GetRetrievedTracesGraph",
|
|
27198
27225
|
"GetSamplingRules",
|
|
27199
27226
|
"GetSamplingStatisticSummaries",
|
|
27200
27227
|
"GetSamplingTargets",
|
|
27201
27228
|
"GetServiceGraph",
|
|
27202
27229
|
"GetTimeSeriesServiceStatistics",
|
|
27203
27230
|
"GetTraceGraph",
|
|
27231
|
+
"GetTraceSegmentDestination",
|
|
27204
27232
|
"GetTraceSummaries",
|
|
27205
27233
|
"Link",
|
|
27206
27234
|
"ListResourcePolicies",
|
|
27235
|
+
"ListRetrievedTraces",
|
|
27207
27236
|
"ListTagsForResource",
|
|
27208
27237
|
"PutEncryptionConfig",
|
|
27209
27238
|
"PutResourcePolicy",
|
|
27239
|
+
"PutSpans",
|
|
27240
|
+
"PutSpansForIndexing",
|
|
27210
27241
|
"PutTelemetryRecords",
|
|
27211
27242
|
"PutTraceSegments",
|
|
27243
|
+
"StartTraceRetrieval",
|
|
27212
27244
|
"TagResource",
|
|
27213
27245
|
"UntagResource",
|
|
27214
27246
|
"UpdateGroup",
|
|
27215
|
-
"
|
|
27247
|
+
"UpdateIndexingRule",
|
|
27248
|
+
"UpdateSamplingRule",
|
|
27249
|
+
"UpdateTraceSegmentDestination"
|
|
27216
27250
|
],
|
|
27217
27251
|
"resourceTypesCount": 2,
|
|
27218
27252
|
"resourceTypes": [
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Read Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 4755
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "List Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 2889
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "Permissions Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 300
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Write Actions",
|
|
17
|
-
"value":
|
|
17
|
+
"value": 9799
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"Longest action names": [
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
"key": "Amazon Connect",
|
|
253
|
-
"value":
|
|
253
|
+
"value": 275
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
256
|
"key": "Amazon QuickSight",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1811
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 962
|
|
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.303",
|
|
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",
|