aws-iam-data 0.0.590 → 0.0.591

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.
@@ -2784,7 +2784,7 @@
2784
2784
  "name": "Amazon Bedrock Agentcore",
2785
2785
  "servicePrefix": "bedrock-agentcore",
2786
2786
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonbedrockagentcore.html",
2787
- "actionsCount": 212,
2787
+ "actionsCount": 213,
2788
2788
  "actions": [
2789
2789
  "AllowVendedLogDeliveryForResource",
2790
2790
  "AuthorizeAction",
@@ -2902,6 +2902,7 @@
2902
2902
  "GetWorkloadIdentity",
2903
2903
  "InvokeAgentRuntime",
2904
2904
  "InvokeAgentRuntimeCommand",
2905
+ "InvokeAgentRuntimeCommandShell",
2905
2906
  "InvokeAgentRuntimeForUser",
2906
2907
  "InvokeAgentRuntimeWithWebSocketStream",
2907
2908
  "InvokeAgentRuntimeWithWebSocketStreamForUser",
@@ -20304,9 +20305,10 @@
20304
20305
  "name": "AWS Marketplace Catalog",
20305
20306
  "servicePrefix": "aws-marketplace",
20306
20307
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmarketplacecatalog.html",
20307
- "actionsCount": 20,
20308
+ "actionsCount": 27,
20308
20309
  "actions": [
20309
20310
  "CancelChangeSet",
20311
+ "CreateVerificationEvidence",
20310
20312
  "DeleteResourcePolicy",
20311
20313
  "DescribeAssessment",
20312
20314
  "DescribeChangeSet",
@@ -20314,6 +20316,8 @@
20314
20316
  "GetInvoiceSubmissionTask",
20315
20317
  "GetIssuedTaxInvoice",
20316
20318
  "GetResourcePolicy",
20319
+ "GetVerification",
20320
+ "GetVerificationEvidence",
20317
20321
  "ListAssessments",
20318
20322
  "ListChangeSets",
20319
20323
  "ListEntities",
@@ -20321,23 +20325,29 @@
20321
20325
  "ListIssuedTaxInvoices",
20322
20326
  "ListPayables",
20323
20327
  "ListTagsForResource",
20328
+ "ListVerificationEvidence",
20329
+ "ListVerifications",
20324
20330
  "PutResourcePolicy",
20325
20331
  "StartChangeSet",
20326
20332
  "StartInvoiceSubmissionTask",
20333
+ "StartVerification",
20327
20334
  "TagResource",
20328
- "UntagResource"
20335
+ "UntagResource",
20336
+ "UpdateVerificationEvidence"
20329
20337
  ],
20330
- "resourceTypesCount": 5,
20338
+ "resourceTypesCount": 6,
20331
20339
  "resourceTypes": [
20332
20340
  "Entity",
20333
20341
  "ChangeSet",
20334
20342
  "Assessment",
20335
20343
  "InvoiceSubmissionTask",
20336
- "IssuedTaxInvoice"
20344
+ "IssuedTaxInvoice",
20345
+ "VerificationEvidence"
20337
20346
  ],
20338
- "conditionKeysCount": 5,
20347
+ "conditionKeysCount": 6,
20339
20348
  "conditionKeys": [
20340
20349
  "aws-marketplace:Intent",
20350
+ "aws-marketplace:VerificationType",
20341
20351
  "aws:RequestTag/${TagKey}",
20342
20352
  "aws:ResourceTag/${TagKey}",
20343
20353
  "aws:TagKeys",
@@ -30518,36 +30528,70 @@
30518
30528
  "name": "AWS Transform custom",
30519
30529
  "servicePrefix": "transform-custom",
30520
30530
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awstransformcustom.html",
30521
- "actionsCount": 22,
30531
+ "actionsCount": 51,
30522
30532
  "actions": [
30533
+ "BatchCreateFindings",
30534
+ "BatchUpdateFindings",
30523
30535
  "CompleteTransformationPackageUpload",
30524
30536
  "ConverseStream",
30537
+ "CreateAnalysis",
30525
30538
  "CreateCampaign",
30539
+ "CreateRemediation",
30540
+ "CreateRepository",
30541
+ "CreateSource",
30526
30542
  "CreateTransformationPackageUrl",
30543
+ "DeleteAnalysis",
30527
30544
  "DeleteCampaign",
30545
+ "DeleteFinding",
30528
30546
  "DeleteKnowledgeItem",
30547
+ "DeleteRemediation",
30548
+ "DeleteRepository",
30549
+ "DeleteSource",
30529
30550
  "DeleteTransformationPackage",
30530
30551
  "ExecuteTransformation",
30552
+ "GetAnalysis",
30531
30553
  "GetCampaign",
30554
+ "GetFinding",
30555
+ "GetFindingGroups",
30532
30556
  "GetKnowledgeItem",
30557
+ "GetRemediation",
30558
+ "GetRepository",
30559
+ "GetSource",
30533
30560
  "GetTransformationPackageUrl",
30561
+ "ListAnalyses",
30534
30562
  "ListCampaignRepositories",
30535
30563
  "ListCampaigns",
30564
+ "ListFindings",
30536
30565
  "ListKnowledgeItems",
30566
+ "ListRemediations",
30567
+ "ListRepositories",
30568
+ "ListSources",
30537
30569
  "ListTagsForResource",
30538
30570
  "ListTransformationPackageMetadata",
30571
+ "ListTransformationPackageShares",
30572
+ "ShareTransformationPackage",
30539
30573
  "TagResource",
30574
+ "UnshareTransformationPackage",
30540
30575
  "UntagResource",
30576
+ "UpdateAnalysis",
30541
30577
  "UpdateCampaign",
30542
30578
  "UpdateCampaignRepositoryStatus",
30543
30579
  "UpdateKnowledgeItemConfiguration",
30544
- "UpdateKnowledgeItemStatus"
30580
+ "UpdateKnowledgeItemStatus",
30581
+ "UpdateRemediation",
30582
+ "UpdateRepository",
30583
+ "UpdateSource"
30545
30584
  ],
30546
- "resourceTypesCount": 3,
30585
+ "resourceTypesCount": 8,
30547
30586
  "resourceTypes": [
30587
+ "analysis",
30548
30588
  "campaign",
30589
+ "finding",
30549
30590
  "knowledge-item",
30550
- "package"
30591
+ "package",
30592
+ "remediation",
30593
+ "repository",
30594
+ "source"
30551
30595
  ],
30552
30596
  "conditionKeysCount": 3,
30553
30597
  "conditionKeys": [
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 11604
5
+ "value": 11625
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 5613
9
+ "value": 5622
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 3534
13
+ "value": 3541
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -266,7 +266,7 @@
266
266
  },
267
267
  {
268
268
  "key": "Amazon Bedrock Agentcore",
269
- "value": 212
269
+ "value": 213
270
270
  }
271
271
  ],
272
272
  "Shortest action names": [
@@ -410,11 +410,11 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 2114
413
+ "value": 2120
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 1423
417
+ "value": 1424
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.590",
3
+ "version": "0.0.591",
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",