aws-iam-data 0.0.199 → 0.0.200

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,24 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-05-07",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon Connect": [
8
+ "connect:AdminGetEmergencyAccessToken"
9
+ ],
10
+ "Amazon Personalize": [
11
+ "personalize:CreateDataDeletionJob",
12
+ "personalize:DescribeDataDeletionJob",
13
+ "personalize:ListDataDeletionJobs"
14
+ ]
15
+ },
16
+ "removedActions": {
17
+ "Amazon Connect": [
18
+ "connect:GetFederationTokens"
19
+ ]
20
+ }
21
+ },
2
22
  {
3
23
  "dateOfChange": "2024-05-03",
4
24
  "addedServices": [],
@@ -68933,6 +68933,25 @@
68933
68933
  }
68934
68934
  ]
68935
68935
  },
68936
+ {
68937
+ "name": "AdminGetEmergencyAccessToken",
68938
+ "apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_GetFederationToken.html",
68939
+ "permissionOnly": false,
68940
+ "description": "Grants permission to federate into an Amazon Connect instance (Log in for emergency access functionality in the Amazon Connect console)",
68941
+ "accessLevel": "Write",
68942
+ "resourceTypes": [
68943
+ {
68944
+ "resourceType": "instance",
68945
+ "required": true,
68946
+ "conditionKeys": [],
68947
+ "dependentActions": [
68948
+ "connect:DescribeInstance",
68949
+ "connect:ListInstances",
68950
+ "ds:DescribeDirectories"
68951
+ ]
68952
+ }
68953
+ ]
68954
+ },
68936
68955
  {
68937
68956
  "name": "AssociateApprovedOrigin",
68938
68957
  "apiReferenceUrl": "https://docs.aws.amazon.com/console/connect/amazon-connect-console/grant-instance-permissions",
@@ -71844,25 +71863,6 @@
71844
71863
  }
71845
71864
  ]
71846
71865
  },
71847
- {
71848
- "name": "GetFederationTokens",
71849
- "apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_GetFederationToken.html",
71850
- "permissionOnly": false,
71851
- "description": "Grants permission to federate into an Amazon Connect instance (Log in for emergency access functionality in the Amazon Connect console)",
71852
- "accessLevel": "Write",
71853
- "resourceTypes": [
71854
- {
71855
- "resourceType": "instance",
71856
- "required": true,
71857
- "conditionKeys": [],
71858
- "dependentActions": [
71859
- "connect:DescribeInstance",
71860
- "connect:ListInstances",
71861
- "ds:DescribeDirectories"
71862
- ]
71863
- }
71864
- ]
71865
- },
71866
71866
  {
71867
71867
  "name": "GetFlowAssociation",
71868
71868
  "apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_GetFlowAssociation.html",
@@ -249104,6 +249104,21 @@
249104
249104
  }
249105
249105
  ]
249106
249106
  },
249107
+ {
249108
+ "name": "CreateDataDeletionJob",
249109
+ "apiReferenceUrl": "https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDataDeletionJob.html",
249110
+ "permissionOnly": false,
249111
+ "description": "Grants permission to create a data deletion job",
249112
+ "accessLevel": "Write",
249113
+ "resourceTypes": [
249114
+ {
249115
+ "resourceType": "dataDeletionJob",
249116
+ "required": true,
249117
+ "conditionKeys": [],
249118
+ "dependentActions": []
249119
+ }
249120
+ ]
249121
+ },
249107
249122
  {
249108
249123
  "name": "CreateDataInsightsJob",
249109
249124
  "apiReferenceUrl": "https://docs.aws.amazon.com/personalize/latest/dg/analyzing-data.html",
@@ -249479,6 +249494,21 @@
249479
249494
  }
249480
249495
  ]
249481
249496
  },
249497
+ {
249498
+ "name": "DescribeDataDeletionJob",
249499
+ "apiReferenceUrl": "https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeDataDeletionJob.html",
249500
+ "permissionOnly": false,
249501
+ "description": "Grants permission to describe a data deletion job",
249502
+ "accessLevel": "Read",
249503
+ "resourceTypes": [
249504
+ {
249505
+ "resourceType": "dataDeletionJob",
249506
+ "required": true,
249507
+ "conditionKeys": [],
249508
+ "dependentActions": []
249509
+ }
249510
+ ]
249511
+ },
249482
249512
  {
249483
249513
  "name": "DescribeDataInsightsJob",
249484
249514
  "apiReferenceUrl": "https://docs.aws.amazon.com/personalize/latest/dg/analyzing-data.html",
@@ -249809,6 +249839,21 @@
249809
249839
  }
249810
249840
  ]
249811
249841
  },
