Struct rusoto_discovery::DiscoveryClient [] [src]

pub struct DiscoveryClient<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
{ /* fields omitted */ }

A client for the AWS Application Discovery Service API.

Methods

impl<P, D> DiscoveryClient<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
[src]

[src]

Trait Implementations

impl<P, D> Discovery for DiscoveryClient<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
[src]

[src]

Associates one or more configuration items with an application.

[src]

Creates an application with the given name and description.

[src]

Creates one or more tags for configuration items. Tags are metadata that help you categorize IT assets. This API accepts a list of multiple configuration items.

[src]

Deletes a list of applications and their associations with configuration items.

[src]

Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.

[src]

Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you did not specify an ID.

[src]

Retrieves attributes for a list of configuration item IDs. All of the supplied IDs must be for the same asset type (server, application, process, or connection). Output fields are specific to the asset type selected. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, and number of network cards.

For a complete list of outputs for each asset type, see Using the DescribeConfigurations Action.

[src]

Deprecated. Use DescribeExportTasks instead.

Retrieves the status of a given export process. You can retrieve status from a maximum of 100 processes.

[src]

Retrieve status of one or more export tasks. You can retrieve the status of up to 100 export tasks.

[src]

Retrieves a list of configuration items that are tagged with a specific tag. Or retrieves a list of all tags assigned to a specific configuration item.

[src]

Disassociates one or more configuration items from an application.

[src]

Deprecated. Use StartExportTask instead.

Exports all discovered configuration data to an Amazon S3 bucket or an application that enables you to view and evaluate the data. Data includes tags and tag associations, processes, connections, servers, and system performance. This API returns an export ID that you can query using the DescribeExportConfigurations API. The system imposes a limit of two configuration exports in six hours.

[src]

Retrieves a short summary of discovered assets.

[src]

Retrieves a list of configuration items according to criteria that you specify in a filter. The filter criteria identifies the relationship requirements.

[src]

Retrieves a list of servers that are one network hop away from a specified server.

[src]

Instructs the specified agents or connectors to start collecting data.

[src]

Begins the export of discovered data to an S3 bucket.

If you specify agentId in a filter, the task exports up to 72 hours of detailed data collected by the identified Application Discovery Agent, including network, process, and performance details. A time range for exported agent data may be set by using startTime and endTime. Export of detailed agent data is limited to five concurrently running exports.

If you do not include an agentId filter, summary data is exported that includes both AWS Agentless Discovery Connector data and summary data from AWS Discovery Agents. Export of summary data is limited to two exports per day.

[src]

Instructs the specified agents or connectors to stop collecting data.

[src]

Updates metadata about an application.

Auto Trait Implementations

impl<P, D> Send for DiscoveryClient<P, D> where
    D: Send,
    P: Send

impl<P, D> Sync for DiscoveryClient<P, D> where
    D: Sync,
    P: Sync