amazonka-discovery-2.0: Amazon Application Discovery Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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 => Fold a ServiceError Source #

The Amazon Web Services user account does not have permission to perform the action. Check the IAM policy associated with this account.

_HomeRegionNotSetException :: AsError a => Fold a ServiceError Source #

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

_InvalidParameterException :: AsError a => Fold a ServiceError Source #

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

_InvalidParameterValueException :: AsError a => Fold a ServiceError Source #

The value of one or more parameters are either invalid or out of range. Verify the parameter values and try again.

_OperationNotPermittedException :: AsError a => Fold a ServiceError Source #

This operation is not permitted.

_ResourceInUseException :: AsError a => Fold 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.

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

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

_ServerInternalErrorException :: AsError a => Fold a ServiceError Source #

The server experienced an internal error. Try again.

AgentStatus

newtype AgentStatus Source #

Constructors

AgentStatus' 

Instances

Instances details
FromJSON AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

FromJSONKey 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

ToByteString AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

ToHeader AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

ToLog AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

ToQuery 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 #

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 #

Generic AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

Associated Types

type Rep AgentStatus :: Type -> Type #

Read AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

Show AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

NFData AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

Methods

rnf :: AgentStatus -> () #

Eq AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

Ord AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

Hashable AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

type Rep AgentStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentStatus

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

BatchDeleteImportDataErrorCode

newtype BatchDeleteImportDataErrorCode Source #

Instances

Instances details
FromJSON BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

FromJSONKey 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

ToByteString BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

ToHeader BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

ToLog BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

ToQuery 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

FromXML BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

ToXML 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 #

Read BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

Show BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

NFData BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

Eq BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

Ord BatchDeleteImportDataErrorCode Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataErrorCode

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'True) (C1 ('MetaCons "BatchDeleteImportDataErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBatchDeleteImportDataErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConfigurationItemType

newtype ConfigurationItemType Source #

Instances

Instances details
FromJSON ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

FromJSONKey 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

ToByteString ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

ToHeader ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

ToLog ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

ToQuery 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

FromXML ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

ToXML 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 #

Read ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

Show ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

NFData ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

Methods

rnf :: ConfigurationItemType -> () #

Eq ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

Ord ConfigurationItemType Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationItemType

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'True) (C1 ('MetaCons "ConfigurationItemType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConfigurationItemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ContinuousExportStatus

newtype ContinuousExportStatus Source #

Instances

Instances details
FromJSON ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

FromJSONKey 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

ToByteString ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

ToHeader ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

ToLog ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

ToQuery 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

FromXML ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

ToXML 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 #

Read ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

Show ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

NFData ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

Methods

rnf :: ContinuousExportStatus -> () #

Eq ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

Ord ContinuousExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportStatus

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" '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
FromJSON DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

FromJSONKey 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

ToByteString DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

ToHeader DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

ToLog DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

ToQuery 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 #

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 #

Generic DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

Associated Types

type Rep DataSource :: Type -> Type #

Read DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

Show DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

NFData DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

Methods

rnf :: DataSource -> () #

Eq DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

Ord DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

Hashable DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

type Rep DataSource Source # 
Instance details

Defined in Amazonka.Discovery.Types.DataSource

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

ExportDataFormat

newtype ExportDataFormat Source #

Instances

Instances details
FromJSON ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

FromJSONKey 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

ToByteString ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

ToHeader ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

ToLog ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

ToQuery 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

FromXML ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

ToXML 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 #

Read ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

Show ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

NFData ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

Methods

rnf :: ExportDataFormat -> () #

Eq ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

Ord ExportDataFormat Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportDataFormat

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'True) (C1 ('MetaCons "ExportDataFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExportDataFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExportStatus

newtype ExportStatus Source #

Constructors

ExportStatus' 

Instances

Instances details
FromJSON ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

FromJSONKey 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

ToByteString ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

ToHeader ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

ToLog ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

ToQuery 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 #

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 #

Generic ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

Associated Types

type Rep ExportStatus :: Type -> Type #

Read ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

Show ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

NFData ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

Methods

rnf :: ExportStatus -> () #

Eq ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

Ord ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

Hashable ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

type Rep ExportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportStatus

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

ImportStatus

newtype ImportStatus Source #

Constructors

ImportStatus' 

Instances

Instances details
FromJSON ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

FromJSONKey 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

ToByteString ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

ToHeader ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

ToLog ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

ToQuery 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 #

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 #

Generic ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

Associated Types

