aws-iam-data 0.0.178 → 0.0.179

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": "2024-04-03",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS CloudFormation": [
8
+ "cloudformation:ListStackSetAutoDeploymentTargets"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2024-04-02",
4
15
  "addedServices": [
@@ -41308,6 +41308,21 @@
41308
41308
  }
41309
41309
  ]
41310
41310
  },
41311
+ {
41312
+ "name": "ListStackSetAutoDeploymentTargets",
41313
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html",
41314
+ "permissionOnly": false,
41315
+ "description": "Grants permission to return summary information about StackSet Auto Deployment Targets",
41316
+ "accessLevel": "List",
41317
+ "resourceTypes": [
41318
+ {
41319
+ "resourceType": "stackset",
41320
+ "required": true,
41321
+ "conditionKeys": [],
41322
+ "dependentActions": []
41323
+ }
41324
+ ]
41325
+ },
41311
41326
  {
41312
41327
  "name": "ListStackSetOperationResults",
41313
41328
  "apiReferenceUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetOperationResults.html",
@@ -227337,8 +227352,9 @@
227337
227352
  "actions": [
227338
227353
  {
227339
227354
  "name": "GetEntitlements",
227355
+ "apiReferenceUrl": "https://docs.aws.amazon.com/marketplaceentitlement/latest/APIReference/API_GetEntitlements.html",
227340
227356
  "permissionOnly": false,
227341
- "description": "Retrieves entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions",
227357
+ "description": "Grants permission to retrieve entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions",
227342
227358
  "accessLevel": "Read",
227343
227359
  "resourceTypes": [
227344
227360
  {
@@ -3122,7 +3122,7 @@
3122
3122
  "name": "AWS CloudFormation",
3123
3123
  "servicePrefix": "cloudformation",
3124
3124
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscloudformation.html",
3125
- "actionsCount": 84,
3125
+ "actionsCount": 85,
3126
3126
  "actions": [
3127
3127
  "ActivateOrganizationsAccess",
3128
3128
  "ActivateType",
@@ -3181,6 +3181,7 @@
3181
3181
  "ListStackInstanceResourceDrifts",
3182
3182
  "ListStackInstances",
3183
3183
  "ListStackResources",
3184
+ "ListStackSetAutoDeploymentTargets",
3184
3185
  "ListStackSetOperationResults",
3185
3186
  "ListStackSetOperations",
3186
3187
  "ListStackSets",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 2694
13
+ "value": 2695
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.178",
3
+ "version": "0.0.179",
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",