DevOpsAgentService¶
Client¶
- class DevOpsAgentService.Client¶
A low-level client representing AWS DevOps Agent Service
AWS DevOps Agent is a frontier agent that resolves and proactively prevents incidents, continuously improving reliability and performance. AWS DevOps Agent investigates incidents and identifies operational improvements as an experienced DevOps engineer.
The agent works by:
Learning your resources and their relationships.
Working with your observability tools, runbooks, code repositories, and CI/CD pipelines.
Correlating telemetry, code, and deployment data to understand relationships between your application resources.
Supporting applications in multicloud and hybrid environments.
import boto3 client = boto3.client('devops-agent')
These are the available methods:
- allow_vended_log_delivery_for_resource
- associate_service
- can_paginate
- close
- create_agent_space
- create_backlog_task
- create_chat
- create_private_connection
- delete_agent_space
- delete_private_connection
- deregister_service
- describe_private_connection
- disable_operator_app
- disassociate_service
- enable_operator_app
- get_account_usage
- get_agent_space
- get_association
- get_backlog_task
- get_operator_app
- get_paginator
- get_recommendation
- get_service
- get_waiter
- list_agent_spaces
- list_associations
- list_backlog_tasks
- list_chats
- list_executions
- list_goals
- list_journal_records
- list_pending_messages
- list_private_connections
- list_recommendations
- list_services
- list_tags_for_resource
- list_webhooks
- register_service
- send_message
- tag_resource
- untag_resource
- update_agent_space
- update_association
- update_backlog_task
- update_goal
- update_operator_app_idp_config
- update_private_connection_certificate
- update_recommendation
- validate_aws_associations
Paginators¶
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: