@cloud-copilot/iam-data 0.15.202601291 → 0.15.202601311
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.
|
@@ -609,6 +609,22 @@
|
|
|
609
609
|
"conditionKeys": [],
|
|
610
610
|
"dependentActions": []
|
|
611
611
|
},
|
|
612
|
+
"injecterror": {
|
|
613
|
+
"name": "InjectError",
|
|
614
|
+
"isPermissionOnly": true,
|
|
615
|
+
"description": "Grants permission to start experiments on a Global Table",
|
|
616
|
+
"accessLevel": "Write",
|
|
617
|
+
"resourceTypes": [
|
|
618
|
+
{
|
|
619
|
+
"name": "table",
|
|
620
|
+
"required": true,
|
|
621
|
+
"conditionKeys": [],
|
|
622
|
+
"dependentActions": []
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"conditionKeys": [],
|
|
626
|
+
"dependentActions": []
|
|
627
|
+
},
|
|
612
628
|
"listbackups": {
|
|
613
629
|
"name": "ListBackups",
|
|
614
630
|
"description": "Grants permission to list backups associated with the account and endpoint",
|
|
@@ -334,6 +334,21 @@
|
|
|
334
334
|
"conditionKeys": [],
|
|
335
335
|
"dependentActions": []
|
|
336
336
|
},
|
|
337
|
+
"getidentitycenterauthtoken": {
|
|
338
|
+
"name": "GetIdentityCenterAuthToken",
|
|
339
|
+
"description": "Grants permission to get an authorized token for Identity Center users to access Redshift Serverless workgroups",
|
|
340
|
+
"accessLevel": "Read",
|
|
341
|
+
"resourceTypes": [
|
|
342
|
+
{
|
|
343
|
+
"name": "workgroup",
|
|
344
|
+
"required": true,
|
|
345
|
+
"conditionKeys": [],
|
|
346
|
+
"dependentActions": []
|
|
347
|
+
}
|
|
348
|
+
],
|
|
349
|
+
"conditionKeys": [],
|
|
350
|
+
"dependentActions": []
|
|
351
|
+
},
|
|
337
352
|
"getmanagedworkgroup": {
|
|
338
353
|
"name": "GetManagedWorkgroup",
|
|
339
354
|
"description": "Grants permission to create a Amazon Redshift Managed Serverless workgroup with the specified configuration settings",
|
|
@@ -1707,6 +1707,21 @@
|
|
|
1707
1707
|
],
|
|
1708
1708
|
"dependentActions": []
|
|
1709
1709
|
},
|
|
1710
|
+
"getidentitycenterauthtoken": {
|
|
1711
|
+
"name": "GetIdentityCenterAuthToken",
|
|
1712
|
+
"description": "Grants permission to get an authorized token for Identity Center users to access Redshift clusters",
|
|
1713
|
+
"accessLevel": "Read",
|
|
1714
|
+
"resourceTypes": [
|
|
1715
|
+
{
|
|
1716
|
+
"name": "cluster",
|
|
1717
|
+
"required": true,
|
|
1718
|
+
"conditionKeys": [],
|
|
1719
|
+
"dependentActions": []
|
|
1720
|
+
}
|
|
1721
|
+
],
|
|
1722
|
+
"conditionKeys": [],
|
|
1723
|
+
"dependentActions": []
|
|
1724
|
+
},
|
|
1710
1725
|
"getreservednodeexchangeconfigurationoptions": {
|
|
1711
1726
|
"name": "GetReservedNodeExchangeConfigurationOptions",
|
|
1712
1727
|
"description": "Grants permission to get the configuration options for the reserved-node exchange",
|
|
@@ -84,28 +84,46 @@
|
|
|
84
84
|
"name": "GetServiceQuota",
|
|
85
85
|
"description": "Grants permission to return the details for the specified service quota, including the applied value",
|
|
86
86
|
"accessLevel": "Read",
|
|
87
|
-
"resourceTypes": [
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
87
|
+
"resourceTypes": [
|
|
88
|
+
{
|
|
89
|
+
"name": "quota",
|
|
90
|
+
"required": false,
|
|
91
|
+
"conditionKeys": [],
|
|
92
|
+
"dependentActions": [
|
|
93
|
+
"autoscaling:DescribeAccountLimits",
|
|
94
|
+
"cloudformation:DescribeAccountLimits",
|
|
95
|
+
"dynamodb:DescribeLimits",
|
|
96
|
+
"elasticloadbalancing:DescribeAccountLimits",
|
|
97
|
+
"iam:GetAccountSummary",
|
|
98
|
+
"kinesis:DescribeLimits",
|
|
99
|
+
"rds:DescribeAccountAttributes",
|
|
100
|
+
"route53:GetAccountLimit"
|
|
101
|
+
]
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"conditionKeys": [
|
|
105
|
+
"servicequotas:service"
|
|
106
|
+
],
|
|
107
|
+
"dependentActions": []
|
|
99
108
|
},
|
|
100
109
|
"getservicequotaincreaserequestfromtemplate": {
|
|
101
110
|
"name": "GetServiceQuotaIncreaseRequestFromTemplate",
|
|
102
111
|
"description": "Grants permission to retrieve the details for a service quota increase request from the service quota template",
|
|
103
112
|
"accessLevel": "Read",
|
|
104
|
-
"resourceTypes": [
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
113
|
+
"resourceTypes": [
|
|
114
|
+
{
|
|
115
|
+
"name": "quota",
|
|
116
|
+
"required": false,
|
|
117
|
+
"conditionKeys": [],
|
|
118
|
+
"dependentActions": [
|
|
119
|
+
"organizations:DescribeOrganization"
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"conditionKeys": [
|
|
124
|
+
"servicequotas:service"
|
|
125
|
+
],
|
|
126
|
+
"dependentActions": []
|
|
109
127
|
},
|
|
110
128
|
"listawsdefaultservicequotas": {
|
|
111
129
|
"name": "ListAWSDefaultServiceQuotas",
|
|
@@ -127,8 +145,17 @@
|
|
|
127
145
|
"name": "ListRequestedServiceQuotaChangeHistoryByQuota",
|
|
128
146
|
"description": "Grants permission to request a list of the changes to specific service quotas",
|
|
129
147
|
"accessLevel": "Read",
|
|
130
|
-
"resourceTypes": [
|
|
131
|
-
|
|
148
|
+
"resourceTypes": [
|
|
149
|
+
{
|
|
150
|
+
"name": "quota",
|
|
151
|
+
"required": false,
|
|
152
|
+
"conditionKeys": [],
|
|
153
|
+
"dependentActions": []
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"conditionKeys": [
|
|
157
|
+
"servicequotas:service"
|
|
158
|
+
],
|
|
132
159
|
"dependentActions": []
|
|
133
160
|
},
|
|
134
161
|
"listservicequotaincreaserequestsintemplate": {
|
|
@@ -41,16 +41,23 @@
|
|
|
41
41
|
"name": "CreateConnector",
|
|
42
42
|
"description": "Grants permission to create a connector",
|
|
43
43
|
"accessLevel": "Write",
|
|
44
|
-
"resourceTypes": [
|
|
44
|
+
"resourceTypes": [
|
|
45
|
+
{
|
|
46
|
+
"name": "profile",
|
|
47
|
+
"required": false,
|
|
48
|
+
"conditionKeys": [],
|
|
49
|
+
"dependentActions": [
|
|
50
|
+
"iam:PassRole"
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
],
|
|
45
54
|
"conditionKeys": [
|
|
46
55
|
"aws:TagKeys",
|
|
47
56
|
"aws:RequestTag/${TagKey}",
|
|
48
57
|
"aws:ResourceTag/${TagKey}",
|
|
49
58
|
"transfer:RequestConnectorProtocol"
|
|
50
59
|
],
|
|
51
|
-
"dependentActions": [
|
|
52
|
-
"iam:PassRole"
|
|
53
|
-
]
|
|
60
|
+
"dependentActions": []
|
|
54
61
|
},
|
|
55
62
|
"createprofile": {
|
|
56
63
|
"name": "CreateProfile",
|
|
@@ -1062,13 +1069,19 @@
|
|
|
1062
1069
|
"name": "connector",
|
|
1063
1070
|
"required": true,
|
|
1064
1071
|
"conditionKeys": [],
|
|
1072
|
+
"dependentActions": [
|
|
1073
|
+
"iam:PassRole"
|
|
1074
|
+
]
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
"name": "profile",
|
|
1078
|
+
"required": false,
|
|
1079
|
+
"conditionKeys": [],
|
|
1065
1080
|
"dependentActions": []
|
|
1066
1081
|
}
|
|
1067
1082
|
],
|
|
1068
1083
|
"conditionKeys": [],
|
|
1069
|
-
"dependentActions": [
|
|
1070
|
-
"iam:PassRole"
|
|
1071
|
-
]
|
|
1084
|
+
"dependentActions": []
|
|
1072
1085
|
},
|
|
1073
1086
|
"updatehostkey": {
|
|
1074
1087
|
"name": "UpdateHostKey",
|
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.202601311",
|
|
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-01-
|
|
9
|
+
"updatedAt": "2026-01-31T05:25:48.191Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|