aws-iam-data 0.0.570 → 0.0.571

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.
@@ -3931,47 +3931,83 @@
3931
3931
  "name": "Claude Platform on AWS",
3932
3932
  "servicePrefix": "aws-external-anthropic",
3933
3933
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_claudeplatformonaws.html",
3934
- "actionsCount": 30,
3934
+ "actionsCount": 63,
3935
3935
  "actions": [
3936
+ "ArchiveAgent",
3937
+ "ArchiveEnvironment",
3938
+ "ArchiveMemoryStore",
3939
+ "ArchiveSession",
3940
+ "ArchiveVault",
3936
3941
  "ArchiveWorkspace",
3937
3942
  "AssumeConsole",
3938
3943
  "CallWithBearerToken",
3939
3944
  "CancelBatchInference",
3940
3945
  "CountTokens",
3946
+ "CreateAgent",
3941
3947
  "CreateBatchInference",
3948
+ "CreateEnvironment",
3942
3949
  "CreateFile",
3943
3950
  "CreateInference",
3951
+ "CreateMemoryStore",
3952
+ "CreateSession",
3944
3953
  "CreateSkill",
3945
3954
  "CreateUserProfile",
3955
+ "CreateUserProfileEnrollmentUrl",
3956
+ "CreateVault",
3946
3957
  "CreateWorkspace",
3947
3958
  "DeleteBatchInference",
3959
+ "DeleteEnvironment",
3948
3960
  "DeleteFile",
3961
+ "DeleteMemoryStore",
3962
+ "DeleteSession",
3949
3963
  "DeleteSkill",
3964
+ "DeleteVault",
3950
3965
  "GetAccountStatus",
3966
+ "GetAgent",
3951
3967
  "GetBatchInference",
3968
+ "GetEnvironment",
3952
3969
  "GetFile",
3970
+ "GetMemoryStore",
3953
3971
  "GetModel",
3972
+ "GetSession",
3954
3973
  "GetSkill",
3955
3974
  "GetUserProfile",
3975
+ "GetVault",
3956
3976
  "GetWorkspace",
3977
+ "ListAgents",
3957
3978
  "ListBatchInferences",
3979
+ "ListEnvironments",
3958
3980
  "ListFiles",
3981
+ "ListMemoryStores",
3959
3982
  "ListModels",
3983
+ "ListSessions",
3960
3984
  "ListSkills",
3985
+ "ListTagsForResource",
3961
3986
  "ListUserProfiles",
3987
+ "ListVaults",
3962
3988
  "ListWorkspaces",
3989
+ "TagResource",
3990
+ "UntagResource",
3991
+ "UpdateAgent",
3992
+ "UpdateEnvironment",
3993
+ "UpdateMemoryStore",
3994
+ "UpdateSession",
3963
3995
  "UpdateSkill",
3964
3996
  "UpdateUserProfile",
3997
+ "UpdateVault",
3965
3998
  "UpdateWorkspace"
3966
3999
  ],
3967
4000
  "resourceTypesCount": 1,
3968
4001
  "resourceTypes": [
3969
4002
  "workspace"
3970
4003
  ],
3971
- "conditionKeysCount": 2,
4004
+ "conditionKeysCount": 5,
3972
4005
  "conditionKeys": [
3973
4006
  "aws-external-anthropic:BearerTokenType",
3974
- "aws-external-anthropic:Capability"
4007
+ "aws-external-anthropic:Capability",
4008
+ "aws:RequestTag/${TagKey}",
4009
+ "aws:ResourceTag/${TagKey}",
4010
+ "aws:TagKeys"
3975
4011
  ]
3976
4012
  },
3977
4013
  {
@@ -2,15 +2,15 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 11466
5
+ "value": 11488
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 5547
9
+ "value": 5553
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 3490
13
+ "value": 3495
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.570",
3
+ "version": "0.0.571",
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",