libZSservicesZSamazonka-xrayZSamazonka-xray
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.XRay.Types.InsightImpactGraphService

Description

 
Synopsis

Documentation

data InsightImpactGraphService Source #

Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.

See: newInsightImpactGraphService smart constructor.

Constructors

InsightImpactGraphService' 

Fields

  • referenceId :: Maybe Int

    Identifier for the service. Unique within the service map.

  • accountId :: Maybe Text

    Identifier of the Amazon Web Services account in which the service runs.

  • names :: Maybe [Text]

    A list of names for the service, including the canonical name.

  • name :: Maybe Text

    The canonical name of the service.

  • type' :: Maybe Text

    Identifier for the service. Unique within the service map.

    • Amazon Web Services Resource - The type of an Amazon Web Services resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used.
    • Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
    • Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
    • remote - A downstream service of indeterminate type.
  • edges :: Maybe [InsightImpactGraphEdge]

    Connections to downstream services.

Instances

Instances details
Eq InsightImpactGraphService Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphService

Read InsightImpactGraphService Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphService

Show InsightImpactGraphService Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphService

Generic InsightImpactGraphService Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphService

Associated Types

type Rep InsightImpactGraphService :: Type -> Type #

NFData InsightImpactGraphService Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphService

Hashable InsightImpactGraphService Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphService

FromJSON InsightImpactGraphService Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphService

type Rep InsightImpactGraphService Source # 
Instance details

Defined in Amazonka.XRay.Types.InsightImpactGraphService

type Rep InsightImpactGraphService = D1 ('MetaData "InsightImpactGraphService" "Amazonka.XRay.Types.InsightImpactGraphService" "libZSservicesZSamazonka-xrayZSamazonka-xray" 'False) (C1 ('MetaCons "InsightImpactGraphService'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "referenceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "edges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InsightImpactGraphEdge]))))))

newInsightImpactGraphService :: InsightImpactGraphService Source #

Create a value of InsightImpactGraphService 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:referenceId:InsightImpactGraphService', insightImpactGraphService_referenceId - Identifier for the service. Unique within the service map.

$sel:accountId:InsightImpactGraphService', insightImpactGraphService_accountId - Identifier of the Amazon Web Services account in which the service runs.

$sel:names:InsightImpactGraphService', insightImpactGraphService_names - A list of names for the service, including the canonical name.

$sel:name:InsightImpactGraphService', insightImpactGraphService_name - The canonical name of the service.

$sel:type':InsightImpactGraphService', insightImpactGraphService_type - Identifier for the service. Unique within the service map.

  • Amazon Web Services Resource - The type of an Amazon Web Services resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used.
  • Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
  • Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
  • remote - A downstream service of indeterminate type.

$sel:edges:InsightImpactGraphService', insightImpactGraphService_edges - Connections to downstream services.

insightImpactGraphService_referenceId :: Lens' InsightImpactGraphService (Maybe Int) Source #

Identifier for the service. Unique within the service map.

insightImpactGraphService_accountId :: Lens' InsightImpactGraphService (Maybe Text) Source #

Identifier of the Amazon Web Services account in which the service runs.

insightImpactGraphService_names :: Lens' InsightImpactGraphService (Maybe [Text]) Source #

A list of names for the service, including the canonical name.

insightImpactGraphService_type :: Lens' InsightImpactGraphService (Maybe Text) Source #

Identifier for the service. Unique within the service map.

  • Amazon Web Services Resource - The type of an Amazon Web Services resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used.
  • Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
  • Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
  • remote - A downstream service of indeterminate type.