libZSservicesZSamazonka-amplifyZSamazonka-amplify
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.Amplify.GetArtifactUrl

Description

Returns the artifact info that corresponds to an artifact id.

Synopsis

Creating a Request

data GetArtifactUrl Source #

Returns the request structure for the get artifact request.

See: newGetArtifactUrl smart constructor.

Constructors

GetArtifactUrl' 

Fields

Instances

Instances details
Eq GetArtifactUrl Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

Read GetArtifactUrl Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

Show GetArtifactUrl Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

Generic GetArtifactUrl Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

Associated Types

type Rep GetArtifactUrl :: Type -> Type #

NFData GetArtifactUrl Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

Methods

rnf :: GetArtifactUrl -> () #

Hashable GetArtifactUrl Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

AWSRequest GetArtifactUrl Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

Associated Types

type AWSResponse GetArtifactUrl #

ToHeaders GetArtifactUrl Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

ToPath GetArtifactUrl Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

ToQuery GetArtifactUrl Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

type Rep GetArtifactUrl Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

type Rep GetArtifactUrl = D1 ('MetaData "GetArtifactUrl" "Amazonka.Amplify.GetArtifactUrl" "libZSservicesZSamazonka-amplifyZSamazonka-amplify" 'False) (C1 ('MetaCons "GetArtifactUrl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "artifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetArtifactUrl Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

newGetArtifactUrl Source #

Create a value of GetArtifactUrl 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:artifactId:GetArtifactUrl', getArtifactUrl_artifactId - The unique ID for an artifact.

Request Lenses

getArtifactUrl_artifactId :: Lens' GetArtifactUrl Text Source #

The unique ID for an artifact.

Destructuring the Response

data GetArtifactUrlResponse Source #

Returns the result structure for the get artifact request.

See: newGetArtifactUrlResponse smart constructor.

Constructors

GetArtifactUrlResponse' 

Fields

Instances

Instances details
Eq GetArtifactUrlResponse Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

Read GetArtifactUrlResponse Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

Show GetArtifactUrlResponse Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

Generic GetArtifactUrlResponse Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

Associated Types

type Rep GetArtifactUrlResponse :: Type -> Type #

NFData GetArtifactUrlResponse Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

Methods

rnf :: GetArtifactUrlResponse -> () #

type Rep GetArtifactUrlResponse Source # 
Instance details

Defined in Amazonka.Amplify.GetArtifactUrl

type Rep GetArtifactUrlResponse = D1 ('MetaData "GetArtifactUrlResponse" "Amazonka.Amplify.GetArtifactUrl" "libZSservicesZSamazonka-amplifyZSamazonka-amplify" 'False) (C1 ('MetaCons "GetArtifactUrlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "artifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "artifactUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetArtifactUrlResponse Source #

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

$sel:artifactId:GetArtifactUrl', getArtifactUrlResponse_artifactId - The unique ID for an artifact.

$sel:artifactUrl:GetArtifactUrlResponse', getArtifactUrlResponse_artifactUrl - The presigned URL for the artifact.

Response Lenses