aws-sdk-devopsagent 1.4.0

AWS SDK for AWS DevOps Agent Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateService` operation.
pub mod associate_service;

/// Types for the `CreateAgentSpace` operation.
pub mod create_agent_space;

/// Types for the `CreateBacklogTask` operation.
pub mod create_backlog_task;

/// Types for the `CreateChat` operation.
pub mod create_chat;

/// Types for the `CreatePrivateConnection` operation.
pub mod create_private_connection;

/// Types for the `DeleteAgentSpace` operation.
pub mod delete_agent_space;

/// Types for the `DeletePrivateConnection` operation.
pub mod delete_private_connection;

/// Types for the `DeregisterService` operation.
pub mod deregister_service;

/// Types for the `DescribePrivateConnection` operation.
pub mod describe_private_connection;

/// Types for the `DisableOperatorApp` operation.
pub mod disable_operator_app;

/// Types for the `DisassociateService` operation.
pub mod disassociate_service;

/// Types for the `EnableOperatorApp` operation.
pub mod enable_operator_app;

/// Types for the `GetAccountUsage` operation.
pub mod get_account_usage;

/// Types for the `GetAgentSpace` operation.
pub mod get_agent_space;

/// Types for the `GetAssociation` operation.
pub mod get_association;

/// Types for the `GetBacklogTask` operation.
pub mod get_backlog_task;

/// Types for the `GetOperatorApp` operation.
pub mod get_operator_app;

/// Types for the `GetRecommendation` operation.
pub mod get_recommendation;

/// Types for the `GetService` operation.
pub mod get_service;

/// Types for the `ListAgentSpaces` operation.
pub mod list_agent_spaces;

/// Types for the `ListAssociations` operation.
pub mod list_associations;

/// Types for the `ListBacklogTasks` operation.
pub mod list_backlog_tasks;

/// Types for the `ListChats` operation.
pub mod list_chats;

/// Types for the `ListExecutions` operation.
pub mod list_executions;

/// Types for the `ListGoals` operation.
pub mod list_goals;

/// Types for the `ListJournalRecords` operation.
pub mod list_journal_records;

/// Types for the `ListPendingMessages` operation.
pub mod list_pending_messages;

/// Types for the `ListPrivateConnections` operation.
pub mod list_private_connections;

/// Types for the `ListRecommendations` operation.
pub mod list_recommendations;

/// Types for the `ListServices` operation.
pub mod list_services;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListWebhooks` operation.
pub mod list_webhooks;

/// Types for the `RegisterService` operation.
pub mod register_service;

/// Types for the `SendMessage` operation.
pub mod send_message;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateAgentSpace` operation.
pub mod update_agent_space;

/// Types for the `UpdateAssociation` operation.
pub mod update_association;

/// Types for the `UpdateBacklogTask` operation.
pub mod update_backlog_task;

/// Types for the `UpdateGoal` operation.
pub mod update_goal;

/// Types for the `UpdateOperatorAppIdpConfig` operation.
pub mod update_operator_app_idp_config;

/// Types for the `UpdatePrivateConnectionCertificate` operation.
pub mod update_private_connection_certificate;

/// Types for the `UpdateRecommendation` operation.
pub mod update_recommendation;

/// Types for the `ValidateAwsAssociations` operation.
pub mod validate_aws_associations;