@cloud-copilot/iam-data 0.9.202507161 → 0.9.202507181
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-agentcore.json +1063 -0
- package/data/actions/emr-containers.json +19 -1
- package/data/actions/s3.json +58 -3
- package/data/actions/securitylake.json +1 -0
- package/data/conditionKeys/bedrock-agentcore.json +22 -0
- package/data/resourceTypes/bedrock-agentcore.json +46 -0
- package/data/resourceTypes/emr-containers.json +0 -4
- package/data/resourceTypes/redshift.json +1 -4
- package/data/serviceNames.json +1 -1
- package/data/services.json +1 -1
- package/package.json +2 -2
- package/data/actions/supportrecommendations.json +0 -20
- package/data/conditionKeys/supportrecommendations.json +0 -1
- package/data/resourceTypes/supportrecommendations.json +0 -1
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"createcertificate": {
|
|
18
18
|
"name": "CreateCertificate",
|
|
19
|
-
"description": "Grants permission to
|
|
19
|
+
"description": "Grants permission to call the CreateCertificate method to accept the CertificateSigningRequest, and return the signed certificate",
|
|
20
20
|
"accessLevel": "Write",
|
|
21
21
|
"resourceTypes": [],
|
|
22
22
|
"conditionKeys": [],
|
|
@@ -278,6 +278,12 @@
|
|
|
278
278
|
"conditionKeys": [],
|
|
279
279
|
"dependentActions": []
|
|
280
280
|
},
|
|
281
|
+
{
|
|
282
|
+
"name": "securityConfiguration",
|
|
283
|
+
"required": false,
|
|
284
|
+
"conditionKeys": [],
|
|
285
|
+
"dependentActions": []
|
|
286
|
+
},
|
|
281
287
|
{
|
|
282
288
|
"name": "virtualCluster",
|
|
283
289
|
"required": false,
|
|
@@ -339,6 +345,12 @@
|
|
|
339
345
|
"conditionKeys": [],
|
|
340
346
|
"dependentActions": []
|
|
341
347
|
},
|
|
348
|
+
{
|
|
349
|
+
"name": "securityConfiguration",
|
|
350
|
+
"required": false,
|
|
351
|
+
"conditionKeys": [],
|
|
352
|
+
"dependentActions": []
|
|
353
|
+
},
|
|
342
354
|
{
|
|
343
355
|
"name": "virtualCluster",
|
|
344
356
|
"required": false,
|
|
@@ -375,6 +387,12 @@
|
|
|
375
387
|
"conditionKeys": [],
|
|
376
388
|
"dependentActions": []
|
|
377
389
|
},
|
|
390
|
+
{
|
|
391
|
+
"name": "securityConfiguration",
|
|
392
|
+
"required": false,
|
|
393
|
+
"conditionKeys": [],
|
|
394
|
+
"dependentActions": []
|
|
395
|
+
},
|
|
378
396
|
{
|
|
379
397
|
"name": "virtualCluster",
|
|
380
398
|
"required": false,
|
package/data/actions/s3.json
CHANGED
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
},
|
|
250
250
|
"createbucketmetadatatableconfiguration": {
|
|
251
251
|
"name": "CreateBucketMetadataTableConfiguration",
|
|
252
|
-
"description": "Grants permission to create a new S3 Metadata configuration for a specified bucket",
|
|
252
|
+
"description": "Grants permission to create a new S3 Metadata configuration for a specified general purpose bucket",
|
|
253
253
|
"accessLevel": "Write",
|
|
254
254
|
"resourceTypes": [
|
|
255
255
|
{
|
|
@@ -257,9 +257,12 @@
|
|
|
257
257
|
"required": true,
|
|
258
258
|
"conditionKeys": [],
|
|
259
259
|
"dependentActions": [
|
|
260
|
+
"kms:DescribeKey",
|
|
260
261
|
"s3tables:CreateNamespace",
|
|
261
262
|
"s3tables:CreateTable",
|
|
263
|
+
"s3tables:CreateTableBucket",
|
|
262
264
|
"s3tables:GetTable",
|
|
265
|
+
"s3tables:PutTableEncryption",
|
|
263
266
|
"s3tables:PutTablePolicy"
|
|
264
267
|
]
|
|
265
268
|
}
|
|
@@ -554,7 +557,7 @@
|
|
|
554
557
|
},
|
|
555
558
|
"deletebucketmetadatatableconfiguration": {
|
|
556
559
|
"name": "DeleteBucketMetadataTableConfiguration",
|
|
557
|
-
"description": "Grants permission to delete the S3 Metadata configuration for a specified bucket",
|
|
560
|
+
"description": "Grants permission to delete the S3 Metadata configuration for a specified general purpose bucket",
|
|
558
561
|
"accessLevel": "Write",
|
|
559
562
|
"resourceTypes": [
|
|
560
563
|
{
|
|
@@ -1338,7 +1341,7 @@
|
|
|
1338
1341
|
},
|
|
1339
1342
|
"getbucketmetadatatableconfiguration": {
|
|
1340
1343
|
"name": "GetBucketMetadataTableConfiguration",
|
|
1341
|
-
"description": "Grants permission to return the S3 Metadata configuration for a specified bucket",
|
|
1344
|
+
"description": "Grants permission to return the S3 Metadata configuration for a specified general purpose bucket",
|
|
1342
1345
|
"accessLevel": "Read",
|
|
1343
1346
|
"resourceTypes": [
|
|
1344
1347
|
{
|
|
@@ -3799,6 +3802,58 @@
|
|
|
3799
3802
|
],
|
|
3800
3803
|
"dependentActions": []
|
|
3801
3804
|
},
|
|
3805
|
+
"updatebucketmetadatainventorytableconfiguration": {
|
|
3806
|
+
"name": "UpdateBucketMetadataInventoryTableConfiguration",
|
|
3807
|
+
"description": "Grants permission to update the inventory table configuration on an existing S3 Metadata configuration for a specified general purpose bucket",
|
|
3808
|
+
"accessLevel": "Write",
|
|
3809
|
+
"resourceTypes": [
|
|
3810
|
+
{
|
|
3811
|
+
"name": "bucket",
|
|
3812
|
+
"required": true,
|
|
3813
|
+
"conditionKeys": [],
|
|
3814
|
+
"dependentActions": [
|
|
3815
|
+
"kms:DescribeKey",
|
|
3816
|
+
"s3tables:CreateNamespace",
|
|
3817
|
+
"s3tables:CreateTable",
|
|
3818
|
+
"s3tables:CreateTableBucket",
|
|
3819
|
+
"s3tables:GetTable",
|
|
3820
|
+
"s3tables:PutTableEncryption",
|
|
3821
|
+
"s3tables:PutTablePolicy"
|
|
3822
|
+
]
|
|
3823
|
+
}
|
|
3824
|
+
],
|
|
3825
|
+
"conditionKeys": [
|
|
3826
|
+
"s3:authType",
|
|
3827
|
+
"s3:ResourceAccount",
|
|
3828
|
+
"s3:signatureAge",
|
|
3829
|
+
"s3:signatureversion",
|
|
3830
|
+
"s3:TlsVersion",
|
|
3831
|
+
"s3:x-amz-content-sha256"
|
|
3832
|
+
],
|
|
3833
|
+
"dependentActions": []
|
|
3834
|
+
},
|
|
3835
|
+
"updatebucketmetadatajournaltableconfiguration": {
|
|
3836
|
+
"name": "UpdateBucketMetadataJournalTableConfiguration",
|
|
3837
|
+
"description": "Grants permission to update the journal table configuration on an existing S3 Metadata configuration for a specified general purpose bucket",
|
|
3838
|
+
"accessLevel": "Write",
|
|
3839
|
+
"resourceTypes": [
|
|
3840
|
+
{
|
|
3841
|
+
"name": "bucket",
|
|
3842
|
+
"required": true,
|
|
3843
|
+
"conditionKeys": [],
|
|
3844
|
+
"dependentActions": []
|
|
3845
|
+
}
|
|
3846
|
+
],
|
|
3847
|
+
"conditionKeys": [
|
|
3848
|
+
"s3:authType",
|
|
3849
|
+
"s3:ResourceAccount",
|
|
3850
|
+
"s3:signatureAge",
|
|
3851
|
+
"s3:signatureversion",
|
|
3852
|
+
"s3:TlsVersion",
|
|
3853
|
+
"s3:x-amz-content-sha256"
|
|
3854
|
+
],
|
|
3855
|
+
"dependentActions": []
|
|
3856
|
+
},
|
|
3802
3857
|
"updatejobpriority": {
|
|
3803
3858
|
"name": "UpdateJobPriority",
|
|
3804
3859
|
"description": "Grants permission to update the priority of an existing job",
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"bedrock-agentcore:actorid": {
|
|
3
|
+
"key": "bedrock-agentcore:actorId",
|
|
4
|
+
"description": "Filters access by Actor Id",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"bedrock-agentcore:namespace": {
|
|
8
|
+
"key": "bedrock-agentcore:namespace",
|
|
9
|
+
"description": "Filters access by namespace",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"bedrock-agentcore:sessionid": {
|
|
13
|
+
"key": "bedrock-agentcore:sessionId",
|
|
14
|
+
"description": "Filters access by Session Id",
|
|
15
|
+
"type": "String"
|
|
16
|
+
},
|
|
17
|
+
"bedrock-agentcore:strategyid": {
|
|
18
|
+
"key": "bedrock-agentcore:strategyId",
|
|
19
|
+
"description": "Filters access by Memory Strategy Id",
|
|
20
|
+
"type": "String"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"memory": {
|
|
3
|
+
"key": "memory",
|
|
4
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:memory/${MemoryId}"
|
|
5
|
+
},
|
|
6
|
+
"gateway": {
|
|
7
|
+
"key": "gateway",
|
|
8
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:gateway/${GatewayId}"
|
|
9
|
+
},
|
|
10
|
+
"workload-identity": {
|
|
11
|
+
"key": "workload-identity",
|
|
12
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:workload-identity-directory/${DirectoryId}/workload-identity/${WorkloadIdentityName}"
|
|
13
|
+
},
|
|
14
|
+
"oauth2credentialprovider": {
|
|
15
|
+
"key": "oauth2credentialprovider",
|
|
16
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:token-vault/${TokenVaultId}/oauth2credentialprovider/${Name}"
|
|
17
|
+
},
|
|
18
|
+
"apikeycredentialprovider": {
|
|
19
|
+
"key": "apikeycredentialprovider",
|
|
20
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:token-vault/${TokenVaultId}/apikeycredentialprovider/${Name}"
|
|
21
|
+
},
|
|
22
|
+
"runtime": {
|
|
23
|
+
"key": "runtime",
|
|
24
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:runtime/${RuntimeId}"
|
|
25
|
+
},
|
|
26
|
+
"runtime-endpoint": {
|
|
27
|
+
"key": "runtime-endpoint",
|
|
28
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:runtime/${RuntimeId}/runtime-endpoint/${Name}"
|
|
29
|
+
},
|
|
30
|
+
"code-interpreter-custom": {
|
|
31
|
+
"key": "code-interpreter-custom",
|
|
32
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:code-interpreter-custom/${CodeInterpreterId}"
|
|
33
|
+
},
|
|
34
|
+
"code-interpreter": {
|
|
35
|
+
"key": "code-interpreter",
|
|
36
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:aws:code-interpreter/${CodeInterpreterId}"
|
|
37
|
+
},
|
|
38
|
+
"browser-custom": {
|
|
39
|
+
"key": "browser-custom",
|
|
40
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:browser-custom/${BrowserId}"
|
|
41
|
+
},
|
|
42
|
+
"browser": {
|
|
43
|
+
"key": "browser",
|
|
44
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:aws:browser/${BrowserId}"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -55,10 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"namespace": {
|
|
57
57
|
"key": "namespace",
|
|
58
|
-
"arn": "arn:${Partition}:redshift:${Region}:${Account}:namespace:${ClusterNamespace}"
|
|
59
|
-
"conditionKeys": [
|
|
60
|
-
"aws:ResourceTag/${TagKey}"
|
|
61
|
-
]
|
|
58
|
+
"arn": "arn:${Partition}:redshift:${Region}:${Account}:namespace:${ClusterNamespace}"
|
|
62
59
|
},
|
|
63
60
|
"parametergroup": {
|
|
64
61
|
"key": "parametergroup",
|
package/data/serviceNames.json
CHANGED
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"bcm-data-exports": "AWS Billing And Cost Management Data Exports",
|
|
51
51
|
"bcm-pricing-calculator": "AWS Billing And Cost Management Pricing Calculator",
|
|
52
52
|
"bedrock": "Amazon Bedrock",
|
|
53
|
+
"bedrock-agentcore": "Amazon Bedrock Agentcore",
|
|
53
54
|
"billing": "AWS Billing",
|
|
54
55
|
"billingconductor": "AWS Billing Conductor",
|
|
55
56
|
"braket": "Amazon Braket",
|
|
@@ -383,7 +384,6 @@
|
|
|
383
384
|
"support-console": "AWS Support Console",
|
|
384
385
|
"supportapp": "AWS Support App in Slack",
|
|
385
386
|
"supportplans": "AWS Support Plans",
|
|
386
|
-
"supportrecommendations": "AWS Support Recommendations",
|
|
387
387
|
"sustainability": "AWS Sustainability",
|
|
388
388
|
"swf": "Amazon Simple Workflow Service",
|
|
389
389
|
"synthetics": "Amazon CloudWatch Synthetics",
|
package/data/services.json
CHANGED
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"bcm-data-exports",
|
|
51
51
|
"bcm-pricing-calculator",
|
|
52
52
|
"bedrock",
|
|
53
|
+
"bedrock-agentcore",
|
|
53
54
|
"billing",
|
|
54
55
|
"billingconductor",
|
|
55
56
|
"braket",
|
|
@@ -383,7 +384,6 @@
|
|
|
383
384
|
"support-console",
|
|
384
385
|
"supportapp",
|
|
385
386
|
"supportplans",
|
|
386
|
-
"supportrecommendations",
|
|
387
387
|
"sustainability",
|
|
388
388
|
"swf",
|
|
389
389
|
"synthetics",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202507181",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-07-
|
|
6
|
+
"updatedAt": "2025-07-18T05:02:29.708Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"getsupporttroubleshootingresponse": {
|
|
3
|
-
"name": "GetSupportTroubleshootingResponse",
|
|
4
|
-
"isPermissionOnly": true,
|
|
5
|
-
"description": "Grants permission to the GetSupportTroubleshootingResponse API which lists troubleshooting responses for users' issues",
|
|
6
|
-
"accessLevel": "Read",
|
|
7
|
-
"resourceTypes": [],
|
|
8
|
-
"conditionKeys": [],
|
|
9
|
-
"dependentActions": []
|
|
10
|
-
},
|
|
11
|
-
"startsupporttroubleshooting": {
|
|
12
|
-
"name": "StartSupportTroubleshooting",
|
|
13
|
-
"isPermissionOnly": true,
|
|
14
|
-
"description": "Grants permission to the StartSupportTroubleshooting API which starts troubleshooting for users' issues",
|
|
15
|
-
"accessLevel": "Read",
|
|
16
|
-
"resourceTypes": [],
|
|
17
|
-
"conditionKeys": [],
|
|
18
|
-
"dependentActions": []
|
|
19
|
-
}
|
|
20
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|