Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Service Configuration
- Errors
- Waiters
- Operations
- DescribeTags (Paginated)
- DescribeContinuousExports (Paginated)
- StopDataCollectionByAgentIds
- CreateTags
- BatchDeleteImportData
- DeleteTags
- StartImportTask
- DeleteApplications
- UpdateApplication
- DescribeConfigurations
- DescribeImportTasks
- CreateApplication
- ListConfigurations (Paginated)
- StartContinuousExport
- DescribeAgents (Paginated)
- DescribeExportTasks (Paginated)
- StartDataCollectionByAgentIds
- GetDiscoverySummary
- DisassociateConfigurationItemsFromApplication
- AssociateConfigurationItemsToApplication
- ListServerNeighbors
- StopContinuousExport
- StartExportTask
- Types
- AgentStatus
- BatchDeleteImportDataErrorCode
- ConfigurationItemType
- ContinuousExportStatus
- DataSource
- ExportDataFormat
- ExportStatus
- ImportStatus
- ImportTaskFilterName
- OrderString
- AgentConfigurationStatus
- AgentInfo
- AgentNetworkInfo
- BatchDeleteImportDataError
- ConfigurationTag
- ContinuousExportDescription
- CustomerAgentInfo
- CustomerConnectorInfo
- ExportFilter
- ExportInfo
- Filter
- ImportTask
- ImportTaskFilter
- NeighborConnectionDetail
- OrderByElement
- Tag
- TagFilter
Derived from API version 2015-11-01
of the AWS service descriptions, licensed under Apache 2.0.
AWS Application Discovery Service
AWS Application Discovery Service helps you plan application migration projects. It automatically identifies servers, virtual machines (VMs), and network dependencies in your on-premises data centers. For more information, see the AWS Application Discovery Service FAQ. Application Discovery Service offers three ways of performing discovery and collecting data about your on-premises servers:
Agentless discovery is recommended for environments that use VMware vCenter Server. This mode doesn't require you to install an agent on each host. It does not work in non-VMware environments.
- Agentless discovery gathers server information regardless of the operating systems, which minimizes the time required for initial on-premises infrastructure assessment.
- Agentless discovery doesn't collect information about network dependencies, only agent-based discovery collects that information.
Agent-based discovery collects a richer set of data than agentless discovery by using the AWS Application Discovery Agent, which you install on one or more hosts in your data center.
- The agent captures infrastructure and application information, including an inventory of running processes, system performance information, resource utilization, and network dependencies.
- The information collected by agents is secured at rest and in transit to the Application Discovery Service database in the cloud.
AWS Partner Network (APN) solutions integrate with Application Discovery Service, enabling you to import details of your on-premises environment directly into Migration Hub without using the discovery connector or discovery agent.
- Third-party application discovery tools can query AWS Application Discovery Service, and they can write to the Application Discovery Service database using the public API.
- In this way, you can import data into Migration Hub and view it, so that you can associate applications with servers and track migrations.
Recommendations
We recommend that you use agent-based discovery for non-VMware environments, and whenever you want to collect information about network dependencies. You can run agent-based and agentless discovery simultaneously. Use agentless discovery to complete the initial infrastructure assessment quickly, and then install agents on select hosts to collect additional information.
Working With This Guide
This API reference provides descriptions, syntax, and usage examples for each of the actions and data types for Application Discovery Service. The topic for each action shows the API request parameters and the response. Alternatively, you can use one of the AWS SDKs to access an API that is tailored to the programming language or platform that you're using. For more information, see AWS SDKs.
- Remember that you must set your Migration Hub home region before you call any of these APIs.
- You must make API calls for write actions (create, notify,
associate, disassociate, import, or put) while in your home region,
or a
HomeRegionNotSetException
error is returned. - API calls for read actions (list, describe, stop, and delete) are permitted outside of your home region.
- Although it is unlikely, the Migration Hub home region could change.
If you call APIs outside the home region, an
InvalidInputException
is returned. - You must call
GetHomeRegion
to obtain the latest Migration Hub home region.
This guide is intended for use with the AWS Application Discovery Service User Guide.
All data is handled according to the AWS Privacy Policy. You can operate Application Discovery Service offline to inspect collected data before it is shared with the service.
Synopsis
- defaultService :: Service
- _AuthorizationErrorException :: AsError a => Getting (First ServiceError) a ServiceError
- _HomeRegionNotSetException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidParameterException :: AsError a => Getting (First ServiceError) a ServiceError
- _ConflictErrorException :: AsError a => Getting (First ServiceError) a ServiceError
- _InvalidParameterValueException :: AsError a => Getting (First ServiceError) a ServiceError
- _ServerInternalErrorException :: AsError a => Getting (First ServiceError) a ServiceError
- _OperationNotPermittedException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError
- data DescribeTags = DescribeTags' (Maybe [TagFilter]) (Maybe Text) (Maybe Int)
- newDescribeTags :: DescribeTags
- data DescribeTagsResponse = DescribeTagsResponse' (Maybe Text) (Maybe [ConfigurationTag]) Int
- newDescribeTagsResponse :: Int -> DescribeTagsResponse
- data DescribeContinuousExports = DescribeContinuousExports' (Maybe Text) (Maybe [Text]) (Maybe Natural)
- newDescribeContinuousExports :: DescribeContinuousExports
- data DescribeContinuousExportsResponse = DescribeContinuousExportsResponse' (Maybe Text) (Maybe [ContinuousExportDescription]) Int
- newDescribeContinuousExportsResponse :: Int -> DescribeContinuousExportsResponse
- data StopDataCollectionByAgentIds = StopDataCollectionByAgentIds' [Text]
- newStopDataCollectionByAgentIds :: StopDataCollectionByAgentIds
- data StopDataCollectionByAgentIdsResponse = StopDataCollectionByAgentIdsResponse' (Maybe [AgentConfigurationStatus]) Int
- newStopDataCollectionByAgentIdsResponse :: Int -> StopDataCollectionByAgentIdsResponse
- data CreateTags = CreateTags' [Text] [Tag]
- newCreateTags :: CreateTags
- data CreateTagsResponse = CreateTagsResponse' Int
- newCreateTagsResponse :: Int -> CreateTagsResponse
- data BatchDeleteImportData = BatchDeleteImportData' (NonEmpty Text)
- newBatchDeleteImportData :: NonEmpty Text -> BatchDeleteImportData
- data BatchDeleteImportDataResponse = BatchDeleteImportDataResponse' (Maybe [BatchDeleteImportDataError]) Int
- newBatchDeleteImportDataResponse :: Int -> BatchDeleteImportDataResponse
- data DeleteTags = DeleteTags' (Maybe [Tag]) [Text]
- newDeleteTags :: DeleteTags
- data DeleteTagsResponse = DeleteTagsResponse' Int
- newDeleteTagsResponse :: Int -> DeleteTagsResponse
- data StartImportTask = StartImportTask' (Maybe Text) Text Text
- newStartImportTask :: Text -> Text -> StartImportTask
- data StartImportTaskResponse = StartImportTaskResponse' (Maybe ImportTask) Int
- newStartImportTaskResponse :: Int -> StartImportTaskResponse
- data DeleteApplications = DeleteApplications' [Text]
- newDeleteApplications :: DeleteApplications
- data DeleteApplicationsResponse = DeleteApplicationsResponse' Int
- newDeleteApplicationsResponse :: Int -> DeleteApplicationsResponse
- data UpdateApplication = UpdateApplication' (Maybe Text) (Maybe Text) Text
- newUpdateApplication :: Text -> UpdateApplication
- data UpdateApplicationResponse = UpdateApplicationResponse' Int
- newUpdateApplicationResponse :: Int -> UpdateApplicationResponse
- data DescribeConfigurations = DescribeConfigurations' [Text]
- newDescribeConfigurations :: DescribeConfigurations
- data DescribeConfigurationsResponse = DescribeConfigurationsResponse' (Maybe [HashMap Text Text]) Int
- newDescribeConfigurationsResponse :: Int -> DescribeConfigurationsResponse
- data DescribeImportTasks = DescribeImportTasks' (Maybe [ImportTaskFilter]) (Maybe Text) (Maybe Natural)
- newDescribeImportTasks :: DescribeImportTasks
- data DescribeImportTasksResponse = DescribeImportTasksResponse' (Maybe [ImportTask]) (Maybe Text) Int
- newDescribeImportTasksResponse :: Int -> DescribeImportTasksResponse
- data CreateApplication = CreateApplication' (Maybe Text) Text
- newCreateApplication :: Text -> CreateApplication
- data CreateApplicationResponse = CreateApplicationResponse' (Maybe Text) Int
- newCreateApplicationResponse :: Int -> CreateApplicationResponse
- data ListConfigurations = ListConfigurations' (Maybe [OrderByElement]) (Maybe [Filter]) (Maybe Text) (Maybe Int) ConfigurationItemType
- newListConfigurations :: ConfigurationItemType -> ListConfigurations
- data ListConfigurationsResponse = ListConfigurationsResponse' (Maybe [HashMap Text Text]) (Maybe Text) Int
- newListConfigurationsResponse :: Int -> ListConfigurationsResponse
- data StartContinuousExport = StartContinuousExport' {
- newStartContinuousExport :: StartContinuousExport
- data StartContinuousExportResponse = StartContinuousExportResponse' (Maybe POSIX) (Maybe (HashMap Text Text)) (Maybe DataSource) (Maybe Text) (Maybe Text) Int
- newStartContinuousExportResponse :: Int -> StartContinuousExportResponse
- data DescribeAgents = DescribeAgents' (Maybe [Text]) (Maybe [Filter]) (Maybe Text) (Maybe Int)
- newDescribeAgents :: DescribeAgents
- data DescribeAgentsResponse = DescribeAgentsResponse' (Maybe [AgentInfo]) (Maybe Text) Int
- newDescribeAgentsResponse :: Int -> DescribeAgentsResponse
- data DescribeExportTasks = DescribeExportTasks' (Maybe [ExportFilter]) (Maybe Text) (Maybe [Text]) (Maybe Int)
- newDescribeExportTasks :: DescribeExportTasks
- data DescribeExportTasksResponse = DescribeExportTasksResponse' (Maybe Text) (Maybe [ExportInfo]) Int
- newDescribeExportTasksResponse :: Int -> DescribeExportTasksResponse
- data StartDataCollectionByAgentIds = StartDataCollectionByAgentIds' [Text]
- newStartDataCollectionByAgentIds :: StartDataCollectionByAgentIds
- data StartDataCollectionByAgentIdsResponse = StartDataCollectionByAgentIdsResponse' (Maybe [AgentConfigurationStatus]) Int
- newStartDataCollectionByAgentIdsResponse :: Int -> StartDataCollectionByAgentIdsResponse
- data GetDiscoverySummary = GetDiscoverySummary' {
- newGetDiscoverySummary :: GetDiscoverySummary
- data GetDiscoverySummaryResponse = GetDiscoverySummaryResponse' (Maybe Integer) (Maybe Integer) (Maybe Integer) (Maybe CustomerConnectorInfo) (Maybe CustomerAgentInfo) (Maybe Integer) Int
- newGetDiscoverySummaryResponse :: Int -> GetDiscoverySummaryResponse
- data DisassociateConfigurationItemsFromApplication = DisassociateConfigurationItemsFromApplication' Text [Text]
- newDisassociateConfigurationItemsFromApplication :: Text -> DisassociateConfigurationItemsFromApplication
- data DisassociateConfigurationItemsFromApplicationResponse = DisassociateConfigurationItemsFromApplicationResponse' Int
- newDisassociateConfigurationItemsFromApplicationResponse :: Int -> DisassociateConfigurationItemsFromApplicationResponse
- data AssociateConfigurationItemsToApplication = AssociateConfigurationItemsToApplication' Text [Text]
- newAssociateConfigurationItemsToApplication :: Text -> AssociateConfigurationItemsToApplication
- data AssociateConfigurationItemsToApplicationResponse = AssociateConfigurationItemsToApplicationResponse' Int
- newAssociateConfigurationItemsToApplicationResponse :: Int -> AssociateConfigurationItemsToApplicationResponse
- data ListServerNeighbors = ListServerNeighbors' (Maybe Bool) (Maybe [Text]) (Maybe Text) (Maybe Int) Text
- newListServerNeighbors :: Text -> ListServerNeighbors
- data ListServerNeighborsResponse = ListServerNeighborsResponse' (Maybe Text) (Maybe Integer) Int [NeighborConnectionDetail]
- newListServerNeighborsResponse :: Int -> ListServerNeighborsResponse
- data StopContinuousExport = StopContinuousExport' Text
- newStopContinuousExport :: Text -> StopContinuousExport
- data StopContinuousExportResponse = StopContinuousExportResponse' (Maybe POSIX) (Maybe POSIX) Int
- newStopContinuousExportResponse :: Int -> StopContinuousExportResponse
- data StartExportTask = StartExportTask' (Maybe [ExportDataFormat]) (Maybe POSIX) (Maybe [ExportFilter]) (Maybe POSIX)
- newStartExportTask :: StartExportTask
- data StartExportTaskResponse = StartExportTaskResponse' (Maybe Text) Int
- newStartExportTaskResponse :: Int -> StartExportTaskResponse
- newtype AgentStatus where
- AgentStatus' { }
- pattern AgentStatus_BLACKLISTED :: AgentStatus
- pattern AgentStatus_HEALTHY :: AgentStatus
- pattern AgentStatus_RUNNING :: AgentStatus
- pattern AgentStatus_SHUTDOWN :: AgentStatus
- pattern AgentStatus_UNHEALTHY :: AgentStatus
- pattern AgentStatus_UNKNOWN :: AgentStatus
- newtype BatchDeleteImportDataErrorCode where
- newtype ConfigurationItemType where
- newtype ContinuousExportStatus where
- ContinuousExportStatus' { }
- pattern ContinuousExportStatus_ACTIVE :: ContinuousExportStatus
- pattern ContinuousExportStatus_ERROR :: ContinuousExportStatus
- pattern ContinuousExportStatus_INACTIVE :: ContinuousExportStatus
- pattern ContinuousExportStatus_START_FAILED :: ContinuousExportStatus
- pattern ContinuousExportStatus_START_IN_PROGRESS :: ContinuousExportStatus
- pattern ContinuousExportStatus_STOP_FAILED :: ContinuousExportStatus
- pattern ContinuousExportStatus_STOP_IN_PROGRESS :: ContinuousExportStatus
- newtype DataSource where
- DataSource' { }
- pattern DataSource_AGENT :: DataSource
- newtype ExportDataFormat where
- ExportDataFormat' { }
- pattern ExportDataFormat_CSV :: ExportDataFormat
- pattern ExportDataFormat_GRAPHML :: ExportDataFormat
- newtype ExportStatus where
- ExportStatus' { }
- pattern ExportStatus_FAILED :: ExportStatus
- pattern ExportStatus_IN_PROGRESS :: ExportStatus
- pattern ExportStatus_SUCCEEDED :: ExportStatus
- newtype ImportStatus where
- ImportStatus' { }
- pattern ImportStatus_DELETE_COMPLETE :: ImportStatus
- pattern ImportStatus_DELETE_FAILED :: ImportStatus
- pattern ImportStatus_DELETE_FAILED_LIMIT_EXCEEDED :: ImportStatus
- pattern ImportStatus_DELETE_IN_PROGRESS :: ImportStatus
- pattern ImportStatus_IMPORT_COMPLETE :: ImportStatus
- pattern ImportStatus_IMPORT_COMPLETE_WITH_ERRORS :: ImportStatus
- pattern ImportStatus_IMPORT_FAILED :: ImportStatus
- pattern ImportStatus_IMPORT_FAILED_RECORD_LIMIT_EXCEEDED :: ImportStatus
- pattern ImportStatus_IMPORT_FAILED_SERVER_LIMIT_EXCEEDED :: ImportStatus
- pattern ImportStatus_IMPORT_IN_PROGRESS :: ImportStatus
- pattern ImportStatus_INTERNAL_ERROR :: ImportStatus
- newtype ImportTaskFilterName where
- newtype OrderString where
- OrderString' { }
- pattern OrderString_ASC :: OrderString
- pattern OrderString_DESC :: OrderString
- data AgentConfigurationStatus = AgentConfigurationStatus' (Maybe Text) (Maybe Bool) (Maybe Text)
- newAgentConfigurationStatus :: AgentConfigurationStatus
- data AgentInfo = AgentInfo' (Maybe Text) (Maybe Text) (Maybe [AgentNetworkInfo]) (Maybe Text) (Maybe AgentStatus) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text)
- newAgentInfo :: AgentInfo
- data AgentNetworkInfo = AgentNetworkInfo' (Maybe Text) (Maybe Text)
- newAgentNetworkInfo :: AgentNetworkInfo
- data BatchDeleteImportDataError = BatchDeleteImportDataError' (Maybe Text) (Maybe BatchDeleteImportDataErrorCode) (Maybe Text)
- newBatchDeleteImportDataError :: BatchDeleteImportDataError
- data ConfigurationTag = ConfigurationTag' (Maybe POSIX) (Maybe Text) (Maybe ConfigurationItemType) (Maybe Text) (Maybe Text)
- newConfigurationTag :: ConfigurationTag
- data ContinuousExportDescription = ContinuousExportDescription' (Maybe ContinuousExportStatus) (Maybe POSIX) (Maybe (HashMap Text Text)) (Maybe Text) (Maybe POSIX) (Maybe DataSource) (Maybe Text) (Maybe Text)
- newContinuousExportDescription :: ContinuousExportDescription
- data CustomerAgentInfo = CustomerAgentInfo' Int Int Int Int Int Int Int
- newCustomerAgentInfo :: Int -> Int -> Int -> Int -> Int -> Int -> Int -> CustomerAgentInfo
- data CustomerConnectorInfo = CustomerConnectorInfo' Int Int Int Int Int Int Int
- newCustomerConnectorInfo :: Int -> Int -> Int -> Int -> Int -> Int -> Int -> CustomerConnectorInfo
- data ExportFilter = ExportFilter' Text [Text] Text
- newExportFilter :: Text -> Text -> ExportFilter
- data ExportInfo = ExportInfo' (Maybe Text) (Maybe POSIX) (Maybe POSIX) (Maybe Bool) Text ExportStatus Text POSIX
- newExportInfo :: Text -> ExportStatus -> Text -> UTCTime -> ExportInfo
- data Filter = Filter' Text [Text] Text
- newFilter :: Text -> Text -> Filter
- data ImportTask = ImportTask' (Maybe Int) (Maybe ImportStatus) (Maybe Int) (Maybe POSIX) (Maybe Text) (Maybe Int) (Maybe Text) (Maybe Text) (Maybe POSIX) (Maybe Int) (Maybe Text) (Maybe Text) (Maybe POSIX)
- newImportTask :: ImportTask
- data ImportTaskFilter = ImportTaskFilter' (Maybe (NonEmpty Text)) (Maybe ImportTaskFilterName)
- newImportTaskFilter :: ImportTaskFilter
- data NeighborConnectionDetail = NeighborConnectionDetail' (Maybe Text) (Maybe Int) Text Text Integer
- newNeighborConnectionDetail :: Text -> Text -> Integer -> NeighborConnectionDetail
- data OrderByElement = OrderByElement' (Maybe OrderString) Text
- newOrderByElement :: Text -> OrderByElement
- data Tag = Tag' Text Text
- newTag :: Text -> Text -> Tag
- data TagFilter = TagFilter' Text [Text]
- newTagFilter :: Text -> TagFilter
Service Configuration
defaultService :: Service Source #
API version 2015-11-01
of the Amazon Application Discovery Service SDK configuration.
Errors
Error matchers are designed for use with the functions provided by
Control.Exception.Lens.
This allows catching (and rethrowing) service specific errors returned
by Discovery
.
AuthorizationErrorException
_AuthorizationErrorException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
HomeRegionNotSetException
_HomeRegionNotSetException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The home region is not set. Set the home region to continue.
InvalidParameterException
_InvalidParameterException :: AsError a => Getting (First ServiceError) a ServiceError Source #
One or more parameters are not valid. Verify the parameters and try again.
ConflictErrorException
_ConflictErrorException :: AsError a => Getting (First ServiceError) a ServiceError Source #
InvalidParameterValueException
_InvalidParameterValueException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.
ServerInternalErrorException
_ServerInternalErrorException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The server experienced an internal error. Try again.
OperationNotPermittedException
_OperationNotPermittedException :: AsError a => Getting (First ServiceError) a ServiceError Source #
This operation is not permitted.
ResourceNotFoundException
_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #
The specified configuration ID was not located. Verify the configuration ID and try again.
ResourceInUseException
_ResourceInUseException :: AsError a => Getting (First ServiceError) a ServiceError Source #
This issue occurs when the same clientRequestToken
is used with the
StartImportTask
action, but with different parameters. For example,
you use the same request token but have two different import URLs, you
can encounter this issue. If the import tasks are meant to be different,
use a different clientRequestToken
, and try again.
Waiters
Waiters poll by repeatedly sending a request until some remote success condition
configured by the Wait
specification is fulfilled. The Wait
specification
determines how many attempts should be made, in addition to delay and retry strategies.
Operations
Some AWS operations return results that are incomplete and require subsequent
requests in order to obtain the entire result set. The process of sending
subsequent requests to continue where a previous request left off is called
pagination. For example, the ListObjects
operation of Amazon S3 returns up to
1000 objects at a time, and you must send subsequent requests with the
appropriate Marker in order to retrieve the next page of results.
Operations that have an AWSPager
instance can transparently perform subsequent
requests, correctly setting Markers and other request facets to iterate through
the entire result set of a truncated API operation. Operations which support
this have an additional note in the documentation.
Many operations have the ability to filter results on the server side. See the individual operation parameters for details.
DescribeTags (Paginated)
data DescribeTags Source #
See: newDescribeTags
smart constructor.
Instances
newDescribeTags :: DescribeTags Source #
Create a value of DescribeTags
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:DescribeTags'
, describeTags_filters
- 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
.
$sel:nextToken:DescribeTags'
, describeTags_nextToken
- A token to start the list. Use this token to get the next set of
results.
$sel:maxResults:DescribeTags'
, describeTags_maxResults
- The total number of items to return in a single page of output. The
maximum value is 100.
data DescribeTagsResponse Source #
See: newDescribeTagsResponse
smart constructor.
Instances
newDescribeTagsResponse Source #
Create a value of DescribeTagsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeTags'
, describeTagsResponse_nextToken
- The call returns a token. Use this token to get the next set of results.
$sel:tags:DescribeTagsResponse'
, describeTagsResponse_tags
- 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.
$sel:httpStatus:DescribeTagsResponse'
, describeTagsResponse_httpStatus
- The response's http status code.
DescribeContinuousExports (Paginated)
data DescribeContinuousExports Source #
See: newDescribeContinuousExports
smart constructor.
Instances
newDescribeContinuousExports :: DescribeContinuousExports Source #
Create a value of DescribeContinuousExports
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeContinuousExports'
, describeContinuousExports_nextToken
- The token from the previous call to DescribeExportTasks
.
$sel:exportIds:DescribeContinuousExports'
, describeContinuousExports_exportIds
- The unique IDs assigned to the exports.
$sel:maxResults:DescribeContinuousExports'
, describeContinuousExports_maxResults
- A number between 1 and 100 specifying the maximum number of continuous
export descriptions returned.
data DescribeContinuousExportsResponse Source #
See: newDescribeContinuousExportsResponse
smart constructor.
Instances
newDescribeContinuousExportsResponse Source #
Create a value of DescribeContinuousExportsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeContinuousExports'
, describeContinuousExportsResponse_nextToken
- The token from the previous call to DescribeExportTasks
.
$sel:descriptions:DescribeContinuousExportsResponse'
, describeContinuousExportsResponse_descriptions
- A list of continuous export descriptions.
$sel:httpStatus:DescribeContinuousExportsResponse'
, describeContinuousExportsResponse_httpStatus
- The response's http status code.
StopDataCollectionByAgentIds
data StopDataCollectionByAgentIds Source #
See: newStopDataCollectionByAgentIds
smart constructor.
Instances
newStopDataCollectionByAgentIds :: StopDataCollectionByAgentIds Source #
Create a value of StopDataCollectionByAgentIds
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:agentIds:StopDataCollectionByAgentIds'
, stopDataCollectionByAgentIds_agentIds
- The IDs of the agents or connectors from which to stop collecting data.
data StopDataCollectionByAgentIdsResponse Source #
See: newStopDataCollectionByAgentIdsResponse
smart constructor.
Instances
newStopDataCollectionByAgentIdsResponse Source #
Create a value of StopDataCollectionByAgentIdsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:agentsConfigurationStatus:StopDataCollectionByAgentIdsResponse'
, stopDataCollectionByAgentIdsResponse_agentsConfigurationStatus
- 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.
$sel:httpStatus:StopDataCollectionByAgentIdsResponse'
, stopDataCollectionByAgentIdsResponse_httpStatus
- The response's http status code.
CreateTags
data CreateTags Source #
See: newCreateTags
smart constructor.
CreateTags' [Text] [Tag] |
Instances
newCreateTags :: CreateTags Source #
Create a value of CreateTags
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configurationIds:CreateTags'
, createTags_configurationIds
- A list of configuration items that you want to tag.
$sel:tags:CreateTags'
, createTags_tags
- 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"}
data CreateTagsResponse Source #
See: newCreateTagsResponse
smart constructor.
Instances
newCreateTagsResponse Source #
Create a value of CreateTagsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:CreateTagsResponse'
, createTagsResponse_httpStatus
- The response's http status code.
BatchDeleteImportData
data BatchDeleteImportData Source #
See: newBatchDeleteImportData
smart constructor.
Instances
newBatchDeleteImportData Source #
Create a value of BatchDeleteImportData
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:importTaskIds:BatchDeleteImportData'
, batchDeleteImportData_importTaskIds
- The IDs for the import tasks that you want to delete.
data BatchDeleteImportDataResponse Source #
See: newBatchDeleteImportDataResponse
smart constructor.
Instances
newBatchDeleteImportDataResponse Source #
Create a value of BatchDeleteImportDataResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:errors:BatchDeleteImportDataResponse'
, batchDeleteImportDataResponse_errors
- Error messages returned for each import task that you deleted as a
response for this command.
$sel:httpStatus:BatchDeleteImportDataResponse'
, batchDeleteImportDataResponse_httpStatus
- The response's http status code.
DeleteTags
data DeleteTags Source #
See: newDeleteTags
smart constructor.
DeleteTags' (Maybe [Tag]) [Text] |
Instances
newDeleteTags :: DeleteTags Source #
Create a value of DeleteTags
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:DeleteTags'
, deleteTags_tags
- 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"}
$sel:configurationIds:DeleteTags'
, deleteTags_configurationIds
- A list of configuration items with tags that you want to delete.
data DeleteTagsResponse Source #
See: newDeleteTagsResponse
smart constructor.
Instances
newDeleteTagsResponse Source #
Create a value of DeleteTagsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteTagsResponse'
, deleteTagsResponse_httpStatus
- The response's http status code.
StartImportTask
data StartImportTask Source #
See: newStartImportTask
smart constructor.
Instances
Create a value of StartImportTask
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:clientRequestToken:StartImportTask'
, startImportTask_clientRequestToken
- 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.
$sel:name:StartImportTask'
, startImportTask_name
- 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.
$sel:importUrl:StartImportTask'
, startImportTask_importUrl
- 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
data StartImportTaskResponse Source #
See: newStartImportTaskResponse
smart constructor.
Instances
newStartImportTaskResponse Source #
Create a value of StartImportTaskResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:task:StartImportTaskResponse'
, startImportTaskResponse_task
- 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.
$sel:httpStatus:StartImportTaskResponse'
, startImportTaskResponse_httpStatus
- The response's http status code.
DeleteApplications
data DeleteApplications Source #
See: newDeleteApplications
smart constructor.
Instances
newDeleteApplications :: DeleteApplications Source #
Create a value of DeleteApplications
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configurationIds:DeleteApplications'
, deleteApplications_configurationIds
- Configuration ID of an application to be deleted.
data DeleteApplicationsResponse Source #
See: newDeleteApplicationsResponse
smart constructor.
Instances
newDeleteApplicationsResponse Source #
Create a value of DeleteApplicationsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteApplicationsResponse'
, deleteApplicationsResponse_httpStatus
- The response's http status code.
UpdateApplication
data UpdateApplication Source #
See: newUpdateApplication
smart constructor.
Instances
Create a value of UpdateApplication
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:UpdateApplication'
, updateApplication_name
- New name of the application to be updated.
$sel:description:UpdateApplication'
, updateApplication_description
- New description of the application to be updated.
$sel:configurationId:UpdateApplication'
, updateApplication_configurationId
- Configuration ID of the application to be updated.
data UpdateApplicationResponse Source #
See: newUpdateApplicationResponse
smart constructor.
Instances
newUpdateApplicationResponse Source #
Create a value of UpdateApplicationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:UpdateApplicationResponse'
, updateApplicationResponse_httpStatus
- The response's http status code.
DescribeConfigurations
data DescribeConfigurations Source #
See: newDescribeConfigurations
smart constructor.
Instances
newDescribeConfigurations :: DescribeConfigurations Source #
Create a value of DescribeConfigurations
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configurationIds:DescribeConfigurations'
, describeConfigurations_configurationIds
- One or more configuration IDs.
data DescribeConfigurationsResponse Source #
See: newDescribeConfigurationsResponse
smart constructor.
Instances
Eq DescribeConfigurationsResponse Source # | |
Read DescribeConfigurationsResponse Source # | |
Show DescribeConfigurationsResponse Source # | |
Defined in Amazonka.Discovery.DescribeConfigurations | |
Generic DescribeConfigurationsResponse Source # | |
NFData DescribeConfigurationsResponse Source # | |
Defined in Amazonka.Discovery.DescribeConfigurations rnf :: DescribeConfigurationsResponse -> () # | |
type Rep DescribeConfigurationsResponse Source # | |
Defined in Amazonka.Discovery.DescribeConfigurations type Rep DescribeConfigurationsResponse = D1 ('MetaData "DescribeConfigurationsResponse" "Amazonka.Discovery.DescribeConfigurations" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DescribeConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HashMap Text Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDescribeConfigurationsResponse Source #
Create a value of DescribeConfigurationsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configurations:DescribeConfigurationsResponse'
, describeConfigurationsResponse_configurations
- A key in the response map. The value is an array of data.
$sel:httpStatus:DescribeConfigurationsResponse'
, describeConfigurationsResponse_httpStatus
- The response's http status code.
DescribeImportTasks
data DescribeImportTasks Source #
See: newDescribeImportTasks
smart constructor.
Instances
newDescribeImportTasks :: DescribeImportTasks Source #
Create a value of DescribeImportTasks
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:DescribeImportTasks'
, describeImportTasks_filters
- 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.
$sel:nextToken:DescribeImportTasks'
, describeImportTasks_nextToken
- The token to request a specific page of results.
$sel:maxResults:DescribeImportTasks'
, describeImportTasks_maxResults
- The maximum number of results that you want this request to return, up
to 100.
data DescribeImportTasksResponse Source #
See: newDescribeImportTasksResponse
smart constructor.
Instances
newDescribeImportTasksResponse Source #
Create a value of DescribeImportTasksResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tasks:DescribeImportTasksResponse'
, describeImportTasksResponse_tasks
- A returned array of import tasks that match any applied filters, up to
the specified number of maximum results.
$sel:nextToken:DescribeImportTasks'
, describeImportTasksResponse_nextToken
- The token to request the next page of results.
$sel:httpStatus:DescribeImportTasksResponse'
, describeImportTasksResponse_httpStatus
- The response's http status code.
CreateApplication
data CreateApplication Source #
See: newCreateApplication
smart constructor.
Instances
Create a value of CreateApplication
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:description:CreateApplication'
, createApplication_description
- Description of the application to be created.
$sel:name:CreateApplication'
, createApplication_name
- Name of the application to be created.
data CreateApplicationResponse Source #
See: newCreateApplicationResponse
smart constructor.
Instances
newCreateApplicationResponse Source #
Create a value of CreateApplicationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configurationId:CreateApplicationResponse'
, createApplicationResponse_configurationId
- Configuration ID of an application to be created.
$sel:httpStatus:CreateApplicationResponse'
, createApplicationResponse_httpStatus
- The response's http status code.
ListConfigurations (Paginated)
data ListConfigurations Source #
See: newListConfigurations
smart constructor.
ListConfigurations' (Maybe [OrderByElement]) (Maybe [Filter]) (Maybe Text) (Maybe Int) ConfigurationItemType |
Instances
newListConfigurations Source #
Create a value of ListConfigurations
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:orderBy:ListConfigurations'
, listConfigurations_orderBy
- 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.
$sel:filters:ListConfigurations'
, listConfigurations_filters
- 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.
$sel:nextToken:ListConfigurations'
, listConfigurations_nextToken
- 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.
$sel:maxResults:ListConfigurations'
, listConfigurations_maxResults
- The total number of items to return. The maximum value is 100.
$sel:configurationType:ListConfigurations'
, listConfigurations_configurationType
- A valid configuration identified by Application Discovery Service.
data ListConfigurationsResponse Source #
See: newListConfigurationsResponse
smart constructor.
Instances
newListConfigurationsResponse Source #
Create a value of ListConfigurationsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configurations:ListConfigurationsResponse'
, listConfigurationsResponse_configurations
- Returns configuration details, including the configuration ID, attribute
names, and attribute values.
$sel:nextToken:ListConfigurations'
, listConfigurationsResponse_nextToken
- 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.
$sel:httpStatus:ListConfigurationsResponse'
, listConfigurationsResponse_httpStatus
- The response's http status code.
StartContinuousExport
data StartContinuousExport Source #
See: newStartContinuousExport
smart constructor.
Instances
newStartContinuousExport :: StartContinuousExport Source #
Create a value of StartContinuousExport
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
data StartContinuousExportResponse Source #
See: newStartContinuousExportResponse
smart constructor.
StartContinuousExportResponse' (Maybe POSIX) (Maybe (HashMap Text Text)) (Maybe DataSource) (Maybe Text) (Maybe Text) Int |
Instances
newStartContinuousExportResponse Source #
Create a value of StartContinuousExportResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:startTime:StartContinuousExportResponse'
, startContinuousExportResponse_startTime
- The timestamp representing when the continuous export was started.
$sel:schemaStorageConfig:StartContinuousExportResponse'
, startContinuousExportResponse_schemaStorageConfig
- A dictionary which describes how the data is stored.
databaseName
- the name of the Glue database used to store the schema.
$sel:dataSource:StartContinuousExportResponse'
, startContinuousExportResponse_dataSource
- The type of data collector used to gather this data (currently only
offered for AGENT).
$sel:s3Bucket:StartContinuousExportResponse'
, startContinuousExportResponse_s3Bucket
- The name of the s3 bucket where the export data parquet files are
stored.
$sel:exportId:StartContinuousExportResponse'
, startContinuousExportResponse_exportId
- The unique ID assigned to this export.
$sel:httpStatus:StartContinuousExportResponse'
, startContinuousExportResponse_httpStatus
- The response's http status code.
DescribeAgents (Paginated)
data DescribeAgents Source #
See: newDescribeAgents
smart constructor.
Instances
newDescribeAgents :: DescribeAgents Source #
Create a value of DescribeAgents
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:agentIds:DescribeAgents'
, describeAgents_agentIds
- 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.
$sel:filters:DescribeAgents'
, describeAgents_filters
- You can filter the request using various logical operators and a
key-value format. For example:
{"key": "collectionStatus", "value": "STARTED"}
$sel:nextToken:DescribeAgents'
, describeAgents_nextToken
- 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.
$sel:maxResults:DescribeAgents'
, describeAgents_maxResults
- The total number of agents/Connectors to return in a single page of
output. The maximum value is 100.
data DescribeAgentsResponse Source #
See: newDescribeAgentsResponse
smart constructor.
Instances
newDescribeAgentsResponse Source #
Create a value of DescribeAgentsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:agentsInfo:DescribeAgentsResponse'
, describeAgentsResponse_agentsInfo
- 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.
$sel:nextToken:DescribeAgents'
, describeAgentsResponse_nextToken
- 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.
$sel:httpStatus:DescribeAgentsResponse'
, describeAgentsResponse_httpStatus
- The response's http status code.
DescribeExportTasks (Paginated)
data DescribeExportTasks Source #
See: newDescribeExportTasks
smart constructor.
DescribeExportTasks' (Maybe [ExportFilter]) (Maybe Text) (Maybe [Text]) (Maybe Int) |
Instances
newDescribeExportTasks :: DescribeExportTasks Source #
Create a value of DescribeExportTasks
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filters:DescribeExportTasks'
, describeExportTasks_filters
- One or more filters.
AgentId
- ID of the agent whose collected data will be exported
$sel:nextToken:DescribeExportTasks'
, describeExportTasks_nextToken
- 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.
$sel:exportIds:DescribeExportTasks'
, describeExportTasks_exportIds
- One or more unique identifiers used to query the status of an export
request.
$sel:maxResults:DescribeExportTasks'
, describeExportTasks_maxResults
- 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.
data DescribeExportTasksResponse Source #
See: newDescribeExportTasksResponse
smart constructor.
Instances
newDescribeExportTasksResponse Source #
Create a value of DescribeExportTasksResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:nextToken:DescribeExportTasks'
, describeExportTasksResponse_nextToken
- 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.
$sel:exportsInfo:DescribeExportTasksResponse'
, describeExportTasksResponse_exportsInfo
- 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.
$sel:httpStatus:DescribeExportTasksResponse'
, describeExportTasksResponse_httpStatus
- The response's http status code.
StartDataCollectionByAgentIds
data StartDataCollectionByAgentIds Source #
See: newStartDataCollectionByAgentIds
smart constructor.
Instances
newStartDataCollectionByAgentIds :: StartDataCollectionByAgentIds Source #
Create a value of StartDataCollectionByAgentIds
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:agentIds:StartDataCollectionByAgentIds'
, startDataCollectionByAgentIds_agentIds
- 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.
data StartDataCollectionByAgentIdsResponse Source #
See: newStartDataCollectionByAgentIdsResponse
smart constructor.
Instances
newStartDataCollectionByAgentIdsResponse Source #
Create a value of StartDataCollectionByAgentIdsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:agentsConfigurationStatus:StartDataCollectionByAgentIdsResponse'
, startDataCollectionByAgentIdsResponse_agentsConfigurationStatus
- 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.
$sel:httpStatus:StartDataCollectionByAgentIdsResponse'
, startDataCollectionByAgentIdsResponse_httpStatus
- The response's http status code.
GetDiscoverySummary
data GetDiscoverySummary Source #
See: newGetDiscoverySummary
smart constructor.
Instances
newGetDiscoverySummary :: GetDiscoverySummary Source #
Create a value of GetDiscoverySummary
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
data GetDiscoverySummaryResponse Source #
See: newGetDiscoverySummaryResponse
smart constructor.
GetDiscoverySummaryResponse' (Maybe Integer) (Maybe Integer) (Maybe Integer) (Maybe CustomerConnectorInfo) (Maybe CustomerAgentInfo) (Maybe Integer) Int |
Instances
newGetDiscoverySummaryResponse Source #
Create a value of GetDiscoverySummaryResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:servers:GetDiscoverySummaryResponse'
, getDiscoverySummaryResponse_servers
- The number of servers discovered.
$sel:serversMappedtoTags:GetDiscoverySummaryResponse'
, getDiscoverySummaryResponse_serversMappedtoTags
- The number of servers mapped to tags.
$sel:serversMappedToApplications:GetDiscoverySummaryResponse'
, getDiscoverySummaryResponse_serversMappedToApplications
- The number of servers mapped to applications.
$sel:connectorSummary:GetDiscoverySummaryResponse'
, getDiscoverySummaryResponse_connectorSummary
- Details about discovered connectors, including connector status and
health.
$sel:agentSummary:GetDiscoverySummaryResponse'
, getDiscoverySummaryResponse_agentSummary
- Details about discovered agents, including agent status and health.
$sel:applications:GetDiscoverySummaryResponse'
, getDiscoverySummaryResponse_applications
- The number of applications discovered.
$sel:httpStatus:GetDiscoverySummaryResponse'
, getDiscoverySummaryResponse_httpStatus
- The response's http status code.
DisassociateConfigurationItemsFromApplication
data DisassociateConfigurationItemsFromApplication Source #
See: newDisassociateConfigurationItemsFromApplication
smart constructor.
Instances
newDisassociateConfigurationItemsFromApplication Source #
:: Text |
|
-> DisassociateConfigurationItemsFromApplication |
Create a value of DisassociateConfigurationItemsFromApplication
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:applicationConfigurationId:DisassociateConfigurationItemsFromApplication'
, disassociateConfigurationItemsFromApplication_applicationConfigurationId
- Configuration ID of an application from which each item is
disassociated.
$sel:configurationIds:DisassociateConfigurationItemsFromApplication'
, disassociateConfigurationItemsFromApplication_configurationIds
- Configuration ID of each item to be disassociated from an application.
data DisassociateConfigurationItemsFromApplicationResponse Source #
See: newDisassociateConfigurationItemsFromApplicationResponse
smart constructor.
Instances
newDisassociateConfigurationItemsFromApplicationResponse Source #
:: Int |
|
-> DisassociateConfigurationItemsFromApplicationResponse |
Create a value of DisassociateConfigurationItemsFromApplicationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DisassociateConfigurationItemsFromApplicationResponse'
, disassociateConfigurationItemsFromApplicationResponse_httpStatus
- The response's http status code.
AssociateConfigurationItemsToApplication
data AssociateConfigurationItemsToApplication Source #
See: newAssociateConfigurationItemsToApplication
smart constructor.
Instances
newAssociateConfigurationItemsToApplication Source #
:: Text |
|
-> AssociateConfigurationItemsToApplication |
Create a value of AssociateConfigurationItemsToApplication
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:applicationConfigurationId:AssociateConfigurationItemsToApplication'
, associateConfigurationItemsToApplication_applicationConfigurationId
- The configuration ID of an application with which items are to be
associated.
$sel:configurationIds:AssociateConfigurationItemsToApplication'
, associateConfigurationItemsToApplication_configurationIds
- The ID of each configuration item to be associated with an application.
data AssociateConfigurationItemsToApplicationResponse Source #
See: newAssociateConfigurationItemsToApplicationResponse
smart constructor.
Instances
Eq AssociateConfigurationItemsToApplicationResponse Source # | |
Read AssociateConfigurationItemsToApplicationResponse Source # | |
Show AssociateConfigurationItemsToApplicationResponse Source # | |
Generic AssociateConfigurationItemsToApplicationResponse Source # | |
NFData AssociateConfigurationItemsToApplicationResponse Source # | |
type Rep AssociateConfigurationItemsToApplicationResponse Source # | |
Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication type Rep AssociateConfigurationItemsToApplicationResponse = D1 ('MetaData "AssociateConfigurationItemsToApplicationResponse" "Amazonka.Discovery.AssociateConfigurationItemsToApplication" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "AssociateConfigurationItemsToApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newAssociateConfigurationItemsToApplicationResponse Source #
:: Int |
|
-> AssociateConfigurationItemsToApplicationResponse |
Create a value of AssociateConfigurationItemsToApplicationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:AssociateConfigurationItemsToApplicationResponse'
, associateConfigurationItemsToApplicationResponse_httpStatus
- The response's http status code.
ListServerNeighbors
data ListServerNeighbors Source #
See: newListServerNeighbors
smart constructor.
Instances
Eq ListServerNeighbors Source # | |
Defined in Amazonka.Discovery.ListServerNeighbors (==) :: ListServerNeighbors -> ListServerNeighbors -> Bool # (/=) :: |