@cloud-copilot/iam-data 0.15.202512111 → 0.15.202512131
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/cognito-identity.json +30 -8
- package/data/actions/groundstation.json +11 -0
- package/data/actions/network-security-director.json +7 -15
- package/data/conditionKeys/cognito-identity.json +27 -2
- package/data/resourceTypes/bedrock.json +1 -1
- package/data/unassociatedConditions.json +6 -0
- package/package.json +2 -2
|
@@ -15,7 +15,9 @@
|
|
|
15
15
|
"description": "Grants permission to delete identities from an identity pool. You can specify a list of 1-60 identities that you want to delete",
|
|
16
16
|
"accessLevel": "Write",
|
|
17
17
|
"resourceTypes": [],
|
|
18
|
-
"conditionKeys": [
|
|
18
|
+
"conditionKeys": [
|
|
19
|
+
"cognito-identity:IdentityPoolArn"
|
|
20
|
+
],
|
|
19
21
|
"dependentActions": []
|
|
20
22
|
},
|
|
21
23
|
"deleteidentitypool": {
|
|
@@ -38,7 +40,9 @@
|
|
|
38
40
|
"description": "Grants permission to return metadata related to the given identity, including when the identity was created and any associated linked logins",
|
|
39
41
|
"accessLevel": "Read",
|
|
40
42
|
"resourceTypes": [],
|
|
41
|
-
"conditionKeys": [
|
|
43
|
+
"conditionKeys": [
|
|
44
|
+
"cognito-identity:IdentityPoolArn"
|
|
45
|
+
],
|
|
42
46
|
"dependentActions": []
|
|
43
47
|
},
|
|
44
48
|
"describeidentitypool": {
|
|
@@ -61,7 +65,12 @@
|
|
|
61
65
|
"description": "Grants permission to return credentials for the provided identity ID",
|
|
62
66
|
"accessLevel": "Read",
|
|
63
67
|
"resourceTypes": [],
|
|
64
|
-
"conditionKeys": [
|
|
68
|
+
"conditionKeys": [
|
|
69
|
+
"cognito-identity-unauth:IdentityPoolArn",
|
|
70
|
+
"cognito-identity-unauth:AccountId",
|
|
71
|
+
"cognito-identity-auth:IdentityPoolArn",
|
|
72
|
+
"cognito-identity-auth:AccountId"
|
|
73
|
+
],
|
|
65
74
|
"dependentActions": []
|
|
66
75
|
},
|
|
67
76
|
"getid": {
|
|
@@ -69,7 +78,12 @@
|
|
|
69
78
|
"description": "Grants permission to generate (or retrieve) a Cognito ID. Supplying multiple logins will create an implicit linked account",
|
|
70
79
|
"accessLevel": "Write",
|
|
71
80
|
"resourceTypes": [],
|
|
72
|
-
"conditionKeys": [
|
|
81
|
+
"conditionKeys": [
|
|
82
|
+
"cognito-identity-unauth:IdentityPoolArn",
|
|
83
|
+
"cognito-identity-unauth:AccountId",
|
|
84
|
+
"cognito-identity-auth:IdentityPoolArn",
|
|
85
|
+
"cognito-identity-auth:AccountId"
|
|
86
|
+
],
|
|
73
87
|
"dependentActions": []
|
|
74
88
|
},
|
|
75
89
|
"getidentitypoolanalytics": {
|
|
@@ -137,7 +151,12 @@
|
|
|
137
151
|
"description": "Grants permission to get an OpenID token, using a known Cognito ID",
|
|
138
152
|
"accessLevel": "Read",
|
|
139
153
|
"resourceTypes": [],
|
|
140
|
-
"conditionKeys": [
|
|
154
|
+
"conditionKeys": [
|
|
155
|
+
"cognito-identity-unauth:IdentityPoolArn",
|
|
156
|
+
"cognito-identity-unauth:AccountId",
|
|
157
|
+
"cognito-identity-auth:IdentityPoolArn",
|
|
158
|
+
"cognito-identity-auth:AccountId"
|
|
159
|
+
],
|
|
141
160
|
"dependentActions": []
|
|
142
161
|
},
|
|
143
162
|
"getopenidtokenfordeveloperidentity": {
|
|
@@ -261,7 +280,7 @@
|
|
|
261
280
|
"resourceTypes": [
|
|
262
281
|
{
|
|
263
282
|
"name": "identitypool",
|
|
264
|
-
"required":
|
|
283
|
+
"required": true,
|
|
265
284
|
"conditionKeys": [],
|
|
266
285
|
"dependentActions": []
|
|
267
286
|
}
|
|
@@ -292,7 +311,10 @@
|
|
|
292
311
|
"description": "Grants permission to unlink a federated identity from an existing account",
|
|
293
312
|
"accessLevel": "Write",
|
|
294
313
|
"resourceTypes": [],
|
|
295
|
-
"conditionKeys": [
|
|
314
|
+
"conditionKeys": [
|
|
315
|
+
"cognito-identity-auth:IdentityPoolArn",
|
|
316
|
+
"cognito-identity-auth:AccountId"
|
|
317
|
+
],
|
|
296
318
|
"dependentActions": []
|
|
297
319
|
},
|
|
298
320
|
"untagresource": {
|
|
@@ -302,7 +324,7 @@
|
|
|
302
324
|
"resourceTypes": [
|
|
303
325
|
{
|
|
304
326
|
"name": "identitypool",
|
|
305
|
-
"required":
|
|
327
|
+
"required": true,
|
|
306
328
|
"conditionKeys": [],
|
|
307
329
|
"dependentActions": []
|
|
308
330
|
}
|
|
@@ -36,6 +36,17 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependentActions": []
|
|
38
38
|
},
|
|
39
|
+
"createdataflowendpointgroupv2": {
|
|
40
|
+
"name": "CreateDataflowEndpointGroupV2",
|
|
41
|
+
"description": "Grants permission to create a data flow endpoint group using the V2 operation",
|
|
42
|
+
"accessLevel": "Write",
|
|
43
|
+
"resourceTypes": [],
|
|
44
|
+
"conditionKeys": [
|
|
45
|
+
"aws:RequestTag/${TagKey}",
|
|
46
|
+
"aws:TagKeys"
|
|
47
|
+
],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
},
|
|
39
50
|
"createephemeris": {
|
|
40
51
|
"name": "CreateEphemeris",
|
|
41
52
|
"description": "Grants permission to create an ephemeris item",
|
|
@@ -7,18 +7,18 @@
|
|
|
7
7
|
"conditionKeys": [],
|
|
8
8
|
"dependentActions": []
|
|
9
9
|
},
|
|
10
|
-
"
|
|
11
|
-
"name": "
|
|
12
|
-
"description": "Grants permission to get
|
|
10
|
+
"getresource": {
|
|
11
|
+
"name": "GetResource",
|
|
12
|
+
"description": "Grants permission to get a resource",
|
|
13
13
|
"accessLevel": "Read",
|
|
14
14
|
"resourceTypes": [],
|
|
15
15
|
"conditionKeys": [],
|
|
16
16
|
"dependentActions": []
|
|
17
17
|
},
|
|
18
|
-
"
|
|
19
|
-
"name": "
|
|
20
|
-
"description": "Grants permission to
|
|
21
|
-
"accessLevel": "
|
|
18
|
+
"listaccountsummaries": {
|
|
19
|
+
"name": "ListAccountSummaries",
|
|
20
|
+
"description": "Grants permission to list account summaries for an account",
|
|
21
|
+
"accessLevel": "List",
|
|
22
22
|
"resourceTypes": [],
|
|
23
23
|
"conditionKeys": [],
|
|
24
24
|
"dependentActions": []
|
|
@@ -55,14 +55,6 @@
|
|
|
55
55
|
"conditionKeys": [],
|
|
56
56
|
"dependentActions": []
|
|
57
57
|
},
|
|
58
|
-
"startnetworksecurityscan": {
|
|
59
|
-
"name": "StartNetworkSecurityScan",
|
|
60
|
-
"description": "Grants permission to start a network security scan",
|
|
61
|
-
"accessLevel": "Write",
|
|
62
|
-
"resourceTypes": [],
|
|
63
|
-
"conditionKeys": [],
|
|
64
|
-
"dependentActions": []
|
|
65
|
-
},
|
|
66
58
|
"updatefinding": {
|
|
67
59
|
"name": "UpdateFinding",
|
|
68
60
|
"description": "Grants permission to update the status of a finding",
|
|
@@ -1,17 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"aws:requesttag/${tagkey}": {
|
|
3
3
|
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
-
"description": "Filters
|
|
4
|
+
"description": "Filters access by tag key-value pairs in the request",
|
|
5
5
|
"type": "String"
|
|
6
6
|
},
|
|
7
7
|
"aws:resourcetag/${tagkey}": {
|
|
8
8
|
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
-
"description": "Filters
|
|
9
|
+
"description": "Filters access by tag key-value pairs attached to the resource",
|
|
10
10
|
"type": "String"
|
|
11
11
|
},
|
|
12
12
|
"aws:tagkeys": {
|
|
13
13
|
"key": "aws:TagKeys",
|
|
14
14
|
"description": "Filters access by a key that is present in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
17
|
+
"cognito-identity-auth:accountid": {
|
|
18
|
+
"key": "cognito-identity-auth:AccountId",
|
|
19
|
+
"description": "Filters access by the owning AWS account ID for identity pool authenticated users. Applies to unauthenticated (public) API operations",
|
|
20
|
+
"type": "String"
|
|
21
|
+
},
|
|
22
|
+
"cognito-identity-auth:identitypoolarn": {
|
|
23
|
+
"key": "cognito-identity-auth:IdentityPoolArn",
|
|
24
|
+
"description": "Filters access by the identity pool ID for a given authenticated-user identity ID. Applies to unauthenticated (public) API operations",
|
|
25
|
+
"type": "ARN"
|
|
26
|
+
},
|
|
27
|
+
"cognito-identity-unauth:accountid": {
|
|
28
|
+
"key": "cognito-identity-unauth:AccountId",
|
|
29
|
+
"description": "Filters access by the owning AWS account ID of an identity pool for identity pool guest users. Applies to unauthenticated (public) API operations",
|
|
30
|
+
"type": "String"
|
|
31
|
+
},
|
|
32
|
+
"cognito-identity-unauth:identitypoolarn": {
|
|
33
|
+
"key": "cognito-identity-unauth:IdentityPoolArn",
|
|
34
|
+
"description": "Filters access by the identity pool ID for a given guest-user identity ID. Applies to unauthenticated (public) API operations",
|
|
35
|
+
"type": "ARN"
|
|
36
|
+
},
|
|
37
|
+
"cognito-identity:identitypoolarn": {
|
|
38
|
+
"key": "cognito-identity:IdentityPoolArn",
|
|
39
|
+
"description": "Filters access by the identity pool ID for a given identity ID for DeleteIdentities and DescribeIdentity",
|
|
40
|
+
"type": "ARN"
|
|
16
41
|
}
|
|
17
42
|
}
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
},
|
|
213
213
|
"custom-model-deployment": {
|
|
214
214
|
"key": "custom-model-deployment",
|
|
215
|
-
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:custom-model/${ResourceId}",
|
|
215
|
+
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:custom-model-deployment/${ResourceId}",
|
|
216
216
|
"conditionKeys": [
|
|
217
217
|
"aws:ResourceTag/${TagKey}"
|
|
218
218
|
]
|
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.202512131",
|
|
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-13T04:49:35.967Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|