amazonka-migration-hub-refactor-spaces-2.0: Amazon Migration Hub Refactor Spaces 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.MigrationHubReFactorSpaces.Types.LambdaEndpointInput

Description

 
Synopsis

Documentation

data LambdaEndpointInput Source #

The input for the Lambda endpoint type.

See: newLambdaEndpointInput smart constructor.

Constructors

LambdaEndpointInput' 

Fields

  • arn :: Text

    The Amazon Resource Name (ARN) of the Lambda function or alias.

Instances

Instances details
FromJSON LambdaEndpointInput Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointInput

ToJSON LambdaEndpointInput Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointInput

Generic LambdaEndpointInput Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointInput

Associated Types

type Rep LambdaEndpointInput :: Type -> Type #

Read LambdaEndpointInput Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointInput

Show LambdaEndpointInput Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointInput

NFData LambdaEndpointInput Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointInput

Methods

rnf :: LambdaEndpointInput -> () #

Eq LambdaEndpointInput Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointInput

Hashable LambdaEndpointInput Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointInput

type Rep LambdaEndpointInput Source # 
Instance details

Defined in Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointInput

type Rep LambdaEndpointInput = D1 ('MetaData "LambdaEndpointInput" "Amazonka.MigrationHubReFactorSpaces.Types.LambdaEndpointInput" "amazonka-migration-hub-refactor-spaces-2.0-IgAA0SWWxlS8R7imIzpgpS" 'False) (C1 ('MetaCons "LambdaEndpointInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLambdaEndpointInput Source #

Create a value of LambdaEndpointInput 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:arn:LambdaEndpointInput', lambdaEndpointInput_arn - The Amazon Resource Name (ARN) of the Lambda function or alias.

lambdaEndpointInput_arn :: Lens' LambdaEndpointInput Text Source #

The Amazon Resource Name (ARN) of the Lambda function or alias.