libZSservicesZSamazonka-discoveryZSamazonka-discovery
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Discovery.Lens

Description

 
Synopsis

Operations

DescribeTags

describeTags_filters :: Lens' DescribeTags (Maybe [TagFilter]) Source #

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

describeTags_nextToken :: Lens' DescribeTags (Maybe Text) Source #

A token to start the list. Use this token to get the next set of results.

describeTags_maxResults :: Lens' DescribeTags (Maybe Int) Source #

The total number of items to return in a single page of output. The maximum value is 100.

describeTagsResponse_nextToken :: Lens' DescribeTagsResponse (Maybe Text) Source #

The call returns a token. Use this token to get the next set of results.

describeTagsResponse_tags :: Lens' DescribeTagsResponse (Maybe [ConfigurationTag]) Source #

Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.

DescribeContinuousExports

describeContinuousExports_nextToken :: Lens' DescribeContinuousExports (Maybe Text) Source #

The token from the previous call to DescribeExportTasks.

describeContinuousExports_maxResults :: Lens' DescribeContinuousExports (Maybe Natural) Source #

A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.

describeContinuousExportsResponse_nextToken :: Lens' DescribeContinuousExportsResponse (Maybe Text) Source #

The token from the previous call to DescribeExportTasks.

StopDataCollectionByAgentIds

stopDataCollectionByAgentIds_agentIds :: Lens' StopDataCollectionByAgentIds [Text] Source #

The IDs of the agents or connectors from which to stop collecting data.

stopDataCollectionByAgentIdsResponse_agentsConfigurationStatus :: Lens' StopDataCollectionByAgentIdsResponse (Maybe [AgentConfigurationStatus]) Source #

Information about the agents or connector that were instructed to stop collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.

CreateTags

createTags_configurationIds :: Lens' CreateTags [Text] Source #

A list of configuration items that you want to tag.

createTags_tags :: Lens' CreateTags [Tag] Source #

Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{"key": "serverType", "value": "webServer"}

BatchDeleteImportData

batchDeleteImportData_importTaskIds :: Lens' BatchDeleteImportData (NonEmpty Text) Source #

The IDs for the import tasks that you want to delete.

batchDeleteImportDataResponse_errors :: Lens' BatchDeleteImportDataResponse (Maybe [BatchDeleteImportDataError]) Source #

Error messages returned for each import task that you deleted as a response for this command.

DeleteTags

deleteTags_tags :: Lens' DeleteTags (Maybe [Tag]) Source #

Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a key-value format. For example:

{"key": "serverType", "value": "webServer"}

deleteTags_configurationIds :: Lens' DeleteTags [Text] Source #

A list of configuration items with tags that you want to delete.

StartImportTask

startImportTask_clientRequestToken :: Lens' StartImportTask (Maybe Text) Source #

Optional. A unique token that you can provide to prevent the same import request from occurring more than once. If you don't provide a token, a token is automatically generated.

Sending more than one StartImportTask request with the same client request token will return information about the original import task with that client request token.

startImportTask_name :: Lens' StartImportTask Text Source #

A descriptive name for this request. You can use this name to filter future requests related to this import task, such as identifying applications and servers that were included in this import task. We recommend that you use a meaningful name for each import task.

startImportTask_importUrl :: Lens' StartImportTask Text Source #

The URL for your import file that you've uploaded to Amazon S3.

If you're using the AWS CLI, this URL is structured as follows: s3://BucketName/ImportFileName.CSV

startImportTaskResponse_task :: Lens' StartImportTaskResponse (Maybe ImportTask) Source #

An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.

DeleteApplications

deleteApplications_configurationIds :: Lens' DeleteApplications [Text] Source #

Configuration ID of an application to be deleted.

UpdateApplication

updateApplication_name :: Lens' UpdateApplication (Maybe Text) Source #

New name of the application to be updated.

updateApplication_description :: Lens' UpdateApplication (Maybe Text) Source #

New description of the application to be updated.

updateApplication_configurationId :: Lens' UpdateApplication Text Source #

Configuration ID of the application to be updated.

DescribeConfigurations

