aws-iam-data 0.0.364 → 0.0.366

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.
@@ -5,7 +5,7 @@
5
5
  "name": "AWS Account Management",
6
6
  "servicePrefix": "account",
7
7
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsaccountmanagement.html",
8
- "actionsCount": 14,
8
+ "actionsCount": 15,
9
9
  "actions": [
10
10
  "AcceptPrimaryEmailUpdate",
11
11
  "CloseAccount",
@@ -18,6 +18,7 @@
18
18
  "GetPrimaryEmail",
19
19
  "GetRegionOptStatus",
20
20
  "ListRegions",
21
+ "PutAccountName",
21
22
  "PutAlternateContact",
22
23
  "PutContactInformation",
23
24
  "StartPrimaryEmailUpdate"
@@ -9967,7 +9968,7 @@
9967
9968
  "name": "Amazon Elastic Container Service",
9968
9969
  "servicePrefix": "ecs",
9969
9970
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelasticcontainerservice.html",
9970
- "actionsCount": 61,
9971
+ "actionsCount": 62,
9971
9972
  "actions": [
9972
9973
  "CreateCapacityProvider",
9973
9974
  "CreateCluster",
@@ -10015,6 +10016,7 @@
10015
10016
  "RunTask",
10016
10017
  "StartTask",
10017
10018
  "StartTelemetrySession",
10019
+ "StopServiceDeployment",
10018
10020
  "StopTask",
10019
10021
  "SubmitAttachmentStateChanges",
10020
10022
  "SubmitContainerStateChange",
@@ -20968,7 +20970,7 @@
20968
20970
  "name": "Amazon Q Business",
20969
20971
  "servicePrefix": "qbusiness",
20970
20972
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonqbusiness.html",
20971
- "actionsCount": 89,
20973
+ "actionsCount": 90,
20972
20974
  "actions": [
20973
20975
  "AddUserLicenses",
20974
20976
  "AllowVendedLogDeliveryForResource",
@@ -20978,6 +20980,7 @@
20978
20980
  "CancelSubscription",
20979
20981
  "Chat",
20980
20982
  "ChatSync",
20983
+ "CheckDocumentAccess",
20981
20984
  "CreateApplication",
20982
20985
  "CreateDataAccessor",
20983
20986
  "CreateDataSource",
@@ -22180,12 +22183,13 @@
22180
22183
  "name": "Amazon Redshift Serverless",
22181
22184
  "servicePrefix": "redshift-serverless",
22182
22185
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonredshiftserverless.html",
22183
- "actionsCount": 60,
22186
+ "actionsCount": 65,
22184
22187
  "actions": [
22185
22188
  "ConvertRecoveryPointToSnapshot",
22186
22189
  "CreateCustomDomainAssociation",
22187
22190
  "CreateEndpointAccess",
22188
22191
  "CreateNamespace",
22192
+ "CreateReservation",
22189
22193
  "CreateScheduledAction",
22190
22194
  "CreateSnapshot",
22191
22195
  "CreateSnapshotCopyConfiguration",
@@ -22207,6 +22211,8 @@
22207
22211
  "GetManagedWorkgroup",
22208
22212
  "GetNamespace",
22209
22213
  "GetRecoveryPoint",
22214
+ "GetReservation",
22215
+ "GetReservationOffering",
22210
22216
  "GetResourcePolicy",
22211
22217
  "GetScheduledAction",
22212
22218
  "GetSnapshot",
@@ -22219,6 +22225,8 @@
22219
22225
  "ListManagedWorkgroups",
22220
22226
  "ListNamespaces",
22221
22227
  "ListRecoveryPoints",
22228
+ "ListReservationOfferings",
22229
+ "ListReservations",
22222
22230
  "ListScheduledActions",
22223
22231
  "ListSnapshotCopyConfigurations",
22224
22232
  "ListSnapshots",
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 10246
5
+ "value": 10249
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 4974
9
+ "value": 4977
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 3029
13
+ "value": 3031
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
@@ -154,7 +154,7 @@
154
154
  },
155
155
  {
156
156
  "key": "application - arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}",
157
- "value": 108
157
+ "value": 109
158
158
  },
159
159
  {
160
160
  "key": "directory - arn:${Partition}:ds:${Region}:${Account}:directory/${DirectoryId}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.364",
3
+ "version": "0.0.366",
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",