type Rep ImportStatus :: Type -> Type #

Read ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

Show ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

NFData ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

Methods

rnf :: ImportStatus -> () #

Eq ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

Ord ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

Hashable ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

type Rep ImportStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportStatus

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

ImportTaskFilterName

newtype ImportTaskFilterName Source #

Instances

Instances details
FromJSON ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

FromJSONKey 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

ToByteString ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

ToHeader ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

ToLog ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

ToQuery 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

FromXML ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

ToXML 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 #

Read ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

Show ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

NFData ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

Methods

rnf :: ImportTaskFilterName -> () #

Eq ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

Ord ImportTaskFilterName Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilterName

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" '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
FromJSON OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

FromJSONKey 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

ToByteString OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

ToHeader OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

ToLog OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

ToQuery 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 #

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 #

Generic OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

Associated Types

type Rep OrderString :: Type -> Type #

Read OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

Show OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

NFData OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

Methods

rnf :: OrderString -> () #

Eq OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

Ord OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

Hashable OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

type Rep OrderString Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderString

type Rep OrderString = D1 ('MetaData "OrderString" "Amazonka.Discovery.Types.OrderString" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" '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.

  • description :: Maybe Text

    A description of the operation performed.

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

Instances

Instances details
FromJSON 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 #

Read AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

Show AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

NFData AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

Eq AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'False) (C1 ('MetaCons "AgentConfigurationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "operationSucceeded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

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:description:AgentConfigurationStatus', agentConfigurationStatus_description - A description of the operation performed.

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

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 Amazon Web Services 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
FromJSON 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 #

Read AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

Show AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

NFData AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

Methods

rnf :: AgentInfo -> () #

Eq AgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentInfo

Hashable 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:agentId:AgentInfo', agentInfo_agentId - The agent or connector ID.

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

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

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

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

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

$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:registeredTime:AgentInfo', agentInfo_registeredTime - Agent's first registration timestamp in UTC.

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

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

The agent or connector ID.

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

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

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

Status of the collection process for an agent or connector.

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_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_registeredTime :: Lens' AgentInfo (Maybe Text) Source #

Agent's first registration timestamp in UTC.

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

The agent or connector version.

AgentNetworkInfo

data AgentNetworkInfo Source #

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

See: newAgentNetworkInfo smart constructor.

Constructors

AgentNetworkInfo' 

Fields

Instances

Instances details
FromJSON 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 #

Read AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

Show AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

NFData AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

Methods

rnf :: AgentNetworkInfo -> () #

Eq AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" '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
FromJSON 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 #

Read BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

Show BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

NFData BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

Eq BatchDeleteImportDataError Source # 
Instance details

Defined in Amazonka.Discovery.Types.BatchDeleteImportDataError

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'False) (C1 ('MetaCons "BatchDeleteImportDataError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchDeleteImportDataErrorCode)) :*: (S1 ('MetaSel ('Just "errorDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "importTaskId") '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: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.

$sel:importTaskId:BatchDeleteImportDataError', batchDeleteImportDataError_importTaskId - 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.

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

The unique import ID associated with the error that occurred.

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
FromJSON 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 #

Read ConfigurationTag Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationTag

Show ConfigurationTag Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationTag

NFData ConfigurationTag Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationTag

Methods

rnf :: ConfigurationTag -> () #

Eq ConfigurationTag Source # 
Instance details

Defined in Amazonka.Discovery.Types.ConfigurationTag

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'False) (C1 ('MetaCons "ConfigurationTag'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "configurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConfigurationItemType))) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "timeOfCreation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "value") '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: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:key:ConfigurationTag', configurationTag_key - A type of tag on which to filter. For example, serverType.

$sel:timeOfCreation:ConfigurationTag', configurationTag_timeOfCreation - The time the configuration tag was created in Coordinated Universal Time (UTC).

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

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_key :: Lens' ConfigurationTag (Maybe Text) Source #

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_value :: Lens' ConfigurationTag (Maybe Text) Source #

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

ContinuousExportDescription

data ContinuousExportDescription Source #

A list of continuous export descriptions.

See: newContinuousExportDescription smart constructor.

Constructors

ContinuousExportDescription' 

