libZSservicesZSamazonka-outpostsZSamazonka-outposts
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.Outposts.CreateOutpost

Description

Creates an Outpost.

You can specify AvailabilityZone or AvailabilityZoneId.

Synopsis

Creating a Request

data CreateOutpost Source #

See: newCreateOutpost smart constructor.

Constructors

CreateOutpost' 

Fields

Instances

Instances details
Eq CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Read CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Show CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Generic CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Associated Types

type Rep CreateOutpost :: Type -> Type #

NFData CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Methods

rnf :: CreateOutpost -> () #

Hashable CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

ToJSON CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

AWSRequest CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Associated Types

type AWSResponse CreateOutpost #

ToHeaders CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

ToPath CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

ToQuery CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

type Rep CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

type Rep CreateOutpost = D1 ('MetaData "CreateOutpost" "Amazonka.Outposts.CreateOutpost" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" 'False) (C1 ('MetaCons "CreateOutpost'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "availabilityZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "siteId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateOutpost Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

newCreateOutpost Source #

Create a value of CreateOutpost 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:availabilityZoneId:CreateOutpost', createOutpost_availabilityZoneId - Undocumented member.

$sel:availabilityZone:CreateOutpost', createOutpost_availabilityZone - Undocumented member.

$sel:description:CreateOutpost', createOutpost_description - Undocumented member.

$sel:tags:CreateOutpost', createOutpost_tags - The tags to apply to the Outpost.

$sel:name:CreateOutpost', createOutpost_name - Undocumented member.

$sel:siteId:CreateOutpost', createOutpost_siteId - Undocumented member.

Request Lenses

createOutpost_tags :: Lens' CreateOutpost (Maybe (HashMap Text Text)) Source #

The tags to apply to the Outpost.

Destructuring the Response

data CreateOutpostResponse Source #

See: newCreateOutpostResponse smart constructor.

Constructors

CreateOutpostResponse' 

Fields

Instances

Instances details
Eq CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Read CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Show CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Generic CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Associated Types

type Rep CreateOutpostResponse :: Type -> Type #

NFData CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

Methods

rnf :: CreateOutpostResponse -> () #

type Rep CreateOutpostResponse Source # 
Instance details

Defined in Amazonka.Outposts.CreateOutpost

type Rep CreateOutpostResponse = D1 ('MetaData "CreateOutpostResponse" "Amazonka.Outposts.CreateOutpost" "libZSservicesZSamazonka-outpostsZSamazonka-outposts" 'False) (C1 ('MetaCons "CreateOutpostResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outpost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Outpost)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateOutpostResponse Source #

Create a value of CreateOutpostResponse 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:outpost:CreateOutpostResponse', createOutpostResponse_outpost - Undocumented member.

$sel:httpStatus:CreateOutpostResponse', createOutpostResponse_httpStatus - The response's http status code.

Response Lenses