describeConfigurationsResponse_configurations :: Lens' DescribeConfigurationsResponse (Maybe [HashMap Text Text]) Source #

A key in the response map. The value is an array of data.

DescribeImportTasks

describeImportTasks_filters :: Lens' DescribeImportTasks (Maybe [ImportTaskFilter]) Source #

An array of name-value pairs that you provide to filter the results for the DescribeImportTask request to a specific subset of results. Currently, wildcard values aren't supported for filters.

describeImportTasks_nextToken :: Lens' DescribeImportTasks (Maybe Text) Source #

The token to request a specific page of results.

describeImportTasks_maxResults :: Lens' DescribeImportTasks (Maybe Natural) Source #

The maximum number of results that you want this request to return, up to 100.

describeImportTasksResponse_tasks :: Lens' DescribeImportTasksResponse (Maybe [ImportTask]) Source #

A returned array of import tasks that match any applied filters, up to the specified number of maximum results.

describeImportTasksResponse_nextToken :: Lens' DescribeImportTasksResponse (Maybe Text) Source #

The token to request the next page of results.

CreateApplication

createApplication_description :: Lens' CreateApplication (Maybe Text) Source #

Description of the application to be created.

createApplication_name :: Lens' CreateApplication Text Source #

Name of the application to be created.

createApplicationResponse_configurationId :: Lens' CreateApplicationResponse (Maybe Text) Source #

Configuration ID of an application to be created.

ListConfigurations

listConfigurations_orderBy :: Lens' ListConfigurations (Maybe [OrderByElement]) Source #

Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action in the AWS Application Discovery Service User Guide.

listConfigurations_filters :: Lens' ListConfigurations (Maybe [Filter]) Source #

You can filter the request using various logical operators and a key-value format. For example:

{"key": "serverType", "value": "webServer"}

For a complete list of filter options and guidance about using them with this action, see Using the ListConfigurations Action in the AWS Application Discovery Service User Guide.

listConfigurations_nextToken :: Lens' ListConfigurations (Maybe Text) Source #

Token to retrieve the next set of results. For example, if a previous call to ListConfigurations returned 100 items, but you set ListConfigurationsRequest$maxResults to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.

listConfigurations_maxResults :: Lens' ListConfigurations (Maybe Int) Source #

The total number of items to return. The maximum value is 100.

listConfigurations_configurationType :: Lens' ListConfigurations ConfigurationItemType Source #

A valid configuration identified by Application Discovery Service.

listConfigurationsResponse_configurations :: Lens' ListConfigurationsResponse (Maybe [HashMap Text Text]) Source #

Returns configuration details, including the configuration ID, attribute names, and attribute values.

listConfigurationsResponse_nextToken :: Lens' ListConfigurationsResponse (Maybe Text) Source #

Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items, but you set ListConfigurationsRequest$maxResults to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.

StartContinuousExport

startContinuousExportResponse_startTime :: Lens' StartContinuousExportResponse (Maybe UTCTime) Source #

The timestamp representing when the continuous export was started.

startContinuousExportResponse_schemaStorageConfig :: Lens' StartContinuousExportResponse (Maybe (HashMap Text Text)) Source #

A dictionary which describes how the data is stored.

  • databaseName - the name of the Glue database used to store the schema.

startContinuousExportResponse_dataSource :: Lens' StartContinuousExportResponse (Maybe DataSource) Source #

The type of data collector used to gather this data (currently only offered for AGENT).

startContinuousExportResponse_s3Bucket :: Lens' StartContinuousExportResponse (Maybe Text) Source #

The name of the s3 bucket where the export data parquet files are stored.

DescribeAgents

describeAgents_agentIds :: Lens' DescribeAgents (Maybe [Text]) Source #

The agent or the Connector IDs for which you want information. If you specify no IDs, the system returns information about all agents/Connectors associated with your AWS user account.

describeAgents_filters :: Lens' DescribeAgents (Maybe [Filter]) Source #

You can filter the request using various logical operators and a key-value format. For example:

{"key": "collectionStatus", "value": "STARTED"}

describeAgents_nextToken :: Lens' DescribeAgents (Maybe Text) Source #