Fields

  • dataSource :: Maybe DataSource

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

  • exportId :: Maybe Text

    The unique ID assigned to this export.

  • s3Bucket :: Maybe Text

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

  • 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.
  • startTime :: Maybe POSIX

    The timestamp representing when the continuous export was started.

  • 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.
  • 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 Amazon Web Services administrator for help. For more information, see Setting Up Amazon Web Services 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 Amazon Web Services Support.
    • LAKE_FORMATION_ACCESS_DENIED - You don't have sufficient lake formation permissions to start continuous export. For more information, see Upgrading Amazon Web Services Glue Data Permissions to the Amazon Web Services Lake Formation Model in the Amazon Web Services Lake Formation Developer Guide.

      You can use one of the following two ways to resolve this issue.

      1. If you don’t want to use the Lake Formation permission model, you can change the default Data Catalog settings to use only Amazon Web Services Identity and Access Management (IAM) access control for new databases. For more information, see Change Data Catalog Settings in the Lake Formation Developer Guide.
      2. You can give the service-linked IAM roles AWSServiceRoleForApplicationDiscoveryServiceContinuousExport and AWSApplicationDiscoveryServiceFirehose the required Lake Formation permissions. For more information, see Granting Database Permissions in the Lake Formation Developer Guide.

        1. AWSServiceRoleForApplicationDiscoveryServiceContinuousExport - Grant database creator permissions, which gives the role database creation ability and implicit permissions for any created tables. For more information, see Implicit Lake Formation Permissions in the Lake Formation Developer Guide.
        2. AWSApplicationDiscoveryServiceFirehose - Grant describe permissions for all tables in the database.
    • S3_BUCKET_LIMIT_FAILURE - You reached the limit for Amazon S3 buckets. Reduce the number of 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.

Instances

Instances details
FromJSON 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 #

Read ContinuousExportDescription Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportDescription

Show ContinuousExportDescription Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportDescription

NFData ContinuousExportDescription Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportDescription

Eq ContinuousExportDescription Source # 
Instance details

