aws-iam-data 0.0.535 → 0.0.537

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.
@@ -1,4 +1,37 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2026-03-12",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon DataZone": [
8
+ "datazone:GetNotebookExport",
9
+ "datazone:StartNotebookExport",
10
+ "datazone:StartNotebookImport"
11
+ ]
12
+ },
13
+ "removedActions": {}
14
+ },
15
+ {
16
+ "dateOfChange": "2026-03-10",
17
+ "addedServices": [],
18
+ "removedServices": [],
19
+ "addedActions": {
20
+ "Amazon Cognito User Pools": [
21
+ "cognito-idp:AddUserPoolClientSecret",
22
+ "cognito-idp:DeleteUserPoolClientSecret",
23
+ "cognito-idp:ListUserPoolClientSecrets"
24
+ ],
25
+ "Amazon OpenSearch Service": [
26
+ "es:RollbackElasticsearchServiceSoftwareUpdate",
27
+ "es:RollbackServiceSoftwareUpdate"
28
+ ],
29
+ "AWS Resource Access Manager (RAM)": [
30
+ "ram:ListSourceAssociations"
31
+ ]
32
+ },
33
+ "removedActions": {}
34
+ },
2
35
  {
3
36
  "dateOfChange": "2026-03-07",
4
37
  "addedServices": [],
@@ -50886,7 +50886,7 @@
50886
50886
  {
50887
50887
  "name": "meeting",
50888
50888
  "apiReferenceUrl": "https://docs.aws.amazon.com/chime/latest/APIReference/API_Meeting.html",
50889
- "arnPattern": "arn:${Partition}:chime::${AccountId}:meeting/${MeetingId}",
50889
+ "arnPattern": "arn:${Partition}:chime:${Region}:${AccountId}:meeting/${MeetingId}",
50890
50890
  "conditionKeys": [
50891
50891
  "aws:ResourceTag/${TagKey}"
50892
50892
  ]
@@ -84169,6 +84169,21 @@
84169
84169
  }
84170
84170
  ]
84171
84171
  },
84172
+ {
84173
+ "name": "AddUserPoolClientSecret",
84174
+ "apiReferenceUrl": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AddUserPoolClientSecret.html",
84175
+ "permissionOnly": false,
84176
+ "description": "Grants permission to add a new secret to a confidential client",
84177
+ "accessLevel": "Write",
84178
+ "resourceTypes": [
84179
+ {
84180
+ "resourceType": "userpool",
84181
+ "required": true,
84182
+ "conditionKeys": [],
84183
+ "dependentActions": []
84184
+ }
84185
+ ]
84186
+ },
84172
84187
  {
84173
84188
  "name": "AdminAddUserToGroup",
84174
84189
  "apiReferenceUrl": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminAddUserToGroup.html",
@@ -84929,6 +84944,21 @@
84929
84944
  }
84930
84945
  ]
84931
84946
  },
84947
+ {
84948
+ "name": "DeleteUserPoolClientSecret",
84949
+ "apiReferenceUrl": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DeleteUserPoolClientSecret.html",
84950
+ "permissionOnly": false,
84951
+ "description": "Grants permission to delete a secret from a list of secrets associated with a client",
84952
+ "accessLevel": "Write",
84953
+ "resourceTypes": [
84954
+ {
84955
+ "resourceType": "userpool",
84956
+ "required": true,
84957
+ "conditionKeys": [],
84958
+ "dependentActions": []
84959
+ }
84960
+ ]
84961
+ },
84932
84962
  {
84933
84963
  "name": "DeleteUserPoolDomain",
84934
84964
  "apiReferenceUrl": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DeleteUserPoolDomain.html",
@@ -85469,6 +85499,21 @@
85469
85499
  }
85470
85500
  ]
85471
85501
  },
