@cloud-copilot/iam-data 0.19.202606301 → 0.19.202607021
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/acm.json +451 -3
- package/data/actions/cleanrooms.json +294 -0
- package/data/actions/cloudwatch.json +32 -0
- package/data/actions/connect.json +75 -0
- package/data/actions/ecs.json +16 -0
- package/data/actions/eks.json +15 -0
- package/data/actions/events.json +81 -3
- package/data/actions/gameliftstreams.json +15 -0
- package/data/actions/network-firewall.json +91 -0
- package/data/actions/partnercentral.json +255 -0
- package/data/actions/sagemaker.json +30 -0
- package/data/conditionKeys/acm.json +5 -0
- package/data/resourceTypes/acm.json +21 -0
- package/data/resourceTypes/cleanrooms.json +7 -0
- package/data/resourceTypes/connect.json +4 -1
- package/data/resourceTypes/network-firewall.json +7 -0
- package/data/resourceTypes/partnercentral.json +14 -0
- package/package.json +2 -2
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
"description": "Filters access by certificateAuthority in the request. Can be used to restrict which Certificate Authorites certificates can be issued from",
|
|
5
5
|
"type": "String"
|
|
6
6
|
},
|
|
7
|
+
"acm:certificatekeypairorigin": {
|
|
8
|
+
"key": "acm:CertificateKeyPairOrigin",
|
|
9
|
+
"description": "Filters access by certificateKeyPairOrigin in the request. Can be used to restrict which certificate provisioning paths are permitted",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
7
12
|
"acm:certificatetransparencylogging": {
|
|
8
13
|
"key": "acm:CertificateTransparencyLogging",
|
|
9
14
|
"description": "Filters access by certificateTransparencyLogging option in the request. Default 'ENABLED' if no key is present in the request",
|
|
@@ -5,5 +5,26 @@
|
|
|
5
5
|
"conditionKeys": [
|
|
6
6
|
"aws:ResourceTag/${TagKey}"
|
|
7
7
|
]
|
|
8
|
+
},
|
|
9
|
+
"acme-endpoint": {
|
|
10
|
+
"key": "acme-endpoint",
|
|
11
|
+
"arn": "arn:${Partition}:acm:${Region}:${Account}:acme-endpoint/${AcmeEndpointId}",
|
|
12
|
+
"conditionKeys": [
|
|
13
|
+
"aws:ResourceTag/${TagKey}"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"acme-domain-validation": {
|
|
17
|
+
"key": "acme-domain-validation",
|
|
18
|
+
"arn": "arn:${Partition}:acm:${Region}:${Account}:acme-endpoint/${AcmeEndpointId}/acme-domain-validation/${AcmeDomainValidationId}",
|
|
19
|
+
"conditionKeys": [
|
|
20
|
+
"aws:ResourceTag/${TagKey}"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"acme-external-account-binding": {
|
|
24
|
+
"key": "acme-external-account-binding",
|
|
25
|
+
"arn": "arn:${Partition}:acm:${Region}:${Account}:acme-endpoint/${AcmeEndpointId}/acme-external-account-binding/${ExternalAccountBindingId}",
|
|
26
|
+
"conditionKeys": [
|
|
27
|
+
"aws:ResourceTag/${TagKey}"
|
|
28
|
+
]
|
|
8
29
|
}
|
|
9
30
|
}
|
|
@@ -55,6 +55,13 @@
|
|
|
55
55
|
"aws:ResourceTag/${TagKey}"
|
|
56
56
|
]
|
|
57
57
|
},
|
|
58
|
+
"intermediatetable": {
|
|
59
|
+
"key": "intermediatetable",
|
|
60
|
+
"arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:membership/${MembershipId}/intermediatetable/${IntermediateTableId}",
|
|
61
|
+
"conditionKeys": [
|
|
62
|
+
"aws:ResourceTag/${TagKey}"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
58
65
|
"privacybudgettemplate": {
|
|
59
66
|
"key": "privacybudgettemplate",
|
|
60
67
|
"arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:membership/${MembershipId}/privacybudgettemplate/${PrivacyBudgetTemplateId}",
|
|
@@ -237,7 +237,10 @@
|
|
|
237
237
|
},
|
|
238
238
|
"ai-agent": {
|
|
239
239
|
"key": "ai-agent",
|
|
240
|
-
"arn": "arn:${Partition}:wisdom:${Region}:${Account}:ai-agent/${AssistantId}/${AIAgentId}:${Version}"
|
|
240
|
+
"arn": "arn:${Partition}:wisdom:${Region}:${Account}:ai-agent/${AssistantId}/${AIAgentId}:${Version}",
|
|
241
|
+
"conditionKeys": [
|
|
242
|
+
"aws:ResourceTag/${TagKey}"
|
|
243
|
+
]
|
|
241
244
|
},
|
|
242
245
|
"workspace": {
|
|
243
246
|
"key": "workspace",
|
|
@@ -61,5 +61,12 @@
|
|
|
61
61
|
"conditionKeys": [
|
|
62
62
|
"aws:ResourceTag/${TagKey}"
|
|
63
63
|
]
|
|
64
|
+
},
|
|
65
|
+
"containerassociation": {
|
|
66
|
+
"key": "ContainerAssociation",
|
|
67
|
+
"arn": "arn:${Partition}:network-firewall:${Region}:${Account}:container-association/${Name}",
|
|
68
|
+
"conditionKeys": [
|
|
69
|
+
"aws:ResourceTag/${TagKey}"
|
|
70
|
+
]
|
|
64
71
|
}
|
|
65
72
|
}
|
|
@@ -100,6 +100,20 @@
|
|
|
100
100
|
"key": "Dashboard",
|
|
101
101
|
"arn": "arn:${Partition}:partnercentral::${Account}:catalog/${Catalog}/ReportingData/${TableId}/Dashboard/${DashboardId}"
|
|
102
102
|
},
|
|
103
|
+
"revenueattribution": {
|
|
104
|
+
"key": "RevenueAttribution",
|
|
105
|
+
"arn": "arn:${Partition}:partnercentral:${Region}:${Account}:catalog/${Catalog}/revenue-attribution/${RevenueAttributionId}",
|
|
106
|
+
"conditionKeys": [
|
|
107
|
+
"aws:ResourceTag/${TagKey}"
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
"marketplacerevenueshare": {
|
|
111
|
+
"key": "MarketplaceRevenueShare",
|
|
112
|
+
"arn": "arn:${Partition}:partnercentral:${Region}:${Account}:catalog/${Catalog}/marketplace-revenue-share/${MarketplaceProductId}",
|
|
113
|
+
"conditionKeys": [
|
|
114
|
+
"aws:ResourceTag/${TagKey}"
|
|
115
|
+
]
|
|
116
|
+
},
|
|
103
117
|
"prospectingfromengagementtask": {
|
|
104
118
|
"key": "ProspectingFromEngagementTask",
|
|
105
119
|
"arn": "arn:${Partition}:partnercentral:${Region}::catalog/${Catalog}/prospecting-from-engagement-task/${TaskIdentifier}"
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202607021",
|
|
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-
|
|
9
|
+
"updatedAt": "2026-07-02T05:59:01.605Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|