amazonka-dataexchange-2.0: Amazon Data Exchange 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.DataExchange.Types.ApiGatewayApiAsset

Description

 
Synopsis

Documentation

data ApiGatewayApiAsset Source #

The API Gateway API that is the asset.

See: newApiGatewayApiAsset smart constructor.

Constructors

ApiGatewayApiAsset' 

Fields

Instances

Instances details
FromJSON ApiGatewayApiAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ApiGatewayApiAsset

Generic ApiGatewayApiAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ApiGatewayApiAsset

Associated Types

type Rep ApiGatewayApiAsset :: Type -> Type #

Read ApiGatewayApiAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ApiGatewayApiAsset

Show ApiGatewayApiAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ApiGatewayApiAsset

NFData ApiGatewayApiAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ApiGatewayApiAsset

Methods

rnf :: ApiGatewayApiAsset -> () #

Eq ApiGatewayApiAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ApiGatewayApiAsset

Hashable ApiGatewayApiAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ApiGatewayApiAsset

type Rep ApiGatewayApiAsset Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ApiGatewayApiAsset

type Rep ApiGatewayApiAsset = D1 ('MetaData "ApiGatewayApiAsset" "Amazonka.DataExchange.Types.ApiGatewayApiAsset" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'False) (C1 ('MetaCons "ApiGatewayApiAsset'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "apiDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "apiEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "apiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "apiKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "apiName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "apiSpecificationDownloadUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "apiSpecificationDownloadUrlExpiresAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "protocolType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProtocolType)) :*: S1 ('MetaSel ('Just "stage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newApiGatewayApiAsset :: ApiGatewayApiAsset Source #

Create a value of ApiGatewayApiAsset 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:apiDescription:ApiGatewayApiAsset', apiGatewayApiAsset_apiDescription - The API description of the API asset.

$sel:apiEndpoint:ApiGatewayApiAsset', apiGatewayApiAsset_apiEndpoint - The API endpoint of the API asset.

$sel:apiId:ApiGatewayApiAsset', apiGatewayApiAsset_apiId - The unique identifier of the API asset.

$sel:apiKey:ApiGatewayApiAsset', apiGatewayApiAsset_apiKey - The API key of the API asset.

$sel:apiName:ApiGatewayApiAsset', apiGatewayApiAsset_apiName - The API name of the API asset.

$sel:apiSpecificationDownloadUrl:ApiGatewayApiAsset', apiGatewayApiAsset_apiSpecificationDownloadUrl - The download URL of the API specification of the API asset.

$sel:apiSpecificationDownloadUrlExpiresAt:ApiGatewayApiAsset', apiGatewayApiAsset_apiSpecificationDownloadUrlExpiresAt - The date and time that the upload URL expires, in ISO 8601 format.

$sel:protocolType:ApiGatewayApiAsset', apiGatewayApiAsset_protocolType - The protocol type of the API asset.

$sel:stage:ApiGatewayApiAsset', apiGatewayApiAsset_stage - The stage of the API asset.

apiGatewayApiAsset_apiDescription :: Lens' ApiGatewayApiAsset (Maybe Text) Source #

The API description of the API asset.

apiGatewayApiAsset_apiId :: Lens' ApiGatewayApiAsset (Maybe Text) Source #

The unique identifier of the API asset.

apiGatewayApiAsset_apiSpecificationDownloadUrl :: Lens' ApiGatewayApiAsset (Maybe Text) Source #

The download URL of the API specification of the API asset.

apiGatewayApiAsset_apiSpecificationDownloadUrlExpiresAt :: Lens' ApiGatewayApiAsset (Maybe UTCTime) Source #

The date and time that the upload URL expires, in ISO 8601 format.