85502
+ {
85503
+ "name": "ListUserPoolClientSecrets",
85504
+ "apiReferenceUrl": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ListUserPoolClientSecrets.html",
85505
+ "permissionOnly": false,
85506
+ "description": "Grants permission to list all secrets associated with a client",
85507
+ "accessLevel": "List",
85508
+ "resourceTypes": [
85509
+ {
85510
+ "resourceType": "userpool",
85511
+ "required": true,
85512
+ "conditionKeys": [],
85513
+ "dependentActions": []
85514
+ }
85515
+ ]
85516
+ },
85472
85517
  {
85473
85518
  "name": "ListUserPoolClients",
85474
85519
  "apiReferenceUrl": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_ListUserPoolClients.html",
@@ -116942,6 +116987,21 @@
116942
116987
  }
116943
116988
  ]
116944
116989
  },
116990
+ {
116991
+ "name": "GetNotebookExport",
116992
+ "apiReferenceUrl": "${APIReferenceDocPage}API_GetNotebookExport.html",
116993
+ "permissionOnly": false,
116994
+ "description": "Grants permission to get notebook exports",
116995
+ "accessLevel": "Read",
116996
+ "resourceTypes": [
116997
+ {
116998
+ "resourceType": "",
116999
+ "required": false,
117000
+ "conditionKeys": [],
117001
+ "dependentActions": []
117002
+ }
117003
+ ]
117004
+ },
116945
117005
  {
116946
117006
  "name": "GetProject",
116947
117007
  "apiReferenceUrl": "${APIReferenceDocPage}API_GetProject.html",
@@ -118142,6 +118202,36 @@
118142
118202
  }
118143
118203
  ]
118144
118204
  },
118205
+ {
118206
+ "name": "StartNotebookExport",
118207
+ "apiReferenceUrl": "${APIReferenceDocPage}API_StartNotebookExport.html",
118208
+ "permissionOnly": false,
118209
+ "description": "Grants permission to export notebooks",
118210
+ "accessLevel": "Write",
118211
+ "resourceTypes": [
118212
+ {
118213
+ "resourceType": "",
118214
+ "required": false,
118215
+ "conditionKeys": [],
118216
+ "dependentActions": []
118217
+ }
118218
+ ]
118219
+ },
118220
+ {
118221
+ "name": "StartNotebookImport",
118222
+ "apiReferenceUrl": "${APIReferenceDocPage}API_StartNotebookImport.html",
118223
+ "permissionOnly": false,
118224
+ "description": "Grants permission to import notebooks",
118225
+ "accessLevel": "Write",
118226
+ "resourceTypes": [
118227
+ {
118228
+ "resourceType": "",
118229
+ "required": false,
118230
+ "conditionKeys": [],
118231
+ "dependentActions": []
118232
+ }
118233
+ ]
118234
+ },
118145
118235
  {
118146
118236
  "name": "StopMetadataGenerationRun",
118147
118237
  "apiReferenceUrl": "${APIReferenceDocPage}API_StopMetadataGenerationRun.html",
@@ -303266,6 +303356,36 @@
303266
303356
  }
303267
303357
  ]
303268
303358
  },
303359
+ {
303360
+ "name": "RollbackElasticsearchServiceSoftwareUpdate",
303361
+ "apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_RollbackServiceSoftwareUpdate.html",
303362
+ "permissionOnly": false,
303363
+ "description": "Grants permission to rollback a service software update of an elasticsearch domain to its previous version",
303364
+ "accessLevel": "Write",
303365
+ "resourceTypes": [
303366
+ {
303367
+ "resourceType": "domain",
303368
+ "required": true,
303369
+ "conditionKeys": [],
303370
+ "dependentActions": []
303371
+ }
303372
+ ]
303373
+ },
303374
+ {
303375
+ "name": "RollbackServiceSoftwareUpdate",
303376
+ "apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_RollbackServiceSoftwareUpdate.html",
303377
+ "permissionOnly": false,
303378
+ "description": "Grants permission to rollback a service software update of an opensearch domain to its previous version",
303379
+ "accessLevel": "Write",
303380
+ "resourceTypes": [
303381
+ {
303382
+ "resourceType": "domain",
303383
+ "required": true,
303384
+ "conditionKeys": [],
303385
+ "dependentActions": []
303386
+ }
303387
+ ]
303388
+ },
303269
303389
  {
303270
303390
  "name": "StartDomainMaintenance",
303271
303391
  "apiReferenceUrl": "https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_StartDomainMaintenance.html",
@@ -346532,7 +346652,8 @@
346532
346652
  "ram:AllowsExternalPrincipals",
346533
346653
  "ram:Principal",
346534
346654
  "ram:RequestedResourceType",
346535
- "ram:ResourceArn"
346655
+ "ram:ResourceArn",
346656
+ "ram:RetainSharingOnAccountLeaveOrganization"
346536
346657
  ],
