aws-iam-data 0.0.209 → 0.0.210

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,5 +1,5 @@
1
1
  {
2
- "serviceCount": 412,
2
+ "serviceCount": 413,
3
3
  "services": [
4
4
  {
5
5
  "name": "AWS Account Management",
@@ -18294,20 +18294,31 @@
18294
18294
  "name": "AWS Payments",
18295
18295
  "servicePrefix": "payments",
18296
18296
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awspayments.html",
18297
- "actionsCount": 7,
18297
+ "actionsCount": 12,
18298
18298
  "actions": [
18299
18299
  "CreatePaymentInstrument",
18300
18300
  "DeletePaymentInstrument",
18301
18301
  "GetPaymentInstrument",
18302
18302
  "GetPaymentStatus",
18303
+ "ListPaymentInstruments",
18303
18304
  "ListPaymentPreferences",
18305
+ "ListTagsForResource",
18304
18306
  "MakePayment",
18307
+ "TagResource",
18308
+ "UntagResource",
18309
+ "UpdatePaymentInstrument",
18305
18310
  "UpdatePaymentPreferences"
18306
18311
  ],
18307
- "resourceTypesCount": 0,
18308
- "resourceTypes": [],
18309
- "conditionKeysCount": 0,
18310
- "conditionKeys": []
18312
+ "resourceTypesCount": 1,
18313
+ "resourceTypes": [
18314
+ "payment-instrument"
18315
+ ],
18316
+ "conditionKeysCount": 3,
18317
+ "conditionKeys": [
18318
+ "aws:RequestTag/${TagKey}",
18319
+ "aws:ResourceTag/${TagKey}",
18320
+ "aws:TagKeys"
18321
+ ]
18311
18322
  },
18312
18323
  {
18313
18324
  "name": "AWS Performance Insights",
@@ -18334,11 +18345,12 @@
18334
18345
  "metric-resource",
18335
18346
  "perf-reports-resource"
18336
18347
  ],
18337
- "conditionKeysCount": 3,
18348
+ "conditionKeysCount": 4,
18338
18349
  "conditionKeys": [
18339
18350
  "aws:RequestTag/${TagKey}",
18340
18351
  "aws:ResourceTag/${TagKey}",
18341
- "aws:TagKeys"
18352
+ "aws:TagKeys",
18353
+ "pi:Dimensions"
18342
18354
  ]
18343
18355
  },
18344
18356
  {
@@ -22961,6 +22973,81 @@
22961
22973
  "conditionKeysCount": 0,
22962
22974
  "conditionKeys": []
22963
22975
  },
22976
+ {
22977
+ "name": "Amazon Simple Email Service - Mail Manager",
22978
+ "servicePrefix": "ses",
22979
+ "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsimpleemailservice-mailmanager.html",
22980
+ "actionsCount": 47,
22981
+ "actions": [
22982
+ "CreateAddonInstance",
22983
+ "CreateAddonSubscription",
22984
+ "CreateArchive",
22985
+ "CreateIngressPoint",
22986
+ "CreateRelay",
22987
+ "CreateRuleSet",
22988
+ "CreateTrafficPolicy",
22989
+ "DeleteAddonInstance",
22990
+ "DeleteAddonSubscription",
22991
+ "DeleteArchive",
22992
+ "DeleteIngressPoint",
22993
+ "DeleteRelay",
22994
+ "DeleteRuleSet",
22995
+ "DeleteTrafficPolicy",
22996
+ "GetAddonInstance",
22997
+ "GetAddonSubscription",
22998
+ "GetArchive",
22999
+ "GetArchiveExport",
23000
+ "GetArchiveMessage",
23001
+ "GetArchiveMessageContent",
23002
+ "GetArchiveSearch",
23003
+ "GetArchiveSearchResults",
23004
+ "GetIngressPoint",
23005
+ "GetRelay",
23006
+ "GetRuleSet",
23007
+ "GetTrafficPolicy",
23008
+ "ListAddonInstances",
23009
+ "ListAddonSubscriptions",
23010
+ "ListArchiveExports",
23011
+ "ListArchiveSearches",
23012
+ "ListArchives",
23013
+ "ListIngressPoints",
23014
+ "ListRelays",
23015
+ "ListRuleSets",
23016
+ "ListTagsForResource",
23017
+ "ListTrafficPolicies",
23018
+ "StartArchiveExport",
23019
+ "StartArchiveSearch",
23020
+ "StopArchiveExport",
23021
+ "StopArchiveSearch",
23022
+ "TagResource",
23023
+ "UntagResource",
23024
+ "UpdateArchive",
23025
+ "UpdateIngressPoint",
23026
+ "UpdateRelay",
23027
+ "UpdateRuleSet",
23028
+ "UpdateTrafficPolicy"
23029
+ ],
23030
+ "resourceTypesCount": 7,
23031
+ "resourceTypes": [
23032
+ "addon-instance",
23033
+ "addon-subscription",
23034
+ "mailmanager-archive",
23035
+ "mailmanager-ingress-point",
23036
+ "mailmanager-smtp-relay",
23037
+ "mailmanager-rule-set",
23038
+ "mailmanager-traffic-policy"
23039
+ ],
23040
+ "conditionKeysCount": 7,
23041
+ "conditionKeys": [
23042
+ "aws:RequestTag/${TagKey}",
23043
+ "aws:ResourceTag/${TagKey}",
23044
+ "aws:TagKeys",
23045
+ "ses:AddonSubscriptionArn",
23046
+ "ses:MailManagerIngressPointType",
23047
+ "ses:MailManagerRuleSetArn",
23048
+ "ses:MailManagerTrafficPolicyArn"
23049
+ ]
23050
+ },
22964
23051
  {
22965
23052
  "name": "Amazon Simple Email Service v2",
22966
23053
  "servicePrefix": "ses",
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 9277
5
+ "value": 9305
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 4505
9
+ "value": 4518
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 2725
13
+ "value": 2736
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -398,7 +398,7 @@
398
398
  "Summary": [
399
399
  {
400
400
  "key": "Total number of services",
401
- "value": 412
401
+ "value": 413
402
402
  },
403
403
  {
404
404
  "key": "Average number of actions per service",
@@ -410,11 +410,11 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1717
413
+ "value": 1725
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 911
417
+ "value": 916
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.209",
3
+ "version": "0.0.210",
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",