249842
+ {
249843
+ "name": "ListDataDeletionJobs",
249844
+ "apiReferenceUrl": "https://docs.aws.amazon.com/personalize/latest/dg/API_ListDataDeletionJobs.html",
249845
+ "permissionOnly": false,
249846
+ "description": "Grants permission to list data deletion jobs",
249847
+ "accessLevel": "List",
249848
+ "resourceTypes": [
249849
+ {
249850
+ "resourceType": "",
249851
+ "required": false,
249852
+ "conditionKeys": [],
249853
+ "dependentActions": []
249854
+ }
249855
+ ]
249856
+ },
249812
249857
  {
249813
249858
  "name": "ListDataInsightsJobs",
249814
249859
  "apiReferenceUrl": "https://docs.aws.amazon.com/personalize/latest/dg/analyzing-data.html",
@@ -250288,6 +250333,12 @@
250288
250333
  "arnPattern": "arn:${Partition}:personalize:${Region}:${Account}:dataset-export-job/${ResourceId}",
250289
250334
  "conditionKeys": []
250290
250335
  },
250336
+ {
250337
+ "name": "dataDeletionJob",
250338
+ "apiReferenceUrl": "https://docs.aws.amazon.com/personalize/latest/dg/API_DataDeletionJob.html",
250339
+ "arnPattern": "arn:${Partition}:personalize:${Region}:${Account}:data-deletion-job/${ResourceId}",
250340
+ "conditionKeys": []
250341
+ },
250291
250342
  {
250292
250343
  "name": "solution",
250293
250344
  "apiReferenceUrl": "https://docs.aws.amazon.com/personalize/latest/dg/API_Solution.html",
@@ -5452,6 +5452,7 @@
5452
5452
  "actionsCount": 247,
5453
5453
  "actions": [
5454
5454
  "ActivateEvaluationForm",
5455
+ "AdminGetEmergencyAccessToken",
5455
5456
  "AssociateApprovedOrigin",
5456
5457
  "AssociateBot",
5457
5458
  "AssociateCustomerProfilesDomain",
@@ -5561,7 +5562,6 @@
5561
5562
  "GetCurrentMetricData",
5562
5563
  "GetCurrentUserData",
5563
5564
  "GetFederationToken",
5564
- "GetFederationTokens",
5565
5565
  "GetFlowAssociation",
5566
5566
  "GetMetricData",
5567
5567
  "GetMetricDataV2",
@@ -18318,11 +18318,12 @@
18318
18318
  "name": "Amazon Personalize",
18319
18319
  "servicePrefix": "personalize",
18320
18320
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonpersonalize.html",
18321
- "actionsCount": 79,
18321
+ "actionsCount": 82,
18322
18322
  "actions": [
18323
18323
  "CreateBatchInferenceJob",
18324
18324
  "CreateBatchSegmentJob",
18325
18325
  "CreateCampaign",
18326
+ "CreateDataDeletionJob",
18326
18327
  "CreateDataInsightsJob",
18327
18328
  "CreateDataset",
18328
18329
  "CreateDatasetExportJob",
@@ -18348,6 +18349,7 @@
18348
18349
  "DescribeBatchInferenceJob",
18349
18350
  "DescribeBatchSegmentJob",
18350
18351
  "DescribeCampaign",
18352
+ "DescribeDataDeletionJob",
18351
18353
  "DescribeDataInsightsJob",
18352
18354
  "DescribeDataset",
18353
18355
  "DescribeDatasetExportJob",
@@ -18370,6 +18372,7 @@
18370
18372
  "ListBatchInferenceJobs",
18371
18373
  "ListBatchSegmentJobs",
18372
18374
  "ListCampaigns",
18375
+ "ListDataDeletionJobs",
18373
18376
  "ListDataInsightsJobs",
18374
18377
  "ListDatasetExportJobs",
18375
18378
  "ListDatasetGroups",
@@ -18400,7 +18403,7 @@
18400
18403
  "UpdateMetricAttribution",
18401
18404
  "UpdateRecommender"
18402
18405
  ],
18403
- "resourceTypesCount": 17,
18406
+ "resourceTypesCount": 18,
18404
18407
  "resourceTypes": [
18405
18408
  "schema",
18406
18409
  "featureTransformation",
@@ -18409,6 +18412,7 @@
18409
18412
  "datasetImportJob",
18410
18413
  "dataInsightsJob",
18411
18414
  "datasetExportJob",
18415
+ "dataDeletionJob",
18412
18416
  "solution",
18413
18417
  "campaign",
18414
18418
  "eventTracker",
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 9252
5
+ "value": 9253
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 4495
9
+ "value": 4496
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 2717
13
+ "value": 2718
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -410,7 +410,7 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1714
413
+ "value": 1715
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.199",
3
+ "version": "0.0.200",
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",