@@ -36,6 +36,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
3636CreateAgentRuntimeEndpoint = Action ("CreateAgentRuntimeEndpoint" )
3737CreateApiKeyCredentialProvider = Action ("CreateApiKeyCredentialProvider" )
3838CreateBrowser = Action ("CreateBrowser" )
39+ CreateBrowserProfile = Action ("CreateBrowserProfile" )
3940CreateCodeInterpreter = Action ("CreateCodeInterpreter" )
4041CreateEvaluator = Action ("CreateEvaluator" )
4142CreateEvent = Action ("CreateEvent" )
@@ -51,6 +52,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
5152DeleteAgentRuntimeEndpoint = Action ("DeleteAgentRuntimeEndpoint" )
5253DeleteApiKeyCredentialProvider = Action ("DeleteApiKeyCredentialProvider" )
5354DeleteBrowser = Action ("DeleteBrowser" )
55+ DeleteBrowserProfile = Action ("DeleteBrowserProfile" )
5456DeleteCodeInterpreter = Action ("DeleteCodeInterpreter" )
5557DeleteEvaluator = Action ("DeleteEvaluator" )
5658DeleteEvent = Action ("DeleteEvent" )
@@ -70,6 +72,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
7072GetAgentRuntimeEndpoint = Action ("GetAgentRuntimeEndpoint" )
7173GetApiKeyCredentialProvider = Action ("GetApiKeyCredentialProvider" )
7274GetBrowser = Action ("GetBrowser" )
75+ GetBrowserProfile = Action ("GetBrowserProfile" )
7376GetBrowserSession = Action ("GetBrowserSession" )
7477GetCodeInterpreter = Action ("GetCodeInterpreter" )
7578GetCodeInterpreterSession = Action ("GetCodeInterpreterSession" )
@@ -106,6 +109,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
106109ListAgentRuntimeVersions = Action ("ListAgentRuntimeVersions" )
107110ListAgentRuntimes = Action ("ListAgentRuntimes" )
108111ListApiKeyCredentialProviders = Action ("ListApiKeyCredentialProviders" )
112+ ListBrowserProfiles = Action ("ListBrowserProfiles" )
109113ListBrowserSessions = Action ("ListBrowserSessions" )
110114ListBrowsers = Action ("ListBrowsers" )
111115ListCodeInterpreterSessions = Action ("ListCodeInterpreterSessions" )
@@ -131,6 +135,7 @@ def __init__(self, resource: str = "", region: str = "", account: str = "") -> N
131135PartiallyAuthorizeActions = Action ("PartiallyAuthorizeActions" )
132136PutResourcePolicy = Action ("PutResourcePolicy" )
133137RetrieveMemoryRecords = Action ("RetrieveMemoryRecords" )
138+ SaveBrowserSessionProfile = Action ("SaveBrowserSessionProfile" )
134139SetTokenVaultCMK = Action ("SetTokenVaultCMK" )
135140StartBrowserSession = Action ("StartBrowserSession" )
136141StartCodeInterpreterSession = Action ("StartCodeInterpreterSession" )
0 commit comments