libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront
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.CloudFront.CreateDistributionWithTags

Description

Create a new distribution with tags.

Synopsis

Creating a Request

data CreateDistributionWithTags Source #

The request to create a new distribution with tags.

See: newCreateDistributionWithTags smart constructor.

Constructors

CreateDistributionWithTags' 

Fields

Instances

Instances details
Eq CreateDistributionWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

Show CreateDistributionWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

Generic CreateDistributionWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

Associated Types

type Rep CreateDistributionWithTags :: Type -> Type #

NFData CreateDistributionWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

Hashable CreateDistributionWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

AWSRequest CreateDistributionWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

ToHeaders CreateDistributionWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

ToPath CreateDistributionWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

ToQuery CreateDistributionWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

ToElement CreateDistributionWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

type Rep CreateDistributionWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

type Rep CreateDistributionWithTags = D1 ('MetaData "CreateDistributionWithTags" "Amazonka.CloudFront.CreateDistributionWithTags" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "CreateDistributionWithTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "distributionConfigWithTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DistributionConfigWithTags)))
type AWSResponse CreateDistributionWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

newCreateDistributionWithTags Source #

Create a value of CreateDistributionWithTags 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:distributionConfigWithTags:CreateDistributionWithTags', createDistributionWithTags_distributionConfigWithTags - The distribution's configuration information.

Request Lenses

Destructuring the Response

data CreateDistributionWithTagsResponse Source #

The returned result of the corresponding request.

See: newCreateDistributionWithTagsResponse smart constructor.

Constructors

CreateDistributionWithTagsResponse' 

Fields

Instances

Instances details
Eq CreateDistributionWithTagsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

Show CreateDistributionWithTagsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

Generic CreateDistributionWithTagsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

Associated Types

type Rep CreateDistributionWithTagsResponse :: Type -> Type #

NFData CreateDistributionWithTagsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

type Rep CreateDistributionWithTagsResponse Source # 
Instance details

Defined in Amazonka.CloudFront.CreateDistributionWithTags

type Rep CreateDistributionWithTagsResponse = D1 ('MetaData "CreateDistributionWithTagsResponse" "Amazonka.CloudFront.CreateDistributionWithTags" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "CreateDistributionWithTagsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "distribution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Distribution))) :*: (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateDistributionWithTagsResponse Source #

Create a value of CreateDistributionWithTagsResponse 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:eTag:CreateDistributionWithTagsResponse', createDistributionWithTagsResponse_eTag - The current version of the distribution created.

$sel:distribution:CreateDistributionWithTagsResponse', createDistributionWithTagsResponse_distribution - The distribution's information.

$sel:location:CreateDistributionWithTagsResponse', createDistributionWithTagsResponse_location - The fully qualified URI of the new distribution resource just created.

$sel:httpStatus:CreateDistributionWithTagsResponse', createDistributionWithTagsResponse_httpStatus - The response's http status code.

Response Lenses

createDistributionWithTagsResponse_location :: Lens' CreateDistributionWithTagsResponse (Maybe Text) Source #

The fully qualified URI of the new distribution resource just created.