@cloud-copilot/iam-data 0.20.202607211 → 0.20.202607221
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.
|
@@ -137,6 +137,21 @@
|
|
|
137
137
|
"conditionKeys": [],
|
|
138
138
|
"dependentActions": []
|
|
139
139
|
},
|
|
140
|
+
"gettaxcomplianceprofile": {
|
|
141
|
+
"name": "GetTaxComplianceProfile",
|
|
142
|
+
"description": "Grants permission to retrieve details of a tax compliance profile including artifacts with download URLs",
|
|
143
|
+
"accessLevel": "Read",
|
|
144
|
+
"resourceTypes": [
|
|
145
|
+
{
|
|
146
|
+
"name": "TaxComplianceProfile",
|
|
147
|
+
"required": true,
|
|
148
|
+
"conditionKeys": [],
|
|
149
|
+
"dependentActions": []
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"conditionKeys": [],
|
|
153
|
+
"dependentActions": []
|
|
154
|
+
},
|
|
140
155
|
"getverification": {
|
|
141
156
|
"name": "GetVerification",
|
|
142
157
|
"description": "Grants permission to retrieve the detailed status of a specific verification process, including PSP validation results",
|
|
@@ -227,6 +242,22 @@
|
|
|
227
242
|
],
|
|
228
243
|
"dependentActions": []
|
|
229
244
|
},
|
|
245
|
+
"listtaxcomplianceprofilechangetasks": {
|
|
246
|
+
"name": "ListTaxComplianceProfileChangeTasks",
|
|
247
|
+
"description": "Grants permission to list tax compliance profile change tasks with optional filters",
|
|
248
|
+
"accessLevel": "List",
|
|
249
|
+
"resourceTypes": [],
|
|
250
|
+
"conditionKeys": [],
|
|
251
|
+
"dependentActions": []
|
|
252
|
+
},
|
|
253
|
+
"listtaxcomplianceprofiles": {
|
|
254
|
+
"name": "ListTaxComplianceProfiles",
|
|
255
|
+
"description": "Grants permission to list tax compliance profiles with optional filters",
|
|
256
|
+
"accessLevel": "List",
|
|
257
|
+
"resourceTypes": [],
|
|
258
|
+
"conditionKeys": [],
|
|
259
|
+
"dependentActions": []
|
|
260
|
+
},
|
|
230
261
|
"listverificationevidence": {
|
|
231
262
|
"name": "ListVerificationEvidence",
|
|
232
263
|
"description": "Grants permission to list verification evidence resources with summary metadata",
|
|
@@ -298,6 +329,24 @@
|
|
|
298
329
|
],
|
|
299
330
|
"dependentActions": []
|
|
300
331
|
},
|
|
332
|
+
"starttaxcomplianceprofilechangetask": {
|
|
333
|
+
"name": "StartTaxComplianceProfileChangeTask",
|
|
334
|
+
"description": "Grants permission to initiate asynchronous processing of a tax compliance profile create or update with artifact validation",
|
|
335
|
+
"accessLevel": "Write",
|
|
336
|
+
"resourceTypes": [
|
|
337
|
+
{
|
|
338
|
+
"name": "TaxComplianceProfileChangeTask",
|
|
339
|
+
"required": true,
|
|
340
|
+
"conditionKeys": [],
|
|
341
|
+
"dependentActions": []
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
"conditionKeys": [
|
|
345
|
+
"aws:RequestTag/${TagKey}",
|
|
346
|
+
"aws:TagKeys"
|
|
347
|
+
],
|
|
348
|
+
"dependentActions": []
|
|
349
|
+
},
|
|
301
350
|
"startverification": {
|
|
302
351
|
"name": "StartVerification",
|
|
303
352
|
"description": "Grants permission to submit verification evidence to a Payment Service Provider and enable data sharing for a specified jurisdiction",
|
|
@@ -1,4 +1,29 @@
|
|
|
1
1
|
{
|
|
2
|
+
"airflow:dagaccessentity": {
|
|
3
|
+
"key": "airflow:DagAccessEntity",
|
|
4
|
+
"description": "Filters access by the DAG sub-resource being accessed",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"airflow:resourceaction": {
|
|
8
|
+
"key": "airflow:ResourceAction",
|
|
9
|
+
"description": "Filters access by the action being performed on the Airflow resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"airflow:resourceid": {
|
|
13
|
+
"key": "airflow:ResourceId",
|
|
14
|
+
"description": "Filters access by the identifier of the specific Airflow resource, such as a DAG ID or connection ID",
|
|
15
|
+
"type": "String"
|
|
16
|
+
},
|
|
17
|
+
"airflow:resourcetype": {
|
|
18
|
+
"key": "airflow:ResourceType",
|
|
19
|
+
"description": "Filters access by the Airflow resource type specified in the request",
|
|
20
|
+
"type": "String"
|
|
21
|
+
},
|
|
22
|
+
"airflow:teamname": {
|
|
23
|
+
"key": "airflow:TeamName",
|
|
24
|
+
"description": "Filters access by the team name associated with the caller's identity, enabling team-based access control for Airflow resources",
|
|
25
|
+
"type": "String"
|
|
26
|
+
},
|
|
2
27
|
"aws:requesttag/${tagkey}": {
|
|
3
28
|
"key": "aws:RequestTag/${TagKey}",
|
|
4
29
|
"description": "Filters access by the presence of tag key-value pairs in the request",
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"environment": {
|
|
3
3
|
"key": "environment",
|
|
4
|
-
"arn": "arn:${Partition}:airflow:${Region}:${Account}:environment/${EnvironmentName}"
|
|
4
|
+
"arn": "arn:${Partition}:airflow:${Region}:${Account}:environment/${EnvironmentName}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
5
8
|
},
|
|
6
9
|
"rbac-role": {
|
|
7
10
|
"key": "rbac-role",
|
|
8
|
-
"arn": "arn:${Partition}:airflow:${Region}:${Account}:role/${EnvironmentName}/${RoleName}"
|
|
11
|
+
"arn": "arn:${Partition}:airflow:${Region}:${Account}:role/${EnvironmentName}/${RoleName}",
|
|
12
|
+
"conditionKeys": [
|
|
13
|
+
"aws:ResourceTag/${TagKey}"
|
|
14
|
+
]
|
|
9
15
|
}
|
|
10
16
|
}
|
|
@@ -33,6 +33,20 @@
|
|
|
33
33
|
"aws:ResourceTag/${TagKey}"
|
|
34
34
|
]
|
|
35
35
|
},
|
|
36
|
+
"taxcomplianceprofile": {
|
|
37
|
+
"key": "TaxComplianceProfile",
|
|
38
|
+
"arn": "arn:${Partition}:aws-marketplace:${Region}:${Account}:tax-compliance-profile/${ResourceId}",
|
|
39
|
+
"conditionKeys": [
|
|
40
|
+
"aws:ResourceTag/${TagKey}"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"taxcomplianceprofilechangetask": {
|
|
44
|
+
"key": "TaxComplianceProfileChangeTask",
|
|
45
|
+
"arn": "arn:${Partition}:aws-marketplace:${Region}:${Account}:tax-compliance-profile-change-task/${ResourceId}",
|
|
46
|
+
"conditionKeys": [
|
|
47
|
+
"aws:ResourceTag/${TagKey}"
|
|
48
|
+
]
|
|
49
|
+
},
|
|
36
50
|
"verificationevidence": {
|
|
37
51
|
"key": "VerificationEvidence",
|
|
38
52
|
"arn": "arn:${Partition}:aws-marketplace:${Region}:${Account}:verification-type/${VerificationType}/verification-evidence/${ResourceId}",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.202607221",
|
|
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-07-
|
|
9
|
+
"updatedAt": "2026-07-22T05:38:31.943Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|