Defined in Amazonka.Discovery.Types.ContinuousExportDescription

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'False) (C1 ('MetaCons "ContinuousExportDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSource)) :*: S1 ('MetaSel ('Just "exportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaStorageConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContinuousExportStatus))) :*: (S1 ('MetaSel ('Just "statusDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stopTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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:dataSource:ContinuousExportDescription', continuousExportDescription_dataSource - The type of data collector used to gather this data (currently only offered for AGENT).

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

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

$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:startTime:ContinuousExportDescription', continuousExportDescription_startTime - The timestamp representing when the continuous export was started.

$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: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 Amazon Web Services administrator for help. For more information, see Setting Up Amazon Web Services 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 Amazon Web Services Support.
  • LAKE_FORMATION_ACCESS_DENIED - You don't have sufficient lake formation permissions to start continuous export. For more information, see Upgrading Amazon Web Services Glue Data Permissions to the Amazon Web Services Lake Formation Model in the Amazon Web Services Lake Formation Developer Guide.

    You can use one of the following two ways to resolve this issue.

    1. If you don’t want to use the Lake Formation permission model, you can change the default Data Catalog settings to use only Amazon Web Services Identity and Access Management (IAM) access control for new databases. For more information, see Change Data Catalog Settings in the Lake Formation Developer Guide.
    2. You can give the service-linked IAM roles AWSServiceRoleForApplicationDiscoveryServiceContinuousExport and AWSApplicationDiscoveryServiceFirehose the required Lake Formation permissions. For more information, see Granting Database Permissions in the Lake Formation Developer Guide.

      1. AWSServiceRoleForApplicationDiscoveryServiceContinuousExport - Grant database creator permissions, which gives the role database creation ability and implicit permissions for any created tables. For more information, see Implicit Lake Formation Permissions in the Lake Formation Developer Guide.
      2. AWSApplicationDiscoveryServiceFirehose - Grant describe permissions for all tables in the database.
  • S3_BUCKET_LIMIT_FAILURE - You reached the limit for Amazon S3 buckets. Reduce the number of 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.

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.

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_startTime :: Lens' ContinuousExportDescription (Maybe UTCTime) Source #

The timestamp representing when the continuous export was started.

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_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 Amazon Web Services administrator for help. For more information, see Setting Up Amazon Web Services 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 Amazon Web Services Support.
  • LAKE_FORMATION_ACCESS_DENIED - You don't have sufficient lake formation permissions to start continuous export. For more information, see Upgrading Amazon Web Services Glue Data Permissions to the Amazon Web Services Lake Formation Model in the Amazon Web Services Lake Formation Developer Guide.

    You can use one of the following two ways to resolve this issue.

    1. If you don’t want to use the Lake Formation permission model, you can change the default Data Catalog settings to use only Amazon Web Services Identity and Access Management (IAM) access control for new databases. For more information, see Change Data Catalog Settings in the Lake Formation Developer Guide.
    2. You can give the service-linked IAM roles AWSServiceRoleForApplicationDiscoveryServiceContinuousExport and AWSApplicationDiscoveryServiceFirehose the required Lake Formation permissions. For more information, see Granting Database Permissions in the Lake Formation Developer Guide.

      1. AWSServiceRoleForApplicationDiscoveryServiceContinuousExport - Grant database creator permissions, which gives the role database creation ability and implicit permissions for any created tables. For more information, see Implicit Lake Formation Permissions in the Lake Formation Developer Guide.
      2. AWSApplicationDiscoveryServiceFirehose - Grant describe permissions for all tables in the database.
  • S3_BUCKET_LIMIT_FAILURE - You reached the limit for Amazon S3 buckets. Reduce the number of 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.

CustomerAgentInfo

data CustomerAgentInfo Source #

Inventory data for installed discovery agents.

See: newCustomerAgentInfo smart constructor.

Constructors

CustomerAgentInfo' 

Fields

Instances

Instances details
FromJSON 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 #

Read CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

Show CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

NFData CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

Methods

rnf :: CustomerAgentInfo -> () #

Eq CustomerAgentInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentInfo

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" '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.

CustomerAgentlessCollectorInfo

data CustomerAgentlessCollectorInfo Source #

See: newCustomerAgentlessCollectorInfo smart constructor.

Instances

Instances details
FromJSON CustomerAgentlessCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentlessCollectorInfo

Generic CustomerAgentlessCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentlessCollectorInfo

Associated Types

type Rep CustomerAgentlessCollectorInfo :: Type -> Type #

Read CustomerAgentlessCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentlessCollectorInfo

Show CustomerAgentlessCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentlessCollectorInfo

NFData CustomerAgentlessCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentlessCollectorInfo

Eq CustomerAgentlessCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentlessCollectorInfo

Hashable CustomerAgentlessCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentlessCollectorInfo

type Rep CustomerAgentlessCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerAgentlessCollectorInfo

type Rep CustomerAgentlessCollectorInfo = D1 ('MetaData "CustomerAgentlessCollectorInfo" "Amazonka.Discovery.Types.CustomerAgentlessCollectorInfo" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'False) (C1 ('MetaCons "CustomerAgentlessCollectorInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "activeAgentlessCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "healthyAgentlessCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "denyListedAgentlessCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "shutdownAgentlessCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "unhealthyAgentlessCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "totalAgentlessCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "unknownAgentlessCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCustomerAgentlessCollectorInfo Source #

CustomerConnectorInfo

data CustomerConnectorInfo Source #

Inventory data for installed discovery connectors.

See: newCustomerConnectorInfo smart constructor.

Constructors

CustomerConnectorInfo' 

Fields

Instances

Instances details
FromJSON 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 #

Read CustomerConnectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerConnectorInfo

Show CustomerConnectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerConnectorInfo

NFData CustomerConnectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerConnectorInfo

Methods

rnf :: CustomerConnectorInfo -> () #

Eq CustomerConnectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerConnectorInfo

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" '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,

CustomerMeCollectorInfo

data CustomerMeCollectorInfo Source #

The inventory data for installed Migration Evaluator collectors.

See: newCustomerMeCollectorInfo smart constructor.

Constructors

CustomerMeCollectorInfo' 

Fields

Instances

Instances details
FromJSON CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

Generic CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

Associated Types

type Rep CustomerMeCollectorInfo :: Type -> Type #

Read CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

Show CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

NFData CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

Methods

rnf :: CustomerMeCollectorInfo -> () #

Eq CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

Hashable CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

type Rep CustomerMeCollectorInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.CustomerMeCollectorInfo

type Rep CustomerMeCollectorInfo = D1 ('MetaData "CustomerMeCollectorInfo" "Amazonka.Discovery.Types.CustomerMeCollectorInfo" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'False) (C1 ('MetaCons "CustomerMeCollectorInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "activeMeCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "healthyMeCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "denyListedMeCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: ((S1 ('MetaSel ('Just "shutdownMeCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "unhealthyMeCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "totalMeCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "unknownMeCollectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCustomerMeCollectorInfo Source #

Create a value of CustomerMeCollectorInfo 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:activeMeCollectors:CustomerMeCollectorInfo', customerMeCollectorInfo_activeMeCollectors - The number of active Migration Evaluator collectors.

$sel:healthyMeCollectors:CustomerMeCollectorInfo', customerMeCollectorInfo_healthyMeCollectors - The number of healthy Migration Evaluator collectors.

$sel:denyListedMeCollectors:CustomerMeCollectorInfo', customerMeCollectorInfo_denyListedMeCollectors - The number of deny-listed Migration Evaluator collectors.

$sel:shutdownMeCollectors:CustomerMeCollectorInfo', customerMeCollectorInfo_shutdownMeCollectors - The number of Migration Evaluator collectors with SHUTDOWN status.

$sel:unhealthyMeCollectors:CustomerMeCollectorInfo', customerMeCollectorInfo_unhealthyMeCollectors - The number of unhealthy Migration Evaluator collectors.

$sel:totalMeCollectors:CustomerMeCollectorInfo', customerMeCollectorInfo_totalMeCollectors - The total number of Migration Evaluator collectors.

$sel:unknownMeCollectors:CustomerMeCollectorInfo', customerMeCollectorInfo_unknownMeCollectors - The number of unknown Migration Evaluator collectors.

customerMeCollectorInfo_activeMeCollectors :: Lens' CustomerMeCollectorInfo Int Source #

The number of active Migration Evaluator collectors.

customerMeCollectorInfo_healthyMeCollectors :: Lens' CustomerMeCollectorInfo Int Source #

The number of healthy Migration Evaluator collectors.

customerMeCollectorInfo_denyListedMeCollectors :: Lens' CustomerMeCollectorInfo Int Source #

The number of deny-listed Migration Evaluator collectors.

customerMeCollectorInfo_shutdownMeCollectors :: Lens' CustomerMeCollectorInfo Int Source #

The number of Migration Evaluator collectors with SHUTDOWN status.

customerMeCollectorInfo_unhealthyMeCollectors :: Lens' CustomerMeCollectorInfo Int Source #

The number of unhealthy Migration Evaluator collectors.

customerMeCollectorInfo_totalMeCollectors :: Lens' CustomerMeCollectorInfo Int Source #

The total number of Migration Evaluator collectors.

customerMeCollectorInfo_unknownMeCollectors :: Lens' CustomerMeCollectorInfo Int Source #

The number of unknown Migration Evaluator collectors.

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: agentIds.

  • values :: [Text]

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

  • condition :: Text

    Supported condition: EQUALS

Instances

Instances details
ToJSON 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 #

Read ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Show ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

NFData ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Methods

rnf :: ExportFilter -> () #

Eq ExportFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportFilter

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" '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: agentIds.

$sel:values:ExportFilter', exportFilter_values - A single agent ID for a Discovery Agent. An agent ID can be found using the DescribeAgents action. Typically an ADS agent ID 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: agentIds.

exportFilter_values :: Lens' ExportFilter [Text] Source #

A single agent ID for a Discovery Agent. An agent ID can be found using the DescribeAgents action. Typically an ADS agent ID 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.

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

  • requestedEndTime :: Maybe POSIX

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

  • requestedStartTime :: Maybe POSIX

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

  • 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
FromJSON 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 #

Read ExportInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportInfo

Show ExportInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportInfo

NFData ExportInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportInfo

Methods

rnf :: ExportInfo -> () #

Eq ExportInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.ExportInfo

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'False) (C1 ('MetaCons "ExportInfo'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "configurationsDownloadUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "isTruncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "requestedEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "requestedStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((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: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:requestedEndTime:ExportInfo', exportInfo_requestedEndTime - The endTime used in the StartExportTask request. If no endTime was requested, this result does not appear in ExportInfo.

$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: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_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_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_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_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 Amazon Web Services 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
ToJSON 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 #

Read Filter Source # 
Instance details

Defined in Amazonka.Discovery.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.Discovery.Types.Filter

NFData Filter Source # 
Instance details

Defined in Amazonka.Discovery.Types.Filter

Methods

rnf :: Filter -> () #

Eq Filter Source # 
Instance details

Defined in Amazonka.Discovery.Types.Filter

Methods

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

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

Hashable Filter Source # 
Instance details

Defined in Amazonka.Discovery.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

type Rep Filter Source # 
Instance details

Defined in Amazonka.Discovery.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.Discovery.Types.Filter" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" '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

  • applicationImportFailure :: Maybe Int

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

  • applicationImportSuccess :: Maybe Int

    The total number of application records in the import file that were successfully 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.

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

  • importCompletionTime :: Maybe POSIX

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

  • importDeletedTime :: Maybe POSIX

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

  • importRequestTime :: Maybe POSIX

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

  • importTaskId :: Maybe Text

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

  • importUrl :: Maybe Text

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

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

  • serverImportFailure :: Maybe Int

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

  • serverImportSuccess :: Maybe Int

    The total number of server 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.

Instances

Instances details
FromJSON 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 #

Read ImportTask Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTask

Show ImportTask Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTask

NFData ImportTask Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTask

Methods

rnf :: ImportTask -> () #

Eq ImportTask Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTask

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'False) (C1 ('MetaCons "ImportTask'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "applicationImportFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "applicationImportSuccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "errorsAndFailedEntriesZip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "importCompletionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "importDeletedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "importRequestTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "importTaskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "importUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverImportFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "serverImportSuccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImportStatus)))))))

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:applicationImportFailure:ImportTask', importTask_applicationImportFailure - The total number of application records in the import file that failed to be imported.