Token to retrieve the next set of results. For example, if you previously specified 100 IDs for DescribeAgentsRequest$agentIds but set DescribeAgentsRequest$maxResults to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.

describeAgents_maxResults :: Lens' DescribeAgents (Maybe Int) Source #

The total number of agents/Connectors to return in a single page of output. The maximum value is 100.

describeAgentsResponse_agentsInfo :: Lens' DescribeAgentsResponse (Maybe [AgentInfo]) Source #

Lists agents or the Connector by ID or lists all agents/Connectors associated with your user account if you did not specify an agent/Connector ID. The output includes agent/Connector IDs, IP addresses, media access control (MAC) addresses, agent/Connector health, host name where the agent/Connector resides, and the version number of each agent/Connector.

describeAgentsResponse_nextToken :: Lens' DescribeAgentsResponse (Maybe Text) Source #

Token to retrieve the next set of results. For example, if you specified 100 IDs for DescribeAgentsRequest$agentIds but set DescribeAgentsRequest$maxResults to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.

DescribeExportTasks

describeExportTasks_filters :: Lens' DescribeExportTasks (Maybe [ExportFilter]) Source #

One or more filters.

  • AgentId - ID of the agent whose collected data will be exported

describeExportTasks_nextToken :: Lens' DescribeExportTasks (Maybe Text) Source #

The nextToken value returned from a previous paginated DescribeExportTasks request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. This value is null when there are no more results to return.

describeExportTasks_exportIds :: Lens' DescribeExportTasks (Maybe [Text]) Source #

One or more unique identifiers used to query the status of an export request.

describeExportTasks_maxResults :: Lens' DescribeExportTasks (Maybe Int) Source #

The maximum number of volume results returned by DescribeExportTasks in paginated output. When this parameter is used, DescribeExportTasks only returns maxResults results in a single page along with a nextToken response element.

describeExportTasksResponse_nextToken :: Lens' DescribeExportTasksResponse (Maybe Text) Source #

The nextToken value to include in a future DescribeExportTasks request. When the results of a DescribeExportTasks request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

describeExportTasksResponse_exportsInfo :: Lens' DescribeExportTasksResponse (Maybe [ExportInfo]) Source #

Contains one or more sets of export request details. When the status of a request is SUCCEEDED, the response includes a URL for an Amazon S3 bucket where you can view the data in a CSV file.

StartDataCollectionByAgentIds

startDataCollectionByAgentIds_agentIds :: Lens' StartDataCollectionByAgentIds [Text] Source #

The IDs of the agents or connectors from which to start collecting data. If you send a request to an agent/connector ID that you do not have permission to contact, according to your AWS account, the service does not throw an exception. Instead, it returns the error in the Description field. If you send a request to multiple agents/connectors and you do not have permission to contact some of those agents/connectors, the system does not throw an exception. Instead, the system shows Failed in the Description field.

startDataCollectionByAgentIdsResponse_agentsConfigurationStatus :: Lens' StartDataCollectionByAgentIdsResponse (Maybe [AgentConfigurationStatus]) Source #

Information about agents or the connector that were instructed to start collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.

GetDiscoverySummary

getDiscoverySummaryResponse_connectorSummary :: Lens' GetDiscoverySummaryResponse (Maybe CustomerConnectorInfo) Source #

Details about discovered connectors, including connector status and health.

getDiscoverySummaryResponse_agentSummary :: Lens' GetDiscoverySummaryResponse (Maybe CustomerAgentInfo) Source #

Details about discovered agents, including agent status and health.

DisassociateConfigurationItemsFromApplication

AssociateConfigurationItemsToApplication

associateConfigurationItemsToApplication_applicationConfigurationId :: Lens' AssociateConfigurationItemsToApplication Text Source #

The configuration ID of an application with which items are to be associated.

associateConfigurationItemsToApplication_configurationIds :: Lens' AssociateConfigurationItemsToApplication [Text] Source #

The ID of each configuration item to be associated with an application.

ListServerNeighbors

listServerNeighbors_portInformationNeeded :: Lens' ListServerNeighbors (Maybe Bool) Source #

