aws-iam-data 0.0.495 → 0.0.496

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.
@@ -39527,7 +39527,7 @@
39527
39527
  },
39528
39528
  {
39529
39529
  "name": "CancelInference",
39530
- "apiReferenceUrl": "https://docs.aws.amazon.com/Bedrock/latest/UserGuide/aws-mantle.html#welcome",
39530
+ "apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/#welcome",
39531
39531
  "permissionOnly": false,
39532
39532
  "description": "Grants permission to cancel an in-progress inference request",
39533
39533
  "accessLevel": "Write",
@@ -39542,7 +39542,7 @@
39542
39542
  },
39543
39543
  {
39544
39544
  "name": "CreateInference",
39545
- "apiReferenceUrl": "https://docs.aws.amazon.com/Bedrock/latest/UserGuide/aws-mantle.htmlwelcome",
39545
+ "apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/#welcome",
39546
39546
  "permissionOnly": false,
39547
39547
  "description": "Grants permission to create a chat completion inference request",
39548
39548
  "accessLevel": "Write",
@@ -39566,7 +39566,7 @@
39566
39566
  },
39567
39567
  {
39568
39568
  "name": "DeleteInference",
39569
- "apiReferenceUrl": "https://docs.aws.amazon.com/Bedrock/latest/UserGuide/aws-mantle.html#welcome",
39569
+ "apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/#welcome",
39570
39570
  "permissionOnly": false,
39571
39571
  "description": "Grants permission to delete a specific inference request",
39572
39572
  "accessLevel": "Write",
@@ -39581,7 +39581,7 @@
39581
39581
  },
39582
39582
  {
39583
39583
  "name": "GetInference",
39584
- "apiReferenceUrl": "https://docs.aws.amazon.com/Bedrock/latest/UserGuide/aws-mantle.html#welcome",
39584
+ "apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/#welcome",
39585
39585
  "permissionOnly": false,
39586
39586
  "description": "Grants permission to retrieve details of a specific inference request",
39587
39587
  "accessLevel": "Read",
@@ -39596,7 +39596,7 @@
39596
39596
  },
39597
39597
  {
39598
39598
  "name": "GetModel",
39599
- "apiReferenceUrl": "https://docs.aws.amazon.com/Bedrock/latest/UserGuide/aws-mantle.html#welcome",
39599
+ "apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/#welcome",
39600
39600
  "permissionOnly": false,
39601
39601
  "description": "Grants permission to retrieve information about a specific model",
39602
39602
  "accessLevel": "Read",
@@ -39611,7 +39611,7 @@
39611
39611
  },
39612
39612
  {
39613
39613
  "name": "ListModels",
39614
- "apiReferenceUrl": "https://docs.aws.amazon.com/Bedrock/latest/UserGuide/aws-mantle.html#welcome",
39614
+ "apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/APIReference/#welcome",
39615
39615
  "permissionOnly": false,
39616
39616
  "description": "Grants permission to list all available models in a project",
39617
39617
  "accessLevel": "List",
@@ -39628,7 +39628,7 @@
39628
39628
  "resourceTypes": [
39629
39629
  {
39630
39630
  "name": "project",
39631
- "apiReferenceUrl": "https://docs.aws.amazon.com/Bedrock/latest/UserGuide/aws-mantle.html#Project",
39631
+ "apiReferenceUrl": "https://docs.aws.amazon.com/bedrock/latest/userguide/bedrock-mantle.html#Project",
39632
39632
  "arnPattern": "arn:${Partition}:bedrock-mantle:${Region}:${Account}:project/${ResourceId}",
39633
39633
  "conditionKeys": []
39634
39634
  }
@@ -302873,7 +302873,8 @@
302873
302873
  "resourceType": "",
302874
302874
  "required": false,
302875
302875
  "conditionKeys": [
302876
- "organizations:TransferType"
302876
+ "organizations:TransferType",
302877
+ "organizations:TransferDirection"
302877
302878
  ],
302878
302879
  "dependentActions": []
302879
302880
  }
@@ -303262,7 +303263,10 @@
303262
303263
  {
303263
303264
  "resourceType": "responsibilitytransfer",
303264
303265
  "required": false,
303265
- "conditionKeys": [],
303266
+ "conditionKeys": [
303267
+ "organizations:TransferType",
303268
+ "organizations:TransferDirection"
303269
+ ],
303266
303270
  "dependentActions": []
303267
303271
  },
303268
303272
  {
@@ -350561,6 +350565,12 @@
350561
350565
  "description": "Grants permission to create a Resolver query logging configuration, which defines where you want Resolver to save DNS query logs that originate in your VPCs",
350562
350566
  "accessLevel": "Write",
350563
350567
  "resourceTypes": [
350568
+ {
350569
+ "resourceType": "resolver-query-log-config",
350570
+ "required": true,
350571
+ "conditionKeys": [],
350572
+ "dependentActions": []
350573
+ },
350564
350574
  {
350565
350575
  "resourceType": "",
350566
350576
  "required": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.495",
3
+ "version": "0.0.496",
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",