aws-iam-data 0.0.187 → 0.0.189
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/data/json/changelog.json +41 -0
- package/dist/data/json/iam.json +324 -36
- package/dist/data/json/metadata.json +31 -12
- package/dist/data/json/reports.json +5 -5
- package/package.json +1 -1
|
@@ -1,4 +1,45 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2024-04-18",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"Amazon CloudWatch Internet Monitor": [
|
|
8
|
+
"internetmonitor:GetInternetEvent",
|
|
9
|
+
"internetmonitor:ListInternetEvents"
|
|
10
|
+
],
|
|
11
|
+
"Amazon EMR on EKS (EMR Containers)": [
|
|
12
|
+
"emr-containers:CreateSecurityConfiguration",
|
|
13
|
+
"emr-containers:DescribeSecurityConfiguration",
|
|
14
|
+
"emr-containers:ListSecurityConfigurations"
|
|
15
|
+
],
|
|
16
|
+
"AWS Outposts": [
|
|
17
|
+
"outposts:CancelCapacityTask",
|
|
18
|
+
"outposts:GetCapacityTask",
|
|
19
|
+
"outposts:GetOutpostSupportedInstanceTypes",
|
|
20
|
+
"outposts:ListCapacityTasks",
|
|
21
|
+
"outposts:StartCapacityTask"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"removedActions": {}
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"dateOfChange": "2024-04-17",
|
|
28
|
+
"addedServices": [],
|
|
29
|
+
"removedServices": [],
|
|
30
|
+
"addedActions": {
|
|
31
|
+
"AWS Key Management Service": [
|
|
32
|
+
"kms:ListKeyRotations",
|
|
33
|
+
"kms:RotateKeyOnDemand"
|
|
34
|
+
],
|
|
35
|
+
"AWS Well-Architected Tool": [
|
|
36
|
+
"wellarchitected:ConfigureIntegration",
|
|
37
|
+
"wellarchitected:GetGlobalSettings",
|
|
38
|
+
"wellarchitected:UpdateIntegration"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"removedActions": {}
|
|
42
|
+
},
|
|
2
43
|
{
|
|
3
44
|
"dateOfChange": "2024-04-13",
|
|
4
45
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -48654,6 +48654,21 @@
|
|
|
48654
48654
|
}
|
|
48655
48655
|
]
|
|
48656
48656
|
},
|
|
48657
|
+
{
|
|
48658
|
+
"name": "GetInternetEvent",
|
|
48659
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/internet-monitor/latest/api/API_GetInternetEvent.html",
|
|
48660
|
+
"permissionOnly": false,
|
|
48661
|
+
"description": "Grants permission to get information about a specified internet event",
|
|
48662
|
+
"accessLevel": "Read",
|
|
48663
|
+
"resourceTypes": [
|
|
48664
|
+
{
|
|
48665
|
+
"resourceType": "InternetEvent",
|
|
48666
|
+
"required": true,
|
|
48667
|
+
"conditionKeys": [],
|
|
48668
|
+
"dependentActions": []
|
|
48669
|
+
}
|
|
48670
|
+
]
|
|
48671
|
+
},
|
|
48657
48672
|
{
|
|
48658
48673
|
"name": "GetMonitor",
|
|
48659
48674
|
"apiReferenceUrl": "https://docs.aws.amazon.com/internet-monitor/latest/api/API_GetMonitor.html",
|
|
@@ -48729,6 +48744,21 @@
|
|
|
48729
48744
|
}
|
|
48730
48745
|
]
|
|
48731
48746
|
},
|
|
48747
|
+
{
|
|
48748
|
+
"name": "ListInternetEvents",
|
|
48749
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/internet-monitor/latest/api/API_ListInternetEvents.html",
|
|
48750
|
+
"permissionOnly": false,
|
|
48751
|
+
"description": "Grants permission to list all internet events",
|
|
48752
|
+
"accessLevel": "List",
|
|
48753
|
+
"resourceTypes": [
|
|
48754
|
+
{
|
|
48755
|
+
"resourceType": "",
|
|
48756
|
+
"required": false,
|
|
48757
|
+
"conditionKeys": [],
|
|
48758
|
+
"dependentActions": []
|
|
48759
|
+
}
|
|
48760
|
+
]
|
|
48761
|
+
},
|
|
48732
48762
|
{
|
|
48733
48763
|
"name": "ListMonitors",
|
|
48734
48764
|
"apiReferenceUrl": "https://docs.aws.amazon.com/internet-monitor/latest/api/API_ListMonitors.html",
|
|
@@ -48866,6 +48896,12 @@
|
|
|
48866
48896
|
"conditionKeys": [
|
|
48867
48897
|
"aws:ResourceTag/${TagKey}"
|
|
48868
48898
|
]
|
|
48899
|
+
},
|
|
48900
|
+
{
|
|
48901
|
+
"name": "InternetEvent",
|
|
48902
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-components.html",
|
|
48903
|
+
"arnPattern": "arn:${Partition}:internetmonitor::${Account}:internet-event/${InternetEventId}",
|
|
48904
|
+
"conditionKeys": []
|
|
48869
48905
|
}
|
|
48870
48906
|
],
|
|
48871
48907
|
"conditionKeys": [
|
|
@@ -146729,6 +146765,24 @@
|
|
|
146729
146765
|
}
|
|
146730
146766
|
]
|
|
146731
146767
|
},
|
|
146768
|
+
{
|
|
146769
|
+
"name": "CreateSecurityConfiguration",
|
|
146770
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/emr-on-eks/latest/APIReference/API_CreateSecurityConfiguration.html",
|
|
146771
|
+
"permissionOnly": false,
|
|
146772
|
+
"description": "Grants permission to create a security configuration",
|
|
146773
|
+
"accessLevel": "Write",
|
|
146774
|
+
"resourceTypes": [
|
|
146775
|
+
{
|
|
146776
|
+
"resourceType": "",
|
|
146777
|
+
"required": false,
|
|
146778
|
+
"conditionKeys": [
|
|
146779
|
+
"aws:RequestTag/${TagKey}",
|
|
146780
|
+
"aws:TagKeys"
|
|
146781
|
+
],
|
|
146782
|
+
"dependentActions": []
|
|
146783
|
+
}
|
|
146784
|
+
]
|
|
146785
|
+
},
|
|
146732
146786
|
{
|
|
146733
146787
|
"name": "CreateVirtualCluster",
|
|
146734
146788
|
"apiReferenceUrl": "https://docs.aws.amazon.com/emr-on-eks/latest/APIReference/API_CreateVirtualCluster.html",
|
|
@@ -146837,6 +146891,21 @@
|
|
|
146837
146891
|
}
|
|
146838
146892
|
]
|
|
146839
146893
|
},
|
|
146894
|
+
{
|
|
146895
|
+
"name": "DescribeSecurityConfiguration",
|
|
146896
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/emr-on-eks/latest/APIReference/API_DescribeSecurityConfiguration.html",
|
|
146897
|
+
"permissionOnly": false,
|
|
146898
|
+
"description": "Grants permission to describe a security configuration",
|
|
146899
|
+
"accessLevel": "Read",
|
|
146900
|
+
"resourceTypes": [
|
|
146901
|
+
{
|
|
146902
|
+
"resourceType": "securityConfiguration",
|
|
146903
|
+
"required": true,
|
|
146904
|
+
"conditionKeys": [],
|
|
146905
|
+
"dependentActions": []
|
|
146906
|
+
}
|
|
146907
|
+
]
|
|
146908
|
+
},
|
|
146840
146909
|
{
|
|
146841
146910
|
"name": "DescribeVirtualCluster",
|
|
146842
146911
|
"apiReferenceUrl": "https://docs.aws.amazon.com/emr-on-eks/latest/APIReference/API_DescribeVirtualCluster.html",
|
|
@@ -146912,6 +146981,21 @@
|
|
|
146912
146981
|
}
|
|
146913
146982
|
]
|
|
146914
146983
|
},
|
|
146984
|
+
{
|
|
146985
|
+
"name": "ListSecurityConfigurations",
|
|
146986
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/emr-on-eks/latest/APIReference/API_ListSecurityConfigurations.html",
|
|
146987
|
+
"permissionOnly": false,
|
|
146988
|
+
"description": "Grants permission to list security configurations",
|
|
146989
|
+
"accessLevel": "List",
|
|
146990
|
+
"resourceTypes": [
|
|
146991
|
+
{
|
|
146992
|
+
"resourceType": "",
|
|
146993
|
+
"required": false,
|
|
146994
|
+
"conditionKeys": [],
|
|
146995
|
+
"dependentActions": []
|
|
146996
|
+
}
|
|
146997
|
+
]
|
|
146998
|
+
},
|
|
146915
146999
|
{
|
|
146916
147000
|
"name": "ListTagsForResource",
|
|
146917
147001
|
"apiReferenceUrl": "https://docs.aws.amazon.com/emr-on-eks/latest/APIReference/API_ListTagsForResource.html",
|
|
@@ -147102,6 +147186,14 @@
|
|
|
147102
147186
|
"conditionKeys": [
|
|
147103
147187
|
"aws:ResourceTag/${TagKey}"
|
|
147104
147188
|
]
|
|
147189
|
+
},
|
|
147190
|
+
{
|
|
147191
|
+
"name": "securityConfiguration",
|
|
147192
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/security-configurations.html",
|
|
147193
|
+
"arnPattern": "arn:${Partition}:emr-containers:${Region}:${Account}:/securityconfigurations/${SecurityConfigurationId}",
|
|
147194
|
+
"conditionKeys": [
|
|
147195
|
+
"aws:ResourceTag/${TagKey}"
|
|
147196
|
+
]
|
|
147105
147197
|
}
|
|
147106
147198
|
],
|
|
147107
147199
|
"conditionKeys": [
|
|
@@ -204530,6 +204622,7 @@
|
|
|
204530
204622
|
"required": false,
|
|
204531
204623
|
"conditionKeys": [
|
|
204532
204624
|
"kms:CallerAccount",
|
|
204625
|
+
"kms:RotationPeriodInDays",
|
|
204533
204626
|
"kms:ViaService"
|
|
204534
204627
|
],
|
|
204535
204628
|
"dependentActions": []
|
|
@@ -204750,7 +204843,7 @@
|
|
|
204750
204843
|
"name": "GetKeyRotationStatus",
|
|
204751
204844
|
"apiReferenceUrl": "https://docs.aws.amazon.com/kms/latest/APIReference/API_GetKeyRotationStatus.html",
|
|
204752
204845
|
"permissionOnly": false,
|
|
204753
|
-
"description": "Controls permission to
|
|
204846
|
+
"description": "Controls permission to view the key rotation status for an AWS KMS key",
|
|
204754
204847
|
"accessLevel": "Read",
|
|
204755
204848
|
"resourceTypes": [
|
|
204756
204849
|
{
|
|
@@ -204911,6 +205004,30 @@
|
|
|
204911
205004
|
}
|
|
204912
205005
|
]
|
|
204913
205006
|
},
|
|
205007
|
+
{
|
|
205008
|
+
"name": "ListKeyRotations",
|
|
205009
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/kms/latest/APIReference/API_ListKeyRotations.html",
|
|
205010
|
+
"permissionOnly": false,
|
|
205011
|
+
"description": "Controls permission to view the list of completed key rotations for an AWS KMS key",
|
|
205012
|
+
"accessLevel": "List",
|
|
205013
|
+
"resourceTypes": [
|
|
205014
|
+
{
|
|
205015
|
+
"resourceType": "key",
|
|
205016
|
+
"required": true,
|
|
205017
|
+
"conditionKeys": [],
|
|
205018
|
+
"dependentActions": []
|
|
205019
|
+
},
|
|
205020
|
+
{
|
|
205021
|
+
"resourceType": "",
|
|
205022
|
+
"required": false,
|
|
205023
|
+
"conditionKeys": [
|
|
205024
|
+
"kms:CallerAccount",
|
|
205025
|
+
"kms:ViaService"
|
|
205026
|
+
],
|
|
205027
|
+
"dependentActions": []
|
|
205028
|
+
}
|
|
205029
|
+
]
|
|
205030
|
+
},
|
|
204914
205031
|
{
|
|
204915
205032
|
"name": "ListKeys",
|
|
204916
205033
|
"apiReferenceUrl": "https://docs.aws.amazon.com/kms/latest/APIReference/API_ListKeys.html",
|
|
@@ -205118,6 +205235,30 @@
|
|
|
205118
205235
|
}
|
|
205119
205236
|
]
|
|
205120
205237
|
},
|
|
205238
|
+
{
|
|
205239
|
+
"name": "RotateKeyOnDemand",
|
|
205240
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/kms/latest/APIReference/API_RotateKeyOnDemand.html",
|
|
205241
|
+
"permissionOnly": false,
|
|
205242
|
+
"description": "Controls permission to invoke on-demand rotation of the cryptographic material in an AWS KMS key",
|
|
205243
|
+
"accessLevel": "Write",
|
|
205244
|
+
"resourceTypes": [
|
|
205245
|
+
{
|
|
205246
|
+
"resourceType": "key",
|
|
205247
|
+
"required": true,
|
|
205248
|
+
"conditionKeys": [],
|
|
205249
|
+
"dependentActions": []
|
|
205250
|
+
},
|
|
205251
|
+
{
|
|
205252
|
+
"resourceType": "",
|
|
205253
|
+
"required": false,
|
|
205254
|
+
"conditionKeys": [
|
|
205255
|
+
"kms:CallerAccount",
|
|
205256
|
+
"kms:ViaService"
|
|
205257
|
+
],
|
|
205258
|
+
"dependentActions": []
|
|
205259
|
+
}
|
|
205260
|
+
]
|
|
205261
|
+
},
|
|
205121
205262
|
{
|
|
205122
205263
|
"name": "ScheduleKeyDeletion",
|
|
205123
205264
|
"apiReferenceUrl": "https://docs.aws.amazon.com/kms/latest/APIReference/API_ScheduleKeyDeletion.html",
|
|
@@ -205595,6 +205736,12 @@
|
|
|
205595
205736
|
"description": "Filters access to the CreateGrant operation based on the retiring principal in the grant",
|
|
205596
205737
|
"type": "String"
|
|
205597
205738
|
},
|
|
205739
|
+
{
|
|
205740
|
+
"name": "kms:RotationPeriodInDays",
|
|
205741
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/kms/latest/developerguide/conditions-kms.html#conditions-kms-rotation-period-in-days",
|
|
205742
|
+
"description": "Filters access to the EnableKeyRotation operation based on the value of the RotationPeriodInDays parameter in the request",
|
|
205743
|
+
"type": "Numeric"
|
|
205744
|
+
},
|
|
205598
205745
|
{
|
|
205599
205746
|
"name": "kms:ScheduleKeyDeletionPendingWindowInDays",
|
|
205600
205747
|
"apiReferenceUrl": "https://docs.aws.amazon.com/kms/latest/developerguide/conditions-kms.html#conditions-kms-schedule-key-deletion-pending-window-in-days",
|
|
@@ -206402,7 +206549,7 @@
|
|
|
206402
206549
|
"actions": [
|
|
206403
206550
|
{
|
|
206404
206551
|
"name": "AddApplicationCloudWatchLoggingOption",
|
|
206405
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206552
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_AddApplicationCloudWatchLoggingOption.html",
|
|
206406
206553
|
"permissionOnly": false,
|
|
206407
206554
|
"description": "Grants permission to add cloudwatch logging option to the application",
|
|
206408
206555
|
"accessLevel": "Write",
|
|
@@ -206417,7 +206564,7 @@
|
|
|
206417
206564
|
},
|
|
206418
206565
|
{
|
|
206419
206566
|
"name": "AddApplicationInput",
|
|
206420
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206567
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_AddApplicationInput.html",
|
|
206421
206568
|
"permissionOnly": false,
|
|
206422
206569
|
"description": "Grants permission to add input to the application",
|
|
206423
206570
|
"accessLevel": "Write",
|
|
@@ -206432,7 +206579,7 @@
|
|
|
206432
206579
|
},
|
|
206433
206580
|
{
|
|
206434
206581
|
"name": "AddApplicationInputProcessingConfiguration",
|
|
206435
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206582
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_AddApplicationInputProcessingConfiguration.html",
|
|
206436
206583
|
"permissionOnly": false,
|
|
206437
206584
|
"description": "Grants permission to add input processing configuration to the application",
|
|
206438
206585
|
"accessLevel": "Write",
|
|
@@ -206447,7 +206594,7 @@
|
|
|
206447
206594
|
},
|
|
206448
206595
|
{
|
|
206449
206596
|
"name": "AddApplicationOutput",
|
|
206450
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206597
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_AddApplicationOutput.html",
|
|
206451
206598
|
"permissionOnly": false,
|
|
206452
206599
|
"description": "Grants permission to add output to the application",
|
|
206453
206600
|
"accessLevel": "Write",
|
|
@@ -206462,7 +206609,7 @@
|
|
|
206462
206609
|
},
|
|
206463
206610
|
{
|
|
206464
206611
|
"name": "AddApplicationReferenceDataSource",
|
|
206465
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206612
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_AddApplicationReferenceDataSource.html",
|
|
206466
206613
|
"permissionOnly": false,
|
|
206467
206614
|
"description": "Grants permission to add reference data source to the application",
|
|
206468
206615
|
"accessLevel": "Write",
|
|
@@ -206477,7 +206624,7 @@
|
|
|
206477
206624
|
},
|
|
206478
206625
|
{
|
|
206479
206626
|
"name": "AddApplicationVpcConfiguration",
|
|
206480
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206627
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_AddApplicationVpcConfiguration.html",
|
|
206481
206628
|
"permissionOnly": false,
|
|
206482
206629
|
"description": "Grants permission to add VPC configuration to the application",
|
|
206483
206630
|
"accessLevel": "Write",
|
|
@@ -206492,7 +206639,7 @@
|
|
|
206492
206639
|
},
|
|
206493
206640
|
{
|
|
206494
206641
|
"name": "CreateApplication",
|
|
206495
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206642
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_CreateApplication.html",
|
|
206496
206643
|
"permissionOnly": false,
|
|
206497
206644
|
"description": "Grants permission to create an application",
|
|
206498
206645
|
"accessLevel": "Write",
|
|
@@ -206504,13 +206651,15 @@
|
|
|
206504
206651
|
"aws:RequestTag/${TagKey}",
|
|
206505
206652
|
"aws:TagKeys"
|
|
206506
206653
|
],
|
|
206507
|
-
"dependentActions": [
|
|
206654
|
+
"dependentActions": [
|
|
206655
|
+
"iam:PassRole"
|
|
206656
|
+
]
|
|
206508
206657
|
}
|
|
206509
206658
|
]
|
|
206510
206659
|
},
|
|
206511
206660
|
{
|
|
206512
206661
|
"name": "CreateApplicationPresignedUrl",
|
|
206513
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206662
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_CreateApplicationPresignedUrl.html",
|
|
206514
206663
|
"permissionOnly": false,
|
|
206515
206664
|
"description": "Grants permission to create and return a URL that you can use to connect to an application's extension",
|
|
206516
206665
|
"accessLevel": "Read",
|
|
@@ -206525,7 +206674,7 @@
|
|
|
206525
206674
|
},
|
|
206526
206675
|
{
|
|
206527
206676
|
"name": "CreateApplicationSnapshot",
|
|
206528
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206677
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_CreateApplicationSnapshot.html",
|
|
206529
206678
|
"permissionOnly": false,
|
|
206530
206679
|
"description": "Grants permission to create a snapshot for an application",
|
|
206531
206680
|
"accessLevel": "Write",
|
|
@@ -206540,7 +206689,7 @@
|
|
|
206540
206689
|
},
|
|
206541
206690
|
{
|
|
206542
206691
|
"name": "DeleteApplication",
|
|
206543
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206692
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_DeleteApplication.html",
|
|
206544
206693
|
"permissionOnly": false,
|
|
206545
206694
|
"description": "Grants permission to delete the application",
|
|
206546
206695
|
"accessLevel": "Write",
|
|
@@ -206555,7 +206704,7 @@
|
|
|
206555
206704
|
},
|
|
206556
206705
|
{
|
|
206557
206706
|
"name": "DeleteApplicationCloudWatchLoggingOption",
|
|
206558
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206707
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_DeleteApplicationCloudWatchLoggingOption.html",
|
|
206559
206708
|
"permissionOnly": false,
|
|
206560
206709
|
"description": "Grants permission to delete the specified cloudwatch logging option of the application",
|
|
206561
206710
|
"accessLevel": "Write",
|
|
@@ -206570,7 +206719,7 @@
|
|
|
206570
206719
|
},
|
|
206571
206720
|
{
|
|
206572
206721
|
"name": "DeleteApplicationInputProcessingConfiguration",
|
|
206573
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206722
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_DeleteApplicationInputProcessingConfiguration.html",
|
|
206574
206723
|
"permissionOnly": false,
|
|
206575
206724
|
"description": "Grants permission to delete the specified input processing configuration of the application",
|
|
206576
206725
|
"accessLevel": "Write",
|
|
@@ -206585,7 +206734,7 @@
|
|
|
206585
206734
|
},
|
|
206586
206735
|
{
|
|
206587
206736
|
"name": "DeleteApplicationOutput",
|
|
206588
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206737
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_DeleteApplicationOutput.html",
|
|
206589
206738
|
"permissionOnly": false,
|
|
206590
206739
|
"description": "Grants permission to delete the specified output of the application",
|
|
206591
206740
|
"accessLevel": "Write",
|
|
@@ -206600,7 +206749,7 @@
|
|
|
206600
206749
|
},
|
|
206601
206750
|
{
|
|
206602
206751
|
"name": "DeleteApplicationReferenceDataSource",
|
|
206603
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206752
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_DeleteApplicationReferenceDataSource.html",
|
|
206604
206753
|
"permissionOnly": false,
|
|
206605
206754
|
"description": "Grants permission to delete the specified reference data source of the application",
|
|
206606
206755
|
"accessLevel": "Write",
|
|
@@ -206615,7 +206764,7 @@
|
|
|
206615
206764
|
},
|
|
206616
206765
|
{
|
|
206617
206766
|
"name": "DeleteApplicationSnapshot",
|
|
206618
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206767
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_DeleteApplicationSnapshot.html",
|
|
206619
206768
|
"permissionOnly": false,
|
|
206620
206769
|
"description": "Grants permission to delete a snapshot for an application",
|
|
206621
206770
|
"accessLevel": "Write",
|
|
@@ -206630,7 +206779,7 @@
|
|
|
206630
206779
|
},
|
|
206631
206780
|
{
|
|
206632
206781
|
"name": "DeleteApplicationVpcConfiguration",
|
|
206633
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206782
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_DeleteApplicationVpcConfiguration.html",
|
|
206634
206783
|
"permissionOnly": false,
|
|
206635
206784
|
"description": "Grants permission to delete the specified VPC configuration of the application",
|
|
206636
206785
|
"accessLevel": "Write",
|
|
@@ -206645,7 +206794,7 @@
|
|
|
206645
206794
|
},
|
|
206646
206795
|
{
|
|
206647
206796
|
"name": "DescribeApplication",
|
|
206648
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206797
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_DescribeApplication.html",
|
|
206649
206798
|
"permissionOnly": false,
|
|
206650
206799
|
"description": "Grants permission to describe the specified application",
|
|
206651
206800
|
"accessLevel": "Read",
|
|
@@ -206660,7 +206809,7 @@
|
|
|
206660
206809
|
},
|
|
206661
206810
|
{
|
|
206662
206811
|
"name": "DescribeApplicationSnapshot",
|
|
206663
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206812
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_DescribeApplicationSnapshot.html",
|
|
206664
206813
|
"permissionOnly": false,
|
|
206665
206814
|
"description": "Grants permission to describe an application snapshot",
|
|
206666
206815
|
"accessLevel": "Read",
|
|
@@ -206675,7 +206824,7 @@
|
|
|
206675
206824
|
},
|
|
206676
206825
|
{
|
|
206677
206826
|
"name": "DescribeApplicationVersion",
|
|
206678
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206827
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_DescribeApplicationVersion.html",
|
|
206679
206828
|
"permissionOnly": false,
|
|
206680
206829
|
"description": "Grants permission to describe the application version of an application",
|
|
206681
206830
|
"accessLevel": "Read",
|
|
@@ -206690,7 +206839,7 @@
|
|
|
206690
206839
|
},
|
|
206691
206840
|
{
|
|
206692
206841
|
"name": "DiscoverInputSchema",
|
|
206693
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206842
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_DiscoverInputSchema.html",
|
|
206694
206843
|
"permissionOnly": false,
|
|
206695
206844
|
"description": "Grants permission to discover the input schema for the application",
|
|
206696
206845
|
"accessLevel": "Read",
|
|
@@ -206699,13 +206848,15 @@
|
|
|
206699
206848
|
"resourceType": "",
|
|
206700
206849
|
"required": false,
|
|
206701
206850
|
"conditionKeys": [],
|
|
206702
|
-
"dependentActions": [
|
|
206851
|
+
"dependentActions": [
|
|
206852
|
+
"iam:PassRole"
|
|
206853
|
+
]
|
|
206703
206854
|
}
|
|
206704
206855
|
]
|
|
206705
206856
|
},
|
|
206706
206857
|
{
|
|
206707
206858
|
"name": "ListApplicationSnapshots",
|
|
206708
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206859
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_ListApplicationSnapshots.html",
|
|
206709
206860
|
"permissionOnly": false,
|
|
206710
206861
|
"description": "Grants permission to list the snapshots for an application",
|
|
206711
206862
|
"accessLevel": "Read",
|
|
@@ -206720,7 +206871,7 @@
|
|
|
206720
206871
|
},
|
|
206721
206872
|
{
|
|
206722
206873
|
"name": "ListApplicationVersions",
|
|
206723
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206874
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_ListApplicationVersions.html",
|
|
206724
206875
|
"permissionOnly": false,
|
|
206725
206876
|
"description": "Grants permission to list application versions of an application",
|
|
206726
206877
|
"accessLevel": "Read",
|
|
@@ -206735,7 +206886,7 @@
|
|
|
206735
206886
|
},
|
|
206736
206887
|
{
|
|
206737
206888
|
"name": "ListApplications",
|
|
206738
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206889
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_ListApplications.html",
|
|
206739
206890
|
"permissionOnly": false,
|
|
206740
206891
|
"description": "Grants permission to list applications for the account",
|
|
206741
206892
|
"accessLevel": "List",
|
|
@@ -206750,7 +206901,7 @@
|
|
|
206750
206901
|
},
|
|
206751
206902
|
{
|
|
206752
206903
|
"name": "ListTagsForResource",
|
|
206753
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206904
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_ListTagsForResource.html",
|
|
206754
206905
|
"permissionOnly": false,
|
|
206755
206906
|
"description": "Grants permission to fetch the tags associated with the application",
|
|
206756
206907
|
"accessLevel": "Read",
|
|
@@ -206765,7 +206916,7 @@
|
|
|
206765
206916
|
},
|
|
206766
206917
|
{
|
|
206767
206918
|
"name": "RollbackApplication",
|
|
206768
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206919
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_RollbackApplication.html",
|
|
206769
206920
|
"permissionOnly": false,
|
|
206770
206921
|
"description": "Grants permission to perform rollback operation on an application",
|
|
206771
206922
|
"accessLevel": "Write",
|
|
@@ -206780,7 +206931,7 @@
|
|
|
206780
206931
|
},
|
|
206781
206932
|
{
|
|
206782
206933
|
"name": "StartApplication",
|
|
206783
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206934
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_StartApplication.html",
|
|
206784
206935
|
"permissionOnly": false,
|
|
206785
206936
|
"description": "Grants permission to start the application",
|
|
206786
206937
|
"accessLevel": "Write",
|
|
@@ -206795,7 +206946,7 @@
|
|
|
206795
206946
|
},
|
|
206796
206947
|
{
|
|
206797
206948
|
"name": "StopApplication",
|
|
206798
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206949
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_StopApplication.html",
|
|
206799
206950
|
"permissionOnly": false,
|
|
206800
206951
|
"description": "Grants permission to stop the application",
|
|
206801
206952
|
"accessLevel": "Write",
|
|
@@ -206810,7 +206961,7 @@
|
|
|
206810
206961
|
},
|
|
206811
206962
|
{
|
|
206812
206963
|
"name": "TagResource",
|
|
206813
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206964
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_TagResource.html",
|
|
206814
206965
|
"permissionOnly": false,
|
|
206815
206966
|
"description": "Grants permission to add tags to the application",
|
|
206816
206967
|
"accessLevel": "Tagging",
|
|
@@ -206834,7 +206985,7 @@
|
|
|
206834
206985
|
},
|
|
206835
206986
|
{
|
|
206836
206987
|
"name": "UntagResource",
|
|
206837
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
206988
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_UntagResource.html",
|
|
206838
206989
|
"permissionOnly": false,
|
|
206839
206990
|
"description": "Grants permission to remove the specified tags from the application",
|
|
206840
206991
|
"accessLevel": "Tagging",
|
|
@@ -206857,7 +207008,7 @@
|
|
|
206857
207008
|
},
|
|
206858
207009
|
{
|
|
206859
207010
|
"name": "UpdateApplication",
|
|
206860
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
207011
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_UpdateApplication.html",
|
|
206861
207012
|
"permissionOnly": false,
|
|
206862
207013
|
"description": "Grants permission to update the application",
|
|
206863
207014
|
"accessLevel": "Write",
|
|
@@ -206872,7 +207023,7 @@
|
|
|
206872
207023
|
},
|
|
206873
207024
|
{
|
|
206874
207025
|
"name": "UpdateApplicationMaintenanceConfiguration",
|
|
206875
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
207026
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_UpdateApplicationMaintenanceConfiguration.html",
|
|
206876
207027
|
"permissionOnly": false,
|
|
206877
207028
|
"description": "Grants permission to update the maintenance configuration of an application",
|
|
206878
207029
|
"accessLevel": "Write",
|
|
@@ -246024,6 +246175,21 @@
|
|
|
246024
246175
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsoutposts.html",
|
|
246025
246176
|
"servicePrefix": "outposts",
|
|
246026
246177
|
"actions": [
|
|
246178
|
+
{
|
|
246179
|
+
"name": "CancelCapacityTask",
|
|
246180
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/outposts/latest/APIReference/API_CancelCapacityTask.html",
|
|
246181
|
+
"permissionOnly": false,
|
|
246182
|
+
"description": "Grants permission to cancel a Capacity Task",
|
|
246183
|
+
"accessLevel": "Write",
|
|
246184
|
+
"resourceTypes": [
|
|
246185
|
+
{
|
|
246186
|
+
"resourceType": "outpost",
|
|
246187
|
+
"required": true,
|
|
246188
|
+
"conditionKeys": [],
|
|
246189
|
+
"dependentActions": []
|
|
246190
|
+
}
|
|
246191
|
+
]
|
|
246192
|
+
},
|
|
246027
246193
|
{
|
|
246028
246194
|
"name": "CancelOrder",
|
|
246029
246195
|
"apiReferenceUrl": "https://docs.aws.amazon.com/outposts/latest/APIReference/API_CancelOrder.html",
|
|
@@ -246141,6 +246307,21 @@
|
|
|
246141
246307
|
}
|
|
246142
246308
|
]
|
|
246143
246309
|
},
|
|
246310
|
+
{
|
|
246311
|
+
"name": "GetCapacityTask",
|
|
246312
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/outposts/latest/APIReference/API_GetCapacityTask.html",
|
|
246313
|
+
"permissionOnly": false,
|
|
246314
|
+
"description": "Grants permission to get information about the specified Capacity Task",
|
|
246315
|
+
"accessLevel": "Read",
|
|
246316
|
+
"resourceTypes": [
|
|
246317
|
+
{
|
|
246318
|
+
"resourceType": "outpost",
|
|
246319
|
+
"required": true,
|
|
246320
|
+
"conditionKeys": [],
|
|
246321
|
+
"dependentActions": []
|
|
246322
|
+
}
|
|
246323
|
+
]
|
|
246324
|
+
},
|
|
246144
246325
|
{
|
|
246145
246326
|
"name": "GetCatalogItem",
|
|
246146
246327
|
"apiReferenceUrl": "https://docs.aws.amazon.com/outposts/latest/APIReference/API_GetCatalogItem.html",
|
|
@@ -246216,6 +246397,21 @@
|
|
|
246216
246397
|
}
|
|
246217
246398
|
]
|
|
246218
246399
|
},
|
|
246400
|
+
{
|
|
246401
|
+
"name": "GetOutpostSupportedInstanceTypes",
|
|
246402
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/outposts/latest/APIReference/API_GetOutpostSupportedInstanceTypes.html",
|
|
246403
|
+
"permissionOnly": false,
|
|
246404
|
+
"description": "Grants permission to get the supported instance types for the specified Outpost",
|
|
246405
|
+
"accessLevel": "Read",
|
|
246406
|
+
"resourceTypes": [
|
|
246407
|
+
{
|
|
246408
|
+
"resourceType": "outpost",
|
|
246409
|
+
"required": true,
|
|
246410
|
+
"conditionKeys": [],
|
|
246411
|
+
"dependentActions": []
|
|
246412
|
+
}
|
|
246413
|
+
]
|
|
246414
|
+
},
|
|
246219
246415
|
{
|
|
246220
246416
|
"name": "GetPrivateConnectivityConfig",
|
|
246221
246417
|
"apiReferenceUrl": "https://docs.aws.amazon.com/outposts/latest/userguide/how-outposts-works.html#private-connectivity",
|
|
@@ -246276,6 +246472,21 @@
|
|
|
246276
246472
|
}
|
|
246277
246473
|
]
|
|
246278
246474
|
},
|
|
246475
|
+
{
|
|
246476
|
+
"name": "ListCapacityTasks",
|
|
246477
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/outposts/latest/APIReference/API_ListCapacityTasks.html",
|
|
246478
|
+
"permissionOnly": false,
|
|
246479
|
+
"description": "Grants permission to list the Capacity Tasks for your AWS account",
|
|
246480
|
+
"accessLevel": "List",
|
|
246481
|
+
"resourceTypes": [
|
|
246482
|
+
{
|
|
246483
|
+
"resourceType": "",
|
|
246484
|
+
"required": false,
|
|
246485
|
+
"conditionKeys": [],
|
|
246486
|
+
"dependentActions": []
|
|
246487
|
+
}
|
|
246488
|
+
]
|
|
246489
|
+
},
|
|
246279
246490
|
{
|
|
246280
246491
|
"name": "ListCatalogItems",
|
|
246281
246492
|
"apiReferenceUrl": "https://docs.aws.amazon.com/outposts/latest/APIReference/API_ListCatalogItems.html",
|
|
@@ -246351,6 +246562,21 @@
|
|
|
246351
246562
|
}
|
|
246352
246563
|
]
|
|
246353
246564
|
},
|
|
246565
|
+
{
|
|
246566
|
+
"name": "StartCapacityTask",
|
|
246567
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/outposts/latest/APIReference/API_StartCapacityTask.html",
|
|
246568
|
+
"permissionOnly": false,
|
|
246569
|
+
"description": "Grants permission to create a Capacity Task",
|
|
246570
|
+
"accessLevel": "Write",
|
|
246571
|
+
"resourceTypes": [
|
|
246572
|
+
{
|
|
246573
|
+
"resourceType": "outpost",
|
|
246574
|
+
"required": true,
|
|
246575
|
+
"conditionKeys": [],
|
|
246576
|
+
"dependentActions": []
|
|
246577
|
+
}
|
|
246578
|
+
]
|
|
246579
|
+
},
|
|
246354
246580
|
{
|
|
246355
246581
|
"name": "StartConnection",
|
|
246356
246582
|
"apiReferenceUrl": "https://docs.aws.amazon.com/outposts/latest/APIReference/API_StartConnection.html",
|
|
@@ -339406,6 +339632,21 @@
|
|
|
339406
339632
|
}
|
|
339407
339633
|
]
|
|
339408
339634
|
},
|
|
339635
|
+
{
|
|
339636
|
+
"name": "ConfigureIntegration",
|
|
339637
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/wellarchitected/latest/APIReference/API_ConfigureIntegration.html",
|
|
339638
|
+
"permissionOnly": true,
|
|
339639
|
+
"description": "Grants permission to configure the integration",
|
|
339640
|
+
"accessLevel": "Write",
|
|
339641
|
+
"resourceTypes": [
|
|
339642
|
+
{
|
|
339643
|
+
"resourceType": "",
|
|
339644
|
+
"required": false,
|
|
339645
|
+
"conditionKeys": [],
|
|
339646
|
+
"dependentActions": []
|
|
339647
|
+
}
|
|
339648
|
+
]
|
|
339649
|
+
},
|
|
339409
339650
|
{
|
|
339410
339651
|
"name": "CreateLensShare",
|
|
339411
339652
|
"apiReferenceUrl": "https://docs.aws.amazon.com/wellarchitected/latest/APIReference/API_CreateLensShare.html",
|
|
@@ -339529,7 +339770,8 @@
|
|
|
339529
339770
|
"required": false,
|
|
339530
339771
|
"conditionKeys": [
|
|
339531
339772
|
"aws:RequestTag/${TagKey}",
|
|
339532
|
-
"aws:TagKeys"
|
|
339773
|
+
"aws:TagKeys",
|
|
339774
|
+
"wellarchitected:JiraProjectKey"
|
|
339533
339775
|
],
|
|
339534
339776
|
"dependentActions": []
|
|
339535
339777
|
}
|
|
@@ -339745,6 +339987,21 @@
|
|
|
339745
339987
|
}
|
|
339746
339988
|
]
|
|
339747
339989
|
},
|
|
339990
|
+
{
|
|
339991
|
+
"name": "GetGlobalSettings",
|
|
339992
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/wellarchitected/latest/APIReference/API_GetGlobalSettings.html",
|
|
339993
|
+
"permissionOnly": false,
|
|
339994
|
+
"description": "Grants permission to get all settings for the account",
|
|
339995
|
+
"accessLevel": "Read",
|
|
339996
|
+
"resourceTypes": [
|
|
339997
|
+
{
|
|
339998
|
+
"resourceType": "",
|
|
339999
|
+
"required": false,
|
|
340000
|
+
"conditionKeys": [],
|
|
340001
|
+
"dependentActions": []
|
|
340002
|
+
}
|
|
340003
|
+
]
|
|
340004
|
+
},
|
|
339748
340005
|
{
|
|
339749
340006
|
"name": "GetLens",
|
|
339750
340007
|
"apiReferenceUrl": "https://docs.aws.amazon.com/wellarchitected/latest/APIReference/API_DeleteLensShare.html",
|
|
@@ -340373,12 +340630,29 @@
|
|
|
340373
340630
|
"name": "UpdateGlobalSettings",
|
|
340374
340631
|
"apiReferenceUrl": "https://docs.aws.amazon.com/wellarchitected/latest/APIReference/API_UpdateGlobalSettings.html",
|
|
340375
340632
|
"permissionOnly": false,
|
|
340376
|
-
"description": "Grants permission to
|
|
340633
|
+
"description": "Grants permission to manage all settings for the account",
|
|
340377
340634
|
"accessLevel": "Write",
|
|
340378
340635
|
"resourceTypes": [
|
|
340379
340636
|
{
|
|
340380
340637
|
"resourceType": "",
|
|
340381
340638
|
"required": false,
|
|
340639
|
+
"conditionKeys": [
|
|
340640
|
+
"wellarchitected:JiraProjectKey"
|
|
340641
|
+
],
|
|
340642
|
+
"dependentActions": []
|
|
340643
|
+
}
|
|
340644
|
+
]
|
|
340645
|
+
},
|
|
340646
|
+
{
|
|
340647
|
+
"name": "UpdateIntegration",
|
|
340648
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/wellarchitected/latest/APIReference/API_UpdateIntegration.html",
|
|
340649
|
+
"permissionOnly": false,
|
|
340650
|
+
"description": "Grants permission to update properties of the integration",
|
|
340651
|
+
"accessLevel": "Write",
|
|
340652
|
+
"resourceTypes": [
|
|
340653
|
+
{
|
|
340654
|
+
"resourceType": "workload",
|
|
340655
|
+
"required": true,
|
|
340382
340656
|
"conditionKeys": [],
|
|
340383
340657
|
"dependentActions": []
|
|
340384
340658
|
}
|
|
@@ -340486,6 +340760,14 @@
|
|
|
340486
340760
|
"required": true,
|
|
340487
340761
|
"conditionKeys": [],
|
|
340488
340762
|
"dependentActions": []
|
|
340763
|
+
},
|
|
340764
|
+
{
|
|
340765
|
+
"resourceType": "",
|
|
340766
|
+
"required": false,
|
|
340767
|
+
"conditionKeys": [
|
|
340768
|
+
"wellarchitected:JiraProjectKey"
|
|
340769
|
+
],
|
|
340770
|
+
"dependentActions": []
|
|
340489
340771
|
}
|
|
340490
340772
|
]
|
|
340491
340773
|
},
|
|
@@ -340608,6 +340890,12 @@
|
|
|
340608
340890
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
340609
340891
|
"description": "Filters access by tag keys in the request",
|
|
340610
340892
|
"type": "ArrayOfString"
|
|
340893
|
+
},
|
|
340894
|
+
{
|
|
340895
|
+
"name": "wellarchitected:JiraProjectKey",
|
|
340896
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/API_JiraProjectKey.html",
|
|
340897
|
+
"description": "Filters access by project key",
|
|
340898
|
+
"type": "String"
|
|
340611
340899
|
}
|
|
340612
340900
|
]
|
|
340613
340901
|
},
|
|
@@ -3801,16 +3801,18 @@
|
|
|
3801
3801
|
"name": "Amazon CloudWatch Internet Monitor",
|
|
3802
3802
|
"servicePrefix": "internetmonitor",
|
|
3803
3803
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchinternetmonitor.html",
|
|
3804
|
-
"actionsCount":
|
|
3804
|
+
"actionsCount": 17,
|
|
3805
3805
|
"actions": [
|
|
3806
3806
|
"CreateMonitor",
|
|
3807
3807
|
"DeleteMonitor",
|
|
3808
3808
|
"GetHealthEvent",
|
|
3809
|
+
"GetInternetEvent",
|
|
3809
3810
|
"GetMonitor",
|
|
3810
3811
|
"GetQueryResults",
|
|
3811
3812
|
"GetQueryStatus",
|
|
3812
3813
|
"Link",
|
|
3813
3814
|
"ListHealthEvents",
|
|
3815
|
+
"ListInternetEvents",
|
|
3814
3816
|
"ListMonitors",
|
|
3815
3817
|
"ListTagsForResource",
|
|
3816
3818
|
"StartQuery",
|
|
@@ -3819,10 +3821,11 @@
|
|
|
3819
3821
|
"UntagResource",
|
|
3820
3822
|
"UpdateMonitor"
|
|
3821
3823
|
],
|
|
3822
|
-
"resourceTypesCount":
|
|
3824
|
+
"resourceTypesCount": 3,
|
|
3823
3825
|
"resourceTypes": [
|
|
3824
3826
|
"HealthEvent",
|
|
3825
|
-
"Monitor"
|
|
3827
|
+
"Monitor",
|
|
3828
|
+
"InternetEvent"
|
|
3826
3829
|
],
|
|
3827
3830
|
"conditionKeysCount": 3,
|
|
3828
3831
|
"conditionKeys": [
|
|
@@ -10295,11 +10298,12 @@
|
|
|
10295
10298
|
"name": "Amazon EMR on EKS (EMR Containers)",
|
|
10296
10299
|
"servicePrefix": "emr-containers",
|
|
10297
10300
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonemroneksemrcontainers.html",
|
|
10298
|
-
"actionsCount":
|
|
10301
|
+
"actionsCount": 23,
|
|
10299
10302
|
"actions": [
|
|
10300
10303
|
"CancelJobRun",
|
|
10301
10304
|
"CreateJobTemplate",
|
|
10302
10305
|
"CreateManagedEndpoint",
|
|
10306
|
+
"CreateSecurityConfiguration",
|
|
10303
10307
|
"CreateVirtualCluster",
|
|
10304
10308
|
"DeleteJobTemplate",
|
|
10305
10309
|
"DeleteManagedEndpoint",
|
|
@@ -10307,23 +10311,26 @@
|
|
|
10307
10311
|
"DescribeJobRun",
|
|
10308
10312
|
"DescribeJobTemplate",
|
|
10309
10313
|
"DescribeManagedEndpoint",
|
|
10314
|
+
"DescribeSecurityConfiguration",
|
|
10310
10315
|
"DescribeVirtualCluster",
|
|
10311
10316
|
"GetManagedEndpointSessionCredentials",
|
|
10312
10317
|
"ListJobRuns",
|
|
10313
10318
|
"ListJobTemplates",
|
|
10314
10319
|
"ListManagedEndpoints",
|
|
10320
|
+
"ListSecurityConfigurations",
|
|
10315
10321
|
"ListTagsForResource",
|
|
10316
10322
|
"ListVirtualClusters",
|
|
10317
10323
|
"StartJobRun",
|
|
10318
10324
|
"TagResource",
|
|
10319
10325
|
"UntagResource"
|
|
10320
10326
|
],
|
|
10321
|
-
"resourceTypesCount":
|
|
10327
|
+
"resourceTypesCount": 5,
|
|
10322
10328
|
"resourceTypes": [
|
|
10323
10329
|
"virtualCluster",
|
|
10324
10330
|
"jobRun",
|
|
10325
10331
|
"jobTemplate",
|
|
10326
|
-
"managedEndpoint"
|
|
10332
|
+
"managedEndpoint",
|
|
10333
|
+
"securityConfiguration"
|
|
10327
10334
|
],
|
|
10328
10335
|
"conditionKeysCount": 5,
|
|
10329
10336
|
"conditionKeys": [
|
|
@@ -14606,7 +14613,7 @@
|
|
|
14606
14613
|
"name": "AWS Key Management Service",
|
|
14607
14614
|
"servicePrefix": "kms",
|
|
14608
14615
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awskeymanagementservice.html",
|
|
14609
|
-
"actionsCount":
|
|
14616
|
+
"actionsCount": 54,
|
|
14610
14617
|
"actions": [
|
|
14611
14618
|
"CancelKeyDeletion",
|
|
14612
14619
|
"ConnectCustomKeyStore",
|
|
@@ -14640,6 +14647,7 @@
|
|
|
14640
14647
|
"ListAliases",
|
|
14641
14648
|
"ListGrants",
|
|
14642
14649
|
"ListKeyPolicies",
|
|
14650
|
+
"ListKeyRotations",
|
|
14643
14651
|
"ListKeys",
|
|
14644
14652
|
"ListResourceTags",
|
|
14645
14653
|
"ListRetirableGrants",
|
|
@@ -14649,6 +14657,7 @@
|
|
|
14649
14657
|
"ReplicateKey",
|
|
14650
14658
|
"RetireGrant",
|
|
14651
14659
|
"RevokeGrant",
|
|
14660
|
+
"RotateKeyOnDemand",
|
|
14652
14661
|
"ScheduleKeyDeletion",
|
|
14653
14662
|
"Sign",
|
|
14654
14663
|
"SynchronizeMultiRegionKey",
|
|
@@ -14666,7 +14675,7 @@
|
|
|
14666
14675
|
"alias",
|
|
14667
14676
|
"key"
|
|
14668
14677
|
],
|
|
14669
|
-
"conditionKeysCount":
|
|
14678
|
+
"conditionKeysCount": 38,
|
|
14670
14679
|
"conditionKeys": [
|
|
14671
14680
|
"aws:RequestTag/${TagKey}",
|
|
14672
14681
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -14699,6 +14708,7 @@
|
|
|
14699
14708
|
"kms:RequestAlias",
|
|
14700
14709
|
"kms:ResourceAliases",
|
|
14701
14710
|
"kms:RetiringPrincipal",
|
|
14711
|
+
"kms:RotationPeriodInDays",
|
|
14702
14712
|
"kms:ScheduleKeyDeletionPendingWindowInDays",
|
|
14703
14713
|
"kms:SigningAlgorithm",
|
|
14704
14714
|
"kms:ValidTo",
|
|
@@ -18044,8 +18054,9 @@
|
|
|
18044
18054
|
"name": "AWS Outposts",
|
|
18045
18055
|
"servicePrefix": "outposts",
|
|
18046
18056
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsoutposts.html",
|
|
18047
|
-
"actionsCount":
|
|
18057
|
+
"actionsCount": 33,
|
|
18048
18058
|
"actions": [
|
|
18059
|
+
"CancelCapacityTask",
|
|
18049
18060
|
"CancelOrder",
|
|
18050
18061
|
"CreateOrder",
|
|
18051
18062
|
"CreateOutpost",
|
|
@@ -18053,20 +18064,24 @@
|
|
|
18053
18064
|
"CreateSite",
|
|
18054
18065
|
"DeleteOutpost",
|
|
18055
18066
|
"DeleteSite",
|
|
18067
|
+
"GetCapacityTask",
|
|
18056
18068
|
"GetCatalogItem",
|
|
18057
18069
|
"GetConnection",
|
|
18058
18070
|
"GetOrder",
|
|
18059
18071
|
"GetOutpost",
|
|
18060
18072
|
"GetOutpostInstanceTypes",
|
|
18073
|
+
"GetOutpostSupportedInstanceTypes",
|
|
18061
18074
|
"GetPrivateConnectivityConfig",
|
|
18062
18075
|
"GetSite",
|
|
18063
18076
|
"GetSiteAddress",
|
|
18064
18077
|
"ListAssets",
|
|
18078
|
+
"ListCapacityTasks",
|
|
18065
18079
|
"ListCatalogItems",
|
|
18066
18080
|
"ListOrders",
|
|
18067
18081
|
"ListOutposts",
|
|
18068
18082
|
"ListSites",
|
|
18069
18083
|
"ListTagsForResource",
|
|
18084
|
+
"StartCapacityTask",
|
|
18070
18085
|
"StartConnection",
|
|
18071
18086
|
"TagResource",
|
|
18072
18087
|
"UntagResource",
|
|
@@ -24981,10 +24996,11 @@
|
|
|
24981
24996
|
"name": "AWS Well-Architected Tool",
|
|
24982
24997
|
"servicePrefix": "wellarchitected",
|
|
24983
24998
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awswell-architectedtool.html",
|
|
24984
|
-
"actionsCount":
|
|
24999
|
+
"actionsCount": 73,
|
|
24985
25000
|
"actions": [
|
|
24986
25001
|
"AssociateLenses",
|
|
24987
25002
|
"AssociateProfiles",
|
|
25003
|
+
"ConfigureIntegration",
|
|
24988
25004
|
"CreateLensShare",
|
|
24989
25005
|
"CreateLensVersion",
|
|
24990
25006
|
"CreateMilestone",
|
|
@@ -25007,6 +25023,7 @@
|
|
|
25007
25023
|
"ExportLens",
|
|
25008
25024
|
"GetAnswer",
|
|
25009
25025
|
"GetConsolidatedReport",
|
|
25026
|
+
"GetGlobalSettings",
|
|
25010
25027
|
"GetLens",
|
|
25011
25028
|
"GetLensReview",
|
|
25012
25029
|
"GetLensReviewReport",
|
|
@@ -25042,6 +25059,7 @@
|
|
|
25042
25059
|
"UntagResource",
|
|
25043
25060
|
"UpdateAnswer",
|
|
25044
25061
|
"UpdateGlobalSettings",
|
|
25062
|
+
"UpdateIntegration",
|
|
25045
25063
|
"UpdateLensReview",
|
|
25046
25064
|
"UpdateProfile",
|
|
25047
25065
|
"UpdateReviewTemplate",
|
|
@@ -25061,11 +25079,12 @@
|
|
|
25061
25079
|
"profile",
|
|
25062
25080
|
"review-template"
|
|
25063
25081
|
],
|
|
25064
|
-
"conditionKeysCount":
|
|
25082
|
+
"conditionKeysCount": 4,
|
|
25065
25083
|
"conditionKeys": [
|
|
25066
25084
|
"aws:RequestTag/${TagKey}",
|
|
25067
25085
|
"aws:ResourceTag/${TagKey}",
|
|
25068
|
-
"aws:TagKeys"
|
|
25086
|
+
"aws:TagKeys",
|
|
25087
|
+
"wellarchitected:JiraProjectKey"
|
|
25069
25088
|
]
|
|
25070
25089
|
},
|
|
25071
25090
|
{
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
"Actions by type": [
|
|
3
3
|
{
|
|
4
4
|
"key": "Write Actions",
|
|
5
|
-
"value":
|
|
5
|
+
"value": 9192
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
8
|
"key": "Read Actions",
|
|
9
|
-
"value":
|
|
9
|
+
"value": 4480
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"key": "List Actions",
|
|
13
|
-
"value":
|
|
13
|
+
"value": 2710
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "Permissions Actions",
|
|
@@ -410,11 +410,11 @@
|
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"key": "Total number of distinct resource ARNS",
|
|
413
|
-
"value":
|
|
413
|
+
"value": 1706
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
416
|
"key": "Total number of distinct condition keys",
|
|
417
|
-
"value":
|
|
417
|
+
"value": 900
|
|
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.189",
|
|
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",
|