Flag to indicate if port and protocol information is needed as part of the response.

listServerNeighbors_neighborConfigurationIds :: Lens' ListServerNeighbors (Maybe [Text]) Source #

List of configuration IDs to test for one-hop-away.

listServerNeighbors_nextToken :: Lens' ListServerNeighbors (Maybe Text) Source #

Token to retrieve the next set of results. For example, if you previously specified 100 IDs for ListServerNeighborsRequest$neighborConfigurationIds but set ListServerNeighborsRequest$maxResults to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.

listServerNeighbors_maxResults :: Lens' ListServerNeighbors (Maybe Int) Source #

Maximum number of results to return in a single page of output.

listServerNeighbors_configurationId :: Lens' ListServerNeighbors Text Source #

Configuration ID of the server for which neighbors are being listed.

listServerNeighborsResponse_nextToken :: Lens' ListServerNeighborsResponse (Maybe Text) Source #

Token to retrieve the next set of results. For example, if you specified 100 IDs for ListServerNeighborsRequest$neighborConfigurationIds but set ListServerNeighborsRequest$maxResults to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.

listServerNeighborsResponse_knownDependencyCount :: Lens' ListServerNeighborsResponse (Maybe Integer) Source #

Count of distinct servers that are one hop away from the given server.

listServerNeighborsResponse_neighbors :: Lens' ListServerNeighborsResponse [NeighborConnectionDetail] Source #

List of distinct servers that are one hop away from the given server.

StopContinuousExport

stopContinuousExport_exportId :: Lens' StopContinuousExport Text Source #

The unique ID assigned to this export.

stopContinuousExportResponse_startTime :: Lens' StopContinuousExportResponse (Maybe UTCTime) Source #

Timestamp that represents when this continuous export started collecting data.

stopContinuousExportResponse_stopTime :: Lens' StopContinuousExportResponse (Maybe UTCTime) Source #

Timestamp that represents when this continuous export was stopped.

StartExportTask

startExportTask_exportDataFormat :: Lens' StartExportTask (Maybe [ExportDataFormat]) Source #

The file format for the returned export data. Default value is CSV. Note: The GRAPHML option has been deprecated.

startExportTask_startTime :: Lens' StartExportTask (Maybe UTCTime) Source #

The start timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, data is exported starting from the first data collected by the agent.

startExportTask_filters :: Lens' StartExportTask (Maybe [ExportFilter]) Source #

If a filter is present, it selects the single agentId of the Application Discovery Agent for which data is exported. The agentId can be found in the results of the DescribeAgents API or CLI. If no filter is present, startTime and endTime are ignored and exported data includes both Agentless Discovery Connector data and summary data from Application Discovery agents.

startExportTask_endTime :: Lens' StartExportTask (Maybe UTCTime) Source #

The end timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, exported data includes the most recent data collected by the agent.

startExportTaskResponse_exportId :: Lens' StartExportTaskResponse (Maybe Text) Source #

A unique identifier used to query the status of an export request.

Types

AgentConfigurationStatus

agentConfigurationStatus_operationSucceeded :: Lens' AgentConfigurationStatus (Maybe Bool) Source #

Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent/connector receives this command the next time it polls for a new command.

AgentInfo

agentInfo_hostName :: Lens' AgentInfo (Maybe Text) Source #

The name of the host where the agent or connector resides. The host can be a server or virtual machine.

agentInfo_lastHealthPingTime :: Lens' AgentInfo (Maybe Text) Source #

Time since agent or connector health was reported.

agentInfo_agentNetworkInfoList :: Lens' AgentInfo (Maybe [AgentNetworkInfo]) Source #

Network details about the host where the agent or connector resides.

agentInfo_connectorId :: Lens' AgentInfo (Maybe Text) Source #

The ID of the connector.

agentInfo_health :: Lens' AgentInfo (Maybe AgentStatus) Source #

The health of the agent or connector.

agentInfo_agentId :: Lens' AgentInfo (Maybe Text) Source #

The agent or connector ID.

agentInfo_version :: Lens' AgentInfo (Maybe Text) Source #