346537
346658
  "dependentActions": []
346538
346659
  }
@@ -346629,7 +346750,8 @@
346629
346750
  "ram:ResourceArn",
346630
346751
  "ram:RequestedAllowsExternalPrincipals",
346631
346752
  "ram:Principal",
346632
- "ram:AllowsExternalPrincipals"
346753
+ "ram:AllowsExternalPrincipals",
346754
+ "ram:RetainSharingOnAccountLeaveOrganization"
346633
346755
  ],
346634
346756
  "dependentActions": []
346635
346757
  }
@@ -346704,7 +346826,8 @@
346704
346826
  "aws:ResourceTag/${TagKey}",
346705
346827
  "ram:ResourceTag/${TagKey}",
346706
346828
  "ram:ResourceShareName",
346707
- "ram:AllowsExternalPrincipals"
346829
+ "ram:AllowsExternalPrincipals",
346830
+ "ram:RetainSharingOnAccountLeaveOrganization"
346708
346831
  ],
346709
346832
  "dependentActions": []
346710
346833
  }
@@ -346733,7 +346856,8 @@
346733
346856
  "ram:AllowsExternalPrincipals",
346734
346857
  "ram:Principal",
346735
346858
  "ram:RequestedResourceType",
346736
- "ram:ResourceArn"
346859
+ "ram:ResourceArn",
346860
+ "ram:RetainSharingOnAccountLeaveOrganization"
346737
346861
  ],
346738
346862
  "dependentActions": []
346739
346863
  }
@@ -347009,7 +347133,8 @@
347009
347133
  "conditionKeys": [
347010
347134
  "aws:ResourceTag/${TagKey}",
347011
347135
  "ram:ResourceShareName",
347012
- "ram:AllowsExternalPrincipals"
347136
+ "ram:AllowsExternalPrincipals",
347137
+ "ram:RetainSharingOnAccountLeaveOrganization"
347013
347138
  ],
347014
347139
  "dependentActions": []
347015
347140
  }
@@ -347045,6 +347170,21 @@
347045
347170
  }
347046
347171
  ]
347047
347172
  },
347173
+ {
347174
+ "name": "ListSourceAssociations",
347175
+ "apiReferenceUrl": "https://docs.aws.amazon.com/ram/latest/APIReference/API_ListSourceAssociations.html",
347176
+ "permissionOnly": false,
347177
+ "description": "Grants permission to list source associations for resource shares",
347178
+ "accessLevel": "List",
347179
+ "resourceTypes": [
347180
+ {
347181
+ "resourceType": "",
347182
+ "required": false,
347183
+ "conditionKeys": [],
347184
+ "dependentActions": []
347185
+ }
347186
+ ]
347187
+ },
347048
347188
  {
347049
347189
  "name": "PromotePermissionCreatedFromPolicy",
347050
347190
  "apiReferenceUrl": "https://docs.aws.amazon.com/ram/latest/APIReference/API_PromotePermissionCreatedFromPolicy.html",
@@ -347242,7 +347382,8 @@
347242
347382
  "ram:ResourceTag/${TagKey}",
347243
347383
  "ram:ResourceShareName",
347244
347384
  "ram:AllowsExternalPrincipals",
347245
- "ram:RequestedAllowsExternalPrincipals"
347385
+ "ram:RequestedAllowsExternalPrincipals",
347386
+ "ram:RetainSharingOnAccountLeaveOrganization"
347246
347387
  ],