$sel:applicationImportSuccess:ImportTask', importTask_applicationImportSuccess - The total number of application records in the import file that were successfully 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: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:importCompletionTime:ImportTask', importTask_importCompletionTime - The time that the import task request finished, presented in the Unix time stamp format.

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

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

$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 Amazon Web Services account.

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

$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:serverImportFailure:ImportTask', importTask_serverImportFailure - The total number of server records in the import file that failed to be imported.

$sel:serverImportSuccess:ImportTask', importTask_serverImportSuccess - The total number of server 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.

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

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

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

The total number of application records in the import file that were successfully 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_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_importCompletionTime :: Lens' ImportTask (Maybe UTCTime) Source #

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

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

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

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

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

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 Amazon Web Services account.

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

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

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_serverImportFailure :: Lens' ImportTask (Maybe Int) Source #

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

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

The total number of server 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.

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

  • name :: Maybe ImportTaskFilterName

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

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

Instances

Instances details
ToJSON 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 #

Read ImportTaskFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilter

Show ImportTaskFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilter

NFData ImportTaskFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilter

Methods

rnf :: ImportTaskFilter -> () #

Eq ImportTaskFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.ImportTaskFilter

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'False) (C1 ('MetaCons "ImportTaskFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImportTaskFilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

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:name:ImportTaskFilter', importTaskFilter_name - The name, status, or import task ID for a specific import task.

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

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

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.

