aws-iam-data 0.0.413 → 0.0.414

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.
@@ -170937,7 +170937,7 @@
170937
170937
  "name": "CreateCertificate",
170938
170938
  "apiReferenceUrl": "https://docs.aws.amazon.com/emr-on-eks/latest/APIReference/API_CreateCertificate.html",
170939
170939
  "permissionOnly": false,
170940
- "description": "Grants permission to create a certificate",
170940
+ "description": "Grants permission to call the CreateCertificate method to accept the CertificateSigningRequest, and return the signed certificate",
170941
170941
  "accessLevel": "Write",
170942
170942
  "resourceTypes": [
170943
170943
  {
@@ -171247,6 +171247,12 @@
171247
171247
  "conditionKeys": [],
171248
171248
  "dependentActions": []
171249
171249
  },
171250
+ {
171251
+ "resourceType": "securityConfiguration",
171252
+ "required": false,
171253
+ "conditionKeys": [],
171254
+ "dependentActions": []
171255
+ },
171250
171256
  {
171251
171257
  "resourceType": "virtualCluster",
171252
171258
  "required": false,
@@ -171321,6 +171327,12 @@
171321
171327
  "conditionKeys": [],
171322
171328
  "dependentActions": []
171323
171329
  },
171330
+ {
171331
+ "resourceType": "securityConfiguration",
171332
+ "required": false,
171333
+ "conditionKeys": [],
171334
+ "dependentActions": []
171335
+ },
171324
171336
  {
171325
171337
  "resourceType": "virtualCluster",
171326
171338
  "required": false,
@@ -171363,6 +171375,12 @@
171363
171375
  "conditionKeys": [],
171364
171376
  "dependentActions": []
171365
171377
  },
171378
+ {
171379
+ "resourceType": "securityConfiguration",
171380
+ "required": false,
171381
+ "conditionKeys": [],
171382
+ "dependentActions": []
171383
+ },
171366
171384
  {
171367
171385
  "resourceType": "virtualCluster",
171368
171386
  "required": false,
@@ -171415,17 +171433,11 @@
171415
171433
  },
171416
171434
  {
171417
171435
  "name": "securityConfiguration",
171418
- "apiReferenceUrl": "https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/security-configurations.html",
171436
+ "apiReferenceUrl": "https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/security_iam_fgac-lf-enable.html#security_iam_fgac-lf-security-config",
171419
171437
  "arnPattern": "arn:${Partition}:emr-containers:${Region}:${Account}:/securityconfigurations/${SecurityConfigurationId}",
171420
171438
  "conditionKeys": [
171421
171439
  "aws:ResourceTag/${TagKey}"
171422
171440
  ]
171423
- },
171424
- {
171425
- "name": "certificate",
171426
- "apiReferenceUrl": "https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/certificate.html",
171427
- "arnPattern": "arn:${Partition}:emr-containers:${Region}:${Account}:/certificates/${CertificateId}",
171428
- "conditionKeys": []
171429
171441
  }
171430
171442
  ],
171431
171443
  "conditionKeys": [
@@ -315003,9 +315015,7 @@
315003
315015
  "name": "namespace",
315004
315016
  "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/dg/concepts.html",
315005
315017
  "arnPattern": "arn:${Partition}:redshift:${Region}:${Account}:namespace:${ClusterNamespace}",
315006
- "conditionKeys": [
315007
- "aws:ResourceTag/${TagKey}"
315008
- ]
315018
+ "conditionKeys": []
315009
315019
  },
315010
315020
  {
315011
315021
  "name": "parametergroup",
@@ -11771,14 +11771,13 @@
11771
11771
  "TagResource",
11772
11772
  "UntagResource"
11773
11773
  ],
11774
- "resourceTypesCount": 6,
11774
+ "resourceTypesCount": 5,
11775
11775
  "resourceTypes": [
11776
11776
  "virtualCluster",
11777
11777
  "jobRun",
11778
11778
  "jobTemplate",
11779
11779
  "managedEndpoint",
11780
- "securityConfiguration",
11781
- "certificate"
11780
+ "securityConfiguration"
11782
11781
  ],
11783
11782
  "conditionKeysCount": 5,
11784
11783
  "conditionKeys": [
@@ -410,7 +410,7 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1947
413
+ "value": 1946
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.413",
3
+ "version": "0.0.414",
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",