347247
347388
  "dependentActions": []
347248
347389
  }
@@ -347361,6 +347502,12 @@
347361
347502
  "description": "Filters access by the tags associated with the resource",
347362
347503
  "type": "String"
347363
347504
  },
347505
+ {
347506
+ "name": "ram:RetainSharingOnAccountLeaveOrganization",
347507
+ "apiReferenceUrl": "https://docs.aws.amazon.com/ram/latest/userguide/iam-policies.html#iam-policies-condition",
347508
+ "description": "Filters access by RetainSharingOnAccountLeaveOrganization value within ResourceShareConfiguration that is set on resource share",
347509
+ "type": "Bool"
347510
+ },
347364
347511
  {
347365
347512
  "name": "ram:ShareOwnerAccountId",
347366
347513
  "apiReferenceUrl": "https://docs.aws.amazon.com/ram/latest/userguide/iam-policies.html#iam-policies-condition",
@@ -6444,9 +6444,10 @@
6444
6444
  "name": "Amazon Cognito User Pools",
6445
6445
  "servicePrefix": "cognito-idp",
6446
6446
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncognitouserpools.html",
6447
- "actionsCount": 118,
6447
+ "actionsCount": 121,
6448
6448
  "actions": [
6449
6449
  "AddCustomAttributes",
6450
+ "AddUserPoolClientSecret",
6450
6451
  "AdminAddUserToGroup",
6451
6452
  "AdminConfirmSignUp",
6452
6453
  "AdminCreateUser",
@@ -6497,6 +6498,7 @@
6497
6498
  "DeleteUserAttributes",
6498
6499
  "DeleteUserPool",
6499
6500
  "DeleteUserPoolClient",
6501
+ "DeleteUserPoolClientSecret",
6500
6502
  "DeleteUserPoolDomain",
6501
6503
  "DescribeIdentityProvider",
6502
6504
  "DescribeManagedLoginBranding",
@@ -6533,6 +6535,7 @@
6533
6535
  "ListTagsForResource",
6534
6536
  "ListTerms",
6535
6537
  "ListUserImportJobs",
6538
+ "ListUserPoolClientSecrets",
6536
6539
  "ListUserPoolClients",
6537
6540
  "ListUserPools",
6538
6541
  "ListUsers",
@@ -8472,7 +8475,7 @@
8472
8475
  "name": "Amazon DataZone",
8473
8476
  "servicePrefix": "datazone",
8474
8477
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondatazone.html",
8475
- "actionsCount": 226,
8478
+ "actionsCount": 229,
8476
8479
  "actions": [
8477
8480
  "AcceptPredictions",
8478
8481
  "AcceptSubscriptionRequest",
@@ -8589,6 +8592,7 @@
8589
8592
  "GetMetadataGenerationRun",
8590
8593
  "GetNotebook",
8591
8594
  "GetNotebookCompute",
8595
+ "GetNotebookExport",
8592
8596
  "GetProject",
8593
8597
  "GetProjectProfile",
8594
8598
  "GetRule",
@@ -8669,6 +8673,8 @@
8669
8673
  "StartDataSourceRun",
8670
8674
  "StartMetadataGenerationRun",
8671
8675
  "StartNotebookCompute",
8676
+ "StartNotebookExport",
8677
+ "StartNotebookImport",
8672
8678
  "StopMetadataGenerationRun",
8673
8679
  "StopNotebookCompute",
8674
8680
  "TagResource",
@@ -21323,7 +21329,7 @@
21323
21329
  "name": "Amazon OpenSearch Service",
21324
21330
  "servicePrefix": "es",
21325
21331
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonopensearchservice.html",
21326
- "actionsCount": 114,
21332
+ "actionsCount": 116,
21327
21333
  "actions": [
21328
21334
  "AcceptInboundConnection",
21329
21335
  "AcceptInboundCrossClusterSearchConnection",
@@ -21424,6 +21430,8 @@
21424
21430
  "RejectInboundCrossClusterSearchConnection",
21425
21431
  "RemoveTags",
21426
21432
  "RevokeVpcEndpointAccess",
21433
+ "RollbackElasticsearchServiceSoftwareUpdate",
21434
+ "RollbackServiceSoftwareUpdate",
21427
21435
  "StartDomainMaintenance",
21428
21436
  "StartElasticsearchServiceSoftwareUpdate",
21429
21437
  "StartServiceSoftwareUpdate",
@@ -24523,7 +24531,7 @@
24523
24531
  "name": "AWS Resource Access Manager (RAM)",
24524
24532
  "servicePrefix": "ram",
24525
24533
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsresourceaccessmanagerram.html",
24526
- "actionsCount": 34,
24534
+ "actionsCount": 35,
24527
24535
  "actions": [
24528
24536
  "AcceptResourceShareInvitation",
24529
24537
  "AssociateResourceShare",
@@ -24551,6 +24559,7 @@
24551
24559
  "ListResourceSharePermissions",
24552
24560
  "ListResourceTypes",
24553
24561
  "ListResources",
24562
+ "ListSourceAssociations",
24554
24563
  "PromotePermissionCreatedFromPolicy",
24555
24564
  "PromoteResourceShareCreatedFromPolicy",
24556
24565
  "RejectResourceShareInvitation",
@@ -24567,7 +24576,7 @@
24567
24576
  "permission",
24568
24577
  "customer-managed-permission"
24569
24578
  ],
24570
- "conditionKeysCount": 13,
24579
+ "conditionKeysCount": 14,
24571
24580
  "conditionKeys": [
24572
24581
  "aws:RequestTag/${TagKey}",
24573
24582
  "aws:ResourceTag/${TagKey}",
@@ -24581,6 +24590,7 @@
24581
24590
  "ram:ResourceArn",
24582
24591
  "ram:ResourceShareName",
24583
24592
  "ram:ResourceTag/${TagKey}",
24593
+ "ram:RetainSharingOnAccountLeaveOrganization",
24584
24594
  "ram:ShareOwnerAccountId"
24585
24595
  ]
24586
24596
  },
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 11271
5
+ "value": 11277
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 5453
9
+ "value": 5454
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 3410
13
+ "value": 3412
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -161,12 +161,12 @@
161
161
  "value": 97
162
162
  },
163
163
  {
164
- "key": "directory - arn:${Partition}:ds:${Region}:${Account}:directory/${DirectoryId}",
165
- "value": 93
164
+ "key": "userpool - arn:${Partition}:cognito-idp:${Region}:${Account}:userpool/${UserPoolId}",
165
+ "value": 95
166
166
  },
167
167
  {
168
- "key": "userpool - arn:${Partition}:cognito-idp:${Region}:${Account}:userpool/${UserPoolId}",
169
- "value": 92
168
+ "key": "directory - arn:${Partition}:ds:${Region}:${Account}:directory/${DirectoryId}",
169
+ "value": 93
170
170
  },
171
171
  {
172
172
  "key": "bot - arn:${Partition}:lex:${Region}:${Account}:bot/${BotId}",
@@ -262,7 +262,7 @@
262
262
  },
263
263
  {
264
264
  "key": "Amazon DataZone",
265
- "value": 226
265
+ "value": 229
266
266
  },
267
267
  {
268
268
  "key": "AWS Identity and Access Management (IAM)",
@@ -414,7 +414,7 @@
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 1367
417
+ "value": 1368
418
418
  }
419
419
  ]
420
420
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.535",
3
+ "version": "0.0.537",
4
4
  "description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",