aws-iam-data 0.0.19 → 0.0.22

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.
@@ -4993,13 +4993,17 @@
4993
4993
  "name": "Amazon Connect Customer Profiles",
4994
4994
  "servicePrefix": "profile",
4995
4995
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnectcustomerprofiles.html",
4996
- "actionsCount": 38,
4996
+ "actionsCount": 49,
4997
4997
  "actions": [
4998
4998
  "AddProfileKey",
4999
+ "CreateCalculatedAttributeDefinition",
4999
5000
  "CreateDomain",
5001
+ "CreateEventStream",
5000
5002
  "CreateIntegrationWorkflow",
5001
5003
  "CreateProfile",
5004
+ "DeleteCalculatedAttributeDefinition",
5002
5005
  "DeleteDomain",
5006
+ "DeleteEventStream",
5003
5007
  "DeleteIntegration",
5004
5008
  "DeleteProfile",
5005
5009
  "DeleteProfileKey",
@@ -5007,7 +5011,10 @@
5007
5011
  "DeleteProfileObjectType",
5008
5012
  "DeleteWorkflow",
5009
5013
  "GetAutoMergingPreview",
5014
+ "GetCalculatedAttributeDefinition",
5015
+ "GetCalculatedAttributeForProfile",
5010
5016
  "GetDomain",
5017
+ "GetEventStream",
5011
5018
  "GetIdentityResolutionJob",
5012
5019
  "GetIntegration",
5013
5020
  "GetMatches",
@@ -5016,7 +5023,10 @@
5016
5023
  "GetWorkflow",
5017
5024
  "GetWorkflowSteps",
5018
5025
  "ListAccountIntegrations",
5026
+ "ListCalculatedAttributeDefinitions",
5027
+ "ListCalculatedAttributesForProfile",
5019
5028
  "ListDomains",
5029
+ "ListEventStreams",
5020
5030
  "ListIdentityResolutionJobs",
5021
5031
  "ListIntegrations",
5022
5032
  "ListProfileObjectTypeTemplates",
@@ -5031,14 +5041,17 @@
5031
5041
  "SearchProfiles",
5032
5042
  "TagResource",
5033
5043
  "UntagResource",
5044
+ "UpdateCalculatedAttributeDefinition",
5034
5045
  "UpdateDomain",
5035
5046
  "UpdateProfile"
5036
5047
  ],
5037
- "resourceTypesCount": 3,
5048
+ "resourceTypesCount": 5,
5038
5049
  "resourceTypes": [
5039
5050
  "domains",
5040
5051
  "object-types",
5041
- "integrations"
5052
+ "integrations",
5053
+ "event-streams",
5054
+ "calculated-attributes"
5042
5055
  ],
5043
5056
  "conditionKeysCount": 3,
5044
5057
  "conditionKeys": [
@@ -8121,19 +8134,20 @@
8121
8134
  "resourceTypes": [
8122
8135
  "loadbalancer"
8123
8136
  ],
8124
- "conditionKeysCount": 5,
8137
+ "conditionKeysCount": 6,
8125
8138
  "conditionKeys": [
8126
8139
  "aws:RequestTag/${TagKey}",
8127
8140
  "aws:ResourceTag/${TagKey}",
8128
8141
  "aws:TagKeys",
8142
+ "elasticloadbalancing:CreateAction",
8129
8143
  "elasticloadbalancing:ResourceTag/",
8130
8144
  "elasticloadbalancing:ResourceTag/${TagKey}"
8131
8145
  ]
8132
8146
  },
8133
8147
  {
8134
- "name": "Elastic Load Balancing V2",
8148
+ "name": "AWS Elastic Load Balancing V2",
8135
8149
  "servicePrefix": "elasticloadbalancing",
8136
- "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_elasticloadbalancingv2.html",
8150
+ "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awselasticloadbalancingv2.html",
8137
8151
  "actionsCount": 35,
8138
8152
  "actions": [
8139
8153
  "AddListenerCertificates",
@@ -8182,11 +8196,12 @@
8182
8196
  "loadbalancer/net/",
8183
8197
  "targetgroup"
8184
8198
  ],
8185
- "conditionKeysCount": 4,
8199
+ "conditionKeysCount": 5,
8186
8200
  "conditionKeys": [
8187
8201
  "aws:RequestTag/${TagKey}",
8188
8202
  "aws:ResourceTag/${TagKey}",
8189
8203
  "aws:TagKeys",
8204
+ "elasticloadbalancing:CreateAction",
8190
8205
  "elasticloadbalancing:ResourceTag/${TagKey}"
8191
8206
  ]
8192
8207
  },
@@ -20681,9 +20696,10 @@
20681
20696
  "name": "Amazon SQS",
20682
20697
  "servicePrefix": "sqs",
20683
20698
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsqs.html",
20684
- "actionsCount": 17,
20699
+ "actionsCount": 20,
20685
20700
  "actions": [
20686
20701
  "AddPermission",
20702
+ "CancelMessageMoveTask",
20687
20703
  "ChangeMessageVisibility",
20688
20704
  "CreateQueue",
20689
20705
  "DeleteMessage",
@@ -20691,6 +20707,7 @@
20691
20707
  "GetQueueAttributes",
20692
20708
  "GetQueueUrl",
20693
20709
  "ListDeadLetterSourceQueues",
20710
+ "ListMessageMoveTasks",
20694
20711
  "ListQueueTags",
20695
20712
  "ListQueues",
20696
20713
  "PurgeQueue",
@@ -20698,6 +20715,7 @@
20698
20715
  "RemovePermission",
20699
20716
  "SendMessage",
20700
20717
  "SetQueueAttributes",
20718
+ "StartMessageMoveTask",
20701
20719
  "TagQueue",
20702
20720
  "UntagQueue"
20703
20721
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.19",
3
+ "version": "0.0.22",
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": "./src/index.js",
6
6
  "types": "./src/awsIamData.d.ts",
@@ -31,12 +31,10 @@
31
31
  "devDependencies": {
32
32
  "@mermaid-js/mermaid-cli": "^10.2.2",
33
33
  "@types/node": "^20.1.4",
34
+ "axios": "^1.4.0",
35
+ "node-html-parser": "^6.1.5",
34
36
  "ts-node": "^10.9.1",
35
37
  "typescript": "^5.0.4"
36
38
  },
37
- "dependencies": {
38
- "axios": "^1.4.0",
39
- "node-html-parser": "^6.1.5",
40
- "winston": "^3.8.2"
41
- }
39
+ "dependencies": {}
42
40
  }