@cloud-copilot/iam-data 0.9.202504231 → 0.9.202504251
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.
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"resourceTypes": [],
|
|
7
7
|
"conditionKeys": [
|
|
8
8
|
"aws:RequestTag/${TagKey}",
|
|
9
|
+
"aws:ResourceTag/${TagKey}",
|
|
9
10
|
"aws:TagKeys"
|
|
10
11
|
],
|
|
11
12
|
"dependentActions": []
|
|
@@ -316,7 +317,9 @@
|
|
|
316
317
|
{
|
|
317
318
|
"name": "certificate-authority",
|
|
318
319
|
"required": true,
|
|
319
|
-
"conditionKeys": [
|
|
320
|
+
"conditionKeys": [
|
|
321
|
+
"aws:RequestTag/${TagKey}"
|
|
322
|
+
],
|
|
320
323
|
"dependentActions": []
|
|
321
324
|
}
|
|
322
325
|
],
|
package/data/actions/ecr.json
CHANGED
|
@@ -64,7 +64,14 @@
|
|
|
64
64
|
"isPermissionOnly": true,
|
|
65
65
|
"description": "Grants permission to retrieve the image from the upstream registry and import it to your private registry",
|
|
66
66
|
"accessLevel": "Write",
|
|
67
|
-
"resourceTypes": [
|
|
67
|
+
"resourceTypes": [
|
|
68
|
+
{
|
|
69
|
+
"name": "repository",
|
|
70
|
+
"required": true,
|
|
71
|
+
"conditionKeys": [],
|
|
72
|
+
"dependentActions": []
|
|
73
|
+
}
|
|
74
|
+
],
|
|
68
75
|
"conditionKeys": [],
|
|
69
76
|
"dependentActions": []
|
|
70
77
|
},
|
|
@@ -318,7 +325,14 @@
|
|
|
318
325
|
"isPermissionOnly": true,
|
|
319
326
|
"description": "Grants permission to retrieve the status about an image copy",
|
|
320
327
|
"accessLevel": "Read",
|
|
321
|
-
"resourceTypes": [
|
|
328
|
+
"resourceTypes": [
|
|
329
|
+
{
|
|
330
|
+
"name": "repository",
|
|
331
|
+
"required": true,
|
|
332
|
+
"conditionKeys": [],
|
|
333
|
+
"dependentActions": []
|
|
334
|
+
}
|
|
335
|
+
],
|
|
322
336
|
"conditionKeys": [],
|
|
323
337
|
"dependentActions": []
|
|
324
338
|
},
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"resourceTypes": [],
|
|
7
7
|
"conditionKeys": [
|
|
8
8
|
"aws:RequestTag/${TagKey}",
|
|
9
|
+
"aws:ResourceTag/${TagKey}",
|
|
9
10
|
"aws:TagKeys"
|
|
10
11
|
],
|
|
11
12
|
"dependentActions": [
|
|
@@ -25,6 +26,7 @@
|
|
|
25
26
|
"resourceTypes": [],
|
|
26
27
|
"conditionKeys": [
|
|
27
28
|
"aws:RequestTag/${TagKey}",
|
|
29
|
+
"aws:ResourceTag/${TagKey}",
|
|
28
30
|
"aws:TagKeys"
|
|
29
31
|
],
|
|
30
32
|
"dependentActions": [
|
|
@@ -63,6 +65,7 @@
|
|
|
63
65
|
],
|
|
64
66
|
"conditionKeys": [
|
|
65
67
|
"aws:RequestTag/${TagKey}",
|
|
68
|
+
"aws:ResourceTag/${TagKey}",
|
|
66
69
|
"aws:TagKeys"
|
|
67
70
|
],
|
|
68
71
|
"dependentActions": []
|
|
@@ -86,6 +86,14 @@
|
|
|
86
86
|
],
|
|
87
87
|
"dependentActions": []
|
|
88
88
|
},
|
|
89
|
+
"createreservation": {
|
|
90
|
+
"name": "CreateReservation",
|
|
91
|
+
"description": "Grants permission to purchase a capacity reservation according to a specific reservation offering, for a specified number of RPUs",
|
|
92
|
+
"accessLevel": "Write",
|
|
93
|
+
"resourceTypes": [],
|
|
94
|
+
"conditionKeys": [],
|
|
95
|
+
"dependentActions": []
|
|
96
|
+
},
|
|
89
97
|
"createscheduledaction": {
|
|
90
98
|
"name": "CreateScheduledAction",
|
|
91
99
|
"description": "Grants permission to create a scheduled action for a specified Amazon Redshift Serverless namespace",
|
|
@@ -371,6 +379,22 @@
|
|
|
371
379
|
"conditionKeys": [],
|
|
372
380
|
"dependentActions": []
|
|
373
381
|
},
|
|
382
|
+
"getreservation": {
|
|
383
|
+
"name": "GetReservation",
|
|
384
|
+
"description": "Grants permission to get a particular reservation object",
|
|
385
|
+
"accessLevel": "Read",
|
|
386
|
+
"resourceTypes": [],
|
|
387
|
+
"conditionKeys": [],
|
|
388
|
+
"dependentActions": []
|
|
389
|
+
},
|
|
390
|
+
"getreservationoffering": {
|
|
391
|
+
"name": "GetReservationOffering",
|
|
392
|
+
"description": "Grants permission to get a particular reservation offering",
|
|
393
|
+
"accessLevel": "Read",
|
|
394
|
+
"resourceTypes": [],
|
|
395
|
+
"conditionKeys": [],
|
|
396
|
+
"dependentActions": []
|
|
397
|
+
},
|
|
374
398
|
"getresourcepolicy": {
|
|
375
399
|
"name": "GetResourcePolicy",
|
|
376
400
|
"description": "Grants permission to get a resource policy",
|
|
@@ -495,6 +519,22 @@
|
|
|
495
519
|
"conditionKeys": [],
|
|
496
520
|
"dependentActions": []
|
|
497
521
|
},
|
|
522
|
+
"listreservationofferings": {
|
|
523
|
+
"name": "ListReservationOfferings",
|
|
524
|
+
"description": "Grants permission to list all available capacity reservation offerings",
|
|
525
|
+
"accessLevel": "List",
|
|
526
|
+
"resourceTypes": [],
|
|
527
|
+
"conditionKeys": [],
|
|
528
|
+
"dependentActions": []
|
|
529
|
+
},
|
|
530
|
+
"listreservations": {
|
|
531
|
+
"name": "ListReservations",
|
|
532
|
+
"description": "Grants permission to list all reservations",
|
|
533
|
+
"accessLevel": "List",
|
|
534
|
+
"resourceTypes": [],
|
|
535
|
+
"conditionKeys": [],
|
|
536
|
+
"dependentActions": []
|
|
537
|
+
},
|
|
498
538
|
"listscheduledactions": {
|
|
499
539
|
"name": "ListScheduledActions",
|
|
500
540
|
"description": "Grants permission to list scheduled actions",
|
|
@@ -13,19 +13,11 @@
|
|
|
13
13
|
"aws:ResourceTag/${TagKey}"
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"serviceprincipalname": {
|
|
17
|
-
"key": "ServicePrincipalName",
|
|
18
|
-
"arn": "arn:${Partition}:pca-connector-ad:${Region}:${Account}:directory-registration/${DirectoryId}"
|
|
19
|
-
},
|
|
20
16
|
"template": {
|
|
21
17
|
"key": "Template",
|
|
22
18
|
"arn": "arn:${Partition}:pca-connector-ad:${Region}:${Account}:connector/${ConnectorId}/template/${TemplateId}",
|
|
23
19
|
"conditionKeys": [
|
|
24
20
|
"aws:ResourceTag/${TagKey}"
|
|
25
21
|
]
|
|
26
|
-
},
|
|
27
|
-
"templategroupaccesscontrolentry": {
|
|
28
|
-
"key": "TemplateGroupAccessControlEntry",
|
|
29
|
-
"arn": "arn:${Partition}:pca-connector-ad:${Region}:${Account}:connector/${ConnectorId}/template/${TemplateId}"
|
|
30
22
|
}
|
|
31
23
|
}
|
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.202504251",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-04-
|
|
6
|
+
"updatedAt": "2025-04-25T04:48:39.900Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|