NeighborConnectionDetail

data NeighborConnectionDetail Source #

Details about neighboring servers.

See: newNeighborConnectionDetail smart constructor.

Constructors

NeighborConnectionDetail' 

Fields

Instances

Instances details
FromJSON 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 #

Read NeighborConnectionDetail Source # 
Instance details

Defined in Amazonka.Discovery.Types.NeighborConnectionDetail

Show NeighborConnectionDetail Source # 
Instance details

Defined in Amazonka.Discovery.Types.NeighborConnectionDetail

NFData NeighborConnectionDetail Source # 
Instance details

Defined in Amazonka.Discovery.Types.NeighborConnectionDetail

Eq NeighborConnectionDetail Source # 
Instance details

Defined in Amazonka.Discovery.Types.NeighborConnectionDetail

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'False) (C1 ('MetaCons "NeighborConnectionDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "destinationPort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "transportProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (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:destinationPort:NeighborConnectionDetail', neighborConnectionDetail_destinationPort - The destination network port for the connection.

$sel:transportProtocol:NeighborConnectionDetail', neighborConnectionDetail_transportProtocol - The network protocol used 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
ToJSON 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 #

Read OrderByElement Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderByElement

Show OrderByElement Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderByElement

NFData OrderByElement Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderByElement

Methods

rnf :: OrderByElement -> () #

Eq OrderByElement Source # 
Instance details

Defined in Amazonka.Discovery.Types.OrderByElement

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" '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.

Do not store sensitive information (like personal data) in tags.

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
ToJSON Tag Source # 
Instance details

Defined in Amazonka.Discovery.Types.Tag

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 #

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 #

NFData Tag Source # 
Instance details

Defined in Amazonka.Discovery.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.Discovery.Types.Tag

Methods

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

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

Hashable Tag Source # 
Instance details

Defined in Amazonka.Discovery.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.Discovery.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.Discovery.Types.Tag" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" '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
ToJSON 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 #

Read TagFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.TagFilter

Show TagFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.TagFilter

NFData TagFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.TagFilter

Methods

rnf :: TagFilter -> () #

Eq TagFilter Source # 
Instance details

Defined in Amazonka.Discovery.Types.TagFilter

Hashable 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" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" '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.