libZSservicesZSamazonka-lambdaZSamazonka-lambda
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.Lambda.Types.TracingConfigResponse

Description

 
Synopsis

Documentation

data TracingConfigResponse Source #

The function's X-Ray tracing configuration.

See: newTracingConfigResponse smart constructor.

Constructors

TracingConfigResponse' 

Fields

Instances

Instances details
Eq TracingConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.Types.TracingConfigResponse

Read TracingConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.Types.TracingConfigResponse

Show TracingConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.Types.TracingConfigResponse

Generic TracingConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.Types.TracingConfigResponse

Associated Types

type Rep TracingConfigResponse :: Type -> Type #

NFData TracingConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.Types.TracingConfigResponse

Methods

rnf :: TracingConfigResponse -> () #

Hashable TracingConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.Types.TracingConfigResponse

FromJSON TracingConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.Types.TracingConfigResponse

type Rep TracingConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.Types.TracingConfigResponse

type Rep TracingConfigResponse = D1 ('MetaData "TracingConfigResponse" "Amazonka.Lambda.Types.TracingConfigResponse" "libZSservicesZSamazonka-lambdaZSamazonka-lambda" 'False) (C1 ('MetaCons "TracingConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TracingMode))))

newTracingConfigResponse :: TracingConfigResponse Source #

Create a value of TracingConfigResponse 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:mode:TracingConfigResponse', tracingConfigResponse_mode - The tracing mode.