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

Description

Returns the code signing configuration for the specified function.

Synopsis

Creating a Request

data GetFunctionCodeSigningConfig Source #

See: newGetFunctionCodeSigningConfig smart constructor.

Constructors

GetFunctionCodeSigningConfig' 

Fields

  • functionName :: Text

    The name of the Lambda function.

    Name formats

    • Function name - MyFunction.
    • Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
    • Partial ARN - 123456789012:function:MyFunction.

    The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.

Instances

Instances details
Eq GetFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

Read GetFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

Show GetFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

Generic GetFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

Associated Types

type Rep GetFunctionCodeSigningConfig :: Type -> Type #

NFData GetFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

Hashable GetFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

AWSRequest GetFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

ToHeaders GetFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

ToPath GetFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

ToQuery GetFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

type Rep GetFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

type Rep GetFunctionCodeSigningConfig = D1 ('MetaData "GetFunctionCodeSigningConfig" "Amazonka.Lambda.GetFunctionCodeSigningConfig" "libZSservicesZSamazonka-lambdaZSamazonka-lambda" 'False) (C1 ('MetaCons "GetFunctionCodeSigningConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "functionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetFunctionCodeSigningConfig Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

newGetFunctionCodeSigningConfig Source #

Create a value of GetFunctionCodeSigningConfig 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:functionName:GetFunctionCodeSigningConfig', getFunctionCodeSigningConfig_functionName - The name of the Lambda function.

Name formats

  • Function name - MyFunction.
  • Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
  • Partial ARN - 123456789012:function:MyFunction.

The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.

Request Lenses

getFunctionCodeSigningConfig_functionName :: Lens' GetFunctionCodeSigningConfig Text Source #

The name of the Lambda function.

Name formats

  • Function name - MyFunction.
  • Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
  • Partial ARN - 123456789012:function:MyFunction.

The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.

Destructuring the Response

data GetFunctionCodeSigningConfigResponse Source #

Constructors

GetFunctionCodeSigningConfigResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • codeSigningConfigArn :: Text

    The The Amazon Resource Name (ARN) of the code signing configuration.

  • functionName :: Text

    The name of the Lambda function.

    Name formats

    • Function name - MyFunction.
    • Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
    • Partial ARN - 123456789012:function:MyFunction.

    The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.

Instances

Instances details
Eq GetFunctionCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

Read GetFunctionCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

Show GetFunctionCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

Generic GetFunctionCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

NFData GetFunctionCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

type Rep GetFunctionCodeSigningConfigResponse Source # 
Instance details

Defined in Amazonka.Lambda.GetFunctionCodeSigningConfig

type Rep GetFunctionCodeSigningConfigResponse = D1 ('MetaData "GetFunctionCodeSigningConfigResponse" "Amazonka.Lambda.GetFunctionCodeSigningConfig" "libZSservicesZSamazonka-lambdaZSamazonka-lambda" 'False) (C1 ('MetaCons "GetFunctionCodeSigningConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "codeSigningConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "functionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetFunctionCodeSigningConfigResponse Source #

Create a value of GetFunctionCodeSigningConfigResponse 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:httpStatus:GetFunctionCodeSigningConfigResponse', getFunctionCodeSigningConfigResponse_httpStatus - The response's http status code.

$sel:codeSigningConfigArn:GetFunctionCodeSigningConfigResponse', getFunctionCodeSigningConfigResponse_codeSigningConfigArn - The The Amazon Resource Name (ARN) of the code signing configuration.

$sel:functionName:GetFunctionCodeSigningConfig', getFunctionCodeSigningConfigResponse_functionName - The name of the Lambda function.

Name formats

  • Function name - MyFunction.
  • Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
  • Partial ARN - 123456789012:function:MyFunction.

The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.

Response Lenses

getFunctionCodeSigningConfigResponse_codeSigningConfigArn :: Lens' GetFunctionCodeSigningConfigResponse Text Source #

The The Amazon Resource Name (ARN) of the code signing configuration.

getFunctionCodeSigningConfigResponse_functionName :: Lens' GetFunctionCodeSigningConfigResponse Text Source #

The name of the Lambda function.

Name formats

  • Function name - MyFunction.
  • Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction.
  • Partial ARN - 123456789012:function:MyFunction.

The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.