@cloud-copilot/iam-data 0.21.202608191 → 0.21.202608201
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/data/actions/bedrock.json +16 -0
- package/data/actions/dynamodb.json +3 -3
- package/data/actions/ec2.json +423 -12
- package/data/actions/eks.json +75 -0
- package/data/actions/ssm.json +51 -1
- package/data/actions/workspaces.json +16 -0
- package/data/conditionKeys/ssm.json +10 -0
- package/data/resourceTypes/dynamodb.json +4 -1
- package/data/resourceTypes/ec2.json +13 -0
- package/package.json +2 -2
|
@@ -598,6 +598,14 @@
|
|
|
598
598
|
"conditionKeys": [],
|
|
599
599
|
"dependentActions": []
|
|
600
600
|
},
|
|
601
|
+
"createdatasourcetoken": {
|
|
602
|
+
"name": "CreateDataSourceToken",
|
|
603
|
+
"description": "Grants permission to create an authorization token for MANAGED_OAUTH2 data source",
|
|
604
|
+
"accessLevel": "Write",
|
|
605
|
+
"resourceTypes": [],
|
|
606
|
+
"conditionKeys": [],
|
|
607
|
+
"dependentActions": []
|
|
608
|
+
},
|
|
601
609
|
"createevaluationjob": {
|
|
602
610
|
"name": "CreateEvaluationJob",
|
|
603
611
|
"description": "Grants permission to create a job for evaluation foundation models or custom models",
|
|
@@ -1986,6 +1994,14 @@
|
|
|
1986
1994
|
"conditionKeys": [],
|
|
1987
1995
|
"dependentActions": []
|
|
1988
1996
|
},
|
|
1997
|
+
"getdatasourceauthorizationurl": {
|
|
1998
|
+
"name": "GetDataSourceAuthorizationUrl",
|
|
1999
|
+
"description": "Grants permission to get the authorization URL for a MANAGED_OAUTH2 data source",
|
|
2000
|
+
"accessLevel": "Read",
|
|
2001
|
+
"resourceTypes": [],
|
|
2002
|
+
"conditionKeys": [],
|
|
2003
|
+
"dependentActions": []
|
|
2004
|
+
},
|
|
1989
2005
|
"getdocumentcontent": {
|
|
1990
2006
|
"name": "GetDocumentContent",
|
|
1991
2007
|
"description": "Grants permission to retrieve a document",
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
"resourceTypes": [
|
|
818
818
|
{
|
|
819
819
|
"name": "stream",
|
|
820
|
-
"required":
|
|
820
|
+
"required": true,
|
|
821
821
|
"conditionKeys": [],
|
|
822
822
|
"dependentActions": []
|
|
823
823
|
},
|
|
@@ -1076,7 +1076,7 @@
|
|
|
1076
1076
|
"resourceTypes": [
|
|
1077
1077
|
{
|
|
1078
1078
|
"name": "stream",
|
|
1079
|
-
"required":
|
|
1079
|
+
"required": true,
|
|
1080
1080
|
"conditionKeys": [],
|
|
1081
1081
|
"dependentActions": []
|
|
1082
1082
|
},
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
"resourceTypes": [
|
|
1101
1101
|
{
|
|
1102
1102
|
"name": "stream",
|
|
1103
|
-
"required":
|
|
1103
|
+
"required": true,
|
|
1104
1104
|
"conditionKeys": [],
|
|
1105
1105
|
"dependentActions": []
|
|
1106
1106
|
},
|
package/data/actions/ec2.json
CHANGED
|
@@ -1100,6 +1100,49 @@
|
|
|
1100
1100
|
],
|
|
1101
1101
|
"dependentActions": []
|
|
1102
1102
|
},
|
|
1103
|
+
"associateapplicationstatuscheck": {
|
|
1104
|
+
"name": "AssociateApplicationStatusCheck",
|
|
1105
|
+
"description": "Grants permission to associate an application status check with instances or tags",
|
|
1106
|
+
"accessLevel": "Write",
|
|
1107
|
+
"resourceTypes": [
|
|
1108
|
+
{
|
|
1109
|
+
"name": "application-status-check",
|
|
1110
|
+
"required": true,
|
|
1111
|
+
"conditionKeys": [
|
|
1112
|
+
"aws:ResourceTag/${TagKey}",
|
|
1113
|
+
"ec2:ResourceTag/${TagKey}"
|
|
1114
|
+
],
|
|
1115
|
+
"dependentActions": []
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"name": "instance",
|
|
1119
|
+
"required": false,
|
|
1120
|
+
"conditionKeys": [
|
|
1121
|
+
"aws:ResourceTag/${TagKey}",
|
|
1122
|
+
"ec2:AvailabilityZone",
|
|
1123
|
+
"ec2:AvailabilityZoneId",
|
|
1124
|
+
"ec2:EbsOptimized",
|
|
1125
|
+
"ec2:InstanceAutoRecovery",
|
|
1126
|
+
"ec2:InstanceBandwidthWeighting",
|
|
1127
|
+
"ec2:InstanceMarketType",
|
|
1128
|
+
"ec2:InstanceMetadataTags",
|
|
1129
|
+
"ec2:InstanceProfile",
|
|
1130
|
+
"ec2:InstanceType",
|
|
1131
|
+
"ec2:MetadataHttpEndpoint",
|
|
1132
|
+
"ec2:MetadataHttpPutResponseHopLimit",
|
|
1133
|
+
"ec2:MetadataHttpTokens",
|
|
1134
|
+
"ec2:ResourceTag/${TagKey}",
|
|
1135
|
+
"ec2:RootDeviceType",
|
|
1136
|
+
"ec2:Tenancy"
|
|
1137
|
+
],
|
|
1138
|
+
"dependentActions": []
|
|
1139
|
+
}
|
|
1140
|
+
],
|
|
1141
|
+
"conditionKeys": [
|
|
1142
|
+
"ec2:Region"
|
|
1143
|
+
],
|
|
1144
|
+
"dependentActions": []
|
|
1145
|
+
},
|
|
1103
1146
|
"associatecapacityreservationbillingowner": {
|
|
1104
1147
|
"name": "AssociateCapacityReservationBillingOwner",
|
|
1105
1148
|
"description": "Grants permission to assign billing of the unused capacity of a shared Capacity Reservation to a consumer account",
|
|
@@ -1386,8 +1429,6 @@
|
|
|
1386
1429
|
"required": true,
|
|
1387
1430
|
"conditionKeys": [
|
|
1388
1431
|
"aws:ResourceTag/${TagKey}",
|
|
1389
|
-
"ec2:Ipv4IpamPoolId",
|
|
1390
|
-
"ec2:Ipv6IpamPoolId",
|
|
1391
1432
|
"ec2:ResourceTag/${TagKey}",
|
|
1392
1433
|
"ec2:Tenancy",
|
|
1393
1434
|
"ec2:VpcID"
|
|
@@ -1484,8 +1525,6 @@
|
|
|
1484
1525
|
"required": true,
|
|
1485
1526
|
"conditionKeys": [
|
|
1486
1527
|
"aws:ResourceTag/${TagKey}",
|
|
1487
|
-
"ec2:Ipv4IpamPoolId",
|
|
1488
|
-
"ec2:Ipv6IpamPoolId",
|
|
1489
1528
|
"ec2:ResourceTag/${TagKey}",
|
|
1490
1529
|
"ec2:Tenancy",
|
|
1491
1530
|
"ec2:VpcID"
|
|
@@ -2420,6 +2459,48 @@
|
|
|
2420
2459
|
],
|
|
2421
2460
|
"dependentActions": []
|
|
2422
2461
|
},
|
|
2462
|
+
"createapplicationstatuscheck": {
|
|
2463
|
+
"name": "CreateApplicationStatusCheck",
|
|
2464
|
+
"description": "Grants permission to create an application status check for monitoring the health of applications running on instances",
|
|
2465
|
+
"accessLevel": "Write",
|
|
2466
|
+
"resourceTypes": [
|
|
2467
|
+
{
|
|
2468
|
+
"name": "application-status-check",
|
|
2469
|
+
"required": true,
|
|
2470
|
+
"conditionKeys": [
|
|
2471
|
+
"aws:RequestTag/${TagKey}",
|
|
2472
|
+
"aws:TagKeys"
|
|
2473
|
+
],
|
|
2474
|
+
"dependentActions": []
|
|
2475
|
+
},
|
|
2476
|
+
{
|
|
2477
|
+
"name": "security-group",
|
|
2478
|
+
"required": false,
|
|
2479
|
+
"conditionKeys": [
|
|
2480
|
+
"aws:ResourceTag/${TagKey}",
|
|
2481
|
+
"ec2:ResourceTag/${TagKey}",
|
|
2482
|
+
"ec2:Vpc"
|
|
2483
|
+
],
|
|
2484
|
+
"dependentActions": []
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"name": "subnet",
|
|
2488
|
+
"required": false,
|
|
2489
|
+
"conditionKeys": [
|
|
2490
|
+
"aws:ResourceTag/${TagKey}",
|
|
2491
|
+
"ec2:AvailabilityZone",
|
|
2492
|
+
"ec2:AvailabilityZoneId",
|
|
2493
|
+
"ec2:ResourceTag/${TagKey}",
|
|
2494
|
+
"ec2:Vpc"
|
|
2495
|
+
],
|
|
2496
|
+
"dependentActions": []
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
"conditionKeys": [
|
|
2500
|
+
"ec2:Region"
|
|
2501
|
+
],
|
|
2502
|
+
"dependentActions": []
|
|
2503
|
+
},
|
|
2423
2504
|
"createcapacitymanagerdataexport": {
|
|
2424
2505
|
"name": "CreateCapacityManagerDataExport",
|
|
2425
2506
|
"description": "Grants permission to create a new S3 Data Export for Capacity Manager",
|
|
@@ -3965,8 +4046,6 @@
|
|
|
3965
4046
|
"required": false,
|
|
3966
4047
|
"conditionKeys": [
|
|
3967
4048
|
"aws:ResourceTag/${TagKey}",
|
|
3968
|
-
"ec2:Ipv4IpamPoolId",
|
|
3969
|
-
"ec2:Ipv6IpamPoolId",
|
|
3970
4049
|
"ec2:ResourceTag/${TagKey}",
|
|
3971
4050
|
"ec2:Tenancy",
|
|
3972
4051
|
"ec2:VpcID"
|
|
@@ -4850,6 +4929,17 @@
|
|
|
4850
4929
|
"description": "Grants permission to add or overwrite one or more tags for Amazon EC2 resources",
|
|
4851
4930
|
"accessLevel": "Tagging, Write",
|
|
4852
4931
|
"resourceTypes": [
|
|
4932
|
+
{
|
|
4933
|
+
"name": "application-status-check",
|
|
4934
|
+
"required": false,
|
|
4935
|
+
"conditionKeys": [
|
|
4936
|
+
"aws:RequestTag/${TagKey}",
|
|
4937
|
+
"aws:ResourceTag/${TagKey}",
|
|
4938
|
+
"aws:TagKeys",
|
|
4939
|
+
"ec2:ResourceTag/${TagKey}"
|
|
4940
|
+
],
|
|
4941
|
+
"dependentActions": []
|
|
4942
|
+
},
|
|
4853
4943
|
{
|
|
4854
4944
|
"name": "capacity-block",
|
|
4855
4945
|
"required": false,
|
|
@@ -6507,6 +6597,37 @@
|
|
|
6507
6597
|
],
|
|
6508
6598
|
"dependentActions": []
|
|
6509
6599
|
},
|
|
6600
|
+
"createtransitgatewaypolicytableentry": {
|
|
6601
|
+
"name": "CreateTransitGatewayPolicyTableEntry",
|
|
6602
|
+
"description": "Grants permission to create an entry in a transit gateway policy table",
|
|
6603
|
+
"accessLevel": "Write",
|
|
6604
|
+
"resourceTypes": [
|
|
6605
|
+
{
|
|
6606
|
+
"name": "transit-gateway-policy-table",
|
|
6607
|
+
"required": true,
|
|
6608
|
+
"conditionKeys": [
|
|
6609
|
+
"aws:ResourceTag/${TagKey}",
|
|
6610
|
+
"ec2:ResourceTag/${TagKey}",
|
|
6611
|
+
"ec2:transitGatewayPolicyTableId"
|
|
6612
|
+
],
|
|
6613
|
+
"dependentActions": []
|
|
6614
|
+
},
|
|
6615
|
+
{
|
|
6616
|
+
"name": "transit-gateway-route-table",
|
|
6617
|
+
"required": true,
|
|
6618
|
+
"conditionKeys": [
|
|
6619
|
+
"aws:ResourceTag/${TagKey}",
|
|
6620
|
+
"ec2:ResourceTag/${TagKey}",
|
|
6621
|
+
"ec2:transitGatewayRouteTableId"
|
|
6622
|
+
],
|
|
6623
|
+
"dependentActions": []
|
|
6624
|
+
}
|
|
6625
|
+
],
|
|
6626
|
+
"conditionKeys": [
|
|
6627
|
+
"ec2:Region"
|
|
6628
|
+
],
|
|
6629
|
+
"dependentActions": []
|
|
6630
|
+
},
|
|
6510
6631
|
"createtransitgatewayprefixlistreference": {
|
|
6511
6632
|
"name": "CreateTransitGatewayPrefixListReference",
|
|
6512
6633
|
"description": "Grants permission to create a transit gateway prefix list reference",
|
|
@@ -6950,8 +7071,6 @@
|
|
|
6950
7071
|
"required": false,
|
|
6951
7072
|
"conditionKeys": [
|
|
6952
7073
|
"aws:ResourceTag/${TagKey}",
|
|
6953
|
-
"ec2:Ipv4IpamPoolId",
|
|
6954
|
-
"ec2:Ipv6IpamPoolId",
|
|
6955
7074
|
"ec2:ResourceTag/${TagKey}",
|
|
6956
7075
|
"ec2:Tenancy",
|
|
6957
7076
|
"ec2:VpcID"
|
|
@@ -7313,6 +7432,26 @@
|
|
|
7313
7432
|
],
|
|
7314
7433
|
"dependentActions": []
|
|
7315
7434
|
},
|
|
7435
|
+
"deleteapplicationstatuscheck": {
|
|
7436
|
+
"name": "DeleteApplicationStatusCheck",
|
|
7437
|
+
"description": "Grants permission to delete an application status check",
|
|
7438
|
+
"accessLevel": "Write",
|
|
7439
|
+
"resourceTypes": [
|
|
7440
|
+
{
|
|
7441
|
+
"name": "application-status-check",
|
|
7442
|
+
"required": true,
|
|
7443
|
+
"conditionKeys": [
|
|
7444
|
+
"aws:ResourceTag/${TagKey}",
|
|
7445
|
+
"ec2:ResourceTag/${TagKey}"
|
|
7446
|
+
],
|
|
7447
|
+
"dependentActions": []
|
|
7448
|
+
}
|
|
7449
|
+
],
|
|
7450
|
+
"conditionKeys": [
|
|
7451
|
+
"ec2:Region"
|
|
7452
|
+
],
|
|
7453
|
+
"dependentActions": []
|
|
7454
|
+
},
|
|
7316
7455
|
"deletecapacitymanagerdataexport": {
|
|
7317
7456
|
"name": "DeleteCapacityManagerDataExport",
|
|
7318
7457
|
"description": "Grants permission to delete an existing Capacity Manager data export configuration",
|
|
@@ -8540,6 +8679,17 @@
|
|
|
8540
8679
|
"description": "Grants permission to delete one or more tags from Amazon EC2 resources",
|
|
8541
8680
|
"accessLevel": "Tagging, Write",
|
|
8542
8681
|
"resourceTypes": [
|
|
8682
|
+
{
|
|
8683
|
+
"name": "application-status-check",
|
|
8684
|
+
"required": false,
|
|
8685
|
+
"conditionKeys": [
|
|
8686
|
+
"aws:RequestTag/${TagKey}",
|
|
8687
|
+
"aws:ResourceTag/${TagKey}",
|
|
8688
|
+
"aws:TagKeys",
|
|
8689
|
+
"ec2:ResourceTag/${TagKey}"
|
|
8690
|
+
],
|
|
8691
|
+
"dependentActions": []
|
|
8692
|
+
},
|
|
8543
8693
|
{
|
|
8544
8694
|
"name": "capacity-block",
|
|
8545
8695
|
"required": false,
|
|
@@ -9969,6 +10119,27 @@
|
|
|
9969
10119
|
],
|
|
9970
10120
|
"dependentActions": []
|
|
9971
10121
|
},
|
|
10122
|
+
"deletetransitgatewaypolicytableentry": {
|
|
10123
|
+
"name": "DeleteTransitGatewayPolicyTableEntry",
|
|
10124
|
+
"description": "Grants permission to delete an entry from a transit gateway policy table",
|
|
10125
|
+
"accessLevel": "Write",
|
|
10126
|
+
"resourceTypes": [
|
|
10127
|
+
{
|
|
10128
|
+
"name": "transit-gateway-policy-table",
|
|
10129
|
+
"required": true,
|
|
10130
|
+
"conditionKeys": [
|
|
10131
|
+
"aws:ResourceTag/${TagKey}",
|
|
10132
|
+
"ec2:ResourceTag/${TagKey}",
|
|
10133
|
+
"ec2:transitGatewayPolicyTableId"
|
|
10134
|
+
],
|
|
10135
|
+
"dependentActions": []
|
|
10136
|
+
}
|
|
10137
|
+
],
|
|
10138
|
+
"conditionKeys": [
|
|
10139
|
+
"ec2:Region"
|
|
10140
|
+
],
|
|
10141
|
+
"dependentActions": []
|
|
10142
|
+
},
|
|
9972
10143
|
"deletetransitgatewayprefixlistreference": {
|
|
9973
10144
|
"name": "DeleteTransitGatewayPrefixListReference",
|
|
9974
10145
|
"description": "Grants permission to delete a transit gateway prefix list reference",
|
|
@@ -10661,6 +10832,36 @@
|
|
|
10661
10832
|
],
|
|
10662
10833
|
"dependentActions": []
|
|
10663
10834
|
},
|
|
10835
|
+
"describeapplicationstatus": {
|
|
10836
|
+
"name": "DescribeApplicationStatus",
|
|
10837
|
+
"description": "Grants permission to describe the aggregated application health status for instances",
|
|
10838
|
+
"accessLevel": "List",
|
|
10839
|
+
"resourceTypes": [],
|
|
10840
|
+
"conditionKeys": [
|
|
10841
|
+
"ec2:Region"
|
|
10842
|
+
],
|
|
10843
|
+
"dependentActions": []
|
|
10844
|
+
},
|
|
10845
|
+
"describeapplicationstatuscheckassociations": {
|
|
10846
|
+
"name": "DescribeApplicationStatusCheckAssociations",
|
|
10847
|
+
"description": "Grants permission to describe the associations for one or more application status checks",
|
|
10848
|
+
"accessLevel": "List",
|
|
10849
|
+
"resourceTypes": [],
|
|
10850
|
+
"conditionKeys": [
|
|
10851
|
+
"ec2:Region"
|
|
10852
|
+
],
|
|
10853
|
+
"dependentActions": []
|
|
10854
|
+
},
|
|
10855
|
+
"describeapplicationstatuschecks": {
|
|
10856
|
+
"name": "DescribeApplicationStatusChecks",
|
|
10857
|
+
"description": "Grants permission to describe application status checks",
|
|
10858
|
+
"accessLevel": "List",
|
|
10859
|
+
"resourceTypes": [],
|
|
10860
|
+
"conditionKeys": [
|
|
10861
|
+
"ec2:Region"
|
|
10862
|
+
],
|
|
10863
|
+
"dependentActions": []
|
|
10864
|
+
},
|
|
10664
10865
|
"describeavailabilityzones": {
|
|
10665
10866
|
"name": "DescribeAvailabilityZones",
|
|
10666
10867
|
"description": "Grants permission to describe one or more of the Availability Zones that are available to you",
|
|
@@ -13044,6 +13245,40 @@
|
|
|
13044
13245
|
],
|
|
13045
13246
|
"dependentActions": []
|
|
13046
13247
|
},
|
|
13248
|
+
"disableapplicationstatuschecksuppression": {
|
|
13249
|
+
"name": "DisableApplicationStatusCheckSuppression",
|
|
13250
|
+
"description": "Grants permission to disable suppression of application status checks for instances",
|
|
13251
|
+
"accessLevel": "Write",
|
|
13252
|
+
"resourceTypes": [
|
|
13253
|
+
{
|
|
13254
|
+
"name": "instance",
|
|
13255
|
+
"required": false,
|
|
13256
|
+
"conditionKeys": [
|
|
13257
|
+
"aws:ResourceTag/${TagKey}",
|
|
13258
|
+
"ec2:AvailabilityZone",
|
|
13259
|
+
"ec2:AvailabilityZoneId",
|
|
13260
|
+
"ec2:EbsOptimized",
|
|
13261
|
+
"ec2:InstanceAutoRecovery",
|
|
13262
|
+
"ec2:InstanceBandwidthWeighting",
|
|
13263
|
+
"ec2:InstanceMarketType",
|
|
13264
|
+
"ec2:InstanceMetadataTags",
|
|
13265
|
+
"ec2:InstanceProfile",
|
|
13266
|
+
"ec2:InstanceType",
|
|
13267
|
+
"ec2:MetadataHttpEndpoint",
|
|
13268
|
+
"ec2:MetadataHttpPutResponseHopLimit",
|
|
13269
|
+
"ec2:MetadataHttpTokens",
|
|
13270
|
+
"ec2:ResourceTag/${TagKey}",
|
|
13271
|
+
"ec2:RootDeviceType",
|
|
13272
|
+
"ec2:Tenancy"
|
|
13273
|
+
],
|
|
13274
|
+
"dependentActions": []
|
|
13275
|
+
}
|
|
13276
|
+
],
|
|
13277
|
+
"conditionKeys": [
|
|
13278
|
+
"ec2:Region"
|
|
13279
|
+
],
|
|
13280
|
+
"dependentActions": []
|
|
13281
|
+
},
|
|
13047
13282
|
"disableawsnetworkperformancemetricsubscription": {
|
|
13048
13283
|
"name": "DisableAwsNetworkPerformanceMetricSubscription",
|
|
13049
13284
|
"description": "Grants permission to disable infrastructure performance metric subscriptions",
|
|
@@ -13480,6 +13715,49 @@
|
|
|
13480
13715
|
],
|
|
13481
13716
|
"dependentActions": []
|
|
13482
13717
|
},
|
|
13718
|
+
"disassociateapplicationstatuscheck": {
|
|
13719
|
+
"name": "DisassociateApplicationStatusCheck",
|
|
13720
|
+
"description": "Grants permission to disassociate an application status check from instances or tags",
|
|
13721
|
+
"accessLevel": "Write",
|
|
13722
|
+
"resourceTypes": [
|
|
13723
|
+
{
|
|
13724
|
+
"name": "application-status-check",
|
|
13725
|
+
"required": true,
|
|
13726
|
+
"conditionKeys": [
|
|
13727
|
+
"aws:ResourceTag/${TagKey}",
|
|
13728
|
+
"ec2:ResourceTag/${TagKey}"
|
|
13729
|
+
],
|
|
13730
|
+
"dependentActions": []
|
|
13731
|
+
},
|
|
13732
|
+
{
|
|
13733
|
+
"name": "instance",
|
|
13734
|
+
"required": false,
|
|
13735
|
+
"conditionKeys": [
|
|
13736
|
+
"aws:ResourceTag/${TagKey}",
|
|
13737
|
+
"ec2:AvailabilityZone",
|
|
13738
|
+
"ec2:AvailabilityZoneId",
|
|
13739
|
+
"ec2:EbsOptimized",
|
|
13740
|
+
"ec2:InstanceAutoRecovery",
|
|
13741
|
+
"ec2:InstanceBandwidthWeighting",
|
|
13742
|
+
"ec2:InstanceMarketType",
|
|
13743
|
+
"ec2:InstanceMetadataTags",
|
|
13744
|
+
"ec2:InstanceProfile",
|
|
13745
|
+
"ec2:InstanceType",
|
|
13746
|
+
"ec2:MetadataHttpEndpoint",
|
|
13747
|
+
"ec2:MetadataHttpPutResponseHopLimit",
|
|
13748
|
+
"ec2:MetadataHttpTokens",
|
|
13749
|
+
"ec2:ResourceTag/${TagKey}",
|
|
13750
|
+
"ec2:RootDeviceType",
|
|
13751
|
+
"ec2:Tenancy"
|
|
13752
|
+
],
|
|
13753
|
+
"dependentActions": []
|
|
13754
|
+
}
|
|
13755
|
+
],
|
|
13756
|
+
"conditionKeys": [
|
|
13757
|
+
"ec2:Region"
|
|
13758
|
+
],
|
|
13759
|
+
"dependentActions": []
|
|
13760
|
+
},
|
|
13483
13761
|
"disassociatecapacityreservationbillingowner": {
|
|
13484
13762
|
"name": "DisassociateCapacityReservationBillingOwner",
|
|
13485
13763
|
"description": "Grants permission to cancel a pending request to assign billing of the unused capacity of a Capacity Reservation to a consumer account",
|
|
@@ -13720,8 +13998,6 @@
|
|
|
13720
13998
|
"required": true,
|
|
13721
13999
|
"conditionKeys": [
|
|
13722
14000
|
"aws:ResourceTag/${TagKey}",
|
|
13723
|
-
"ec2:Ipv4IpamPoolId",
|
|
13724
|
-
"ec2:Ipv6IpamPoolId",
|
|
13725
14001
|
"ec2:ResourceTag/${TagKey}",
|
|
13726
14002
|
"ec2:Tenancy",
|
|
13727
14003
|
"ec2:VpcID"
|
|
@@ -13827,8 +14103,6 @@
|
|
|
13827
14103
|
"required": false,
|
|
13828
14104
|
"conditionKeys": [
|
|
13829
14105
|
"aws:ResourceTag/${TagKey}",
|
|
13830
|
-
"ec2:Ipv4IpamPoolId",
|
|
13831
|
-
"ec2:Ipv6IpamPoolId",
|
|
13832
14106
|
"ec2:ResourceTag/${TagKey}",
|
|
13833
14107
|
"ec2:Tenancy",
|
|
13834
14108
|
"ec2:VpcID"
|
|
@@ -14036,6 +14310,40 @@
|
|
|
14036
14310
|
],
|
|
14037
14311
|
"dependentActions": []
|
|
14038
14312
|
},
|
|
14313
|
+
"enableapplicationstatuschecksuppression": {
|
|
14314
|
+
"name": "EnableApplicationStatusCheckSuppression",
|
|
14315
|
+
"description": "Grants permission to suppress application status checks for instances",
|
|
14316
|
+
"accessLevel": "Write",
|
|
14317
|
+
"resourceTypes": [
|
|
14318
|
+
{
|
|
14319
|
+
"name": "instance",
|
|
14320
|
+
"required": false,
|
|
14321
|
+
"conditionKeys": [
|
|
14322
|
+
"aws:ResourceTag/${TagKey}",
|
|
14323
|
+
"ec2:AvailabilityZone",
|
|
14324
|
+
"ec2:AvailabilityZoneId",
|
|
14325
|
+
"ec2:EbsOptimized",
|
|
14326
|
+
"ec2:InstanceAutoRecovery",
|
|
14327
|
+
"ec2:InstanceBandwidthWeighting",
|
|
14328
|
+
"ec2:InstanceMarketType",
|
|
14329
|
+
"ec2:InstanceMetadataTags",
|
|
14330
|
+
"ec2:InstanceProfile",
|
|
14331
|
+
"ec2:InstanceType",
|
|
14332
|
+
"ec2:MetadataHttpEndpoint",
|
|
14333
|
+
"ec2:MetadataHttpPutResponseHopLimit",
|
|
14334
|
+
"ec2:MetadataHttpTokens",
|
|
14335
|
+
"ec2:ResourceTag/${TagKey}",
|
|
14336
|
+
"ec2:RootDeviceType",
|
|
14337
|
+
"ec2:Tenancy"
|
|
14338
|
+
],
|
|
14339
|
+
"dependentActions": []
|
|
14340
|
+
}
|
|
14341
|
+
],
|
|
14342
|
+
"conditionKeys": [
|
|
14343
|
+
"ec2:Region"
|
|
14344
|
+
],
|
|
14345
|
+
"dependentActions": []
|
|
14346
|
+
},
|
|
14039
14347
|
"enableawsnetworkperformancemetricsubscription": {
|
|
14040
14348
|
"name": "EnableAwsNetworkPerformanceMetricSubscription",
|
|
14041
14349
|
"description": "Grants permission to enable infrastructure performance subscriptions",
|
|
@@ -16223,6 +16531,50 @@
|
|
|
16223
16531
|
],
|
|
16224
16532
|
"dependentActions": []
|
|
16225
16533
|
},
|
|
16534
|
+
"modifyapplicationstatuscheck": {
|
|
16535
|
+
"name": "ModifyApplicationStatusCheck",
|
|
16536
|
+
"description": "Grants permission to modify an application status check",
|
|
16537
|
+
"accessLevel": "Write",
|
|
16538
|
+
"resourceTypes": [
|
|
16539
|
+
{
|
|
16540
|
+
"name": "application-status-check",
|
|
16541
|
+
"required": true,
|
|
16542
|
+
"conditionKeys": [
|
|
16543
|
+
"aws:ResourceTag/${TagKey}",
|
|
16544
|
+
"ec2:Attribute",
|
|
16545
|
+
"ec2:Attribute/${AttributeName}",
|
|
16546
|
+
"ec2:ResourceTag/${TagKey}"
|
|
16547
|
+
],
|
|
16548
|
+
"dependentActions": []
|
|
16549
|
+
},
|
|
16550
|
+
{
|
|
16551
|
+
"name": "security-group",
|
|
16552
|
+
"required": false,
|
|
16553
|
+
"conditionKeys": [
|
|
16554
|
+
"aws:ResourceTag/${TagKey}",
|
|
16555
|
+
"ec2:ResourceTag/${TagKey}",
|
|
16556
|
+
"ec2:Vpc"
|
|
16557
|
+
],
|
|
16558
|
+
"dependentActions": []
|
|
16559
|
+
},
|
|
16560
|
+
{
|
|
16561
|
+
"name": "subnet",
|
|
16562
|
+
"required": false,
|
|
16563
|
+
"conditionKeys": [
|
|
16564
|
+
"aws:ResourceTag/${TagKey}",
|
|
16565
|
+
"ec2:AvailabilityZone",
|
|
16566
|
+
"ec2:AvailabilityZoneId",
|
|
16567
|
+
"ec2:ResourceTag/${TagKey}",
|
|
16568
|
+
"ec2:Vpc"
|
|
16569
|
+
],
|
|
16570
|
+
"dependentActions": []
|
|
16571
|
+
}
|
|
16572
|
+
],
|
|
16573
|
+
"conditionKeys": [
|
|
16574
|
+
"ec2:Region"
|
|
16575
|
+
],
|
|
16576
|
+
"dependentActions": []
|
|
16577
|
+
},
|
|
16226
16578
|
"modifyavailabilityzonegroup": {
|
|
16227
16579
|
"name": "ModifyAvailabilityZoneGroup",
|
|
16228
16580
|
"description": "Grants permission to modify the opt-in status of the Local Zone and Wavelength Zone group for your account",
|
|
@@ -17847,6 +18199,37 @@
|
|
|
17847
18199
|
],
|
|
17848
18200
|
"dependentActions": []
|
|
17849
18201
|
},
|
|
18202
|
+
"modifytransitgatewaypolicytableentry": {
|
|
18203
|
+
"name": "ModifyTransitGatewayPolicyTableEntry",
|
|
18204
|
+
"description": "Grants permission to modify a transit gateway policy table entry",
|
|
18205
|
+
"accessLevel": "Write",
|
|
18206
|
+
"resourceTypes": [
|
|
18207
|
+
{
|
|
18208
|
+
"name": "transit-gateway-policy-table",
|
|
18209
|
+
"required": true,
|
|
18210
|
+
"conditionKeys": [
|
|
18211
|
+
"aws:ResourceTag/${TagKey}",
|
|
18212
|
+
"ec2:ResourceTag/${TagKey}",
|
|
18213
|
+
"ec2:transitGatewayPolicyTableId"
|
|
18214
|
+
],
|
|
18215
|
+
"dependentActions": []
|
|
18216
|
+
},
|
|
18217
|
+
{
|
|
18218
|
+
"name": "transit-gateway-route-table",
|
|
18219
|
+
"required": false,
|
|
18220
|
+
"conditionKeys": [
|
|
18221
|
+
"aws:ResourceTag/${TagKey}",
|
|
18222
|
+
"ec2:ResourceTag/${TagKey}",
|
|
18223
|
+
"ec2:transitGatewayRouteTableId"
|
|
18224
|
+
],
|
|
18225
|
+
"dependentActions": []
|
|
18226
|
+
}
|
|
18227
|
+
],
|
|
18228
|
+
"conditionKeys": [
|
|
18229
|
+
"ec2:Region"
|
|
18230
|
+
],
|
|
18231
|
+
"dependentActions": []
|
|
18232
|
+
},
|
|
17850
18233
|
"modifytransitgatewayprefixlistreference": {
|
|
17851
18234
|
"name": "ModifyTransitGatewayPrefixListReference",
|
|
17852
18235
|
"description": "Grants permission to modify a transit gateway prefix list reference",
|
|
@@ -18342,6 +18725,28 @@
|
|
|
18342
18725
|
],
|
|
18343
18726
|
"dependentActions": []
|
|
18344
18727
|
},
|
|
18728
|
+
"modifyvpcendpointpayerresponsibility": {
|
|
18729
|
+
"name": "ModifyVpcEndpointPayerResponsibility",
|
|
18730
|
+
"description": "Grants permission to modify the payer responsibility for a VPC endpoint",
|
|
18731
|
+
"accessLevel": "Write",
|
|
18732
|
+
"resourceTypes": [
|
|
18733
|
+
{
|
|
18734
|
+
"name": "vpc-endpoint-service",
|
|
18735
|
+
"required": false,
|
|
18736
|
+
"conditionKeys": [
|
|
18737
|
+
"aws:ResourceTag/${TagKey}",
|
|
18738
|
+
"ec2:ResourceTag/${TagKey}",
|
|
18739
|
+
"ec2:VpceMultiRegion",
|
|
18740
|
+
"ec2:VpceSupportedRegion"
|
|
18741
|
+
],
|
|
18742
|
+
"dependentActions": []
|
|
18743
|
+
}
|
|
18744
|
+
],
|
|
18745
|
+
"conditionKeys": [
|
|
18746
|
+
"ec2:Region"
|
|
18747
|
+
],
|
|
18748
|
+
"dependentActions": []
|
|
18749
|
+
},
|
|
18345
18750
|
"modifyvpcendpointserviceconfiguration": {
|
|
18346
18751
|
"name": "ModifyVpcEndpointServiceConfiguration",
|
|
18347
18752
|
"description": "Grants permission to modify the attributes of a VPC endpoint service configuration",
|
|
@@ -20712,6 +21117,12 @@
|
|
|
20712
21117
|
"description": "Grants permission to start a stopped instance",
|
|
20713
21118
|
"accessLevel": "Write",
|
|
20714
21119
|
"resourceTypes": [
|
|
21120
|
+
{
|
|
21121
|
+
"name": "group",
|
|
21122
|
+
"required": false,
|
|
21123
|
+
"conditionKeys": [],
|
|
21124
|
+
"dependentActions": []
|
|
21125
|
+
},
|
|
20715
21126
|
{
|
|
20716
21127
|
"name": "instance",
|
|
20717
21128
|
"required": true,
|
package/data/actions/eks.json
CHANGED
|
@@ -29,6 +29,21 @@
|
|
|
29
29
|
"conditionKeys": [],
|
|
30
30
|
"dependentActions": []
|
|
31
31
|
},
|
|
32
|
+
"activatecertificateauthority": {
|
|
33
|
+
"name": "ActivateCertificateAuthority",
|
|
34
|
+
"description": "Grants permission to activate a certificate authority for an Amazon EKS cluster",
|
|
35
|
+
"accessLevel": "Write",
|
|
36
|
+
"resourceTypes": [
|
|
37
|
+
{
|
|
38
|
+
"name": "cluster",
|
|
39
|
+
"required": true,
|
|
40
|
+
"conditionKeys": [],
|
|
41
|
+
"dependentActions": []
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"conditionKeys": [],
|
|
45
|
+
"dependentActions": []
|
|
46
|
+
},
|
|
32
47
|
"associateaccesspolicy": {
|
|
33
48
|
"name": "AssociateAccessPolicy",
|
|
34
49
|
"description": "Grants permission to associate an Amazon EKS access policy to an Amazon EKS access entry",
|
|
@@ -164,6 +179,21 @@
|
|
|
164
179
|
],
|
|
165
180
|
"dependentActions": []
|
|
166
181
|
},
|
|
182
|
+
"createcertificateauthority": {
|
|
183
|
+
"name": "CreateCertificateAuthority",
|
|
184
|
+
"description": "Grants permission to create a certificate authority for an Amazon EKS cluster",
|
|
185
|
+
"accessLevel": "Write",
|
|
186
|
+
"resourceTypes": [
|
|
187
|
+
{
|
|
188
|
+
"name": "cluster",
|
|
189
|
+
"required": true,
|
|
190
|
+
"conditionKeys": [],
|
|
191
|
+
"dependentActions": []
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"conditionKeys": [],
|
|
195
|
+
"dependentActions": []
|
|
196
|
+
},
|
|
167
197
|
"createcluster": {
|
|
168
198
|
"name": "CreateCluster",
|
|
169
199
|
"description": "Grants permission to create an Amazon EKS cluster",
|
|
@@ -310,6 +340,21 @@
|
|
|
310
340
|
"conditionKeys": [],
|
|
311
341
|
"dependentActions": []
|
|
312
342
|
},
|
|
343
|
+
"deletecertificateauthority": {
|
|
344
|
+
"name": "DeleteCertificateAuthority",
|
|
345
|
+
"description": "Grants permission to delete a certificate authority from an Amazon EKS cluster",
|
|
346
|
+
"accessLevel": "Write",
|
|
347
|
+
"resourceTypes": [
|
|
348
|
+
{
|
|
349
|
+
"name": "cluster",
|
|
350
|
+
"required": true,
|
|
351
|
+
"conditionKeys": [],
|
|
352
|
+
"dependentActions": []
|
|
353
|
+
}
|
|
354
|
+
],
|
|
355
|
+
"conditionKeys": [],
|
|
356
|
+
"dependentActions": []
|
|
357
|
+
},
|
|
313
358
|
"deletecluster": {
|
|
314
359
|
"name": "DeleteCluster",
|
|
315
360
|
"description": "Grants permission to delete an Amazon EKS cluster",
|
|
@@ -461,6 +506,21 @@
|
|
|
461
506
|
"conditionKeys": [],
|
|
462
507
|
"dependentActions": []
|
|
463
508
|
},
|
|
509
|
+
"describecertificateauthority": {
|
|
510
|
+
"name": "DescribeCertificateAuthority",
|
|
511
|
+
"description": "Grants permission to retrieve descriptive information about a certificate authority for an Amazon EKS cluster",
|
|
512
|
+
"accessLevel": "Read",
|
|
513
|
+
"resourceTypes": [
|
|
514
|
+
{
|
|
515
|
+
"name": "cluster",
|
|
516
|
+
"required": true,
|
|
517
|
+
"conditionKeys": [],
|
|
518
|
+
"dependentActions": []
|
|
519
|
+
}
|
|
520
|
+
],
|
|
521
|
+
"conditionKeys": [],
|
|
522
|
+
"dependentActions": []
|
|
523
|
+
},
|
|
464
524
|
"describecluster": {
|
|
465
525
|
"name": "DescribeCluster",
|
|
466
526
|
"description": "Grants permission to retrieve descriptive information about an Amazon EKS cluster",
|
|
@@ -724,6 +784,21 @@
|
|
|
724
784
|
"conditionKeys": [],
|
|
725
785
|
"dependentActions": []
|
|
726
786
|
},
|
|
787
|
+
"listcertificateauthorities": {
|
|
788
|
+
"name": "ListCertificateAuthorities",
|
|
789
|
+
"description": "Grants permission to list the certificate authorities for an Amazon EKS cluster",
|
|
790
|
+
"accessLevel": "List",
|
|
791
|
+
"resourceTypes": [
|
|
792
|
+
{
|
|
793
|
+
"name": "cluster",
|
|
794
|
+
"required": true,
|
|
795
|
+
"conditionKeys": [],
|
|
796
|
+
"dependentActions": []
|
|
797
|
+
}
|
|
798
|
+
],
|
|
799
|
+
"conditionKeys": [],
|
|
800
|
+
"dependentActions": []
|
|
801
|
+
},
|
|
727
802
|
"listclusters": {
|
|
728
803
|
"name": "ListClusters",
|
|
729
804
|
"description": "Grants permission to list the Amazon EKS clusters in your AWS account (in the specified or default region)",
|
package/data/actions/ssm.json
CHANGED
|
@@ -45,6 +45,30 @@
|
|
|
45
45
|
"conditionKeys": [],
|
|
46
46
|
"dependentActions": []
|
|
47
47
|
},
|
|
48
|
+
"requestmanagedinstanceroletoken": {
|
|
49
|
+
"name": "RequestManagedInstanceRoleToken",
|
|
50
|
+
"description": "Grants permission to SSM Agent to retrieve temporary credentials to access the managed node (internal Systems Manager call)",
|
|
51
|
+
"accessLevel": "Write",
|
|
52
|
+
"resourceTypes": [
|
|
53
|
+
{
|
|
54
|
+
"name": "instance",
|
|
55
|
+
"required": false,
|
|
56
|
+
"conditionKeys": [],
|
|
57
|
+
"dependentActions": []
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "managed-instance",
|
|
61
|
+
"required": false,
|
|
62
|
+
"conditionKeys": [],
|
|
63
|
+
"dependentActions": []
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"conditionKeys": [
|
|
67
|
+
"ssm:NodeAccountId",
|
|
68
|
+
"ssm:NodeOrgId"
|
|
69
|
+
],
|
|
70
|
+
"dependentActions": []
|
|
71
|
+
},
|
|
48
72
|
"updateinstanceassociationstatus": {
|
|
49
73
|
"name": "UpdateInstanceAssociationStatus",
|
|
50
74
|
"description": "Grants permission to SSM Agent to update the status of the association that it is currently running (internal Systems Manager call)",
|
|
@@ -76,6 +100,30 @@
|
|
|
76
100
|
],
|
|
77
101
|
"dependentActions": []
|
|
78
102
|
},
|
|
103
|
+
"updatemanagedinstancepublickey": {
|
|
104
|
+
"name": "UpdateManagedInstancePublicKey",
|
|
105
|
+
"description": "Grants permission to SSM Agent to update the public key of the managed node after rotating the key pair (internal Systems Manager call)",
|
|
106
|
+
"accessLevel": "Write",
|
|
107
|
+
"resourceTypes": [
|
|
108
|
+
{
|
|
109
|
+
"name": "instance",
|
|
110
|
+
"required": false,
|
|
111
|
+
"conditionKeys": [],
|
|
112
|
+
"dependentActions": []
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "managed-instance",
|
|
116
|
+
"required": false,
|
|
117
|
+
"conditionKeys": [],
|
|
118
|
+
"dependentActions": []
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"conditionKeys": [
|
|
122
|
+
"ssm:NodeAccountId",
|
|
123
|
+
"ssm:NodeOrgId"
|
|
124
|
+
],
|
|
125
|
+
"dependentActions": []
|
|
126
|
+
},
|
|
79
127
|
"addtagstoresource": {
|
|
80
128
|
"name": "AddTagsToResource",
|
|
81
129
|
"description": "Grants permission to add or overwrite one or more tags for a specified AWS resource",
|
|
@@ -1952,7 +2000,9 @@
|
|
|
1952
2000
|
"resourceTypes": [],
|
|
1953
2001
|
"conditionKeys": [
|
|
1954
2002
|
"aws:RequestTag/${TagKey}",
|
|
1955
|
-
"aws:TagKeys"
|
|
2003
|
+
"aws:TagKeys",
|
|
2004
|
+
"ssm:NodeAccountId",
|
|
2005
|
+
"ssm:NodeOrgId"
|
|
1956
2006
|
],
|
|
1957
2007
|
"dependentActions": []
|
|
1958
2008
|
},
|
|
@@ -67,6 +67,14 @@
|
|
|
67
67
|
"conditionKeys": [],
|
|
68
68
|
"dependentActions": []
|
|
69
69
|
},
|
|
70
|
+
"invokeonboardingagent": {
|
|
71
|
+
"name": "InvokeOnboardingAgent",
|
|
72
|
+
"description": "Grants permission to use WorkSpaces Advisor for WorkSpace onboarding",
|
|
73
|
+
"accessLevel": "Write",
|
|
74
|
+
"resourceTypes": [],
|
|
75
|
+
"conditionKeys": [],
|
|
76
|
+
"dependentActions": []
|
|
77
|
+
},
|
|
70
78
|
"invoketroubleshootinginvestigation": {
|
|
71
79
|
"name": "InvokeTroubleshootingInvestigation",
|
|
72
80
|
"description": "Grants permission to invoke troubleshooting investigation",
|
|
@@ -97,6 +105,14 @@
|
|
|
97
105
|
"conditionKeys": [],
|
|
98
106
|
"dependentActions": []
|
|
99
107
|
},
|
|
108
|
+
"personalization": {
|
|
109
|
+
"name": "Personalization",
|
|
110
|
+
"description": "Grants permission to manage features that enable personalization of the WorkSpaces console experience",
|
|
111
|
+
"accessLevel": "Write",
|
|
112
|
+
"resourceTypes": [],
|
|
113
|
+
"conditionKeys": [],
|
|
114
|
+
"dependentActions": []
|
|
115
|
+
},
|
|
100
116
|
"updateconsent": {
|
|
101
117
|
"name": "UpdateConsent",
|
|
102
118
|
"description": "Grants permission to update the consent agreement to BYOL minimum requirements",
|
|
@@ -49,6 +49,16 @@
|
|
|
49
49
|
"description": "Filters access by verifying that a user also has access to the InventoryType specified in the request",
|
|
50
50
|
"type": "ArrayOfString"
|
|
51
51
|
},
|
|
52
|
+
"ssm:nodeaccountid": {
|
|
53
|
+
"key": "ssm:NodeAccountId",
|
|
54
|
+
"description": "Filters access by the AWS account ID associated with the managed node making the request. Available only in VPC endpoint policies and service control policies (SCPs)",
|
|
55
|
+
"type": "String"
|
|
56
|
+
},
|
|
57
|
+
"ssm:nodeorgid": {
|
|
58
|
+
"key": "ssm:NodeOrgId",
|
|
59
|
+
"description": "Filters access by the AWS Organizations ID associated with the managed node making the request. Available only in VPC endpoint policies and service control policies (SCPs)",
|
|
60
|
+
"type": "String"
|
|
61
|
+
},
|
|
52
62
|
"ssm:overwrite": {
|
|
53
63
|
"key": "ssm:Overwrite",
|
|
54
64
|
"description": "Filters access by controling whether Systems Manager parameters can be overwritten",
|
|
@@ -24,7 +24,10 @@
|
|
|
24
24
|
},
|
|
25
25
|
"stream": {
|
|
26
26
|
"key": "stream",
|
|
27
|
-
"arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/stream/${StreamLabel}"
|
|
27
|
+
"arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/stream/${StreamLabel}",
|
|
28
|
+
"conditionKeys": [
|
|
29
|
+
"aws:ResourceTag/${TagKey}"
|
|
30
|
+
]
|
|
28
31
|
},
|
|
29
32
|
"table": {
|
|
30
33
|
"key": "table",
|
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
+
"application-status-check": {
|
|
3
|
+
"key": "application-status-check",
|
|
4
|
+
"arn": "arn:${Partition}:ec2:${Region}:${Account}:application-status-check/${ApplicationStatusCheckId}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:RequestTag/${TagKey}",
|
|
7
|
+
"aws:ResourceTag/${TagKey}",
|
|
8
|
+
"aws:TagKeys",
|
|
9
|
+
"ec2:Attribute",
|
|
10
|
+
"ec2:Attribute/${AttributeName}",
|
|
11
|
+
"ec2:Region",
|
|
12
|
+
"ec2:ResourceTag/${TagKey}"
|
|
13
|
+
]
|
|
14
|
+
},
|
|
2
15
|
"capacity-block": {
|
|
3
16
|
"key": "capacity-block",
|
|
4
17
|
"arn": "arn:${Partition}:ec2:${Region}:${Account}:capacity-block/${CapacityBlockId}",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.202608201",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-08-
|
|
9
|
+
"updatedAt": "2026-08-20T04:52:14.880Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|