aws-iam-data 0.0.330 → 0.0.331

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,15 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2025-02-13",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon Connect": [
8
+ "connect:CreateContact"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2025-02-11",
4
15
  "addedServices": [],
@@ -78662,6 +78662,43 @@
78662
78662
  }
78663
78663
  ]
78664
78664
  },
78665
+ {
78666
+ "name": "CreateContact",
78667
+ "apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateContact.html",
78668
+ "permissionOnly": false,
78669
+ "description": "Grants permission to create a new contact using the Amazon Connect API",
78670
+ "accessLevel": "Write",
78671
+ "resourceTypes": [
78672
+ {
78673
+ "resourceType": "instance",
78674
+ "required": true,
78675
+ "conditionKeys": [],
78676
+ "dependentActions": []
78677
+ },
78678
+ {
78679
+ "resourceType": "contact",
78680
+ "required": false,
78681
+ "conditionKeys": [],
78682
+ "dependentActions": []
78683
+ },
78684
+ {
78685
+ "resourceType": "user",
78686
+ "required": false,
78687
+ "conditionKeys": [],
78688
+ "dependentActions": []
78689
+ },
78690
+ {
78691
+ "resourceType": "",
78692
+ "required": false,
78693
+ "conditionKeys": [
78694
+ "aws:ResourceTag/${TagKey}",
78695
+ "connect:InstanceId",
78696
+ "connect:ContactInitiationMethod"
78697
+ ],
78698
+ "dependentActions": []
78699
+ }
78700
+ ]
78701
+ },
78665
78702
  {
78666
78703
  "name": "CreateContactFlow",
78667
78704
  "apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateContactFlow.html",
@@ -86007,6 +86044,12 @@
86007
86044
  "description": "Filters access by the attribute type of the Amazon Connect instance",
86008
86045
  "type": "String"
86009
86046
  },
86047
+ {
86048
+ "name": "connect:ContactInitiationMethod",
86049
+ "apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_service-with-iam.html",
86050
+ "description": "Filters access by restricting access to create contacts based on the initiation method of the contact",
86051
+ "type": "String"
86052
+ },
86010
86053
  {
86011
86054
  "name": "connect:FlowType",
86012
86055
  "apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_service-with-iam.html",
@@ -152936,6 +152979,14 @@
152936
152979
  "required": true,
152937
152980
  "conditionKeys": [],
152938
152981
  "dependentActions": []
152982
+ },
152983
+ {
152984
+ "resourceType": "",
152985
+ "required": false,
152986
+ "conditionKeys": [
152987
+ "elasticmapreduce:ExecutionRoleArn"
152988
+ ],
152989
+ "dependentActions": []
152939
152990
  }
152940
152991
  ]
152941
152992
  },
@@ -353340,7 +353391,6 @@
353340
353391
  "resourceType": "",
353341
353392
  "required": false,
353342
353393
  "conditionKeys": [
353343
- "aws:RequestTag/${TagKey}",
353344
353394
  "aws:TagKeys"
353345
353395
  ],
353346
353396
  "dependentActions": []
@@ -355204,7 +355254,6 @@
355204
355254
  "resourceType": "",
355205
355255
  "required": false,
355206
355256
  "conditionKeys": [
355207
- "aws:RequestTag/${TagKey}",
355208
355257
  "aws:TagKeys"
355209
355258
  ],
355210
355259
  "dependentActions": []
@@ -6068,7 +6068,7 @@
6068
6068
  "name": "Amazon Connect",
6069
6069
  "servicePrefix": "connect",
6070
6070
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html",
6071
- "actionsCount": 289,
6071
+ "actionsCount": 290,
6072
6072
  "actions": [
6073
6073
  "ActivateEvaluationForm",
6074
6074
  "AdminGetEmergencyAccessToken",
@@ -6096,6 +6096,7 @@
6096
6096
  "CompleteAttachedFileUpload",
6097
6097
  "CreateAgentStatus",
6098
6098
  "CreateAuthenticationProfile",
6099
+ "CreateContact",
6099
6100
  "CreateContactFlow",
6100
6101
  "CreateContactFlowModule",
6101
6102
  "CreateContactFlowVersion",
@@ -6400,13 +6401,14 @@
6400
6401
  "attached-file",
6401
6402
  "email-address"
6402
6403
  ],
6403
- "conditionKeysCount": 13,
6404
+ "conditionKeysCount": 14,
6404
6405
  "conditionKeys": [
6405
6406
  "aws:RequestTag/${TagKey}",
6406
6407
  "aws:ResourceTag/${TagKey}",
6407
6408
  "aws:TagKeys",
6408
6409
  "connect:AssignmentType",
6409
6410
  "connect:AttributeType",
6411
+ "connect:ContactInitiationMethod",
6410
6412
  "connect:FlowType",
6411
6413
  "connect:InstanceId",
6412
6414
  "connect:MonitorCapabilities",
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "Actions by type": [
3
+ {
4
+ "key": "Write Actions",
5
+ "value": 10141
6
+ },
3
7
  {
4
8
  "key": "Read Actions",
5
9
  "value": 4922
@@ -11,10 +15,6 @@
11
15
  {
12
16
  "key": "Permissions Actions",
13
17
  "value": 316
14
- },
15
- {
16
- "key": "Write Actions",
17
- "value": 10140
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -145,12 +145,12 @@
145
145
  ],
146
146
  "Most referenced resource ARNs": [
147
147
  {
148
- "key": "organization - arn:${Partition}:workmail:${Region}:${Account}:organization/${ResourceId}",
148
+ "key": "instance - arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}",
149
149
  "value": 122
150
150
  },
151
151
  {
152
- "key": "instance - arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}",
153
- "value": 121
152
+ "key": "organization - arn:${Partition}:workmail:${Region}:${Account}:organization/${ResourceId}",
153
+ "value": 122
154
154
  },
155
155
  {
156
156
  "key": "application - arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}",
@@ -246,7 +246,7 @@
246
246
  },
247
247
  {
248
248
  "key": "Amazon Connect",
249
- "value": 289
249
+ "value": 290
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": 1041
417
+ "value": 1042
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.330",
3
+ "version": "0.0.331",
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",