The agent or connector version.

agentInfo_collectionStatus :: Lens' AgentInfo (Maybe Text) Source #

Status of the collection process for an agent or connector.

agentInfo_registeredTime :: Lens' AgentInfo (Maybe Text) Source #

Agent's first registration timestamp in UTC.

AgentNetworkInfo

agentNetworkInfo_ipAddress :: Lens' AgentNetworkInfo (Maybe Text) Source #

The IP address for the host where the agent/connector resides.

agentNetworkInfo_macAddress :: Lens' AgentNetworkInfo (Maybe Text) Source #

The MAC address for the host where the agent/connector resides.

BatchDeleteImportDataError

batchDeleteImportDataError_importTaskId :: Lens' BatchDeleteImportDataError (Maybe Text) Source #

The unique import ID associated with the error that occurred.

batchDeleteImportDataError_errorDescription :: Lens' BatchDeleteImportDataError (Maybe Text) Source #

The description of the error that occurred for a specific import task.

ConfigurationTag

configurationTag_timeOfCreation :: Lens' ConfigurationTag (Maybe UTCTime) Source #

The time the configuration tag was created in Coordinated Universal Time (UTC).

configurationTag_configurationId :: Lens' ConfigurationTag (Maybe Text) Source #

The configuration ID for the item to tag. You can specify a list of keys and values.

configurationTag_value :: Lens' ConfigurationTag (Maybe Text) Source #

A value on which to filter. For example key = serverType and /value = web server/.

configurationTag_key :: Lens' ConfigurationTag (Maybe Text) Source #

A type of tag on which to filter. For example, serverType.

ContinuousExportDescription

continuousExportDescription_status :: Lens' ContinuousExportDescription (Maybe ContinuousExportStatus) Source #

Describes the status of the export. Can be one of the following values:

  • START_IN_PROGRESS - setting up resources to start continuous export.
  • START_FAILED - an error occurred setting up continuous export. To recover, call start-continuous-export again.
  • ACTIVE - data is being exported to the customer bucket.
  • ERROR - an error occurred during export. To fix the issue, call stop-continuous-export and start-continuous-export.
  • STOP_IN_PROGRESS - stopping the export.
  • STOP_FAILED - an error occurred stopping the export. To recover, call stop-continuous-export again.
  • INACTIVE - the continuous export has been stopped. Data is no longer being exported to the customer bucket.

continuousExportDescription_startTime :: Lens' ContinuousExportDescription (Maybe UTCTime) Source #

The timestamp representing when the continuous export was started.

continuousExportDescription_schemaStorageConfig :: Lens' ContinuousExportDescription (Maybe (HashMap Text Text)) Source #

An object which describes how the data is stored.

  • databaseName - the name of the Glue database used to store the schema.

continuousExportDescription_statusDetail :: Lens' ContinuousExportDescription (Maybe Text) Source #

Contains information about any errors that have occurred. This data type can have the following values:

  • ACCESS_DENIED - You don’t have permission to start Data Exploration in Amazon Athena. Contact your AWS administrator for help. For more information, see Setting Up AWS Application Discovery Service in the Application Discovery Service User Guide.
  • DELIVERY_STREAM_LIMIT_FAILURE - You reached the limit for Amazon Kinesis Data Firehose delivery streams. Reduce the number of streams or request a limit increase and try again. For more information, see Kinesis Data Streams Limits in the Amazon Kinesis Data Streams Developer Guide.
  • FIREHOSE_ROLE_MISSING - The Data Exploration feature is in an error state because your IAM User is missing the AWSApplicationDiscoveryServiceFirehose role. Turn on Data Exploration in Amazon Athena and try again. For more information, see Step 3: Provide Application Discovery Service Access to Non-Administrator Users by Attaching Policies in the Application Discovery Service User Guide.
  • FIREHOSE_STREAM_DOES_NOT_EXIST - The Data Exploration feature is in an error state because your IAM User is missing one or more of the Kinesis data delivery streams.
  • INTERNAL_FAILURE - The Data Exploration feature is in an error state because of an internal failure. Try again later. If this problem persists, contact AWS Support.
  • S3_BUCKET_LIMIT_FAILURE - You reached the limit for Amazon S3 buckets. Reduce the number of Amazon S3 buckets or request a limit increase and try again. For more information, see Bucket Restrictions and Limitations in the Amazon Simple Storage Service Developer Guide.
  • S3_NOT_SIGNED_UP - Your account is not signed up for the Amazon S3 service. You must sign up before you can use Amazon S3. You can sign up at the following URL: https://aws.amazon.com/s3.

