@@ -25,6 +25,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
2525
2626
2727AllowVendedLogDeliveryForResource = Action ("AllowVendedLogDeliveryForResource" )
28+ AuthorizeAction = Action ("AuthorizeAction" )
2829BatchCreateMemoryRecords = Action ("BatchCreateMemoryRecords" )
2930BatchDeleteMemoryRecords = Action ("BatchDeleteMemoryRecords" )
3031BatchUpdateMemoryRecords = Action ("BatchUpdateMemoryRecords" )
@@ -36,24 +37,34 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
3637CreateApiKeyCredentialProvider = Action ("CreateApiKeyCredentialProvider" )
3738CreateBrowser = Action ("CreateBrowser" )
3839CreateCodeInterpreter = Action ("CreateCodeInterpreter" )
40+ CreateEvaluator = Action ("CreateEvaluator" )
3941CreateEvent = Action ("CreateEvent" )
4042CreateGateway = Action ("CreateGateway" )
4143CreateGatewayTarget = Action ("CreateGatewayTarget" )
4244CreateMemory = Action ("CreateMemory" )
4345CreateOauth2CredentialProvider = Action ("CreateOauth2CredentialProvider" )
46+ CreateOnlineEvaluationConfig = Action ("CreateOnlineEvaluationConfig" )
47+ CreatePolicy = Action ("CreatePolicy" )
48+ CreatePolicyEngine = Action ("CreatePolicyEngine" )
4449CreateWorkloadIdentity = Action ("CreateWorkloadIdentity" )
4550DeleteAgentRuntime = Action ("DeleteAgentRuntime" )
4651DeleteAgentRuntimeEndpoint = Action ("DeleteAgentRuntimeEndpoint" )
4752DeleteApiKeyCredentialProvider = Action ("DeleteApiKeyCredentialProvider" )
4853DeleteBrowser = Action ("DeleteBrowser" )
4954DeleteCodeInterpreter = Action ("DeleteCodeInterpreter" )
55+ DeleteEvaluator = Action ("DeleteEvaluator" )
5056DeleteEvent = Action ("DeleteEvent" )
5157DeleteGateway = Action ("DeleteGateway" )
5258DeleteGatewayTarget = Action ("DeleteGatewayTarget" )
5359DeleteMemory = Action ("DeleteMemory" )
5460DeleteMemoryRecord = Action ("DeleteMemoryRecord" )
5561DeleteOauth2CredentialProvider = Action ("DeleteOauth2CredentialProvider" )
62+ DeleteOnlineEvaluationConfig = Action ("DeleteOnlineEvaluationConfig" )
63+ DeletePolicy = Action ("DeletePolicy" )
64+ DeletePolicyEngine = Action ("DeletePolicyEngine" )
65+ DeleteResourcePolicy = Action ("DeleteResourcePolicy" )
5666DeleteWorkloadIdentity = Action ("DeleteWorkloadIdentity" )
67+ Evaluate = Action ("Evaluate" )
5768GetAgentCard = Action ("GetAgentCard" )
5869GetAgentRuntime = Action ("GetAgentRuntime" )
5970GetAgentRuntimeEndpoint = Action ("GetAgentRuntimeEndpoint" )
@@ -62,14 +73,20 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
6273GetBrowserSession = Action ("GetBrowserSession" )
6374GetCodeInterpreter = Action ("GetCodeInterpreter" )
6475GetCodeInterpreterSession = Action ("GetCodeInterpreterSession" )
76+ GetEvaluator = Action ("GetEvaluator" )
6577GetEvent = Action ("GetEvent" )
6678GetGateway = Action ("GetGateway" )
6779GetGatewayTarget = Action ("GetGatewayTarget" )
6880GetMemory = Action ("GetMemory" )
6981GetMemoryRecord = Action ("GetMemoryRecord" )
7082GetOauth2CredentialProvider = Action ("GetOauth2CredentialProvider" )
83+ GetOnlineEvaluationConfig = Action ("GetOnlineEvaluationConfig" )
84+ GetPolicy = Action ("GetPolicy" )
85+ GetPolicyEngine = Action ("GetPolicyEngine" )
86+ GetPolicyGeneration = Action ("GetPolicyGeneration" )
7187GetResourceApiKey = Action ("GetResourceApiKey" )
7288GetResourceOauth2Token = Action ("GetResourceOauth2Token" )
89+ GetResourcePolicy = Action ("GetResourcePolicy" )
7390GetTokenVault = Action ("GetTokenVault" )
7491GetWorkloadAccessToken = Action ("GetWorkloadAccessToken" )
7592GetWorkloadAccessTokenForJWT = Action ("GetWorkloadAccessTokenForJWT" )
@@ -78,6 +95,10 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
7895InvokeAgentRuntime = Action ("InvokeAgentRuntime" )
7996InvokeAgentRuntimeEndpoint = Action ("InvokeAgentRuntimeEndpoint" )
8097InvokeAgentRuntimeForUser = Action ("InvokeAgentRuntimeForUser" )
98+ InvokeAgentRuntimeWithWebSocketStream = Action ("InvokeAgentRuntimeWithWebSocketStream" )
99+ InvokeAgentRuntimeWithWebSocketStreamForUser = Action (
100+ "InvokeAgentRuntimeWithWebSocketStreamForUser"
101+ )
81102InvokeCodeInterpreter = Action ("InvokeCodeInterpreter" )
82103InvokeGateway = Action ("InvokeGateway" )
83104ListActors = Action ("ListActors" )
@@ -89,19 +110,32 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
89110ListBrowsers = Action ("ListBrowsers" )
90111ListCodeInterpreterSessions = Action ("ListCodeInterpreterSessions" )
91112ListCodeInterpreters = Action ("ListCodeInterpreters" )
113+ ListEvaluators = Action ("ListEvaluators" )
92114ListEvents = Action ("ListEvents" )
93115ListGatewayTargets = Action ("ListGatewayTargets" )
94116ListGateways = Action ("ListGateways" )
95117ListMemories = Action ("ListMemories" )
118+ ListMemoryExtractionJobs = Action ("ListMemoryExtractionJobs" )
96119ListMemoryRecords = Action ("ListMemoryRecords" )
97120ListOauth2CredentialProviders = Action ("ListOauth2CredentialProviders" )
121+ ListOnlineEvaluationConfigs = Action ("ListOnlineEvaluationConfigs" )
122+ ListPolicies = Action ("ListPolicies" )
123+ ListPolicyEngines = Action ("ListPolicyEngines" )
124+ ListPolicyGenerationAssets = Action ("ListPolicyGenerationAssets" )
125+ ListPolicyGenerations = Action ("ListPolicyGenerations" )
98126ListSessions = Action ("ListSessions" )
99127ListTagsForResource = Action ("ListTagsForResource" )
100128ListWorkloadIdentities = Action ("ListWorkloadIdentities" )
129+ ManageAdminPolicy = Action ("ManageAdminPolicy" )
130+ ManageResourceScopedPolicy = Action ("ManageResourceScopedPolicy" )
131+ PartiallyAuthorizeActions = Action ("PartiallyAuthorizeActions" )
132+ PutResourcePolicy = Action ("PutResourcePolicy" )
101133RetrieveMemoryRecords = Action ("RetrieveMemoryRecords" )
102134SetTokenVaultCMK = Action ("SetTokenVaultCMK" )
103135StartBrowserSession = Action ("StartBrowserSession" )
104136StartCodeInterpreterSession = Action ("StartCodeInterpreterSession" )
137+ StartMemoryExtractionJob = Action ("StartMemoryExtractionJob" )
138+ StartPolicyGeneration = Action ("StartPolicyGeneration" )
105139StopBrowserSession = Action ("StopBrowserSession" )
106140StopCodeInterpreterSession = Action ("StopCodeInterpreterSession" )
107141StopRuntimeSession = Action ("StopRuntimeSession" )
@@ -112,8 +146,12 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
112146UpdateAgentRuntimeEndpoint = Action ("UpdateAgentRuntimeEndpoint" )
113147UpdateApiKeyCredentialProvider = Action ("UpdateApiKeyCredentialProvider" )
114148UpdateBrowserStream = Action ("UpdateBrowserStream" )
149+ UpdateEvaluator = Action ("UpdateEvaluator" )
115150UpdateGateway = Action ("UpdateGateway" )
116151UpdateGatewayTarget = Action ("UpdateGatewayTarget" )
117152UpdateMemory = Action ("UpdateMemory" )
118153UpdateOauth2CredentialProvider = Action ("UpdateOauth2CredentialProvider" )
154+ UpdateOnlineEvaluationConfig = Action ("UpdateOnlineEvaluationConfig" )
155+ UpdatePolicy = Action ("UpdatePolicy" )
156+ UpdatePolicyEngine = Action ("UpdatePolicyEngine" )
119157UpdateWorkloadIdentity = Action ("UpdateWorkloadIdentity" )
0 commit comments