aws-iam-data 0.0.348 → 0.0.349

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,18 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2025-03-22",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon Connect": [
8
+ "connect:ListAnalyticsDataLakeDataSets"
9
+ ],
10
+ "Amazon Route 53 Recovery Controls": [
11
+ "route53-recovery-control-config:UpdateCluster"
12
+ ]
13
+ },
14
+ "removedActions": {}
15
+ },
2
16
  {
3
17
  "dateOfChange": "2025-03-21",
4
18
  "addedServices": [],
@@ -82390,6 +82390,29 @@
82390
82390
  }
82391
82391
  ]
82392
82392
  },
82393
+ {
82394
+ "name": "ListAnalyticsDataLakeDataSets",
82395
+ "apiReferenceUrl": "API_ListAnalyticsDataLakeDataSets.html",
82396
+ "permissionOnly": false,
82397
+ "description": "Grants permission to list data lake datasets available to associate with for a given Amazon Connect instance",
82398
+ "accessLevel": "List",
82399
+ "resourceTypes": [
82400
+ {
82401
+ "resourceType": "instance",
82402
+ "required": true,
82403
+ "conditionKeys": [],
82404
+ "dependentActions": []
82405
+ },
82406
+ {
82407
+ "resourceType": "",
82408
+ "required": false,
82409
+ "conditionKeys": [
82410
+ "connect:InstanceId"
82411
+ ],
82412
+ "dependentActions": []
82413
+ }
82414
+ ]
82415
+ },
82393
82416
  {
82394
82417
  "name": "ListApprovedOrigins",
82395
82418
  "apiReferenceUrl": "https://docs.aws.amazon.com/console/connect/amazon-connect-console/grant-instance-permissions",
@@ -316653,13 +316676,27 @@
316653
316676
  "resourceType": "",
316654
316677
  "required": false,
316655
316678
  "conditionKeys": [
316656
- "aws:TagKeys",
316657
- "aws:RequestTag/${TagKey}"
316679
+ "aws:TagKeys"
316658
316680
  ],
316659
316681
  "dependentActions": []
316660
316682
  }
316661
316683
  ]
316662
316684
  },
316685
+ {
316686
+ "name": "UpdateCluster",
316687
+ "apiReferenceUrl": "https://docs.aws.amazon.com/recovery-cluster/latest/api/cluster.html",
316688
+ "permissionOnly": false,
316689
+ "description": "Grants permission to update a cluster",
316690
+ "accessLevel": "Write",
316691
+ "resourceTypes": [
316692
+ {
316693
+ "resourceType": "cluster",
316694
+ "required": true,
316695
+ "conditionKeys": [],
316696
+ "dependentActions": []
316697
+ }
316698
+ ]
316699
+ },
316663
316700
  {
316664
316701
  "name": "UpdateControlPanel",
316665
316702
  "apiReferenceUrl": "https://docs.aws.amazon.com/recovery-cluster/latest/api/controlpanel.html",
@@ -6103,7 +6103,7 @@
6103
6103
  "name": "Amazon Connect",
6104
6104
  "servicePrefix": "connect",
6105
6105
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html",
6106
- "actionsCount": 290,
6106
+ "actionsCount": 291,
6107
6107
  "actions": [
6108
6108
  "ActivateEvaluationForm",
6109
6109
  "AdminGetEmergencyAccessToken",
@@ -6245,6 +6245,7 @@
6245
6245
  "ImportPhoneNumber",
6246
6246
  "ListAgentStatuses",
6247
6247
  "ListAnalyticsDataAssociations",
6248
+ "ListAnalyticsDataLakeDataSets",
6248
6249
  "ListApprovedOrigins",
6249
6250
  "ListAssociatedContacts",
6250
6251
  "ListAuthenticationProfiles",
@@ -22912,7 +22913,7 @@
22912
22913
  "name": "Amazon Route 53 Recovery Controls",
22913
22914
  "servicePrefix": "route53-recovery-control-config",
22914
22915
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonroute53recoverycontrols.html",
22915
- "actionsCount": 25,
22916
+ "actionsCount": 26,
22916
22917
  "actions": [
22917
22918
  "CreateCluster",
22918
22919
  "CreateControlPanel",
@@ -22936,6 +22937,7 @@
22936
22937
  "ListTagsForResource",
22937
22938
  "TagResource",
22938
22939
  "UntagResource",
22940
+ "UpdateCluster",
22939
22941
  "UpdateControlPanel",
22940
22942
  "UpdateRoutingControl",
22941
22943
  "UpdateSafetyRule"
@@ -2,7 +2,7 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 10217
5
+ "value": 10218
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 3019
13
+ "value": 3020
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -146,7 +146,7 @@
146
146
  "Most referenced resource ARNs": [
147
147
  {
148
148
  "key": "instance - arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}",
149
- "value": 122
149
+ "value": 123
150
150
  },
151
151
  {
152
152
  "key": "organization - arn:${Partition}:workmail:${Region}:${Account}:organization/${ResourceId}",
@@ -246,7 +246,7 @@
246
246
  },
247
247
  {
248
248
  "key": "Amazon Connect",
249
- "value": 290
249
+ "value": 291
250
250
  },
251
251
  {
252
252
  "key": "AWS IoT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.348",
3
+ "version": "0.0.349",
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",