continuousExportDescription_stopTime :: Lens' ContinuousExportDescription (Maybe UTCTime) Source #

The timestamp that represents when this continuous export was stopped.

continuousExportDescription_dataSource :: Lens' ContinuousExportDescription (Maybe DataSource) Source #

The type of data collector used to gather this data (currently only offered for AGENT).

continuousExportDescription_s3Bucket :: Lens' ContinuousExportDescription (Maybe Text) Source #

The name of the s3 bucket where the export data parquet files are stored.

CustomerAgentInfo

customerAgentInfo_activeAgents :: Lens' CustomerAgentInfo Int Source #

Number of active discovery agents.

customerAgentInfo_healthyAgents :: Lens' CustomerAgentInfo Int Source #

Number of healthy discovery agents

customerAgentInfo_blackListedAgents :: Lens' CustomerAgentInfo Int Source #

Number of blacklisted discovery agents.

customerAgentInfo_shutdownAgents :: Lens' CustomerAgentInfo Int Source #

Number of discovery agents with status SHUTDOWN.

customerAgentInfo_unhealthyAgents :: Lens' CustomerAgentInfo Int Source #

Number of unhealthy discovery agents.

customerAgentInfo_totalAgents :: Lens' CustomerAgentInfo Int Source #

Total number of discovery agents.

customerAgentInfo_unknownAgents :: Lens' CustomerAgentInfo Int Source #

Number of unknown discovery agents.

CustomerConnectorInfo

customerConnectorInfo_shutdownConnectors :: Lens' CustomerConnectorInfo Int Source #

Number of discovery connectors with status SHUTDOWN,

ExportFilter

exportFilter_name :: Lens' ExportFilter Text Source #

A single ExportFilter name. Supported filters: agentId.

exportFilter_values :: Lens' ExportFilter [Text] Source #

A single agentId for a Discovery Agent. An agentId can be found using the DescribeAgents action. Typically an ADS agentId is in the form o-0123456789abcdef0.

exportFilter_condition :: Lens' ExportFilter Text Source #

Supported condition: EQUALS

ExportInfo

exportInfo_configurationsDownloadUrl :: Lens' ExportInfo (Maybe Text) Source #

A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.

exportInfo_requestedStartTime :: Lens' ExportInfo (Maybe UTCTime) Source #

The value of startTime parameter in the StartExportTask request. If no startTime was requested, this result does not appear in ExportInfo.

exportInfo_requestedEndTime :: Lens' ExportInfo (Maybe UTCTime) Source #

The endTime used in the StartExportTask request. If no endTime was requested, this result does not appear in ExportInfo.

exportInfo_isTruncated :: Lens' ExportInfo (Maybe Bool) Source #

If true, the export of agent information exceeded the size limit for a single export and the exported data is incomplete for the requested time range. To address this, select a smaller time range for the export by using startDate and endDate.

exportInfo_exportId :: Lens' ExportInfo Text Source #

A unique identifier used to query an export.

exportInfo_exportStatus :: Lens' ExportInfo ExportStatus Source #

The status of the data export job.

exportInfo_statusMessage :: Lens' ExportInfo Text Source #

A status message provided for API callers.

exportInfo_exportRequestTime :: Lens' ExportInfo UTCTime Source #

The time that the data export was initiated.

Filter

filter_name :: Lens' Filter Text Source #

The name of the filter.

filter_values :: Lens' Filter [Text] Source #

A string value on which to filter. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

filter_condition :: Lens' Filter Text Source #

A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS, CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as though concatenated by AND. If you specify multiple values for a particular filter, the system differentiates the values using OR. Calling either DescribeConfigurations or ListConfigurations returns attributes of matching configuration items.

