@cloud-copilot/iam-data 0.9.202507051 → 0.9.202507171
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/dataexchange.json +61 -9
- package/data/actions/datazone.json +9 -0
- package/data/actions/freetier.json +32 -0
- package/data/actions/network-firewall.json +21 -0
- package/data/actions/network-security-director.json +74 -0
- package/data/actions/rds.json +25 -2
- package/data/actions/s3.json +65 -3
- package/data/actions/s3vectors.json +242 -0
- package/data/actions/sagemaker-mlflow.json +135 -0
- package/data/actions/sagemaker.json +144 -3
- package/data/actions/securitylake.json +1 -0
- package/data/conditionKeys/bedrock-agentcore.json +22 -0
- package/data/conditionKeys/s3.json +10 -0
- package/data/conditionKeys/s3vectors.json +12 -0
- package/data/conditionKeys/sagemaker.json +10 -0
- package/data/resourceTypes/bedrock-agentcore.json +46 -0
- package/data/resourceTypes/dataexchange.json +4 -1
- package/data/resourceTypes/rds.json +4 -1
- package/data/resourceTypes/s3vectors.json +10 -0
- package/data/resourceTypes/sagemaker.json +10 -2
- package/data/serviceNames.json +3 -1
- package/data/services.json +3 -1
- package/package.json +2 -2
- package/data/actions/supportrecommendations.json +0 -20
- /package/data/conditionKeys/{supportrecommendations.json → network-security-director.json} +0 -0
- /package/data/resourceTypes/{supportrecommendations.json → network-security-director.json} +0 -0
|
@@ -14,11 +14,21 @@
|
|
|
14
14
|
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
16
|
},
|
|
17
|
+
"s3:accessgrantscope": {
|
|
18
|
+
"key": "s3:AccessGrantScope",
|
|
19
|
+
"description": "Filters access by the grant scope of access grants grant",
|
|
20
|
+
"type": "String"
|
|
21
|
+
},
|
|
17
22
|
"s3:accessgrantsinstancearn": {
|
|
18
23
|
"key": "s3:AccessGrantsInstanceArn",
|
|
19
24
|
"description": "Filters access by access grants instance ARN",
|
|
20
25
|
"type": "ARN"
|
|
21
26
|
},
|
|
27
|
+
"s3:accessgrantslocationscope": {
|
|
28
|
+
"key": "s3:AccessGrantsLocationScope",
|
|
29
|
+
"description": "Filters access by the location scope of access grants location",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
22
32
|
"s3:accesspointnetworkorigin": {
|
|
23
33
|
"key": "s3:AccessPointNetworkOrigin",
|
|
24
34
|
"description": "Filters access by the network origin (Internet or VPC)",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"s3vectors:kmskeyarn": {
|
|
3
|
+
"key": "s3vectors:kmsKeyArn",
|
|
4
|
+
"description": "Filters access by the AWS KMS key ARN for the key used to encrypt a vector bucket",
|
|
5
|
+
"type": "ARN"
|
|
6
|
+
},
|
|
7
|
+
"s3vectors:ssetype": {
|
|
8
|
+
"key": "s3vectors:sseType",
|
|
9
|
+
"description": "Filters access by server-side encryption type",
|
|
10
|
+
"type": "String"
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -184,6 +184,16 @@
|
|
|
184
184
|
"description": "Filters access by the OwnerUserProfile arn associated with the space in the request",
|
|
185
185
|
"type": "ARN"
|
|
186
186
|
},
|
|
187
|
+
"sagemaker:pipelineversionid": {
|
|
188
|
+
"key": "sagemaker:PipelineVersionId",
|
|
189
|
+
"description": "Filters access to specific version IDs of a Sagemaker pipeline",
|
|
190
|
+
"type": "String"
|
|
191
|
+
},
|
|
192
|
+
"sagemaker:remoteaccess": {
|
|
193
|
+
"key": "sagemaker:RemoteAccess",
|
|
194
|
+
"description": "Filters access by the remote access flag associated with the space in the request",
|
|
195
|
+
"type": "String"
|
|
196
|
+
},
|
|
187
197
|
"sagemaker:resourcetag/": {
|
|
188
198
|
"key": "sagemaker:ResourceTag/",
|
|
189
199
|
"description": "Filters access by the preface string for a tag key and value pair attached to a resource",
|
|
@@ -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
|
+
}
|
|
@@ -38,7 +38,10 @@
|
|
|
38
38
|
},
|
|
39
39
|
"event-actions": {
|
|
40
40
|
"key": "event-actions",
|
|
41
|
-
"arn": "arn:${Partition}:dataexchange:${Region}:${Account}:event-actions/${EventActionId}"
|
|
41
|
+
"arn": "arn:${Partition}:dataexchange:${Region}:${Account}:event-actions/${EventActionId}",
|
|
42
|
+
"conditionKeys": [
|
|
43
|
+
"aws:ResourceTag/${TagKey}"
|
|
44
|
+
]
|
|
42
45
|
},
|
|
43
46
|
"data-grants": {
|
|
44
47
|
"key": "data-grants",
|
|
@@ -71,7 +71,10 @@
|
|
|
71
71
|
},
|
|
72
72
|
"global-cluster": {
|
|
73
73
|
"key": "global-cluster",
|
|
74
|
-
"arn": "arn:${Partition}:rds::${Account}:global-cluster:${GlobalCluster}"
|
|
74
|
+
"arn": "arn:${Partition}:rds::${Account}:global-cluster:${GlobalCluster}",
|
|
75
|
+
"conditionKeys": [
|
|
76
|
+
"aws:ResourceTag/${TagKey}"
|
|
77
|
+
]
|
|
75
78
|
},
|
|
76
79
|
"og": {
|
|
77
80
|
"key": "og",
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"index": {
|
|
3
|
+
"key": "Index",
|
|
4
|
+
"arn": "arn:${Partition}:s3vectors:${Region}:${Account}:bucket/${BucketName}/index/${IndexName}"
|
|
5
|
+
},
|
|
6
|
+
"vectorbucket": {
|
|
7
|
+
"key": "VectorBucket",
|
|
8
|
+
"arn": "arn:${Partition}:s3vectors:${Region}:${Account}:bucket/${BucketName}"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -165,7 +165,11 @@
|
|
|
165
165
|
},
|
|
166
166
|
"notebook-instance-lifecycle-config": {
|
|
167
167
|
"key": "notebook-instance-lifecycle-config",
|
|
168
|
-
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:notebook-instance-lifecycle-config/${NotebookInstanceLifecycleConfigName}"
|
|
168
|
+
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:notebook-instance-lifecycle-config/${NotebookInstanceLifecycleConfigName}",
|
|
169
|
+
"conditionKeys": [
|
|
170
|
+
"aws:ResourceTag/${TagKey}",
|
|
171
|
+
"sagemaker:ResourceTag/${TagKey}"
|
|
172
|
+
]
|
|
169
173
|
},
|
|
170
174
|
"code-repository": {
|
|
171
175
|
"key": "code-repository",
|
|
@@ -417,7 +421,11 @@
|
|
|
417
421
|
},
|
|
418
422
|
"pipeline-execution": {
|
|
419
423
|
"key": "pipeline-execution",
|
|
420
|
-
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:pipeline/${PipelineName}/execution/${RandomString}"
|
|
424
|
+
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:pipeline/${PipelineName}/execution/${RandomString}",
|
|
425
|
+
"conditionKeys": [
|
|
426
|
+
"aws:ResourceTag/${TagKey}",
|
|
427
|
+
"sagemaker:ResourceTag/${TagKey}"
|
|
428
|
+
]
|
|
421
429
|
},
|
|
422
430
|
"artifact": {
|
|
423
431
|
"key": "artifact",
|
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",
|
|
@@ -261,6 +262,7 @@
|
|
|
261
262
|
"neptune-db": "Amazon Neptune",
|
|
262
263
|
"neptune-graph": "Amazon Neptune Analytics",
|
|
263
264
|
"network-firewall": "AWS Network Firewall",
|
|
265
|
+
"network-security-director": "AWS Shield network security director",
|
|
264
266
|
"networkflowmonitor": "Network Flow Monitor",
|
|
265
267
|
"networkmanager": "AWS Network Manager",
|
|
266
268
|
"networkmanager-chat": "AWS Network Manager Chat",
|
|
@@ -333,6 +335,7 @@
|
|
|
333
335
|
"s3-outposts": "Amazon S3 on Outposts",
|
|
334
336
|
"s3express": "Amazon S3 Express",
|
|
335
337
|
"s3tables": "Amazon S3 Tables",
|
|
338
|
+
"s3vectors": "Amazon S3 Vectors",
|
|
336
339
|
"sagemaker": "Amazon SageMaker",
|
|
337
340
|
"sagemaker-data-science-assistant": "Amazon SageMaker data science assistant",
|
|
338
341
|
"sagemaker-geospatial": "Amazon SageMaker geospatial capabilities",
|
|
@@ -381,7 +384,6 @@
|
|
|
381
384
|
"support-console": "AWS Support Console",
|
|
382
385
|
"supportapp": "AWS Support App in Slack",
|
|
383
386
|
"supportplans": "AWS Support Plans",
|
|
384
|
-
"supportrecommendations": "AWS Support Recommendations",
|
|
385
387
|
"sustainability": "AWS Sustainability",
|
|
386
388
|
"swf": "Amazon Simple Workflow Service",
|
|
387
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",
|
|
@@ -261,6 +262,7 @@
|
|
|
261
262
|
"neptune-db",
|
|
262
263
|
"neptune-graph",
|
|
263
264
|
"network-firewall",
|
|
265
|
+
"network-security-director",
|
|
264
266
|
"networkflowmonitor",
|
|
265
267
|
"networkmanager",
|
|
266
268
|
"networkmanager-chat",
|
|
@@ -333,6 +335,7 @@
|
|
|
333
335
|
"s3-outposts",
|
|
334
336
|
"s3express",
|
|
335
337
|
"s3tables",
|
|
338
|
+
"s3vectors",
|
|
336
339
|
"sagemaker",
|
|
337
340
|
"sagemaker-data-science-assistant",
|
|
338
341
|
"sagemaker-geospatial",
|
|
@@ -381,7 +384,6 @@
|
|
|
381
384
|
"support-console",
|
|
382
385
|
"supportapp",
|
|
383
386
|
"supportplans",
|
|
384
|
-
"supportrecommendations",
|
|
385
387
|
"sustainability",
|
|
386
388
|
"swf",
|
|
387
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.202507171",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-07-
|
|
6
|
+
"updatedAt": "2025-07-17T05:01:41.010Z",
|
|
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
|
-
}
|
|
File without changes
|
|
File without changes
|