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

Description

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

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

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

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

Instances details
Eq DescribeTags Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

Read DescribeTags Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

Show DescribeTags Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

Generic DescribeTags Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

Associated Types

type Rep DescribeTags :: Type -> Type #

NFData DescribeTags Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

Methods

rnf :: DescribeTags -> () #

Hashable DescribeTags Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

ToJSON DescribeTags Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

AWSPager DescribeTags Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

AWSRequest DescribeTags Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

Associated Types

type AWSResponse DescribeTags #

ToHeaders DescribeTags Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

ToPath DescribeTags Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

ToQuery DescribeTags Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

type Rep DescribeTags Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

type Rep DescribeTags = D1 ('MetaData "DescribeTags" "Amazonka.Discovery.DescribeTags" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DescribeTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagFilter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeTags Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

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

Instances details
Eq DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

Read DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

Show DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

Generic DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

Associated Types

type Rep DescribeTagsResponse :: Type -> Type #

NFData DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

Methods

rnf :: DescribeTagsResponse -> () #

type Rep DescribeTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeTags

type Rep DescribeTagsResponse = D1 ('MetaData "DescribeTagsResponse" "Amazonka.Discovery.DescribeTags" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DescribeTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConfigurationTag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
Eq DescribeContinuousExports Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

Read DescribeContinuousExports Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

Show DescribeContinuousExports Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

Generic DescribeContinuousExports Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

Associated Types

type Rep DescribeContinuousExports :: Type -> Type #

NFData DescribeContinuousExports Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

Hashable DescribeContinuousExports Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

ToJSON DescribeContinuousExports Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

AWSPager DescribeContinuousExports Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

AWSRequest DescribeContinuousExports Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

ToHeaders DescribeContinuousExports Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

ToPath DescribeContinuousExports Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

ToQuery DescribeContinuousExports Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

type Rep DescribeContinuousExports Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

type Rep DescribeContinuousExports = D1 ('MetaData "DescribeContinuousExports" "Amazonka.Discovery.DescribeContinuousExports" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DescribeContinuousExports'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "exportIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse DescribeContinuousExports Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

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

Instances details
Eq DescribeContinuousExportsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

Read DescribeContinuousExportsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

Show DescribeContinuousExportsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

Generic DescribeContinuousExportsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

Associated Types

type Rep DescribeContinuousExportsResponse :: Type -> Type #

NFData DescribeContinuousExportsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

type Rep DescribeContinuousExportsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeContinuousExports

type Rep DescribeContinuousExportsResponse = D1 ('MetaData "DescribeContinuousExportsResponse" "Amazonka.Discovery.DescribeContinuousExports" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DescribeContinuousExportsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "descriptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContinuousExportDescription])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
Eq StopDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

Read StopDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

Show StopDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

Generic StopDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

Associated Types

type Rep StopDataCollectionByAgentIds :: Type -> Type #

NFData StopDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

Hashable StopDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

ToJSON StopDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

AWSRequest StopDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

ToHeaders StopDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

ToPath StopDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

ToQuery StopDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

type Rep StopDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

type Rep StopDataCollectionByAgentIds = D1 ('MetaData "StopDataCollectionByAgentIds" "Amazonka.Discovery.StopDataCollectionByAgentIds" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "StopDataCollectionByAgentIds'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agentIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse StopDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

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 #

Instances

Instances details
Eq StopDataCollectionByAgentIdsResponse Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

Read StopDataCollectionByAgentIdsResponse Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

Show StopDataCollectionByAgentIdsResponse Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

Generic StopDataCollectionByAgentIdsResponse Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

NFData StopDataCollectionByAgentIdsResponse Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

type Rep StopDataCollectionByAgentIdsResponse Source # 
Instance details

Defined in Amazonka.Discovery.StopDataCollectionByAgentIds

type Rep StopDataCollectionByAgentIdsResponse = D1 ('MetaData "StopDataCollectionByAgentIdsResponse" "Amazonka.Discovery.StopDataCollectionByAgentIds" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "StopDataCollectionByAgentIdsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agentsConfigurationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AgentConfigurationStatus])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Constructors

CreateTags' [Text] [Tag] 

Instances

Instances details
Eq CreateTags Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

Read CreateTags Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

Show CreateTags Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

Generic CreateTags Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

Associated Types

type Rep CreateTags :: Type -> Type #

NFData CreateTags Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

Methods

rnf :: CreateTags -> () #

Hashable CreateTags Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

ToJSON CreateTags Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

AWSRequest CreateTags Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

Associated Types

type AWSResponse CreateTags #

ToHeaders CreateTags Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

Methods

toHeaders :: CreateTags -> [Header] #

ToPath CreateTags Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

ToQuery CreateTags Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

type Rep CreateTags Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

type Rep CreateTags = D1 ('MetaData "CreateTags" "Amazonka.Discovery.CreateTags" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "CreateTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse CreateTags Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

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.

Constructors

CreateTagsResponse' Int 

Instances

Instances details
Eq CreateTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

Read CreateTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

Show CreateTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

Generic CreateTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

Associated Types

type Rep CreateTagsResponse :: Type -> Type #

NFData CreateTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

Methods

rnf :: CreateTagsResponse -> () #

type Rep CreateTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateTags

type Rep CreateTagsResponse = D1 ('MetaData "CreateTagsResponse" "Amazonka.Discovery.CreateTags" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "CreateTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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

Instances details
Eq BatchDeleteImportData Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

Read BatchDeleteImportData Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

Show BatchDeleteImportData Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

Generic BatchDeleteImportData Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

Associated Types

type Rep BatchDeleteImportData :: Type -> Type #

NFData BatchDeleteImportData Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

Methods

rnf :: BatchDeleteImportData -> () #

Hashable BatchDeleteImportData Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

ToJSON BatchDeleteImportData Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

AWSRequest BatchDeleteImportData Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

Associated Types

type AWSResponse BatchDeleteImportData #

ToHeaders BatchDeleteImportData Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

ToPath BatchDeleteImportData Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

ToQuery BatchDeleteImportData Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

type Rep BatchDeleteImportData Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

type Rep BatchDeleteImportData = D1 ('MetaData "BatchDeleteImportData" "Amazonka.Discovery.BatchDeleteImportData" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "BatchDeleteImportData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "importTaskIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse BatchDeleteImportData Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

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

Instances details
Eq BatchDeleteImportDataResponse Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

Read BatchDeleteImportDataResponse Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

Show BatchDeleteImportDataResponse Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

Generic BatchDeleteImportDataResponse Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

Associated Types

type Rep BatchDeleteImportDataResponse :: Type -> Type #

NFData BatchDeleteImportDataResponse Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

type Rep BatchDeleteImportDataResponse Source # 
Instance details

Defined in Amazonka.Discovery.BatchDeleteImportData

type Rep BatchDeleteImportDataResponse = D1 ('MetaData "BatchDeleteImportDataResponse" "Amazonka.Discovery.BatchDeleteImportData" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "BatchDeleteImportDataResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchDeleteImportDataError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Constructors

DeleteTags' (Maybe [Tag]) [Text] 

Instances

Instances details
Eq DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Read DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Show DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Generic DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Associated Types

type Rep DeleteTags :: Type -> Type #

NFData DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Methods

rnf :: DeleteTags -> () #

Hashable DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

ToJSON DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

AWSRequest DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Associated Types

type AWSResponse DeleteTags #

ToHeaders DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Methods

toHeaders :: DeleteTags -> [Header] #

ToPath DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

ToQuery DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

type Rep DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

type Rep DeleteTags = D1 ('MetaData "DeleteTags" "Amazonka.Discovery.DeleteTags" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DeleteTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "configurationIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse DeleteTags Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

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.

Constructors

DeleteTagsResponse' Int 

Instances

Instances details
Eq DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Read DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Show DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Generic DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Associated Types

type Rep DeleteTagsResponse :: Type -> Type #

NFData DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

Methods

rnf :: DeleteTagsResponse -> () #

type Rep DeleteTagsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteTags

type Rep DeleteTagsResponse = D1 ('MetaData "DeleteTagsResponse" "Amazonka.Discovery.DeleteTags" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DeleteTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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

Instances details
Eq StartImportTask Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

Read StartImportTask Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

Show StartImportTask Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

Generic StartImportTask Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

Associated Types

type Rep StartImportTask :: Type -> Type #

NFData StartImportTask Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

Methods

rnf :: StartImportTask -> () #

Hashable StartImportTask Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

ToJSON StartImportTask Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

AWSRequest StartImportTask Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

Associated Types

type AWSResponse StartImportTask #

ToHeaders StartImportTask Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

ToPath StartImportTask Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

ToQuery StartImportTask Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

type Rep StartImportTask Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

type Rep StartImportTask = D1 ('MetaData "StartImportTask" "Amazonka.Discovery.StartImportTask" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "StartImportTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "importUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse StartImportTask Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

newStartImportTask Source #

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

Instances details
Eq StartImportTaskResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

Read StartImportTaskResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

Show StartImportTaskResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

Generic StartImportTaskResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

Associated Types

type Rep StartImportTaskResponse :: Type -> Type #

NFData StartImportTaskResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

Methods

rnf :: StartImportTaskResponse -> () #

type Rep StartImportTaskResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartImportTask

type Rep StartImportTaskResponse = D1 ('MetaData "StartImportTaskResponse" "Amazonka.Discovery.StartImportTask" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "StartImportTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "task") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImportTask)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Constructors

DeleteApplications' [Text] 

Instances

Instances details
Eq DeleteApplications Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

Read DeleteApplications Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

Show DeleteApplications Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

Generic DeleteApplications Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

Associated Types

type Rep DeleteApplications :: Type -> Type #

NFData DeleteApplications Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

Methods

rnf :: DeleteApplications -> () #

Hashable DeleteApplications Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

ToJSON DeleteApplications Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

AWSRequest DeleteApplications Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

Associated Types

type AWSResponse DeleteApplications #

ToHeaders DeleteApplications Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

ToPath DeleteApplications Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

ToQuery DeleteApplications Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

type Rep DeleteApplications Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

type Rep DeleteApplications = D1 ('MetaData "DeleteApplications" "Amazonka.Discovery.DeleteApplications" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DeleteApplications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse DeleteApplications Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

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

Instances details
Eq DeleteApplicationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

Read DeleteApplicationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

Show DeleteApplicationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

Generic DeleteApplicationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

Associated Types

type Rep DeleteApplicationsResponse :: Type -> Type #

NFData DeleteApplicationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

type Rep DeleteApplicationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DeleteApplications

type Rep DeleteApplicationsResponse = D1 ('MetaData "DeleteApplicationsResponse" "Amazonka.Discovery.DeleteApplications" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DeleteApplicationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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

Instances details
Eq UpdateApplication Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

Read UpdateApplication Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

Show UpdateApplication Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

Generic UpdateApplication Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

Associated Types

type Rep UpdateApplication :: Type -> Type #

NFData UpdateApplication Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

Methods

rnf :: UpdateApplication -> () #

Hashable UpdateApplication Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

ToJSON UpdateApplication Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

AWSRequest UpdateApplication Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

Associated Types

type AWSResponse UpdateApplication #

ToHeaders UpdateApplication Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

ToPath UpdateApplication Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

ToQuery UpdateApplication Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

type Rep UpdateApplication Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

type Rep UpdateApplication = D1 ('MetaData "UpdateApplication" "Amazonka.Discovery.UpdateApplication" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "UpdateApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateApplication Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

newUpdateApplication Source #

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

Instances details
Eq UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

Read UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

Show UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

Generic UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

Associated Types

type Rep UpdateApplicationResponse :: Type -> Type #

NFData UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

type Rep UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.UpdateApplication

type Rep UpdateApplicationResponse = D1 ('MetaData "UpdateApplicationResponse" "Amazonka.Discovery.UpdateApplication" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "UpdateApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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

Instances details
Eq DescribeConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

Read DescribeConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

Show DescribeConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

Generic DescribeConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

Associated Types

type Rep DescribeConfigurations :: Type -> Type #

NFData DescribeConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

Methods

rnf :: DescribeConfigurations -> () #

Hashable DescribeConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

ToJSON DescribeConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

AWSRequest DescribeConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

Associated Types

type AWSResponse DescribeConfigurations #

ToHeaders DescribeConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

ToPath DescribeConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

ToQuery DescribeConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

type Rep DescribeConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

type Rep DescribeConfigurations = D1 ('MetaData "DescribeConfigurations" "Amazonka.Discovery.DescribeConfigurations" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DescribeConfigurations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse DescribeConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

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

Instances details
Eq DescribeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

Read DescribeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

Show DescribeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

Generic DescribeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

Associated Types

type Rep DescribeConfigurationsResponse :: Type -> Type #

NFData DescribeConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeConfigurations

type Rep DescribeConfigurationsResponse Source # 
Instance details

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

Instances details
Eq DescribeImportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

Read DescribeImportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

Show DescribeImportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

Generic DescribeImportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

Associated Types

type Rep DescribeImportTasks :: Type -> Type #

NFData DescribeImportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

Methods

rnf :: DescribeImportTasks -> () #

Hashable DescribeImportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

ToJSON DescribeImportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

AWSRequest DescribeImportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

Associated Types

type AWSResponse DescribeImportTasks #

ToHeaders DescribeImportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

ToPath DescribeImportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

ToQuery DescribeImportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

type Rep DescribeImportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

type Rep DescribeImportTasks = D1 ('MetaData "DescribeImportTasks" "Amazonka.Discovery.DescribeImportTasks" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DescribeImportTasks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ImportTaskFilter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse DescribeImportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

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

Instances details
Eq DescribeImportTasksResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

Read DescribeImportTasksResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

Show DescribeImportTasksResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

Generic DescribeImportTasksResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

Associated Types

type Rep DescribeImportTasksResponse :: Type -> Type #

NFData DescribeImportTasksResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

type Rep DescribeImportTasksResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeImportTasks

type Rep DescribeImportTasksResponse = D1 ('MetaData "DescribeImportTasksResponse" "Amazonka.Discovery.DescribeImportTasks" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DescribeImportTasksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ImportTask])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
Eq CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Read CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Show CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Generic CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Associated Types

type Rep CreateApplication :: Type -> Type #

NFData CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Methods

rnf :: CreateApplication -> () #

Hashable CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

ToJSON CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

AWSRequest CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Associated Types

type AWSResponse CreateApplication #

ToHeaders CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

ToPath CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

ToQuery CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

type Rep CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

type Rep CreateApplication = D1 ('MetaData "CreateApplication" "Amazonka.Discovery.CreateApplication" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "CreateApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse CreateApplication Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

newCreateApplication Source #

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

Instances details
Eq CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Read CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Show CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Generic CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

Associated Types

type Rep CreateApplicationResponse :: Type -> Type #

NFData CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

type Rep CreateApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.CreateApplication

type Rep CreateApplicationResponse = D1 ('MetaData "CreateApplicationResponse" "Amazonka.Discovery.CreateApplication" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "CreateApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Instances

Instances details
Eq ListConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

Read ListConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

Show ListConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

Generic ListConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

Associated Types

type Rep ListConfigurations :: Type -> Type #

NFData ListConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

Methods

rnf :: ListConfigurations -> () #

Hashable ListConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

ToJSON ListConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

AWSPager ListConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

AWSRequest ListConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

Associated Types

type AWSResponse ListConfigurations #

ToHeaders ListConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

ToPath ListConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

ToQuery ListConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

type Rep ListConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

type Rep ListConfigurations = D1 ('MetaData "ListConfigurations" "Amazonka.Discovery.ListConfigurations" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "ListConfigurations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "orderBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrderByElement])) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "configurationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConfigurationItemType)))))
type AWSResponse ListConfigurations Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

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

Instances details
Eq ListConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

Read ListConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

Show ListConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

Generic ListConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

Associated Types

type Rep ListConfigurationsResponse :: Type -> Type #

NFData ListConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

type Rep ListConfigurationsResponse Source # 
Instance details

Defined in Amazonka.Discovery.ListConfigurations

type Rep ListConfigurationsResponse = D1 ('MetaData "ListConfigurationsResponse" "Amazonka.Discovery.ListConfigurations" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "ListConfigurationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HashMap Text Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
Eq StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Read StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Show StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Generic StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Associated Types

type Rep StartContinuousExport :: Type -> Type #

NFData StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Methods

rnf :: StartContinuousExport -> () #

Hashable StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

ToJSON StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

AWSRequest StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Associated Types

type AWSResponse StartContinuousExport #

ToHeaders StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

ToPath StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

ToQuery StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

type Rep StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

type Rep StartContinuousExport = D1 ('MetaData "StartContinuousExport" "Amazonka.Discovery.StartContinuousExport" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "StartContinuousExport'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse StartContinuousExport Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

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.

Instances

Instances details
Eq StartContinuousExportResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Read StartContinuousExportResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Show StartContinuousExportResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Generic StartContinuousExportResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

Associated Types

type Rep StartContinuousExportResponse :: Type -> Type #

NFData StartContinuousExportResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

type Rep StartContinuousExportResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartContinuousExport

type Rep StartContinuousExportResponse = D1 ('MetaData "StartContinuousExportResponse" "Amazonka.Discovery.StartContinuousExport" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "StartContinuousExportResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "schemaStorageConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSource)))) :*: (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "exportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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

Instances details
Eq DescribeAgents Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

Read DescribeAgents Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

Show DescribeAgents Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

Generic DescribeAgents Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

Associated Types

type Rep DescribeAgents :: Type -> Type #

NFData DescribeAgents Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

Methods

rnf :: DescribeAgents -> () #

Hashable DescribeAgents Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

ToJSON DescribeAgents Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

AWSPager DescribeAgents Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

AWSRequest DescribeAgents Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

Associated Types

type AWSResponse DescribeAgents #

ToHeaders DescribeAgents Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

ToPath DescribeAgents Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

ToQuery DescribeAgents Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

type Rep DescribeAgents Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

type Rep DescribeAgents = D1 ('MetaData "DescribeAgents" "Amazonka.Discovery.DescribeAgents" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DescribeAgents'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "agentIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeAgents Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

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

Instances details
Eq DescribeAgentsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

Read DescribeAgentsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

Show DescribeAgentsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

Generic DescribeAgentsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

Associated Types

type Rep DescribeAgentsResponse :: Type -> Type #

NFData DescribeAgentsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

Methods

rnf :: DescribeAgentsResponse -> () #

type Rep DescribeAgentsResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeAgents

type Rep DescribeAgentsResponse = D1 ('MetaData "DescribeAgentsResponse" "Amazonka.Discovery.DescribeAgents" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DescribeAgentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agentsInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AgentInfo])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.

Instances

Instances details
Eq DescribeExportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

Read DescribeExportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

Show DescribeExportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

Generic DescribeExportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

Associated Types

type Rep DescribeExportTasks :: Type -> Type #

NFData DescribeExportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

Methods

rnf :: DescribeExportTasks -> () #

Hashable DescribeExportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

ToJSON DescribeExportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

AWSPager DescribeExportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

AWSRequest DescribeExportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

Associated Types

type AWSResponse DescribeExportTasks #

ToHeaders DescribeExportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

ToPath DescribeExportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

ToQuery DescribeExportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

type Rep DescribeExportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

type Rep DescribeExportTasks = D1 ('MetaData "DescribeExportTasks" "Amazonka.Discovery.DescribeExportTasks" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DescribeExportTasks'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExportFilter])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "exportIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))
type AWSResponse DescribeExportTasks Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

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

Instances details
Eq DescribeExportTasksResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

Read DescribeExportTasksResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

Show DescribeExportTasksResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

Generic DescribeExportTasksResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

Associated Types

type Rep DescribeExportTasksResponse :: Type -> Type #

NFData DescribeExportTasksResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

type Rep DescribeExportTasksResponse Source # 
Instance details

Defined in Amazonka.Discovery.DescribeExportTasks

type Rep DescribeExportTasksResponse = D1 ('MetaData "DescribeExportTasksResponse" "Amazonka.Discovery.DescribeExportTasks" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DescribeExportTasksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "exportsInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExportInfo])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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

Instances details
Eq StartDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

Read StartDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

Show StartDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

Generic StartDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

Associated Types

type Rep StartDataCollectionByAgentIds :: Type -> Type #

NFData StartDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

Hashable StartDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

ToJSON StartDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

AWSRequest StartDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

ToHeaders StartDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

ToPath StartDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

ToQuery StartDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

type Rep StartDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

type Rep StartDataCollectionByAgentIds = D1 ('MetaData "StartDataCollectionByAgentIds" "Amazonka.Discovery.StartDataCollectionByAgentIds" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "StartDataCollectionByAgentIds'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agentIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse StartDataCollectionByAgentIds Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

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 #

Instances

Instances details
Eq StartDataCollectionByAgentIdsResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

Read StartDataCollectionByAgentIdsResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

Show StartDataCollectionByAgentIdsResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

Generic StartDataCollectionByAgentIdsResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

NFData StartDataCollectionByAgentIdsResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

type Rep StartDataCollectionByAgentIdsResponse Source # 
Instance details

Defined in Amazonka.Discovery.StartDataCollectionByAgentIds

type Rep StartDataCollectionByAgentIdsResponse = D1 ('MetaData "StartDataCollectionByAgentIdsResponse" "Amazonka.Discovery.StartDataCollectionByAgentIds" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "StartDataCollectionByAgentIdsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agentsConfigurationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AgentConfigurationStatus])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.

Constructors

GetDiscoverySummary' 

Instances

Instances details
Eq GetDiscoverySummary Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

Read GetDiscoverySummary Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

Show GetDiscoverySummary Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

Generic GetDiscoverySummary Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

Associated Types

type Rep GetDiscoverySummary :: Type -> Type #

NFData GetDiscoverySummary Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

Methods

rnf :: GetDiscoverySummary -> () #

Hashable GetDiscoverySummary Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

ToJSON GetDiscoverySummary Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

AWSRequest GetDiscoverySummary Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

Associated Types

type AWSResponse GetDiscoverySummary #

ToHeaders GetDiscoverySummary Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

ToPath GetDiscoverySummary Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

ToQuery GetDiscoverySummary Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

type Rep GetDiscoverySummary Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

type Rep GetDiscoverySummary = D1 ('MetaData "GetDiscoverySummary" "Amazonka.Discovery.GetDiscoverySummary" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "GetDiscoverySummary'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetDiscoverySummary Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

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.

Instances

Instances details
Eq GetDiscoverySummaryResponse Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

Read GetDiscoverySummaryResponse Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

Show GetDiscoverySummaryResponse Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

Generic GetDiscoverySummaryResponse Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

Associated Types

type Rep GetDiscoverySummaryResponse :: Type -> Type #

NFData GetDiscoverySummaryResponse Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

type Rep GetDiscoverySummaryResponse Source # 
Instance details

Defined in Amazonka.Discovery.GetDiscoverySummary

type Rep GetDiscoverySummaryResponse = D1 ('MetaData "GetDiscoverySummaryResponse" "Amazonka.Discovery.GetDiscoverySummary" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "GetDiscoverySummaryResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "servers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "serversMappedtoTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "serversMappedToApplications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: ((S1 ('MetaSel ('Just "connectorSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomerConnectorInfo)) :*: S1 ('MetaSel ('Just "agentSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomerAgentInfo))) :*: (S1 ('MetaSel ('Just "applications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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 #

Instances

Instances details
Eq DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

Read DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

Show DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

Generic DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

NFData DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

Hashable DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

ToJSON DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

AWSRequest DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

ToHeaders DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

ToPath DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

ToQuery DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

type Rep DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

type Rep DisassociateConfigurationItemsFromApplication = D1 ('MetaData "DisassociateConfigurationItemsFromApplication" "Amazonka.Discovery.DisassociateConfigurationItemsFromApplication" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DisassociateConfigurationItemsFromApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationConfigurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configurationIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse DisassociateConfigurationItemsFromApplication Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

newDisassociateConfigurationItemsFromApplication Source #

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 #

Instances

Instances details
Eq DisassociateConfigurationItemsFromApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

Read DisassociateConfigurationItemsFromApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

Show DisassociateConfigurationItemsFromApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

Generic DisassociateConfigurationItemsFromApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

NFData DisassociateConfigurationItemsFromApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

type Rep DisassociateConfigurationItemsFromApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.DisassociateConfigurationItemsFromApplication

type Rep DisassociateConfigurationItemsFromApplicationResponse = D1 ('MetaData "DisassociateConfigurationItemsFromApplicationResponse" "Amazonka.Discovery.DisassociateConfigurationItemsFromApplication" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "DisassociateConfigurationItemsFromApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

AssociateConfigurationItemsToApplication

data AssociateConfigurationItemsToApplication Source #

Instances

Instances details
Eq AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

Read AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

Show AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

Generic AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

NFData AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

Hashable AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

ToJSON AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

AWSRequest AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

ToHeaders AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

ToPath AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

ToQuery AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

type Rep AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

type Rep AssociateConfigurationItemsToApplication = D1 ('MetaData "AssociateConfigurationItemsToApplication" "Amazonka.Discovery.AssociateConfigurationItemsToApplication" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "AssociateConfigurationItemsToApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationConfigurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configurationIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse AssociateConfigurationItemsToApplication Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

newAssociateConfigurationItemsToApplication Source #

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 #

Instances

Instances details
Eq AssociateConfigurationItemsToApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

Read AssociateConfigurationItemsToApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

Show AssociateConfigurationItemsToApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

Generic AssociateConfigurationItemsToApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

NFData AssociateConfigurationItemsToApplicationResponse Source # 
Instance details

Defined in Amazonka.Discovery.AssociateConfigurationItemsToApplication

type Rep AssociateConfigurationItemsToApplicationResponse Source # 
Instance details

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 #

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