aws-iam-data 0.0.267 → 0.0.268

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,18 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-09-14",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS SQL Workbench": [
8
+ "sqlworkbench:DeleteQCustomContext",
9
+ "sqlworkbench:GetQCustomContext",
10
+ "sqlworkbench:GetQSqlPromptQuotas",
11
+ "sqlworkbench:PutQCustomContext"
12
+ ]
13
+ },
14
+ "removedActions": {}
15
+ },
2
16
  {
3
17
  "dateOfChange": "2024-09-13",
4
18
  "addedServices": [],
@@ -329604,6 +329604,21 @@
329604
329604
  }
329605
329605
  ]
329606
329606
  },
329607
+ {
329608
+ "name": "DeleteQCustomContext",
329609
+ "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-policy-resources.resource-permissions.html",
329610
+ "permissionOnly": true,
329611
+ "description": "Grants permission to delete account-wide custom context",
329612
+ "accessLevel": "Write",
329613
+ "resourceTypes": [
329614
+ {
329615
+ "resourceType": "",
329616
+ "required": false,
329617
+ "conditionKeys": [],
329618
+ "dependentActions": []
329619
+ }
329620
+ ]
329621
+ },
329607
329622
  {
329608
329623
  "name": "DeleteSavedQuery",
329609
329624
  "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-policy-resources.resource-permissions.html",
@@ -329823,6 +329838,36 @@
329823
329838
  }
329824
329839
  ]
329825
329840
  },
329841
+ {
329842
+ "name": "GetQCustomContext",
329843
+ "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-policy-resources.resource-permissions.html",
329844
+ "permissionOnly": true,
329845
+ "description": "Grants permission to get account-wide custom context",
329846
+ "accessLevel": "Read",
329847
+ "resourceTypes": [
329848
+ {
329849
+ "resourceType": "",
329850
+ "required": false,
329851
+ "conditionKeys": [],
329852
+ "dependentActions": []
329853
+ }
329854
+ ]
329855
+ },
329856
+ {
329857
+ "name": "GetQSqlPromptQuotas",
329858
+ "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-policy-resources.resource-permissions.html",
329859
+ "permissionOnly": true,
329860
+ "description": "Grants permission to get Q generative SQL maximum prompt quotas",
329861
+ "accessLevel": "Read",
329862
+ "resourceTypes": [
329863
+ {
329864
+ "resourceType": "",
329865
+ "required": false,
329866
+ "conditionKeys": [],
329867
+ "dependentActions": []
329868
+ }
329869
+ ]
329870
+ },
329826
329871
  {
329827
329872
  "name": "GetQSqlRecommendations",
329828
329873
  "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-policy-resources.resource-permissions.html",
@@ -330135,6 +330180,21 @@
330135
330180
  }
330136
330181
  ]
330137
330182
  },
330183
+ {
330184
+ "name": "PutQCustomContext",
330185
+ "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-policy-resources.resource-permissions.html",
330186
+ "permissionOnly": true,
330187
+ "description": "Grants permission to update account-wide custom context",
330188
+ "accessLevel": "Write",
330189
+ "resourceTypes": [
330190
+ {
330191
+ "resourceType": "",
330192
+ "required": false,
330193
+ "conditionKeys": [],
330194
+ "dependentActions": []
330195
+ }
330196
+ ]
330197
+ },
330138
330198
  {
330139
330199
  "name": "PutTab",
330140
330200
  "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-policy-resources.resource-permissions.html",
@@ -23970,7 +23970,7 @@
23970
23970
  "name": "AWS SQL Workbench",
23971
23971
  "servicePrefix": "sqlworkbench",
23972
23972
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssqlworkbench.html",
23973
- "actionsCount": 70,
23973
+ "actionsCount": 74,
23974
23974
  "actions": [
23975
23975
  "AssociateConnectionWithChart",
23976
23976
  "AssociateConnectionWithTab",
@@ -23992,6 +23992,7 @@
23992
23992
  "DeleteNotebook",
23993
23993
  "DeleteNotebookCell",
23994
23994
  "DeleteNotebookVersion",
23995
+ "DeleteQCustomContext",
23995
23996
  "DeleteSavedQuery",
23996
23997
  "DeleteTab",
23997
23998
  "DriverExecute",
@@ -24006,6 +24007,8 @@
24006
24007
  "GetConnection",
24007
24008
  "GetNotebook",
24008
24009
  "GetNotebookVersion",
24010
+ "GetQCustomContext",
24011
+ "GetQSqlPromptQuotas",
24009
24012
  "GetQSqlRecommendations",
24010
24013
  "GetQueryExecutionHistory",
24011
24014
  "GetSavedQuery",
@@ -24025,6 +24028,7 @@
24025
24028
  "ListTabs",
24026
24029
  "ListTaggedResources",
24027
24030
  "ListTagsForResource",
24031
+ "PutQCustomContext",
24028
24032
  "PutTab",
24029
24033
  "PutUserWorkspaceSettings",
24030
24034
  "RestoreNotebookVersion",
@@ -1,12 +1,8 @@
1
1
  {
2
2
  "Actions by type": [
3
- {
4
- "key": "Write Actions",
5
- "value": 9529
6
- },
7
3
  {
8
4
  "key": "Read Actions",
9
- "value": 4628
5
+ "value": 4630
10
6
  },
11
7
  {
12
8
  "key": "List Actions",
@@ -15,6 +11,10 @@
15
11
  {
16
12
  "key": "Permissions Actions",
17
13
  "value": 293
14
+ },
15
+ {
16
+ "key": "Write Actions",
17
+ "value": 9531
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.267",
3
+ "version": "0.0.268",
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",