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

Amazonka.Discovery.Types.AgentConfigurationStatus

Description

 
Synopsis

Documentation

data AgentConfigurationStatus Source #

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

See: newAgentConfigurationStatus smart constructor.

Constructors

AgentConfigurationStatus' 

Fields

  • agentId :: Maybe Text

    The agent/connector ID.

  • operationSucceeded :: Maybe Bool

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

  • description :: Maybe Text

    A description of the operation performed.

Instances

Instances details
Eq AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

Read AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

Show AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

Generic AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

Associated Types

type Rep AgentConfigurationStatus :: Type -> Type #

NFData AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

Hashable AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

FromJSON AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

type Rep AgentConfigurationStatus Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentConfigurationStatus

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

newAgentConfigurationStatus :: AgentConfigurationStatus Source #

Create a value of AgentConfigurationStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:agentId:AgentConfigurationStatus', agentConfigurationStatus_agentId - The agent/connector ID.

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

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

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

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