DevOpsAgentService / Client / update_agent_space
update_agent_space¶
- DevOpsAgentService.Client.update_agent_space(**kwargs)¶
Updates the information of an existing AgentSpace.
See also: AWS API Documentation
Request Syntax
response = client.update_agent_space( agentSpaceId='string', name='string', description='string', locale='string' )
- Parameters:
agentSpaceId (string) –
[REQUIRED]
The unique identifier of the AgentSpace
name (string) – The updated name of the AgentSpace.
description (string) – The updated description of the AgentSpace.
locale (string) – The updated locale for the AgentSpace, which determines the language used in agent responses.
- Return type:
dict
- Returns:
Response Syntax
{ 'agentSpace': { 'name': 'string', 'description': 'string', 'locale': 'string', 'createdAt': datetime(2015, 1, 1), 'updatedAt': datetime(2015, 1, 1), 'kmsKeyArn': 'string', 'agentSpaceId': 'string' } }
Response Structure
(dict) –
Output containing the updated AgentSpace.
agentSpace (dict) –
Represents a complete AgentSpace with all its properties, timestamps, encryption settings, and unique identifier.
name (string) –
The name of the AgentSpace.
description (string) –
The description of the AgentSpace.
locale (string) –
The locale for the AgentSpace, which determines the language used in agent responses.
createdAt (datetime) –
The timestamp when the resource was created.
updatedAt (datetime) –
The timestamp when the resource was last updated.
kmsKeyArn (string) –
The ARN of the AWS Key Management Service (AWS KMS) customer managed key that’s used to encrypt resources.
agentSpaceId (string) –
The unique identifier of the AgentSpace
Exceptions
DevOpsAgentService.Client.exceptions.ValidationExceptionDevOpsAgentService.Client.exceptions.ContentSizeExceededExceptionDevOpsAgentService.Client.exceptions.ServiceQuotaExceededExceptionDevOpsAgentService.Client.exceptions.ConflictExceptionDevOpsAgentService.Client.exceptions.InternalServerExceptionDevOpsAgentService.Client.exceptions.AccessDeniedExceptionDevOpsAgentService.Client.exceptions.ResourceNotFoundExceptionDevOpsAgentService.Client.exceptions.ThrottlingExceptionDevOpsAgentService.Client.exceptions.InvalidParameterException