amazonka-privatenetworks-2.0: Amazon Private 5G 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.PrivateNetworks.UpdateNetworkSitePlan

Description

Updates the specified network site plan.

Synopsis

Creating a Request

data UpdateNetworkSitePlan Source #

See: newUpdateNetworkSitePlan smart constructor.

Constructors

UpdateNetworkSitePlan' 

Fields

Instances

Instances details
ToJSON UpdateNetworkSitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSitePlan

ToHeaders UpdateNetworkSitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSitePlan

ToPath UpdateNetworkSitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSitePlan

ToQuery UpdateNetworkSitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSitePlan

AWSRequest UpdateNetworkSitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSitePlan

Associated Types

type AWSResponse UpdateNetworkSitePlan #

Generic UpdateNetworkSitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSitePlan

Associated Types

type Rep UpdateNetworkSitePlan :: Type -> Type #

Read UpdateNetworkSitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSitePlan

Show UpdateNetworkSitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSitePlan

NFData UpdateNetworkSitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSitePlan

Methods

rnf :: UpdateNetworkSitePlan -> () #

Eq UpdateNetworkSitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSitePlan

Hashable UpdateNetworkSitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSitePlan

type AWSResponse UpdateNetworkSitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSitePlan

type Rep UpdateNetworkSitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSitePlan

type Rep UpdateNetworkSitePlan = D1 ('MetaData "UpdateNetworkSitePlan" "Amazonka.PrivateNetworks.UpdateNetworkSitePlan" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "UpdateNetworkSitePlan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "networkSiteArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "pendingPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SitePlan))))

newUpdateNetworkSitePlan Source #

Create a value of UpdateNetworkSitePlan 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:clientToken:UpdateNetworkSitePlan', updateNetworkSitePlan_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

UpdateNetworkSitePlan, updateNetworkSitePlan_networkSiteArn - The Amazon Resource Name (ARN) of the network site.

UpdateNetworkSitePlan, updateNetworkSitePlan_pendingPlan - The pending plan.

Request Lenses

updateNetworkSitePlan_clientToken :: Lens' UpdateNetworkSitePlan (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

updateNetworkSitePlan_networkSiteArn :: Lens' UpdateNetworkSitePlan Text Source #

The Amazon Resource Name (ARN) of the network site.

Destructuring the Response

data UpdateNetworkSiteResponse Source #

See: newUpdateNetworkSiteResponse smart constructor.

Constructors

UpdateNetworkSiteResponse' 

Fields

Instances

Instances details
FromJSON UpdateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.UpdateNetworkSiteResponse

Generic UpdateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.UpdateNetworkSiteResponse

Associated Types

type Rep UpdateNetworkSiteResponse :: Type -> Type #

Show UpdateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.UpdateNetworkSiteResponse

NFData UpdateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.UpdateNetworkSiteResponse

Eq UpdateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.UpdateNetworkSiteResponse

Hashable UpdateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.UpdateNetworkSiteResponse

type Rep UpdateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.UpdateNetworkSiteResponse

type Rep UpdateNetworkSiteResponse = D1 ('MetaData "UpdateNetworkSiteResponse" "Amazonka.PrivateNetworks.Types.UpdateNetworkSiteResponse" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "UpdateNetworkSiteResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkSite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkSite)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text))))))

newUpdateNetworkSiteResponse :: UpdateNetworkSiteResponse Source #

Create a value of UpdateNetworkSiteResponse 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:networkSite:UpdateNetworkSiteResponse', updateNetworkSiteResponse_networkSite - Information about the network site.

$sel:tags:UpdateNetworkSiteResponse', updateNetworkSiteResponse_tags - The network site tags.

Response Lenses