| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.PrivateNetworks.UpdateNetworkSitePlan
Description
Updates the specified network site plan.
Synopsis
- data UpdateNetworkSitePlan = UpdateNetworkSitePlan' {}
- newUpdateNetworkSitePlan :: Text -> SitePlan -> UpdateNetworkSitePlan
- updateNetworkSitePlan_clientToken :: Lens' UpdateNetworkSitePlan (Maybe Text)
- updateNetworkSitePlan_networkSiteArn :: Lens' UpdateNetworkSitePlan Text
- updateNetworkSitePlan_pendingPlan :: Lens' UpdateNetworkSitePlan SitePlan
- data UpdateNetworkSiteResponse = UpdateNetworkSiteResponse' {
- networkSite :: Maybe NetworkSite
- tags :: Maybe (Sensitive (HashMap Text Text))
- newUpdateNetworkSiteResponse :: UpdateNetworkSiteResponse
- updateNetworkSiteResponse_networkSite :: Lens' UpdateNetworkSiteResponse (Maybe NetworkSite)
- updateNetworkSiteResponse_tags :: Lens' UpdateNetworkSiteResponse (Maybe (HashMap Text Text))
Creating a Request
data UpdateNetworkSitePlan Source #
See: newUpdateNetworkSitePlan smart constructor.
Constructors
| UpdateNetworkSitePlan' | |
Fields
| |
Instances
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.
updateNetworkSitePlan_pendingPlan :: Lens' UpdateNetworkSitePlan SitePlan Source #
The pending plan.
Destructuring the Response
data UpdateNetworkSiteResponse Source #
See: newUpdateNetworkSiteResponse smart constructor.
Constructors
| UpdateNetworkSiteResponse' | |
Fields
| |
Instances
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
updateNetworkSiteResponse_networkSite :: Lens' UpdateNetworkSiteResponse (Maybe NetworkSite) Source #
Information about the network site.
updateNetworkSiteResponse_tags :: Lens' UpdateNetworkSiteResponse (Maybe (HashMap Text Text)) Source #
The network site tags.