@cloud-copilot/iam-data 0.15.202512201 → 0.15.202512241
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/arc-region-switch.json +15 -0
- package/data/actions/bedrock.json +19 -34
- package/data/actions/logs.json +32 -0
- package/data/actions/network-firewall.json +403 -0
- package/data/actions/sagemaker-mlflow.json +180 -60
- package/data/actions/sagemaker.json +68 -17
- package/data/actions/ses.json +66 -8
- package/data/actions/wickr.json +603 -9
- package/data/conditionKeys/sagemaker-mlflow.json +0 -5
- package/data/conditionPatterns.json +1 -1
- package/data/resourceTypes/network-firewall.json +21 -0
- package/data/resourceTypes/sagemaker-mlflow.json +1 -5
- package/data/resourceTypes/sagemaker.json +3 -15
- package/data/resourceTypes/ses.json +8 -2
- package/data/serviceNames.json +1 -1
- package/package.json +2 -2
|
@@ -40,5 +40,26 @@
|
|
|
40
40
|
"conditionKeys": [
|
|
41
41
|
"aws:ResourceTag/${TagKey}"
|
|
42
42
|
]
|
|
43
|
+
},
|
|
44
|
+
"proxyrulegroup": {
|
|
45
|
+
"key": "ProxyRuleGroup",
|
|
46
|
+
"arn": "arn:${Partition}:network-firewall:${Region}:${Account}:proxy-rule-group/${Name}",
|
|
47
|
+
"conditionKeys": [
|
|
48
|
+
"aws:ResourceTag/${TagKey}"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"proxyconfiguration": {
|
|
52
|
+
"key": "ProxyConfiguration",
|
|
53
|
+
"arn": "arn:${Partition}:network-firewall:${Region}:${Account}:proxy-configuration/${Name}",
|
|
54
|
+
"conditionKeys": [
|
|
55
|
+
"aws:ResourceTag/${TagKey}"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"proxy": {
|
|
59
|
+
"key": "Proxy",
|
|
60
|
+
"arn": "arn:${Partition}:network-firewall:${Region}:${Account}:proxy/${Name}",
|
|
61
|
+
"conditionKeys": [
|
|
62
|
+
"aws:ResourceTag/${TagKey}"
|
|
63
|
+
]
|
|
43
64
|
}
|
|
44
65
|
}
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mlflow-tracking-server": {
|
|
3
3
|
"key": "mlflow-tracking-server",
|
|
4
|
-
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:mlflow-tracking-server/${MlflowTrackingServerName}"
|
|
5
|
-
"conditionKeys": [
|
|
6
|
-
"aws:ResourceTag/${TagKey}",
|
|
7
|
-
"sagemaker:ResourceTag/${TagKey}"
|
|
8
|
-
]
|
|
4
|
+
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:mlflow-tracking-server/${MlflowTrackingServerName}"
|
|
9
5
|
}
|
|
10
6
|
}
|
|
@@ -496,19 +496,11 @@
|
|
|
496
496
|
},
|
|
497
497
|
"mlflow-tracking-server": {
|
|
498
498
|
"key": "mlflow-tracking-server",
|
|
499
|
-
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:mlflow-tracking-server/${MlflowTrackingServerName}"
|
|
500
|
-
"conditionKeys": [
|
|
501
|
-
"aws:ResourceTag/${TagKey}",
|
|
502
|
-
"sagemaker:ResourceTag/${TagKey}"
|
|
503
|
-
]
|
|
499
|
+
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:mlflow-tracking-server/${MlflowTrackingServerName}"
|
|
504
500
|
},
|
|
505
501
|
"mlflow-app": {
|
|
506
502
|
"key": "mlflow-app",
|
|
507
|
-
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:mlflow-app/${MLflowAppId}"
|
|
508
|
-
"conditionKeys": [
|
|
509
|
-
"aws:ResourceTag/${TagKey}",
|
|
510
|
-
"sagemaker:ResourceTag/${TagKey}"
|
|
511
|
-
]
|
|
503
|
+
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:mlflow-app/${MLflowAppId}"
|
|
512
504
|
},
|
|
513
505
|
"compute-quota": {
|
|
514
506
|
"key": "compute-quota",
|
|
@@ -528,10 +520,6 @@
|
|
|
528
520
|
},
|
|
529
521
|
"partner-app": {
|
|
530
522
|
"key": "partner-app",
|
|
531
|
-
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:partner-app/${AppId}"
|
|
532
|
-
"conditionKeys": [
|
|
533
|
-
"aws:ResourceTag/${TagKey}",
|
|
534
|
-
"sagemaker:ResourceTag/${TagKey}"
|
|
535
|
-
]
|
|
523
|
+
"arn": "arn:${Partition}:sagemaker:${Region}:${Account}:partner-app/${AppId}"
|
|
536
524
|
}
|
|
537
525
|
}
|
|
@@ -29,11 +29,17 @@
|
|
|
29
29
|
},
|
|
30
30
|
"custom-verification-email-template": {
|
|
31
31
|
"key": "custom-verification-email-template",
|
|
32
|
-
"arn": "arn:${Partition}:ses:${Region}:${Account}:custom-verification-email-template/${TemplateName}"
|
|
32
|
+
"arn": "arn:${Partition}:ses:${Region}:${Account}:custom-verification-email-template/${TemplateName}",
|
|
33
|
+
"conditionKeys": [
|
|
34
|
+
"aws:ResourceTag/${TagKey}"
|
|
35
|
+
]
|
|
33
36
|
},
|
|
34
37
|
"template": {
|
|
35
38
|
"key": "template",
|
|
36
|
-
"arn": "arn:${Partition}:ses:${Region}:${Account}:template/${TemplateName}"
|
|
39
|
+
"arn": "arn:${Partition}:ses:${Region}:${Account}:template/${TemplateName}",
|
|
40
|
+
"conditionKeys": [
|
|
41
|
+
"aws:ResourceTag/${TagKey}"
|
|
42
|
+
]
|
|
37
43
|
},
|
|
38
44
|
"addon-instance": {
|
|
39
45
|
"key": "addon-instance",
|
package/data/serviceNames.json
CHANGED
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
"nimble": "Amazon Nimble Studio",
|
|
279
279
|
"notifications": "AWS User Notifications",
|
|
280
280
|
"notifications-contacts": "AWS User Notifications Contacts",
|
|
281
|
-
"nova-act": "
|
|
281
|
+
"nova-act": "Amazon Nova Act",
|
|
282
282
|
"oam": "Amazon CloudWatch Observability Access Manager",
|
|
283
283
|
"observabilityadmin": "Amazon CloudWatch Observability Admin Service",
|
|
284
284
|
"odb": "AWS Service - Oracle Database@AWS",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202512241",
|
|
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": "2025-12-
|
|
9
|
+
"updatedAt": "2025-12-24T05:00:26.366Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|