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

Description

 
Synopsis

Documentation

data ImportAssetFromApiGatewayApiResponseDetails Source #

The response details.

See: newImportAssetFromApiGatewayApiResponseDetails smart constructor.

Constructors

ImportAssetFromApiGatewayApiResponseDetails' 

Fields

Instances

Instances details
FromJSON ImportAssetFromApiGatewayApiResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromApiGatewayApiResponseDetails

Generic ImportAssetFromApiGatewayApiResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromApiGatewayApiResponseDetails

Read ImportAssetFromApiGatewayApiResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromApiGatewayApiResponseDetails

Show ImportAssetFromApiGatewayApiResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromApiGatewayApiResponseDetails

NFData ImportAssetFromApiGatewayApiResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromApiGatewayApiResponseDetails

Eq ImportAssetFromApiGatewayApiResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromApiGatewayApiResponseDetails

Hashable ImportAssetFromApiGatewayApiResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromApiGatewayApiResponseDetails

type Rep ImportAssetFromApiGatewayApiResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromApiGatewayApiResponseDetails

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

newImportAssetFromApiGatewayApiResponseDetails Source #

Create a value of ImportAssetFromApiGatewayApiResponseDetails 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:ImportAssetFromApiGatewayApiResponseDetails', importAssetFromApiGatewayApiResponseDetails_apiDescription - The API description.

$sel:apiKey:ImportAssetFromApiGatewayApiResponseDetails', importAssetFromApiGatewayApiResponseDetails_apiKey - The API key.

$sel:apiId:ImportAssetFromApiGatewayApiResponseDetails', importAssetFromApiGatewayApiResponseDetails_apiId - The API ID.

$sel:apiName:ImportAssetFromApiGatewayApiResponseDetails', importAssetFromApiGatewayApiResponseDetails_apiName - The API name.

$sel:apiSpecificationMd5Hash:ImportAssetFromApiGatewayApiResponseDetails', importAssetFromApiGatewayApiResponseDetails_apiSpecificationMd5Hash - The Base64-encoded Md5 hash for the API asset, used to ensure the integrity of the API at that location.

$sel:apiSpecificationUploadUrl:ImportAssetFromApiGatewayApiResponseDetails', importAssetFromApiGatewayApiResponseDetails_apiSpecificationUploadUrl - The upload URL of the API specification.

$sel:apiSpecificationUploadUrlExpiresAt:ImportAssetFromApiGatewayApiResponseDetails', importAssetFromApiGatewayApiResponseDetails_apiSpecificationUploadUrlExpiresAt - The date and time that the upload URL expires, in ISO 8601 format.

$sel:dataSetId:ImportAssetFromApiGatewayApiResponseDetails', importAssetFromApiGatewayApiResponseDetails_dataSetId - The data set ID.

$sel:protocolType:ImportAssetFromApiGatewayApiResponseDetails', importAssetFromApiGatewayApiResponseDetails_protocolType - The protocol type.

$sel:revisionId:ImportAssetFromApiGatewayApiResponseDetails', importAssetFromApiGatewayApiResponseDetails_revisionId - The revision ID.

$sel:stage:ImportAssetFromApiGatewayApiResponseDetails', importAssetFromApiGatewayApiResponseDetails_stage - The API stage.

importAssetFromApiGatewayApiResponseDetails_apiSpecificationMd5Hash :: Lens' ImportAssetFromApiGatewayApiResponseDetails Text Source #

The Base64-encoded Md5 hash for the API asset, used to ensure the integrity of the API at that location.