ImportTask

importTask_applicationImportSuccess :: Lens' ImportTask (Maybe Int) Source #

The total number of application records in the import file that were successfully imported.

importTask_status :: Lens' ImportTask (Maybe ImportStatus) Source #

The status of the import task. An import can have the status of IMPORT_COMPLETE and still have some records fail to import from the overall request. More information can be found in the downloadable archive defined in the errorsAndFailedEntriesZip field, or in the Migration Hub management console.

importTask_serverImportSuccess :: Lens' ImportTask (Maybe Int) Source #

The total number of server records in the import file that were successfully imported.

importTask_importCompletionTime :: Lens' ImportTask (Maybe UTCTime) Source #

The time that the import task request finished, presented in the Unix time stamp format.

importTask_name :: Lens' ImportTask (Maybe Text) Source #

A descriptive name for an import task. You can use this name to filter future requests related to this import task, such as identifying applications and servers that were included in this import task. We recommend that you use a meaningful name for each import task.

importTask_applicationImportFailure :: Lens' ImportTask (Maybe Int) Source #

The total number of application records in the import file that failed to be imported.

importTask_errorsAndFailedEntriesZip :: Lens' ImportTask (Maybe Text) Source #

A link to a compressed archive folder (in the ZIP format) that contains an error log and a file of failed records. You can use these two files to quickly identify records that failed, why they failed, and correct those records. Afterward, you can upload the corrected file to your Amazon S3 bucket and create another import task request.

This field also includes authorization information so you can confirm the authenticity of the compressed archive before you download it.

If some records failed to be imported we recommend that you correct the records in the failed entries file and then imports that failed entries file. This prevents you from having to correct and update the larger original file and attempt importing it again.

importTask_importTaskId :: Lens' ImportTask (Maybe Text) Source #

The unique ID for a specific import task. These IDs aren't globally unique, but they are unique within an AWS account.

importTask_importDeletedTime :: Lens' ImportTask (Maybe UTCTime) Source #

The time that the import task request was deleted, presented in the Unix time stamp format.

importTask_serverImportFailure :: Lens' ImportTask (Maybe Int) Source #

The total number of server records in the import file that failed to be imported.

importTask_clientRequestToken :: Lens' ImportTask (Maybe Text) Source #

A unique token used to prevent the same import request from occurring more than once. If you didn't provide a token, a token was automatically generated when the import task request was sent.

importTask_importUrl :: Lens' ImportTask (Maybe Text) Source #

The URL for your import file that you've uploaded to Amazon S3.

importTask_importRequestTime :: Lens' ImportTask (Maybe UTCTime) Source #

The time that the import task request was made, presented in the Unix time stamp format.

ImportTaskFilter

importTaskFilter_values :: Lens' ImportTaskFilter (Maybe (NonEmpty Text)) Source #

An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.

importTaskFilter_name :: Lens' ImportTaskFilter (Maybe ImportTaskFilterName) Source #

The name, status, or import task ID for a specific import task.

NeighborConnectionDetail

neighborConnectionDetail_destinationPort :: Lens' NeighborConnectionDetail (Maybe Int) Source #

The destination network port for the connection.

neighborConnectionDetail_sourceServerId :: Lens' NeighborConnectionDetail Text Source #

The ID of the server that opened the network connection.

neighborConnectionDetail_destinationServerId :: Lens' NeighborConnectionDetail Text Source #

The ID of the server that accepted the network connection.

neighborConnectionDetail_connectionsCount :: Lens' NeighborConnectionDetail Integer Source #

The number of open network connections with the neighboring server.

OrderByElement

orderByElement_fieldName :: Lens' OrderByElement Text Source #

The field on which to order.

Tag

tag_key :: Lens' Tag Text Source #

The type of tag on which to filter.

tag_value :: Lens' Tag Text Source #

A value for a tag key on which to filter.

TagFilter

tagFilter_name :: Lens' TagFilter Text Source #

A name of the tag filter.

tagFilter_values :: Lens' TagFilter [Text] Source #

Values for the tag filter.