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.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2015-11-01 of the Amazon Application Discovery Service SDK configuration.

Errors

_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 :: AsError a => Getting (First ServiceError) a ServiceError Source #

The home region is not set. Set the home region to continue.

_InvalidParameterException :: AsError a => Getting (First ServiceError) a ServiceError Source #

One or more parameters are not valid. Verify the parameters and try again.

_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 :: AsError a => Getting (First ServiceError) a ServiceError Source #

The server experienced an internal error. Try again.

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified configuration ID was not located. Verify the configuration ID and try again.

_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.

AgentStatus

newtype AgentStatus Source #

Constructors

AgentStatus' 

Instances

Instances details
Eq AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

Ord AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

Read AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

Show AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

Generic AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

Associated Types

type Rep AgentStatus :: Type -> Type #

NFData AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

Methods

rnf :: AgentStatus -> () #

Hashable AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

ToJSON AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

ToJSONKey AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

FromJSON AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

FromJSONKey AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

ToLog AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

ToHeader AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

ToQuery AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

FromXML AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

ToXML AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

Methods

toXML :: AgentStatus -> XML #

ToByteString AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

FromText AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

ToText AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

Methods

toText :: AgentStatus -> Text #

type Rep AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

type Rep AgentStatus = D1 ('MetaData "AgentStatus" "Amazonka.Discovery.Types.AgentStatus" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'True) (C1 ('MetaCons "AgentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAgentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BatchDeleteImportDataErrorCode

newtype BatchDeleteImportDataErrorCode Source #

Instances

Instances details
Eq BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

Ord BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

Read BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

Show BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

Generic BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

Associated Types

type Rep BatchDeleteImportDataErrorCode :: Type -> Type #

NFData BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

Hashable BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

ToJSON BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

ToJSONKey BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

FromJSON BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

FromJSONKey BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

ToLog BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

ToHeader BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

ToQuery BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

FromXML BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

ToXML BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

ToByteString BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

FromText BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

ToText BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

type Rep BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

type Rep BatchDeleteImportDataErrorCode = D1 ('MetaData "BatchDeleteImportDataErrorCode" "Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'True) (C1 ('MetaCons "BatchDeleteImportDataErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBatchDeleteImportDataErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigurationItemType

newtype ConfigurationItemType Source #

Instances

Instances details
Eq ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

Ord ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

Read ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

Show ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

Generic ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

Associated Types

type Rep ConfigurationItemType :: Type -> Type #

NFData ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

Methods

rnf :: ConfigurationItemType -> () #

Hashable ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

ToJSON ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

ToJSONKey ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

FromJSON ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

FromJSONKey ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

ToLog ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

ToHeader ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

ToQuery ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

FromXML ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

ToXML ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

ToByteString ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

FromText ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

ToText ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

type Rep ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

type Rep ConfigurationItemType = D1 ('MetaData "ConfigurationItemType" "Amazonka.Discovery.Types.ConfigurationItemType" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'True) (C1 ('MetaCons "ConfigurationItemType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigurationItemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ContinuousExportStatus

newtype ContinuousExportStatus Source #

Instances

Instances details
Eq ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

Ord ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

Read ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

Show ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

Generic ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

Associated Types

type Rep ContinuousExportStatus :: Type -> Type #

NFData ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

Methods

rnf :: ContinuousExportStatus -> () #

Hashable ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

ToJSON ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

ToJSONKey ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

FromJSON ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

FromJSONKey ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

ToLog ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

ToHeader ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

ToQuery ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

FromXML ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

ToXML ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

ToByteString ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

FromText ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

ToText ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

type Rep ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

type Rep ContinuousExportStatus = D1 ('MetaData "ContinuousExportStatus" "Amazonka.Discovery.Types.ContinuousExportStatus" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'True) (C1 ('MetaCons "ContinuousExportStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromContinuousExportStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataSource

newtype DataSource Source #

Constructors

DataSource' 

Fields

Bundled Patterns

pattern DataSource_AGENT :: DataSource 

Instances

Instances details
Eq DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

Ord DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

Read DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

Show DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

Generic DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

Associated Types

type Rep DataSource :: Type -> Type #

NFData DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

Methods

rnf :: DataSource -> () #

Hashable DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

ToJSON DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

ToJSONKey DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

FromJSON DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

FromJSONKey DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

ToLog DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

ToHeader DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

ToQuery DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

FromXML DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

ToXML DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

Methods

toXML :: DataSource -> XML #

ToByteString DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

FromText DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

ToText DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

Methods

toText :: DataSource -> Text #

type Rep DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

type Rep DataSource = D1 ('MetaData "DataSource" "Amazonka.Discovery.Types.DataSource" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'True) (C1 ('MetaCons "DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExportDataFormat

newtype ExportDataFormat Source #

Instances

Instances details
Eq ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

Ord ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

Read ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

Show ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

Generic ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

Associated Types

type Rep ExportDataFormat :: Type -> Type #

NFData ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

Methods

rnf :: ExportDataFormat -> () #

Hashable ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

ToJSON ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

ToJSONKey ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

FromJSON ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

FromJSONKey ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

ToLog ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

ToHeader ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

ToQuery ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

FromXML ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

ToXML ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

ToByteString ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

FromText ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

ToText ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

type Rep ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

type Rep ExportDataFormat = D1 ('MetaData "ExportDataFormat" "Amazonka.Discovery.Types.ExportDataFormat" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'True) (C1 ('MetaCons "ExportDataFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExportDataFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExportStatus

newtype ExportStatus Source #

Constructors

ExportStatus' 

Instances

Instances details
Eq ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

Ord ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

Read ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

Show ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

Generic ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

Associated Types

type Rep ExportStatus :: Type -> Type #

NFData ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

Methods

rnf :: ExportStatus -> () #

Hashable ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

ToJSON ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

ToJSONKey ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

FromJSON ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

FromJSONKey ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

ToLog ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

ToHeader ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

ToQuery ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

FromXML ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

ToXML ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

Methods

toXML :: ExportStatus -> XML #

ToByteString ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

FromText ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

ToText ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

Methods

toText :: ExportStatus -> Text #

type Rep ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

type Rep ExportStatus = D1 ('MetaData "ExportStatus" "Amazonka.Discovery.Types.ExportStatus" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'True) (C1 ('MetaCons "ExportStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExportStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImportStatus

newtype ImportStatus Source #

Constructors

ImportStatus' 

Instances

Instances details
Eq ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

Ord ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

Read ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

Show ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

Generic ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

Associated Types

type Rep ImportStatus :: Type -> Type #

NFData ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

Methods

rnf :: ImportStatus -> () #

Hashable ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

ToJSON ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

ToJSONKey ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

FromJSON ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

FromJSONKey ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

ToLog ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

ToHeader ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

ToQuery ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

FromXML ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

ToXML ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

Methods

toXML :: ImportStatus -> XML #

ToByteString ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

FromText ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

ToText ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

Methods

toText :: ImportStatus -> Text #

type Rep ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

type Rep ImportStatus = D1 ('MetaData "ImportStatus" "Amazonka.Discovery.Types.ImportStatus" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'True) (C1 ('MetaCons "ImportStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImportStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImportTaskFilterName

newtype ImportTaskFilterName Source #

Instances

Instances details
Eq ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

Ord ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

Read ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

Show ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

Generic ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

Associated Types

type Rep ImportTaskFilterName :: Type -> Type #

NFData ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

Methods

rnf :: ImportTaskFilterName -> () #

Hashable ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

ToJSON ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

ToJSONKey ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

FromJSON ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

FromJSONKey ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

ToLog ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

ToHeader ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

ToQuery ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

FromXML ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

ToXML ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

ToByteString ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

FromText ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

ToText ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

type Rep ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

type Rep ImportTaskFilterName = D1 ('MetaData "ImportTaskFilterName" "Amazonka.Discovery.Types.ImportTaskFilterName" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'True) (C1 ('MetaCons "ImportTaskFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImportTaskFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrderString

newtype OrderString Source #

Constructors

OrderString' 

Bundled Patterns

pattern OrderString_ASC :: OrderString 
pattern OrderString_DESC :: OrderString 

Instances

Instances details
Eq OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

Ord OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

Read OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

Show OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

Generic OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

Associated Types

type Rep OrderString :: Type -> Type #

NFData OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

Methods

rnf :: OrderString -> () #

Hashable OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

ToJSON OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

ToJSONKey OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

FromJSON OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

FromJSONKey OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

ToLog OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

ToHeader OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

ToQuery OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

FromXML OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

ToXML OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

Methods

toXML :: OrderString -> XML #

ToByteString OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

FromText OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

ToText OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

Methods

toText :: OrderString -> Text #

type Rep OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

type Rep OrderString = D1 ('MetaData "OrderString" "Amazonka.Discovery.Types.OrderString" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'True) (C1 ('MetaCons "OrderString'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrderString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AgentConfigurationStatus

data AgentConfigurationStatus Source #

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

See: newAgentConfigurationStatus smart constructor.

Constructors

AgentConfigurationStatus' 

Fields

  • agentId :: Maybe Text

    The agent/connector ID.

  • operationSucceeded :: Maybe Bool

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

  • description :: Maybe Text

    A description of the operation performed.

Instances

Instances details
Eq AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

Read AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

Show AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

Generic AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

Associated Types

type Rep AgentConfigurationStatus :: Type -> Type #

NFData AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

Hashable AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

FromJSON AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

type Rep AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

type Rep AgentConfigurationStatus = D1 ('MetaData "AgentConfigurationStatus" "Amazonka.Discovery.Types.AgentConfigurationStatus" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "AgentConfigurationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "operationSucceeded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAgentConfigurationStatus :: AgentConfigurationStatus Source #

Create a value of AgentConfigurationStatus 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:agentId:AgentConfigurationStatus', agentConfigurationStatus_agentId - The agent/connector ID.

$sel:operationSucceeded:AgentConfigurationStatus', agentConfigurationStatus_operationSucceeded - Information about the status of the StartDataCollection and StopDataCollection operations. The system has recorded the data collection operation. The agent/connector receives this command the next time it polls for a new command.

$sel:description:AgentConfigurationStatus', agentConfigurationStatus_description - A description of the operation performed.

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

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

AgentInfo

data AgentInfo Source #

Information about agents or connectors associated with the user’s AWS account. Information includes agent or connector IDs, IP addresses, media access control (MAC) addresses, agent or connector health, hostname where the agent or connector resides, and agent version for each agent.

See: newAgentInfo smart constructor.

Constructors

AgentInfo' 

Fields

Instances

Instances details
Eq AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

Read AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

Show AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

Generic AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

Associated Types

type Rep AgentInfo :: Type -> Type #

NFData AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

Methods

rnf :: AgentInfo -> () #

Hashable AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

FromJSON AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

type Rep AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

newAgentInfo :: AgentInfo Source #

Create a value of AgentInfo 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:hostName:AgentInfo', agentInfo_hostName - The name of the host where the agent or connector resides. The host can be a server or virtual machine.

$sel:lastHealthPingTime:AgentInfo', agentInfo_lastHealthPingTime - Time since agent or connector health was reported.

$sel:agentNetworkInfoList:AgentInfo', agentInfo_agentNetworkInfoList - Network details about the host where the agent or connector resides.

$sel:connectorId:AgentInfo', agentInfo_connectorId - The ID of the connector.

$sel:health:AgentInfo', agentInfo_health - The health of the agent or connector.

$sel:agentId:AgentInfo', agentInfo_agentId - The agent or connector ID.

$sel:version:AgentInfo', agentInfo_version - The agent or connector version.

$sel:collectionStatus:AgentInfo', agentInfo_collectionStatus - Status of the collection process for an agent or connector.

$sel:registeredTime:AgentInfo', agentInfo_registeredTime - Agent's first registration timestamp in UTC.

$sel:agentType:AgentInfo', agentInfo_agentType - Type of agent.

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

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

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

Time since agent or connector health was reported.

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

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

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

The ID of the connector.

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

The health of the agent or connector.

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

The agent or connector ID.

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

The agent or connector version.

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

Status of the collection process for an agent or connector.

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

Agent's first registration timestamp in UTC.

AgentNetworkInfo

data AgentNetworkInfo Source #

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

See: newAgentNetworkInfo smart constructor.

Constructors

AgentNetworkInfo' 

Fields

Instances

Instances details
Eq AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

Read AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

Show AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

Generic AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

Associated Types

type Rep AgentNetworkInfo :: Type -> Type #

NFData AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

Methods

rnf :: AgentNetworkInfo -> () #

Hashable AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

FromJSON AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

type Rep AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

type Rep AgentNetworkInfo = D1 ('MetaData "AgentNetworkInfo" "Amazonka.Discovery.Types.AgentNetworkInfo" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "AgentNetworkInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "macAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAgentNetworkInfo :: AgentNetworkInfo Source #

Create a value of AgentNetworkInfo 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:ipAddress:AgentNetworkInfo', agentNetworkInfo_ipAddress - The IP address for the host where the agent/connector resides.

$sel:macAddress:AgentNetworkInfo', agentNetworkInfo_macAddress - The MAC address for the host where the agent/connector resides.

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

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

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

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

BatchDeleteImportDataError

data BatchDeleteImportDataError Source #

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

See: newBatchDeleteImportDataError smart constructor.

Constructors

BatchDeleteImportDataError' 

Fields

Instances

Instances details
Eq BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

Read BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

Show BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

Generic BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

Associated Types

type Rep BatchDeleteImportDataError :: Type -> Type #

NFData BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

Hashable BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

FromJSON BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

type Rep BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

type Rep BatchDeleteImportDataError = D1 ('MetaData "BatchDeleteImportDataError" "Amazonka.Discovery.Types.BatchDeleteImportDataError" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "BatchDeleteImportDataError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "importTaskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchDeleteImportDataErrorCode)) :*: S1 ('MetaSel ('Just "errorDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchDeleteImportDataError :: BatchDeleteImportDataError Source #

Create a value of BatchDeleteImportDataError 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:importTaskId:BatchDeleteImportDataError', batchDeleteImportDataError_importTaskId - The unique import ID associated with the error that occurred.

$sel:errorCode:BatchDeleteImportDataError', batchDeleteImportDataError_errorCode - The type of error that occurred for a specific import task.

$sel:errorDescription:BatchDeleteImportDataError', batchDeleteImportDataError_errorDescription - The description of the error that occurred for a specific import task.

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

The unique import ID associated with the error that occurred.

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

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

ConfigurationTag

data ConfigurationTag Source #

Tags for a configuration item. Tags are metadata that help you categorize IT assets.

See: newConfigurationTag smart constructor.

Constructors

ConfigurationTag' 

Fields

Instances

Instances details
Eq ConfigurationTag Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationTag

Read ConfigurationTag Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationTag

Show ConfigurationTag Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationTag

Generic ConfigurationTag Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationTag

Associated Types

type Rep ConfigurationTag :: Type -> Type #

NFData ConfigurationTag Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationTag

Methods

rnf :: ConfigurationTag -> () #

Hashable ConfigurationTag Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationTag

FromJSON ConfigurationTag Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationTag

type Rep ConfigurationTag Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationTag

type Rep ConfigurationTag = D1 ('MetaData "ConfigurationTag" "Amazonka.Discovery.Types.ConfigurationTag" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "ConfigurationTag'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "timeOfCreation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "configurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "configurationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationItemType)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newConfigurationTag :: ConfigurationTag Source #

Create a value of ConfigurationTag 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:timeOfCreation:ConfigurationTag', configurationTag_timeOfCreation - The time the configuration tag was created in Coordinated Universal Time (UTC).

$sel:configurationId:ConfigurationTag', configurationTag_configurationId - The configuration ID for the item to tag. You can specify a list of keys and values.

$sel:configurationType:ConfigurationTag', configurationTag_configurationType - A type of IT asset to tag.

$sel:value:ConfigurationTag', configurationTag_value - A value on which to filter. For example key = serverType and /value = web server/.

$sel:key:ConfigurationTag', configurationTag_key - A type of tag on which to filter. For example, serverType.

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

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

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

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

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

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

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

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

ContinuousExportDescription

data ContinuousExportDescription Source #

A list of continuous export descriptions.

See: newContinuousExportDescription smart constructor.

Constructors

ContinuousExportDescription' 

Fields

  • status :: Maybe ContinuousExportStatus

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

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

    The timestamp representing when the continuous export was started.

  • schemaStorageConfig :: Maybe (HashMap Text Text)

    An object which describes how the data is stored.

    • databaseName - the name of the Glue database used to store the schema.
  • statusDetail :: Maybe Text

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

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

    The timestamp that represents when this continuous export was stopped.

  • dataSource :: Maybe DataSource

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

  • s3Bucket :: Maybe Text

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

  • exportId :: Maybe Text

    The unique ID assigned to this export.

Instances

Instances details
Eq ContinuousExportDescription Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportDescription

Read ContinuousExportDescription Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportDescription

Show ContinuousExportDescription Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportDescription

Generic ContinuousExportDescription Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportDescription

Associated Types

type Rep ContinuousExportDescription :: Type -> Type #

NFData ContinuousExportDescription Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportDescription

Hashable ContinuousExportDescription Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportDescription

FromJSON ContinuousExportDescription Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportDescription

type Rep ContinuousExportDescription Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportDescription

type Rep ContinuousExportDescription = D1 ('MetaData "ContinuousExportDescription" "Amazonka.Discovery.Types.ContinuousExportDescription" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "ContinuousExportDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContinuousExportStatus)) :*: 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 "statusDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "stopTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: 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))))))

newContinuousExportDescription :: ContinuousExportDescription Source #

Create a value of ContinuousExportDescription 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:status:ContinuousExportDescription', continuousExportDescription_status - Describes the status of the export. Can be one of the following values:

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

$sel:startTime:ContinuousExportDescription', continuousExportDescription_startTime - The timestamp representing when the continuous export was started.

$sel:schemaStorageConfig:ContinuousExportDescription', continuousExportDescription_schemaStorageConfig - An object which describes how the data is stored.

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

$sel:statusDetail:ContinuousExportDescription', continuousExportDescription_statusDetail - Contains information about any errors that have occurred. This data type can have the following values:

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

$sel:stopTime:ContinuousExportDescription', continuousExportDescription_stopTime - The timestamp that represents when this continuous export was stopped.

$sel:dataSource:ContinuousExportDescription', continuousExportDescription_dataSource - The type of data collector used to gather this data (currently only offered for AGENT).

$sel:s3Bucket:ContinuousExportDescription', continuousExportDescription_s3Bucket - The name of the s3 bucket where the export data parquet files are stored.

$sel:exportId:ContinuousExportDescription', continuousExportDescription_exportId - The unique ID assigned to this export.

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

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

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

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

The timestamp representing when the continuous export was started.

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

An object which describes how the data is stored.

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

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

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

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

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

The timestamp that represents when this continuous export was stopped.

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

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

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

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

CustomerAgentInfo

data CustomerAgentInfo Source #

Inventory data for installed discovery agents.

See: newCustomerAgentInfo smart constructor.

Constructors

CustomerAgentInfo' 

Fields

Instances

Instances details
Eq CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

Read CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

Show CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

Generic CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

Associated Types

type Rep CustomerAgentInfo :: Type -> Type #

NFData CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

Methods

rnf :: CustomerAgentInfo -> () #

Hashable CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

FromJSON CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

type Rep CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

type Rep CustomerAgentInfo = D1 ('MetaData "CustomerAgentInfo" "Amazonka.Discovery.Types.CustomerAgentInfo" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "CustomerAgentInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "activeAgents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "healthyAgents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "blackListedAgents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "shutdownAgents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "unhealthyAgents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "totalAgents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "unknownAgents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

customerAgentInfo_activeAgents :: Lens' CustomerAgentInfo Int Source #

Number of active discovery agents.

customerAgentInfo_healthyAgents :: Lens' CustomerAgentInfo Int Source #

Number of healthy discovery agents

customerAgentInfo_blackListedAgents :: Lens' CustomerAgentInfo Int Source #

Number of blacklisted discovery agents.

customerAgentInfo_shutdownAgents :: Lens' CustomerAgentInfo Int Source #

Number of discovery agents with status SHUTDOWN.

customerAgentInfo_unhealthyAgents :: Lens' CustomerAgentInfo Int Source #

Number of unhealthy discovery agents.

customerAgentInfo_totalAgents :: Lens' CustomerAgentInfo Int Source #

Total number of discovery agents.

customerAgentInfo_unknownAgents :: Lens' CustomerAgentInfo Int Source #

Number of unknown discovery agents.

CustomerConnectorInfo

data CustomerConnectorInfo Source #

Inventory data for installed discovery connectors.

See: newCustomerConnectorInfo smart constructor.

Constructors

CustomerConnectorInfo' 

Fields

Instances

Instances details
Eq CustomerConnectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerConnectorInfo

Read CustomerConnectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerConnectorInfo

Show CustomerConnectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerConnectorInfo

Generic CustomerConnectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerConnectorInfo

Associated Types

type Rep CustomerConnectorInfo :: Type -> Type #

NFData CustomerConnectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerConnectorInfo

Methods

rnf :: CustomerConnectorInfo -> () #

Hashable CustomerConnectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerConnectorInfo

FromJSON CustomerConnectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerConnectorInfo

type Rep CustomerConnectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerConnectorInfo

type Rep CustomerConnectorInfo = D1 ('MetaData "CustomerConnectorInfo" "Amazonka.Discovery.Types.CustomerConnectorInfo" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "CustomerConnectorInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "activeConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "healthyConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "blackListedConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "shutdownConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "unhealthyConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "totalConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "unknownConnectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCustomerConnectorInfo Source #

Create a value of CustomerConnectorInfo 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:activeConnectors:CustomerConnectorInfo', customerConnectorInfo_activeConnectors - Number of active discovery connectors.

$sel:healthyConnectors:CustomerConnectorInfo', customerConnectorInfo_healthyConnectors - Number of healthy discovery connectors.

$sel:blackListedConnectors:CustomerConnectorInfo', customerConnectorInfo_blackListedConnectors - Number of blacklisted discovery connectors.

$sel:shutdownConnectors:CustomerConnectorInfo', customerConnectorInfo_shutdownConnectors - Number of discovery connectors with status SHUTDOWN,

$sel:unhealthyConnectors:CustomerConnectorInfo', customerConnectorInfo_unhealthyConnectors - Number of unhealthy discovery connectors.

$sel:totalConnectors:CustomerConnectorInfo', customerConnectorInfo_totalConnectors - Total number of discovery connectors.

$sel:unknownConnectors:CustomerConnectorInfo', customerConnectorInfo_unknownConnectors - Number of unknown discovery connectors.

customerConnectorInfo_shutdownConnectors :: Lens' CustomerConnectorInfo Int Source #

Number of discovery connectors with status SHUTDOWN,

ExportFilter

data ExportFilter Source #

Used to select which agent's data is to be exported. A single agent ID may be selected for export using the StartExportTask action.

See: newExportFilter smart constructor.

Constructors

ExportFilter' 

Fields

  • name :: Text

    A single ExportFilter name. Supported filters: agentId.

  • values :: [Text]

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

  • condition :: Text

    Supported condition: EQUALS

Instances

Instances details
Eq ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Read ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Show ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Generic ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Associated Types

type Rep ExportFilter :: Type -> Type #

NFData ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Methods

rnf :: ExportFilter -> () #

Hashable ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

ToJSON ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

type Rep ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

type Rep ExportFilter = D1 ('MetaData "ExportFilter" "Amazonka.Discovery.Types.ExportFilter" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "ExportFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "condition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newExportFilter Source #

Create a value of ExportFilter 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:ExportFilter', exportFilter_name - A single ExportFilter name. Supported filters: agentId.

$sel:values:ExportFilter', exportFilter_values - A single agentId for a Discovery Agent. An agentId can be found using the DescribeAgents action. Typically an ADS agentId is in the form o-0123456789abcdef0.

$sel:condition:ExportFilter', exportFilter_condition - Supported condition: EQUALS

exportFilter_name :: Lens' ExportFilter Text Source #

A single ExportFilter name. Supported filters: agentId.

exportFilter_values :: Lens' ExportFilter [Text] Source #

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

exportFilter_condition :: Lens' ExportFilter Text Source #

Supported condition: EQUALS

ExportInfo

data ExportInfo Source #

Information regarding the export status of discovered data. The value is an array of objects.

See: newExportInfo smart constructor.

Constructors

ExportInfo' 

Fields

  • configurationsDownloadUrl :: Maybe Text

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

  • requestedStartTime :: Maybe POSIX

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

  • requestedEndTime :: Maybe POSIX

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

  • isTruncated :: Maybe Bool

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

  • exportId :: Text

    A unique identifier used to query an export.

  • exportStatus :: ExportStatus

    The status of the data export job.

  • statusMessage :: Text

    A status message provided for API callers.

  • exportRequestTime :: POSIX

    The time that the data export was initiated.

Instances

Instances details
Eq ExportInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportInfo

Read ExportInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportInfo

Show ExportInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportInfo

Generic ExportInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportInfo

Associated Types

type Rep ExportInfo :: Type -> Type #

NFData ExportInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportInfo

Methods

rnf :: ExportInfo -> () #

Hashable ExportInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportInfo

FromJSON ExportInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportInfo

type Rep ExportInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportInfo

type Rep ExportInfo = D1 ('MetaData "ExportInfo" "Amazonka.Discovery.Types.ExportInfo" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "ExportInfo'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "configurationsDownloadUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "requestedStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "requestedEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "isTruncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "exportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "exportStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExportStatus)) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "exportRequestTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newExportInfo Source #

Create a value of ExportInfo 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:configurationsDownloadUrl:ExportInfo', exportInfo_configurationsDownloadUrl - A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.

$sel:requestedStartTime:ExportInfo', exportInfo_requestedStartTime - The value of startTime parameter in the StartExportTask request. If no startTime was requested, this result does not appear in ExportInfo.

$sel:requestedEndTime:ExportInfo', exportInfo_requestedEndTime - The endTime used in the StartExportTask request. If no endTime was requested, this result does not appear in ExportInfo.

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

$sel:exportId:ExportInfo', exportInfo_exportId - A unique identifier used to query an export.

$sel:exportStatus:ExportInfo', exportInfo_exportStatus - The status of the data export job.

$sel:statusMessage:ExportInfo', exportInfo_statusMessage - A status message provided for API callers.

$sel:exportRequestTime:ExportInfo', exportInfo_exportRequestTime - The time that the data export was initiated.

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

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

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

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

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

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

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

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

exportInfo_exportId :: Lens' ExportInfo Text Source #

A unique identifier used to query an export.

exportInfo_exportStatus :: Lens' ExportInfo ExportStatus Source #

The status of the data export job.

exportInfo_statusMessage :: Lens' ExportInfo Text Source #

A status message provided for API callers.

exportInfo_exportRequestTime :: Lens' ExportInfo UTCTime Source #

The time that the data export was initiated.

Filter

data Filter Source #

A filter that can use conditional operators.

For more information about filters, see Querying Discovered Configuration Items in the AWS Application Discovery Service User Guide.

See: newFilter smart constructor.

Constructors

Filter' 

Fields

  • name :: Text

    The name of the filter.

  • values :: [Text]

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

  • condition :: Text

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

Instances

Instances details
Eq Filter Source # 
Instance details

Defined in Amazonka.Discovery.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Read Filter Source # 
Instance details

Defined in Amazonka.Discovery.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.Discovery.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.Discovery.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

NFData Filter Source # 
Instance details

Defined in Amazonka.Discovery.Types.Filter

Methods

rnf :: Filter -> () #

Hashable Filter Source # 
Instance details

Defined in Amazonka.Discovery.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

ToJSON Filter Source # 
Instance details

Defined in Amazonka.Discovery.Types.Filter

type Rep Filter Source # 
Instance details

Defined in Amazonka.Discovery.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.Discovery.Types.Filter" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "condition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFilter Source #

Create a value of Filter 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:Filter', filter_name - The name of the filter.

$sel:values:Filter', filter_values - A string value on which to filter. For example, if you choose the destinationServer.osVersion filter name, you could specify Ubuntu for the value.

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

filter_name :: Lens' Filter Text Source #

The name of the filter.

filter_values :: Lens' Filter [Text] Source #

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

filter_condition :: Lens' Filter Text Source #

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

ImportTask

data ImportTask Source #

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

See: newImportTask smart constructor.

Constructors

ImportTask' 

Fields

  • applicationImportSuccess :: Maybe Int

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

  • status :: Maybe ImportStatus

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

  • serverImportSuccess :: Maybe Int

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

  • importCompletionTime :: Maybe POSIX

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

  • name :: Maybe Text

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

  • applicationImportFailure :: Maybe Int

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

  • errorsAndFailedEntriesZip :: Maybe Text

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

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

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

  • importTaskId :: Maybe Text

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

  • importDeletedTime :: Maybe POSIX

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

  • serverImportFailure :: Maybe Int

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

  • clientRequestToken :: Maybe Text

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

  • importUrl :: Maybe Text

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

  • importRequestTime :: Maybe POSIX

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

Instances

Instances details
Eq ImportTask Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTask

Read ImportTask Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTask

Show ImportTask Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTask

Generic ImportTask Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTask

Associated Types

type Rep ImportTask :: Type -> Type #

NFData ImportTask Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTask

Methods

rnf :: ImportTask -> () #

Hashable ImportTask Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTask

FromJSON ImportTask Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTask

type Rep ImportTask Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTask

type Rep ImportTask = D1 ('MetaData "ImportTask" "Amazonka.Discovery.Types.ImportTask" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "ImportTask'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "applicationImportSuccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImportStatus)) :*: S1 ('MetaSel ('Just "serverImportSuccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "importCompletionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationImportFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "errorsAndFailedEntriesZip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "importTaskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "importDeletedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "serverImportFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "importUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "importRequestTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

newImportTask :: ImportTask Source #

Create a value of ImportTask 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:applicationImportSuccess:ImportTask', importTask_applicationImportSuccess - The total number of application records in the import file that were successfully imported.

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

$sel:serverImportSuccess:ImportTask', importTask_serverImportSuccess - The total number of server records in the import file that were successfully imported.

$sel:importCompletionTime:ImportTask', importTask_importCompletionTime - The time that the import task request finished, presented in the Unix time stamp format.

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

$sel:applicationImportFailure:ImportTask', importTask_applicationImportFailure - The total number of application records in the import file that failed to be imported.

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

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

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

$sel:importTaskId:ImportTask', importTask_importTaskId - The unique ID for a specific import task. These IDs aren't globally unique, but they are unique within an AWS account.

$sel:importDeletedTime:ImportTask', importTask_importDeletedTime - The time that the import task request was deleted, presented in the Unix time stamp format.

$sel:serverImportFailure:ImportTask', importTask_serverImportFailure - The total number of server records in the import file that failed to be imported.

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

$sel:importUrl:ImportTask', importTask_importUrl - The URL for your import file that you've uploaded to Amazon S3.

$sel:importRequestTime:ImportTask', importTask_importRequestTime - The time that the import task request was made, presented in the Unix time stamp format.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ImportTaskFilter

data ImportTaskFilter Source #

A name-values pair of elements you can use to filter the results when querying your import tasks. Currently, wildcards are not supported for filters.

When filtering by import status, all other filter values are ignored.

See: newImportTaskFilter smart constructor.

Constructors

ImportTaskFilter' 

Fields

  • values :: Maybe (NonEmpty Text)

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

  • name :: Maybe ImportTaskFilterName

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

Instances

Instances details
Eq ImportTaskFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilter

Read ImportTaskFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilter

Show ImportTaskFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilter

Generic ImportTaskFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilter

Associated Types

type Rep ImportTaskFilter :: Type -> Type #

NFData ImportTaskFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilter

Methods

rnf :: ImportTaskFilter -> () #

Hashable ImportTaskFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilter

ToJSON ImportTaskFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilter

type Rep ImportTaskFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilter

type Rep ImportTaskFilter = D1 ('MetaData "ImportTaskFilter" "Amazonka.Discovery.Types.ImportTaskFilter" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "ImportTaskFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImportTaskFilterName))))

newImportTaskFilter :: ImportTaskFilter Source #

Create a value of ImportTaskFilter 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:values:ImportTaskFilter', importTaskFilter_values - An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.

$sel:name:ImportTaskFilter', importTaskFilter_name - The name, status, or import task ID for a specific import task.

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

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

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

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

NeighborConnectionDetail

data NeighborConnectionDetail Source #

Details about neighboring servers.

See: newNeighborConnectionDetail smart constructor.

Constructors

NeighborConnectionDetail' 

Fields

Instances

Instances details
Eq NeighborConnectionDetail Source # 
Instance details

Defined in Amazonka.Discovery.Types.NeighborConnectionDetail

Read NeighborConnectionDetail Source # 
Instance details

Defined in Amazonka.Discovery.Types.NeighborConnectionDetail

Show NeighborConnectionDetail Source # 
Instance details

Defined in Amazonka.Discovery.Types.NeighborConnectionDetail

Generic NeighborConnectionDetail Source # 
Instance details

Defined in Amazonka.Discovery.Types.NeighborConnectionDetail

Associated Types

type Rep NeighborConnectionDetail :: Type -> Type #

NFData NeighborConnectionDetail Source # 
Instance details

Defined in Amazonka.Discovery.Types.NeighborConnectionDetail

Hashable NeighborConnectionDetail Source # 
Instance details

Defined in Amazonka.Discovery.Types.NeighborConnectionDetail

FromJSON NeighborConnectionDetail Source # 
Instance details

Defined in Amazonka.Discovery.Types.NeighborConnectionDetail

type Rep NeighborConnectionDetail Source # 
Instance details

Defined in Amazonka.Discovery.Types.NeighborConnectionDetail

type Rep NeighborConnectionDetail = D1 ('MetaData "NeighborConnectionDetail" "Amazonka.Discovery.Types.NeighborConnectionDetail" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "NeighborConnectionDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "transportProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destinationPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "sourceServerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "destinationServerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "connectionsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newNeighborConnectionDetail Source #

Create a value of NeighborConnectionDetail 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:transportProtocol:NeighborConnectionDetail', neighborConnectionDetail_transportProtocol - The network protocol used for the connection.

$sel:destinationPort:NeighborConnectionDetail', neighborConnectionDetail_destinationPort - The destination network port for the connection.

$sel:sourceServerId:NeighborConnectionDetail', neighborConnectionDetail_sourceServerId - The ID of the server that opened the network connection.

$sel:destinationServerId:NeighborConnectionDetail', neighborConnectionDetail_destinationServerId - The ID of the server that accepted the network connection.

$sel:connectionsCount:NeighborConnectionDetail', neighborConnectionDetail_connectionsCount - The number of open network connections with the neighboring server.

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

The destination network port for the connection.

neighborConnectionDetail_sourceServerId :: Lens' NeighborConnectionDetail Text Source #

The ID of the server that opened the network connection.

neighborConnectionDetail_destinationServerId :: Lens' NeighborConnectionDetail Text Source #

The ID of the server that accepted the network connection.

neighborConnectionDetail_connectionsCount :: Lens' NeighborConnectionDetail Integer Source #

The number of open network connections with the neighboring server.

OrderByElement

data OrderByElement Source #

A field and direction for ordered output.

See: newOrderByElement smart constructor.

Constructors

OrderByElement' 

Fields

Instances

Instances details
Eq OrderByElement Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderByElement

Read OrderByElement Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderByElement

Show OrderByElement Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderByElement

Generic OrderByElement Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderByElement

Associated Types

type Rep OrderByElement :: Type -> Type #

NFData OrderByElement Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderByElement

Methods

rnf :: OrderByElement -> () #

Hashable OrderByElement Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderByElement

ToJSON OrderByElement Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderByElement

type Rep OrderByElement Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderByElement

type Rep OrderByElement = D1 ('MetaData "OrderByElement" "Amazonka.Discovery.Types.OrderByElement" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "OrderByElement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OrderString)) :*: S1 ('MetaSel ('Just "fieldName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newOrderByElement Source #

Create a value of OrderByElement 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:sortOrder:OrderByElement', orderByElement_sortOrder - Ordering direction.

$sel:fieldName:OrderByElement', orderByElement_fieldName - The field on which to order.

orderByElement_fieldName :: Lens' OrderByElement Text Source #

The field on which to order.

Tag

data Tag Source #

Metadata that help you categorize IT assets.

See: newTag smart constructor.

Constructors

Tag' 

Fields

  • key :: Text

    The type of tag on which to filter.

  • value :: Text

    A value for a tag key on which to filter.

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.Discovery.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.Discovery.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.Discovery.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.Discovery.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.Discovery.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.Discovery.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.Discovery.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.Discovery.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.Discovery.Types.Tag" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - The type of tag on which to filter.

$sel:value:Tag', tag_value - A value for a tag key on which to filter.

tag_key :: Lens' Tag Text Source #

The type of tag on which to filter.

tag_value :: Lens' Tag Text Source #

A value for a tag key on which to filter.

TagFilter

data TagFilter Source #

The tag filter. Valid names are: tagKey, tagValue, configurationId.

See: newTagFilter smart constructor.

Constructors

TagFilter' 

Fields

Instances

Instances details
Eq TagFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.TagFilter

Read TagFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.TagFilter

Show TagFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.TagFilter

Generic TagFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.TagFilter

Associated Types

type Rep TagFilter :: Type -> Type #

NFData TagFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.TagFilter

Methods

rnf :: TagFilter -> () #

Hashable TagFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.TagFilter

ToJSON TagFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.TagFilter

type Rep TagFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.TagFilter

type Rep TagFilter = D1 ('MetaData "TagFilter" "Amazonka.Discovery.Types.TagFilter" "libZSservicesZSamazonka-discoveryZSamazonka-discovery" 'False) (C1 ('MetaCons "TagFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newTagFilter Source #

Create a value of TagFilter 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:TagFilter', tagFilter_name - A name of the tag filter.

$sel:values:TagFilter', tagFilter_values - Values for the tag filter.

tagFilter_name :: Lens' TagFilter Text Source #

A name of the tag filter.

tagFilter_values :: Lens' TagFilter [Text] Source #

Values for the tag filter.