aws-iam-data 0.0.320 → 0.0.321

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.
@@ -6058,7 +6058,7 @@
6058
6058
  "name": "Amazon Connect",
6059
6059
  "servicePrefix": "connect",
6060
6060
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html",
6061
- "actionsCount": 288,
6061
+ "actionsCount": 289,
6062
6062
  "actions": [
6063
6063
  "ActivateEvaluationForm",
6064
6064
  "AdminGetEmergencyAccessToken",
@@ -6118,6 +6118,7 @@
6118
6118
  "DeleteContactEvaluation",
6119
6119
  "DeleteContactFlow",
6120
6120
  "DeleteContactFlowModule",
6121
+ "DeleteContactFlowVersion",
6121
6122
  "DeleteEmailAddress",
6122
6123
  "DeleteEvaluationForm",
6123
6124
  "DeleteHoursOfOperation",
@@ -7582,11 +7583,14 @@
7582
7583
  "resourceTypes": [
7583
7584
  "domain"
7584
7585
  ],
7585
- "conditionKeysCount": 3,
7586
+ "conditionKeysCount": 6,
7586
7587
  "conditionKeys": [
7587
7588
  "aws:RequestTag/${TagKey}",
7588
7589
  "aws:ResourceTag/${TagKey}",
7589
- "aws:TagKeys"
7590
+ "aws:TagKeys",
7591
+ "datazone:domainId",
7592
+ "datazone:projectId",
7593
+ "datazone:userId"
7590
7594
  ]
7591
7595
  },
7592
7596
  {
@@ -13268,7 +13272,7 @@
13268
13272
  "name": "AWS HealthLake",
13269
13273
  "servicePrefix": "healthlake",
13270
13274
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awshealthlake.html",
13271
- "actionsCount": 24,
13275
+ "actionsCount": 26,
13272
13276
  "actions": [
13273
13277
  "CancelFHIRExportJobWithDelete",
13274
13278
  "CreateFHIRDatastore",
@@ -13280,6 +13284,7 @@
13280
13284
  "DescribeFHIRExportJobWithGet",
13281
13285
  "DescribeFHIRImportJob",
13282
13286
  "GetCapabilities",
13287
+ "GetExportedFile",
13283
13288
  "ListFHIRDatastores",
13284
13289
  "ListFHIRExportJobs",
13285
13290
  "ListFHIRImportJobs",
@@ -13289,6 +13294,7 @@
13289
13294
  "SearchWithGet",
13290
13295
  "SearchWithPost",
13291
13296
  "StartFHIRExportJob",
13297
+ "StartFHIRExportJobWithGet",
13292
13298
  "StartFHIRExportJobWithPost",
13293
13299
  "StartFHIRImportJob",
13294
13300
  "TagResource",
@@ -2,7 +2,7 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Read Actions",
5
- "value": 4911
5
+ "value": 4912
6
6
  },
7
7
  {
8
8
  "key": "List Actions",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "key": "Write Actions",
17
- "value": 10115
17
+ "value": 10117
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -246,7 +246,7 @@
246
246
  },
247
247
  {
248
248
  "key": "Amazon Connect",
249
- "value": 288
249
+ "value": 289
250
250
  },
251
251
  {
252
252
  "key": "AWS IoT",
@@ -414,7 +414,7 @@
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 1006
417
+ "value": 1009
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.320",
3
+ "version": "0.0.321",
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",