aws-iam-data 0.0.65 → 0.0.66

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,16 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2023-08-09",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS Artifact": [
8
+ "artifact:GetAccountSettings",
9
+ "artifact:PutAccountSettings"
10
+ ]
11
+ },
12
+ "removedActions": {}
13
+ },
2
14
  {
3
15
  "dateOfChange": "2023-08-08",
4
16
  "addedServices": [],
@@ -18066,9 +18066,24 @@
18066
18066
  }
18067
18067
  ]
18068
18068
  },
18069
+ {
18070
+ "name": "GetAccountSettings",
18071
+ "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/APIReference/API_GetAccountSettings.html",
18072
+ "permissionOnly": false,
18073
+ "description": "Grants permission to get the account settings for Artifact",
18074
+ "accessLevel": "Read",
18075
+ "resourceTypes": [
18076
+ {
18077
+ "resourceType": "",
18078
+ "required": false,
18079
+ "conditionKeys": [],
18080
+ "dependentActions": []
18081
+ }
18082
+ ]
18083
+ },
18069
18084
  {
18070
18085
  "name": "GetReport",
18071
- "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/ug/getting-started.html",
18086
+ "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/APIReference/API_GetReport.html",
18072
18087
  "permissionOnly": false,
18073
18088
  "description": "Grants permission to download a report",
18074
18089
  "accessLevel": "Read",
@@ -18083,7 +18098,7 @@
18083
18098
  },
18084
18099
  {
18085
18100
  "name": "GetReportMetadata",
18086
- "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/ug/getting-started.html",
18101
+ "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/APIReference/API_GetReportMetadata.html",
18087
18102
  "permissionOnly": false,
18088
18103
  "description": "Grants permission to download metadata associated with a report",
18089
18104
  "accessLevel": "Read",
@@ -18098,7 +18113,7 @@
18098
18113
  },
18099
18114
  {
18100
18115
  "name": "GetTermForReport",
18101
- "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/ug/getting-started.html",
18116
+ "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/APIReference/API_GetTermForReport.html",
18102
18117
  "permissionOnly": false,
18103
18118
  "description": "Grants permission to download a term associated with a report",
18104
18119
  "accessLevel": "Read",
@@ -18113,7 +18128,7 @@
18113
18128
  },
18114
18129
  {
18115
18130
  "name": "ListReports",
18116
- "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/ug/getting-started.html",
18131
+ "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/APIReference/API_ListReports.html",
18117
18132
  "permissionOnly": false,
18118
18133
  "description": "Grants permission to list reports in your account",
18119
18134
  "accessLevel": "List",
@@ -18126,6 +18141,21 @@
18126
18141
  }
18127
18142
  ]
18128
18143
  },
18144
+ {
18145
+ "name": "PutAccountSettings",
18146
+ "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/APIReference/API_PutAccountSettings.html",
18147
+ "permissionOnly": false,
18148
+ "description": "Grants permission to put account settings for Artifact",
18149
+ "accessLevel": "Write",
18150
+ "resourceTypes": [
18151
+ {
18152
+ "resourceType": "",
18153
+ "required": false,
18154
+ "conditionKeys": [],
18155
+ "dependentActions": []
18156
+ }
18157
+ ]
18158
+ },
18129
18159
  {
18130
18160
  "name": "TerminateAgreement",
18131
18161
  "apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/ug/managing-agreements.html",
@@ -1421,15 +1421,17 @@
1421
1421
  "name": "AWS Artifact",
1422
1422
  "servicePrefix": "artifact",
1423
1423
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsartifact.html",
1424
- "actionsCount": 8,
1424
+ "actionsCount": 10,
1425
1425
  "actions": [
1426
1426
  "AcceptAgreement",
1427
1427
  "DownloadAgreement",
1428
1428
  "Get",
1429
+ "GetAccountSettings",
1429
1430
  "GetReport",
1430
1431
  "GetReportMetadata",
1431
1432
  "GetTermForReport",
1432
1433
  "ListReports",
1434
+ "PutAccountSettings",
1433
1435
  "TerminateAgreement"
1434
1436
  ],
1435
1437
  "resourceTypesCount": 4,
@@ -2,11 +2,11 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 8370
5
+ "value": 8371
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 4074
9
+ "value": 4075
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
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",