amazonka-imagebuilder-2.0: Amazon EC2 Image Builder 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.ImageBuilder.GetInfrastructureConfiguration

Description

Gets an infrastructure configuration.

Synopsis

Creating a Request

data GetInfrastructureConfiguration Source #

GetInfrastructureConfiguration request object.

See: newGetInfrastructureConfiguration smart constructor.

Constructors

GetInfrastructureConfiguration' 

Fields

Instances

Instances details
ToHeaders GetInfrastructureConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

ToPath GetInfrastructureConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

ToQuery GetInfrastructureConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

AWSRequest GetInfrastructureConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

Generic GetInfrastructureConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

Associated Types

type Rep GetInfrastructureConfiguration :: Type -> Type #

Read GetInfrastructureConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

Show GetInfrastructureConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

NFData GetInfrastructureConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

Eq GetInfrastructureConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

Hashable GetInfrastructureConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

type AWSResponse GetInfrastructureConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

type Rep GetInfrastructureConfiguration Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

type Rep GetInfrastructureConfiguration = D1 ('MetaData "GetInfrastructureConfiguration" "Amazonka.ImageBuilder.GetInfrastructureConfiguration" "amazonka-imagebuilder-2.0-BBLLjX59RW72O8VbQ3vKvH" 'False) (C1 ('MetaCons "GetInfrastructureConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "infrastructureConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetInfrastructureConfiguration Source #

Create a value of GetInfrastructureConfiguration 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:

GetInfrastructureConfiguration, getInfrastructureConfiguration_infrastructureConfigurationArn - The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.

Request Lenses

getInfrastructureConfiguration_infrastructureConfigurationArn :: Lens' GetInfrastructureConfiguration Text Source #

The Amazon Resource Name (ARN) of the infrastructure configuration that you want to retrieve.

Destructuring the Response

data GetInfrastructureConfigurationResponse Source #

GetInfrastructureConfiguration response object.

See: newGetInfrastructureConfigurationResponse smart constructor.

Constructors

GetInfrastructureConfigurationResponse' 

Fields

Instances

Instances details
Generic GetInfrastructureConfigurationResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

Read GetInfrastructureConfigurationResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

Show GetInfrastructureConfigurationResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

NFData GetInfrastructureConfigurationResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

Eq GetInfrastructureConfigurationResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

type Rep GetInfrastructureConfigurationResponse Source # 
Instance details

Defined in Amazonka.ImageBuilder.GetInfrastructureConfiguration

type Rep GetInfrastructureConfigurationResponse = D1 ('MetaData "GetInfrastructureConfigurationResponse" "Amazonka.ImageBuilder.GetInfrastructureConfiguration" "amazonka-imagebuilder-2.0-BBLLjX59RW72O8VbQ3vKvH" 'False) (C1 ('MetaCons "GetInfrastructureConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "infrastructureConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InfrastructureConfiguration)) :*: (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetInfrastructureConfigurationResponse Source #

Create a value of GetInfrastructureConfigurationResponse 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:

GetInfrastructureConfigurationResponse, getInfrastructureConfigurationResponse_infrastructureConfiguration - The infrastructure configuration object.

$sel:requestId:GetInfrastructureConfigurationResponse', getInfrastructureConfigurationResponse_requestId - The request ID that uniquely identifies this request.

$sel:httpStatus:GetInfrastructureConfigurationResponse', getInfrastructureConfigurationResponse_httpStatus - The response's http status code.

Response Lenses