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

Description

Derived from API version 2021-12-03 of the AWS service descriptions, licensed under Apache 2.0.

Amazon Web Services Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private mobile network at your on-premises location. Private 5G provides the pre-configured hardware and software for mobile networks, helps automate setup, and scales capacity on demand to support additional devices as needed.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2021-12-03 of the Amazon Private 5G SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by PrivateNetworks.

AccessDeniedException

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

You do not have permission to perform this operation.

InternalServerException

_InternalServerException :: AsError a => Fold a ServiceError Source #

Information about an internal error.

LimitExceededException

_LimitExceededException :: AsError a => Fold a ServiceError Source #

The limit was exceeded.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The resource was not found.

ThrottlingException

_ThrottlingException :: AsError a => Fold a ServiceError Source #

The request was denied due to request throttling.

ValidationException

_ValidationException :: AsError a => Fold a ServiceError Source #

The request failed validation.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

AcknowledgeOrderReceipt

data AcknowledgeOrderReceipt Source #

See: newAcknowledgeOrderReceipt smart constructor.

Instances

Instances details
ToJSON AcknowledgeOrderReceipt Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

ToHeaders AcknowledgeOrderReceipt Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

ToPath AcknowledgeOrderReceipt Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

ToQuery AcknowledgeOrderReceipt Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

AWSRequest AcknowledgeOrderReceipt Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

Generic AcknowledgeOrderReceipt Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

Associated Types

type Rep AcknowledgeOrderReceipt :: Type -> Type #

Read AcknowledgeOrderReceipt Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

Show AcknowledgeOrderReceipt Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

NFData AcknowledgeOrderReceipt Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

Methods

rnf :: AcknowledgeOrderReceipt -> () #

Eq AcknowledgeOrderReceipt Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

Hashable AcknowledgeOrderReceipt Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

type AWSResponse AcknowledgeOrderReceipt Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

type Rep AcknowledgeOrderReceipt Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

type Rep AcknowledgeOrderReceipt = D1 ('MetaData "AcknowledgeOrderReceipt" "Amazonka.PrivateNetworks.AcknowledgeOrderReceipt" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "AcknowledgeOrderReceipt'" 'PrefixI 'True) (S1 ('MetaSel ('Just "orderArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAcknowledgeOrderReceipt Source #

Create a value of AcknowledgeOrderReceipt 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:

AcknowledgeOrderReceipt, acknowledgeOrderReceipt_orderArn - The Amazon Resource Name (ARN) of the order.

data AcknowledgeOrderReceiptResponse Source #

See: newAcknowledgeOrderReceiptResponse smart constructor.

Instances

Instances details
Generic AcknowledgeOrderReceiptResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

Associated Types

type Rep AcknowledgeOrderReceiptResponse :: Type -> Type #

Show AcknowledgeOrderReceiptResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

NFData AcknowledgeOrderReceiptResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

Eq AcknowledgeOrderReceiptResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

type Rep AcknowledgeOrderReceiptResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.AcknowledgeOrderReceipt

type Rep AcknowledgeOrderReceiptResponse = D1 ('MetaData "AcknowledgeOrderReceiptResponse" "Amazonka.PrivateNetworks.AcknowledgeOrderReceipt" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "AcknowledgeOrderReceiptResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "order") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Order)))

newAcknowledgeOrderReceiptResponse Source #

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

$sel:order:AcknowledgeOrderReceiptResponse', acknowledgeOrderReceiptResponse_order - Information about the order.

ActivateDeviceIdentifier

data ActivateDeviceIdentifier Source #

See: newActivateDeviceIdentifier smart constructor.

Instances

Instances details
ToJSON ActivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

ToHeaders ActivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

ToPath ActivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

ToQuery ActivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

AWSRequest ActivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

Generic ActivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

Associated Types

type Rep ActivateDeviceIdentifier :: Type -> Type #

Read ActivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

Show ActivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

NFData ActivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

Eq ActivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

Hashable ActivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

type AWSResponse ActivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

type Rep ActivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

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

newActivateDeviceIdentifier Source #

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

ActivateDeviceIdentifier, activateDeviceIdentifier_deviceIdentifierArn - The Amazon Resource Name (ARN) of the device identifier.

data ActivateDeviceIdentifierResponse Source #

See: newActivateDeviceIdentifierResponse smart constructor.

Instances

Instances details
Generic ActivateDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

Associated Types

type Rep ActivateDeviceIdentifierResponse :: Type -> Type #

Show ActivateDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

NFData ActivateDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

Eq ActivateDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

type Rep ActivateDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateDeviceIdentifier

type Rep ActivateDeviceIdentifierResponse = D1 ('MetaData "ActivateDeviceIdentifierResponse" "Amazonka.PrivateNetworks.ActivateDeviceIdentifier" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ActivateDeviceIdentifierResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "deviceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeviceIdentifier))))

newActivateDeviceIdentifierResponse Source #

Create a value of ActivateDeviceIdentifierResponse 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:

ActivateDeviceIdentifierResponse, activateDeviceIdentifierResponse_tags - The tags on the device identifier.

$sel:httpStatus:ActivateDeviceIdentifierResponse', activateDeviceIdentifierResponse_httpStatus - The response's http status code.

$sel:deviceIdentifier:ActivateDeviceIdentifierResponse', activateDeviceIdentifierResponse_deviceIdentifier - Information about the device identifier.

ActivateNetworkSite

data ActivateNetworkSite Source #

See: newActivateNetworkSite smart constructor.

Instances

Instances details
ToJSON ActivateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

ToHeaders ActivateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

ToPath ActivateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

ToQuery ActivateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

AWSRequest ActivateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

Associated Types

type AWSResponse ActivateNetworkSite #

Generic ActivateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

Associated Types

type Rep ActivateNetworkSite :: Type -> Type #

Show ActivateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

NFData ActivateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

Methods

rnf :: ActivateNetworkSite -> () #

Eq ActivateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

Hashable ActivateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

type AWSResponse ActivateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

type Rep ActivateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

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

newActivateNetworkSite Source #

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

ActivateNetworkSite, activateNetworkSite_networkSiteArn - The Amazon Resource Name (ARN) of the network site.

ActivateNetworkSite, activateNetworkSite_shippingAddress - The shipping address of the network site.

data ActivateNetworkSiteResponse Source #

See: newActivateNetworkSiteResponse smart constructor.

Instances

Instances details
Generic ActivateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

Associated Types

type Rep ActivateNetworkSiteResponse :: Type -> Type #

Read ActivateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

Show ActivateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

NFData ActivateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

Eq ActivateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

type Rep ActivateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ActivateNetworkSite

type Rep ActivateNetworkSiteResponse = D1 ('MetaData "ActivateNetworkSiteResponse" "Amazonka.PrivateNetworks.ActivateNetworkSite" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ActivateNetworkSiteResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkSite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkSite)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newActivateNetworkSiteResponse Source #

Create a value of ActivateNetworkSiteResponse 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:

ActivateNetworkSiteResponse, activateNetworkSiteResponse_networkSite - Information about the network site.

$sel:httpStatus:ActivateNetworkSiteResponse', activateNetworkSiteResponse_httpStatus - The response's http status code.

ConfigureAccessPoint

data ConfigureAccessPoint Source #

See: newConfigureAccessPoint smart constructor.

Instances

Instances details
ToJSON ConfigureAccessPoint Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

ToHeaders ConfigureAccessPoint Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

ToPath ConfigureAccessPoint Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

ToQuery ConfigureAccessPoint Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

AWSRequest ConfigureAccessPoint Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

Associated Types

type AWSResponse ConfigureAccessPoint #

Generic ConfigureAccessPoint Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

Associated Types

type Rep ConfigureAccessPoint :: Type -> Type #

Show ConfigureAccessPoint Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

NFData ConfigureAccessPoint Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

Methods

rnf :: ConfigureAccessPoint -> () #

Eq ConfigureAccessPoint Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

Hashable ConfigureAccessPoint Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

type AWSResponse ConfigureAccessPoint Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

type Rep ConfigureAccessPoint Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

type Rep ConfigureAccessPoint = D1 ('MetaData "ConfigureAccessPoint" "Amazonka.PrivateNetworks.ConfigureAccessPoint" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ConfigureAccessPoint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cpiSecretKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "cpiUserId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "cpiUserPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: (S1 ('MetaSel ('Just "cpiUsername") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Position)) :*: S1 ('MetaSel ('Just "accessPointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newConfigureAccessPoint Source #

Create a value of ConfigureAccessPoint 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:cpiSecretKey:ConfigureAccessPoint', configureAccessPoint_cpiSecretKey - A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.

$sel:cpiUserId:ConfigureAccessPoint', configureAccessPoint_cpiUserId - The CPI user ID of the CPI user who is certifying the coordinates of the network resource.

$sel:cpiUserPassword:ConfigureAccessPoint', configureAccessPoint_cpiUserPassword - The CPI password associated with the CPI certificate in cpiSecretKey.

$sel:cpiUsername:ConfigureAccessPoint', configureAccessPoint_cpiUsername - The CPI user name of the CPI user who is certifying the coordinates of the radio unit.

ConfigureAccessPoint, configureAccessPoint_position - The position of the network resource.

$sel:accessPointArn:ConfigureAccessPoint', configureAccessPoint_accessPointArn - The Amazon Resource Name (ARN) of the network resource.

data ConfigureAccessPointResponse Source #

See: newConfigureAccessPointResponse smart constructor.

Instances

Instances details
Generic ConfigureAccessPointResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

Associated Types

type Rep ConfigureAccessPointResponse :: Type -> Type #

Read ConfigureAccessPointResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

Show ConfigureAccessPointResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

NFData ConfigureAccessPointResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

Eq ConfigureAccessPointResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

type Rep ConfigureAccessPointResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ConfigureAccessPoint

type Rep ConfigureAccessPointResponse = D1 ('MetaData "ConfigureAccessPointResponse" "Amazonka.PrivateNetworks.ConfigureAccessPoint" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ConfigureAccessPointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "accessPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NetworkResource)))

newConfigureAccessPointResponse Source #

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

$sel:accessPoint:ConfigureAccessPointResponse', configureAccessPointResponse_accessPoint - Information about the network resource.

CreateNetwork

data CreateNetwork Source #

See: newCreateNetwork smart constructor.

Instances

Instances details
ToJSON CreateNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

ToHeaders CreateNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

ToPath CreateNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

ToQuery CreateNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

AWSRequest CreateNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

Associated Types

type AWSResponse CreateNetwork #

Generic CreateNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

Associated Types

type Rep CreateNetwork :: Type -> Type #

Show CreateNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

NFData CreateNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

Methods

rnf :: CreateNetwork -> () #

Eq CreateNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

Hashable CreateNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

type AWSResponse CreateNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

type Rep CreateNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

type Rep CreateNetwork = D1 ('MetaData "CreateNetwork" "Amazonka.PrivateNetworks.CreateNetwork" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "CreateNetwork'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") '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 (Sensitive (HashMap Text Text)))) :*: S1 ('MetaSel ('Just "networkName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateNetwork Source #

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

CreateNetwork, createNetwork_description - The description of the network.

CreateNetwork, createNetwork_tags - The tags to apply to the network.

CreateNetwork, createNetwork_networkName - The name of the network. You can't change the name after you create the network.

data CreateNetworkResponse Source #

See: newCreateNetworkResponse smart constructor.

Instances

Instances details
Generic CreateNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

Associated Types

type Rep CreateNetworkResponse :: Type -> Type #

Show CreateNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

NFData CreateNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

Methods

rnf :: CreateNetworkResponse -> () #

Eq CreateNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

type Rep CreateNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetwork

type Rep CreateNetworkResponse = D1 ('MetaData "CreateNetworkResponse" "Amazonka.PrivateNetworks.CreateNetwork" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "CreateNetworkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "network") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Network))))

newCreateNetworkResponse Source #

Create a value of CreateNetworkResponse 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:

CreateNetwork, createNetworkResponse_tags - The network tags.

$sel:httpStatus:CreateNetworkResponse', createNetworkResponse_httpStatus - The response's http status code.

$sel:network:CreateNetworkResponse', createNetworkResponse_network - Information about the network.

CreateNetworkSite

data CreateNetworkSite Source #

See: newCreateNetworkSite smart constructor.

Instances

Instances details
ToJSON CreateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

ToHeaders CreateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

ToPath CreateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

ToQuery CreateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

AWSRequest CreateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

Associated Types

type AWSResponse CreateNetworkSite #

Generic CreateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

Associated Types

type Rep CreateNetworkSite :: Type -> Type #

Show CreateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

NFData CreateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

Methods

rnf :: CreateNetworkSite -> () #

Eq CreateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

Hashable CreateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

type AWSResponse CreateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

type Rep CreateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

type Rep CreateNetworkSite = D1 ('MetaData "CreateNetworkSite" "Amazonka.PrivateNetworks.CreateNetworkSite" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "CreateNetworkSite'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "availabilityZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "pendingPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SitePlan)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "networkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "networkSiteName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateNetworkSite Source #

Create a value of CreateNetworkSite 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:

CreateNetworkSite, createNetworkSite_availabilityZone - The Availability Zone that is the parent of this site. You can't change the Availability Zone after you create the site.

CreateNetworkSite, createNetworkSite_availabilityZoneId - The ID of the Availability Zone that is the parent of this site. You can't change the Availability Zone after you create the site.

$sel:clientToken:CreateNetworkSite', createNetworkSite_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

CreateNetworkSite, createNetworkSite_description - The description of the site.

CreateNetworkSite, createNetworkSite_pendingPlan - Information about the pending plan for this site.

CreateNetworkSite, createNetworkSite_tags - The tags to apply to the network site.

CreateNetworkSite, createNetworkSite_networkArn - The Amazon Resource Name (ARN) of the network.

CreateNetworkSite, createNetworkSite_networkSiteName - The name of the site. You can't change the name after you create the site.

data CreateNetworkSiteResponse Source #

See: newCreateNetworkSiteResponse smart constructor.

Instances

Instances details
Generic CreateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

Associated Types

type Rep CreateNetworkSiteResponse :: Type -> Type #

Show CreateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

NFData CreateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

Eq CreateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

type Rep CreateNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.CreateNetworkSite

type Rep CreateNetworkSiteResponse = D1 ('MetaData "CreateNetworkSiteResponse" "Amazonka.PrivateNetworks.CreateNetworkSite" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "CreateNetworkSiteResponse'" '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)))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateNetworkSiteResponse Source #

Create a value of CreateNetworkSiteResponse 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:

CreateNetworkSiteResponse, createNetworkSiteResponse_networkSite - Information about the network site.

CreateNetworkSite, createNetworkSiteResponse_tags - The network site tags.

$sel:httpStatus:CreateNetworkSiteResponse', createNetworkSiteResponse_httpStatus - The response's http status code.

DeactivateDeviceIdentifier

data DeactivateDeviceIdentifier Source #

See: newDeactivateDeviceIdentifier smart constructor.

Instances

Instances details
ToJSON DeactivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

ToHeaders DeactivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

ToPath DeactivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

ToQuery DeactivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

AWSRequest DeactivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

Generic DeactivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

Associated Types

type Rep DeactivateDeviceIdentifier :: Type -> Type #

Read DeactivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

Show DeactivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

NFData DeactivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

Eq DeactivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

Hashable DeactivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

type AWSResponse DeactivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

type Rep DeactivateDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

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

newDeactivateDeviceIdentifier Source #

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

DeactivateDeviceIdentifier, deactivateDeviceIdentifier_deviceIdentifierArn - The Amazon Resource Name (ARN) of the device identifier.

data DeactivateDeviceIdentifierResponse Source #

Instances

Instances details
Generic DeactivateDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

Associated Types

type Rep DeactivateDeviceIdentifierResponse :: Type -> Type #

Show DeactivateDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

NFData DeactivateDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

Eq DeactivateDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

type Rep DeactivateDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeactivateDeviceIdentifier

type Rep DeactivateDeviceIdentifierResponse = D1 ('MetaData "DeactivateDeviceIdentifierResponse" "Amazonka.PrivateNetworks.DeactivateDeviceIdentifier" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "DeactivateDeviceIdentifierResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "deviceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeviceIdentifier)))

DeleteNetwork

data DeleteNetwork Source #

See: newDeleteNetwork smart constructor.

Constructors

DeleteNetwork' (Maybe Text) Text 

Instances

Instances details
ToHeaders DeleteNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

ToPath DeleteNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

ToQuery DeleteNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

AWSRequest DeleteNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

Associated Types

type AWSResponse DeleteNetwork #

Generic DeleteNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

Associated Types

type Rep DeleteNetwork :: Type -> Type #

Read DeleteNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

Show DeleteNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

NFData DeleteNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

Methods

rnf :: DeleteNetwork -> () #

Eq DeleteNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

Hashable DeleteNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

type AWSResponse DeleteNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

type Rep DeleteNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

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

newDeleteNetwork Source #

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

DeleteNetwork, deleteNetwork_networkArn - The Amazon Resource Name (ARN) of the network.

data DeleteNetworkResponse Source #

See: newDeleteNetworkResponse smart constructor.

Instances

Instances details
Generic DeleteNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

Associated Types

type Rep DeleteNetworkResponse :: Type -> Type #

Read DeleteNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

Show DeleteNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

NFData DeleteNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

Methods

rnf :: DeleteNetworkResponse -> () #

Eq DeleteNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

type Rep DeleteNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetwork

type Rep DeleteNetworkResponse = D1 ('MetaData "DeleteNetworkResponse" "Amazonka.PrivateNetworks.DeleteNetwork" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "DeleteNetworkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "network") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Network)))

newDeleteNetworkResponse Source #

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

$sel:network:DeleteNetworkResponse', deleteNetworkResponse_network - Information about the network.

DeleteNetworkSite

data DeleteNetworkSite Source #

See: newDeleteNetworkSite smart constructor.

Instances

Instances details
ToHeaders DeleteNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

ToPath DeleteNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

ToQuery DeleteNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

AWSRequest DeleteNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

Associated Types

type AWSResponse DeleteNetworkSite #

Generic DeleteNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

Associated Types

type Rep DeleteNetworkSite :: Type -> Type #

Read DeleteNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

Show DeleteNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

NFData DeleteNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

Methods

rnf :: DeleteNetworkSite -> () #

Eq DeleteNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

Hashable DeleteNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

type AWSResponse DeleteNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

type Rep DeleteNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

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

newDeleteNetworkSite Source #

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

DeleteNetworkSite, deleteNetworkSite_networkSiteArn - The Amazon Resource Name (ARN) of the network site.

data DeleteNetworkSiteResponse Source #

See: newDeleteNetworkSiteResponse smart constructor.

Instances

Instances details
Generic DeleteNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

Associated Types

type Rep DeleteNetworkSiteResponse :: Type -> Type #

Read DeleteNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

Show DeleteNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

NFData DeleteNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

Eq DeleteNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

type Rep DeleteNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.DeleteNetworkSite

type Rep DeleteNetworkSiteResponse = D1 ('MetaData "DeleteNetworkSiteResponse" "Amazonka.PrivateNetworks.DeleteNetworkSite" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "DeleteNetworkSiteResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkSite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkSite)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteNetworkSiteResponse Source #

Create a value of DeleteNetworkSiteResponse 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:

DeleteNetworkSiteResponse, deleteNetworkSiteResponse_networkSite - Information about the network site.

$sel:httpStatus:DeleteNetworkSiteResponse', deleteNetworkSiteResponse_httpStatus - The response's http status code.

GetDeviceIdentifier

data GetDeviceIdentifier Source #

See: newGetDeviceIdentifier smart constructor.

Instances

Instances details
ToHeaders GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

ToPath GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

ToQuery GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

AWSRequest GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

Associated Types

type AWSResponse GetDeviceIdentifier #

Generic GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

Associated Types

type Rep GetDeviceIdentifier :: Type -> Type #

Read GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

Show GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

NFData GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

Methods

rnf :: GetDeviceIdentifier -> () #

Eq GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

Hashable GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

type AWSResponse GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

type Rep GetDeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

type Rep GetDeviceIdentifier = D1 ('MetaData "GetDeviceIdentifier" "Amazonka.PrivateNetworks.GetDeviceIdentifier" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "GetDeviceIdentifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceIdentifierArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetDeviceIdentifier Source #

Create a value of GetDeviceIdentifier 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:

GetDeviceIdentifier, getDeviceIdentifier_deviceIdentifierArn - The Amazon Resource Name (ARN) of the device identifier.

data GetDeviceIdentifierResponse Source #

See: newGetDeviceIdentifierResponse smart constructor.

Instances

Instances details
Generic GetDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

Associated Types

type Rep GetDeviceIdentifierResponse :: Type -> Type #

Show GetDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

NFData GetDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

Eq GetDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

type Rep GetDeviceIdentifierResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetDeviceIdentifier

type Rep GetDeviceIdentifierResponse = D1 ('MetaData "GetDeviceIdentifierResponse" "Amazonka.PrivateNetworks.GetDeviceIdentifier" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "GetDeviceIdentifierResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeviceIdentifier)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text)))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDeviceIdentifierResponse Source #

Create a value of GetDeviceIdentifierResponse 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:deviceIdentifier:GetDeviceIdentifierResponse', getDeviceIdentifierResponse_deviceIdentifier - Information about the device identifier.

GetDeviceIdentifierResponse, getDeviceIdentifierResponse_tags - The device identifier tags.

$sel:httpStatus:GetDeviceIdentifierResponse', getDeviceIdentifierResponse_httpStatus - The response's http status code.

GetNetwork

data GetNetwork Source #

See: newGetNetwork smart constructor.

Constructors

GetNetwork' Text 

Instances

Instances details
ToHeaders GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Methods

toHeaders :: GetNetwork -> [Header] #

ToPath GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

ToQuery GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

AWSRequest GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Associated Types

type AWSResponse GetNetwork #

Generic GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Associated Types

type Rep GetNetwork :: Type -> Type #

Read GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Show GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

NFData GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Methods

rnf :: GetNetwork -> () #

Eq GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Hashable GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

type AWSResponse GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

type Rep GetNetwork Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

type Rep GetNetwork = D1 ('MetaData "GetNetwork" "Amazonka.PrivateNetworks.GetNetwork" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "GetNetwork'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetNetwork Source #

Arguments

:: Text

GetNetwork

-> GetNetwork 

Create a value of GetNetwork 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:

GetNetwork, getNetwork_networkArn - The Amazon Resource Name (ARN) of the network.

data GetNetworkResponse Source #

See: newGetNetworkResponse smart constructor.

Instances

Instances details
Generic GetNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Associated Types

type Rep GetNetworkResponse :: Type -> Type #

Show GetNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

NFData GetNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

Methods

rnf :: GetNetworkResponse -> () #

Eq GetNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

type Rep GetNetworkResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetwork

type Rep GetNetworkResponse = D1 ('MetaData "GetNetworkResponse" "Amazonka.PrivateNetworks.GetNetwork" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "GetNetworkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "network") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Network))))

newGetNetworkResponse Source #

Create a value of GetNetworkResponse 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:

GetNetworkResponse, getNetworkResponse_tags - The network tags.

$sel:httpStatus:GetNetworkResponse', getNetworkResponse_httpStatus - The response's http status code.

$sel:network:GetNetworkResponse', getNetworkResponse_network - Information about the network.

GetNetworkResource

data GetNetworkResource Source #

See: newGetNetworkResource smart constructor.

Instances

Instances details
ToHeaders GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

ToPath GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

ToQuery GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

AWSRequest GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

Associated Types

type AWSResponse GetNetworkResource #

Generic GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

Associated Types

type Rep GetNetworkResource :: Type -> Type #

Read GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

Show GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

NFData GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

Methods

rnf :: GetNetworkResource -> () #

Eq GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

Hashable GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

type AWSResponse GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

type Rep GetNetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

type Rep GetNetworkResource = D1 ('MetaData "GetNetworkResource" "Amazonka.PrivateNetworks.GetNetworkResource" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "GetNetworkResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkResourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetNetworkResource Source #

Create a value of GetNetworkResource 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:

GetNetworkResource, getNetworkResource_networkResourceArn - The Amazon Resource Name (ARN) of the network resource.

data GetNetworkResourceResponse Source #

See: newGetNetworkResourceResponse smart constructor.

Instances

Instances details
Generic GetNetworkResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

Associated Types

type Rep GetNetworkResourceResponse :: Type -> Type #

Show GetNetworkResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

NFData GetNetworkResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

Eq GetNetworkResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

type Rep GetNetworkResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkResource

type Rep GetNetworkResourceResponse = D1 ('MetaData "GetNetworkResourceResponse" "Amazonka.PrivateNetworks.GetNetworkResource" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "GetNetworkResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "networkResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NetworkResource))))

newGetNetworkResourceResponse Source #

Create a value of GetNetworkResourceResponse 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:

GetNetworkResourceResponse, getNetworkResourceResponse_tags - The network resource tags.

$sel:httpStatus:GetNetworkResourceResponse', getNetworkResourceResponse_httpStatus - The response's http status code.

$sel:networkResource:GetNetworkResourceResponse', getNetworkResourceResponse_networkResource - Information about the network resource.

GetNetworkSite

data GetNetworkSite Source #

See: newGetNetworkSite smart constructor.

Constructors

GetNetworkSite' Text 

Instances

Instances details
ToHeaders GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

ToPath GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

ToQuery GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

AWSRequest GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

Associated Types

type AWSResponse GetNetworkSite #

Generic GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

Associated Types

type Rep GetNetworkSite :: Type -> Type #

Read GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

Show GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

NFData GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

Methods

rnf :: GetNetworkSite -> () #

Eq GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

Hashable GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

type AWSResponse GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

type Rep GetNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

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

newGetNetworkSite Source #

Create a value of GetNetworkSite 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:

GetNetworkSite, getNetworkSite_networkSiteArn - The Amazon Resource Name (ARN) of the network site.

data GetNetworkSiteResponse Source #

See: newGetNetworkSiteResponse smart constructor.

Instances

Instances details
Generic GetNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

Associated Types

type Rep GetNetworkSiteResponse :: Type -> Type #

Show GetNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

NFData GetNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

Methods

rnf :: GetNetworkSiteResponse -> () #

Eq GetNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

type Rep GetNetworkSiteResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetNetworkSite

type Rep GetNetworkSiteResponse = D1 ('MetaData "GetNetworkSiteResponse" "Amazonka.PrivateNetworks.GetNetworkSite" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "GetNetworkSiteResponse'" '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)))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetNetworkSiteResponse Source #

Create a value of GetNetworkSiteResponse 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:

GetNetworkSiteResponse, getNetworkSiteResponse_networkSite - Information about the network site.

GetNetworkSiteResponse, getNetworkSiteResponse_tags - The network site tags.

$sel:httpStatus:GetNetworkSiteResponse', getNetworkSiteResponse_httpStatus - The response's http status code.

GetOrder

data GetOrder Source #

See: newGetOrder smart constructor.

Constructors

GetOrder' Text 

Instances

Instances details
ToHeaders GetOrder Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

Methods

toHeaders :: GetOrder -> [Header] #

ToPath GetOrder Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

ToQuery GetOrder Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

AWSRequest GetOrder Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

Associated Types

type AWSResponse GetOrder #

Generic GetOrder Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

Associated Types

type Rep GetOrder :: Type -> Type #

Methods

from :: GetOrder -> Rep GetOrder x #

to :: Rep GetOrder x -> GetOrder #

Read GetOrder Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

Show GetOrder Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

NFData GetOrder Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

Methods

rnf :: GetOrder -> () #

Eq GetOrder Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

Hashable GetOrder Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

Methods

hashWithSalt :: Int -> GetOrder -> Int #

hash :: GetOrder -> Int #

type AWSResponse GetOrder Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

type Rep GetOrder Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

type Rep GetOrder = D1 ('MetaData "GetOrder" "Amazonka.PrivateNetworks.GetOrder" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "GetOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "orderArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetOrder Source #

Arguments

:: Text

GetOrder

-> GetOrder 

Create a value of GetOrder 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:

GetOrder, getOrder_orderArn - The Amazon Resource Name (ARN) of the order.

data GetOrderResponse Source #

See: newGetOrderResponse smart constructor.

Instances

Instances details
Generic GetOrderResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

Associated Types

type Rep GetOrderResponse :: Type -> Type #

Show GetOrderResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

NFData GetOrderResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

Methods

rnf :: GetOrderResponse -> () #

Eq GetOrderResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

type Rep GetOrderResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.GetOrder

type Rep GetOrderResponse = D1 ('MetaData "GetOrderResponse" "Amazonka.PrivateNetworks.GetOrder" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "GetOrderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "order") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Order))))

newGetOrderResponse Source #

Create a value of GetOrderResponse 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:

GetOrderResponse, getOrderResponse_tags - The order tags.

$sel:httpStatus:GetOrderResponse', getOrderResponse_httpStatus - The response's http status code.

$sel:order:GetOrderResponse', getOrderResponse_order - Information about the order.

ListDeviceIdentifiers (Paginated)

data ListDeviceIdentifiers Source #

See: newListDeviceIdentifiers smart constructor.

Instances

Instances details
ToJSON ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

ToHeaders ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

ToPath ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

ToQuery ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

AWSPager ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

AWSRequest ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

Associated Types

type AWSResponse ListDeviceIdentifiers #

Generic ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

Associated Types

type Rep ListDeviceIdentifiers :: Type -> Type #

Read ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

Show ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

NFData ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

Methods

rnf :: ListDeviceIdentifiers -> () #

Eq ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

Hashable ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

type AWSResponse ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

type Rep ListDeviceIdentifiers Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

type Rep ListDeviceIdentifiers = D1 ('MetaData "ListDeviceIdentifiers" "Amazonka.PrivateNetworks.ListDeviceIdentifiers" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ListDeviceIdentifiers'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap DeviceIdentifierFilterKeys [Text]))) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "startToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListDeviceIdentifiers Source #

Create a value of ListDeviceIdentifiers 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:filters:ListDeviceIdentifiers', listDeviceIdentifiers_filters - The filters.

  • ORDER - The Amazon Resource Name (ARN) of the order.
  • STATUS - The status (ACTIVE | INACTIVE).
  • TRAFFIC_GROUP - The Amazon Resource Name (ARN) of the traffic group.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

$sel:maxResults:ListDeviceIdentifiers', listDeviceIdentifiers_maxResults - The maximum number of results to return.

$sel:startToken:ListDeviceIdentifiers', listDeviceIdentifiers_startToken - The token for the next page of results.

ListDeviceIdentifiers, listDeviceIdentifiers_networkArn - The Amazon Resource Name (ARN) of the network.

data ListDeviceIdentifiersResponse Source #

See: newListDeviceIdentifiersResponse smart constructor.

Instances

Instances details
Generic ListDeviceIdentifiersResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

Associated Types

type Rep ListDeviceIdentifiersResponse :: Type -> Type #

Show ListDeviceIdentifiersResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

NFData ListDeviceIdentifiersResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

Eq ListDeviceIdentifiersResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

type Rep ListDeviceIdentifiersResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListDeviceIdentifiers

type Rep ListDeviceIdentifiersResponse = D1 ('MetaData "ListDeviceIdentifiersResponse" "Amazonka.PrivateNetworks.ListDeviceIdentifiers" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ListDeviceIdentifiersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceIdentifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeviceIdentifier])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDeviceIdentifiersResponse Source #

Create a value of ListDeviceIdentifiersResponse 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:deviceIdentifiers:ListDeviceIdentifiersResponse', listDeviceIdentifiersResponse_deviceIdentifiers - Information about the device identifiers.

$sel:nextToken:ListDeviceIdentifiersResponse', listDeviceIdentifiersResponse_nextToken - The token for the next page of results.

$sel:httpStatus:ListDeviceIdentifiersResponse', listDeviceIdentifiersResponse_httpStatus - The response's http status code.

ListNetworkResources (Paginated)

data ListNetworkResources Source #

See: newListNetworkResources smart constructor.

Instances

Instances details
ToJSON ListNetworkResources Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

ToHeaders ListNetworkResources Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

ToPath ListNetworkResources Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

ToQuery ListNetworkResources Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

AWSPager ListNetworkResources Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

AWSRequest ListNetworkResources Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

Associated Types

type AWSResponse ListNetworkResources #

Generic ListNetworkResources Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

Associated Types

type Rep ListNetworkResources :: Type -> Type #

Read ListNetworkResources Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

Show ListNetworkResources Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

NFData ListNetworkResources Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

Methods

rnf :: ListNetworkResources -> () #

Eq ListNetworkResources Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

Hashable ListNetworkResources Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

type AWSResponse ListNetworkResources Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

type Rep ListNetworkResources Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

type Rep ListNetworkResources = D1 ('MetaData "ListNetworkResources" "Amazonka.PrivateNetworks.ListNetworkResources" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ListNetworkResources'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap NetworkResourceFilterKeys [Text]))) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "startToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListNetworkResources Source #

Create a value of ListNetworkResources 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:filters:ListNetworkResources', listNetworkResources_filters - The filters.

  • ORDER - The Amazon Resource Name (ARN) of the order.
  • STATUS - The status (AVAILABLE | DELETED | DELETING | PENDING | PENDING_RETURN | PROVISIONING | SHIPPED).

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

$sel:maxResults:ListNetworkResources', listNetworkResources_maxResults - The maximum number of results to return.

$sel:startToken:ListNetworkResources', listNetworkResources_startToken - The token for the next page of results.

ListNetworkResources, listNetworkResources_networkArn - The Amazon Resource Name (ARN) of the network.

data ListNetworkResourcesResponse Source #

See: newListNetworkResourcesResponse smart constructor.

Instances

Instances details
Generic ListNetworkResourcesResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

Associated Types

type Rep ListNetworkResourcesResponse :: Type -> Type #

Read ListNetworkResourcesResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

Show ListNetworkResourcesResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

NFData ListNetworkResourcesResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

Eq ListNetworkResourcesResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

type Rep ListNetworkResourcesResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkResources

type Rep ListNetworkResourcesResponse = D1 ('MetaData "ListNetworkResourcesResponse" "Amazonka.PrivateNetworks.ListNetworkResources" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ListNetworkResourcesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NetworkResource])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListNetworkResourcesResponse Source #

Create a value of ListNetworkResourcesResponse 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:networkResources:ListNetworkResourcesResponse', listNetworkResourcesResponse_networkResources - Information about network resources.

$sel:nextToken:ListNetworkResourcesResponse', listNetworkResourcesResponse_nextToken - The token for the next page of results.

$sel:httpStatus:ListNetworkResourcesResponse', listNetworkResourcesResponse_httpStatus - The response's http status code.

ListNetworkSites (Paginated)

data ListNetworkSites Source #

See: newListNetworkSites smart constructor.

Instances

Instances details
ToJSON ListNetworkSites Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

ToHeaders ListNetworkSites Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

ToPath ListNetworkSites Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

ToQuery ListNetworkSites Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

AWSPager ListNetworkSites Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

AWSRequest ListNetworkSites Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

Associated Types

type AWSResponse ListNetworkSites #

Generic ListNetworkSites Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

Associated Types

type Rep ListNetworkSites :: Type -> Type #

Read ListNetworkSites Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

Show ListNetworkSites Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

NFData ListNetworkSites Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

Methods

rnf :: ListNetworkSites -> () #

Eq ListNetworkSites Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

Hashable ListNetworkSites Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

type AWSResponse ListNetworkSites Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

type Rep ListNetworkSites Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

type Rep ListNetworkSites = D1 ('MetaData "ListNetworkSites" "Amazonka.PrivateNetworks.ListNetworkSites" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ListNetworkSites'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap NetworkSiteFilterKeys [Text]))) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "startToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListNetworkSites Source #

Create a value of ListNetworkSites 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:filters:ListNetworkSites', listNetworkSites_filters - The filters. Add filters to your request to return a more specific list of results. Use filters to match the status of the network sites.

  • STATUS - The status (AVAILABLE | CREATED | DELETED | DEPROVISIONING | PROVISIONING).

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

$sel:maxResults:ListNetworkSites', listNetworkSites_maxResults - The maximum number of results to return.

$sel:startToken:ListNetworkSites', listNetworkSites_startToken - The token for the next page of results.

ListNetworkSites, listNetworkSites_networkArn - The Amazon Resource Name (ARN) of the network.

data ListNetworkSitesResponse Source #

See: newListNetworkSitesResponse smart constructor.

Instances

Instances details
Generic ListNetworkSitesResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

Associated Types

type Rep ListNetworkSitesResponse :: Type -> Type #

Read ListNetworkSitesResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

Show ListNetworkSitesResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

NFData ListNetworkSitesResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

Eq ListNetworkSitesResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

type Rep ListNetworkSitesResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworkSites

type Rep ListNetworkSitesResponse = D1 ('MetaData "ListNetworkSitesResponse" "Amazonka.PrivateNetworks.ListNetworkSites" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ListNetworkSitesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkSites") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NetworkSite])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListNetworkSitesResponse Source #

Create a value of ListNetworkSitesResponse 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:networkSites:ListNetworkSitesResponse', listNetworkSitesResponse_networkSites - Information about the network sites.

$sel:nextToken:ListNetworkSitesResponse', listNetworkSitesResponse_nextToken - The token for the next page of results.

$sel:httpStatus:ListNetworkSitesResponse', listNetworkSitesResponse_httpStatus - The response's http status code.

ListNetworks (Paginated)

data ListNetworks Source #

See: newListNetworks smart constructor.

Instances

Instances details
ToJSON ListNetworks Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

ToHeaders ListNetworks Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

ToPath ListNetworks Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

ToQuery ListNetworks Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

AWSPager ListNetworks Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

AWSRequest ListNetworks Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

Associated Types

type AWSResponse ListNetworks #

Generic ListNetworks Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

Associated Types

type Rep ListNetworks :: Type -> Type #

Read ListNetworks Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

Show ListNetworks Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

NFData ListNetworks Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

Methods

rnf :: ListNetworks -> () #

Eq ListNetworks Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

Hashable ListNetworks Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

type AWSResponse ListNetworks Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

type Rep ListNetworks Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

type Rep ListNetworks = D1 ('MetaData "ListNetworks" "Amazonka.PrivateNetworks.ListNetworks" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ListNetworks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap NetworkFilterKeys [Text]))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "startToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListNetworks :: ListNetworks Source #

Create a value of ListNetworks 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:filters:ListNetworks', listNetworks_filters - The filters.

  • STATUS - The status (AVAILABLE | CREATED | DELETED | DEPROVISIONING | PROVISIONING).

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

$sel:maxResults:ListNetworks', listNetworks_maxResults - The maximum number of results to return.

$sel:startToken:ListNetworks', listNetworks_startToken - The token for the next page of results.

data ListNetworksResponse Source #

See: newListNetworksResponse smart constructor.

Instances

Instances details
Generic ListNetworksResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

Associated Types

type Rep ListNetworksResponse :: Type -> Type #

Read ListNetworksResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

Show ListNetworksResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

NFData ListNetworksResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

Methods

rnf :: ListNetworksResponse -> () #

Eq ListNetworksResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

type Rep ListNetworksResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListNetworks

type Rep ListNetworksResponse = D1 ('MetaData "ListNetworksResponse" "Amazonka.PrivateNetworks.ListNetworks" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ListNetworksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Network])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListNetworksResponse Source #

Create a value of ListNetworksResponse 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:networks:ListNetworksResponse', listNetworksResponse_networks - The networks.

$sel:nextToken:ListNetworksResponse', listNetworksResponse_nextToken - The token for the next page of results.

$sel:httpStatus:ListNetworksResponse', listNetworksResponse_httpStatus - The response's http status code.

ListOrders (Paginated)

data ListOrders Source #

See: newListOrders smart constructor.

Instances

Instances details
ToJSON ListOrders Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

ToHeaders ListOrders Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

Methods

toHeaders :: ListOrders -> [Header] #

ToPath ListOrders Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

ToQuery ListOrders Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

AWSPager ListOrders Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

AWSRequest ListOrders Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

Associated Types

type AWSResponse ListOrders #

Generic ListOrders Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

Associated Types

type Rep ListOrders :: Type -> Type #

Read ListOrders Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

Show ListOrders Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

NFData ListOrders Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

Methods

rnf :: ListOrders -> () #

Eq ListOrders Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

Hashable ListOrders Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

type AWSResponse ListOrders Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

type Rep ListOrders Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

type Rep ListOrders = D1 ('MetaData "ListOrders" "Amazonka.PrivateNetworks.ListOrders" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ListOrders'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap OrderFilterKeys [Text]))) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "startToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListOrders Source #

Arguments

:: Text

ListOrders

-> ListOrders 

Create a value of ListOrders 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:filters:ListOrders', listOrders_filters - The filters.

  • NETWORK_SITE - The Amazon Resource Name (ARN) of the network site.
  • STATUS - The status (ACKNOWLEDGING | ACKNOWLEDGED | UNACKNOWLEDGED).

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

$sel:maxResults:ListOrders', listOrders_maxResults - The maximum number of results to return.

$sel:startToken:ListOrders', listOrders_startToken - The token for the next page of results.

ListOrders, listOrders_networkArn - The Amazon Resource Name (ARN) of the network.

data ListOrdersResponse Source #

See: newListOrdersResponse smart constructor.

Instances

Instances details
Generic ListOrdersResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

Associated Types

type Rep ListOrdersResponse :: Type -> Type #

Show ListOrdersResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

NFData ListOrdersResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

Methods

rnf :: ListOrdersResponse -> () #

Eq ListOrdersResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

type Rep ListOrdersResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListOrders

type Rep ListOrdersResponse = D1 ('MetaData "ListOrdersResponse" "Amazonka.PrivateNetworks.ListOrders" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ListOrdersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "orders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Order])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListOrdersResponse Source #

Create a value of ListOrdersResponse 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:nextToken:ListOrdersResponse', listOrdersResponse_nextToken - The token for the next page of results.

$sel:orders:ListOrdersResponse', listOrdersResponse_orders - Information about the orders.

$sel:httpStatus:ListOrdersResponse', listOrdersResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.PrivateNetworks.ListTagsForResource" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.ListTagsForResource

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

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:

ListTagsForResourceResponse, listTagsForResourceResponse_tags - The resource tags.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

Ping

data Ping Source #

See: newPing smart constructor.

Constructors

Ping' 

Instances

Instances details
ToHeaders Ping Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

Methods

toHeaders :: Ping -> [Header] #

ToPath Ping Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

Methods

toPath :: Ping -> ByteString #

ToQuery Ping Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

Methods

toQuery :: Ping -> QueryString #

AWSRequest Ping Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

Associated Types

type AWSResponse Ping #

Generic Ping Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

Associated Types

type Rep Ping :: Type -> Type #

Methods

from :: Ping -> Rep Ping x #

to :: Rep Ping x -> Ping #

Read Ping Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

Show Ping Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

Methods

showsPrec :: Int -> Ping -> ShowS #

show :: Ping -> String #

showList :: [Ping] -> ShowS #

NFData Ping Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

Methods

rnf :: Ping -> () #

Eq Ping Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

Methods

(==) :: Ping -> Ping -> Bool #

(/=) :: Ping -> Ping -> Bool #

Hashable Ping Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

Methods

hashWithSalt :: Int -> Ping -> Int #

hash :: Ping -> Int #

type AWSResponse Ping Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

type Rep Ping Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

type Rep Ping = D1 ('MetaData "Ping" "Amazonka.PrivateNetworks.Ping" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "Ping'" 'PrefixI 'False) (U1 :: Type -> Type))

newPing :: Ping Source #

Create a value of Ping with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data PingResponse Source #

See: newPingResponse smart constructor.

Constructors

PingResponse' (Maybe Text) Int 

Instances

Instances details
Generic PingResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

Associated Types

type Rep PingResponse :: Type -> Type #

Read PingResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

Show PingResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

NFData PingResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

Methods

rnf :: PingResponse -> () #

Eq PingResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

type Rep PingResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Ping

type Rep PingResponse = D1 ('MetaData "PingResponse" "Amazonka.PrivateNetworks.Ping" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "PingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPingResponse Source #

Create a value of PingResponse 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:

PingResponse, pingResponse_status - Information about the health of the service.

$sel:httpStatus:PingResponse', pingResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Show TagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

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

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

TagResource, tagResource_tags - The tags to add to the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.PrivateNetworks.TagResource" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

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

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Show UntagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.PrivateNetworks.UntagResource" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive (NonEmpty Text)))))

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The tag keys.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.PrivateNetworks.UntagResource" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

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

UpdateNetworkSite

data UpdateNetworkSite Source #

See: newUpdateNetworkSite smart constructor.

Instances

Instances details
ToJSON UpdateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSite

ToHeaders UpdateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSite

ToPath UpdateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSite

ToQuery UpdateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSite

AWSRequest UpdateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSite

Associated Types

type AWSResponse UpdateNetworkSite #

Generic UpdateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSite

Associated Types

type Rep UpdateNetworkSite :: Type -> Type #

Read UpdateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSite

Show UpdateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSite

NFData UpdateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSite

Methods

rnf :: UpdateNetworkSite -> () #

Eq UpdateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSite

Hashable UpdateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSite

type AWSResponse UpdateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSite

type Rep UpdateNetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.UpdateNetworkSite

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

newUpdateNetworkSite Source #

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

UpdateNetworkSite, updateNetworkSite_description - The description.

UpdateNetworkSite, updateNetworkSite_networkSiteArn - The Amazon Resource Name (ARN) of the network site.

data UpdateNetworkSiteResponse Source #

See: newUpdateNetworkSiteResponse smart constructor.

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.

UpdateNetworkSitePlan

data UpdateNetworkSitePlan Source #

See: newUpdateNetworkSitePlan smart constructor.

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.

data UpdateNetworkSiteResponse Source #

See: newUpdateNetworkSiteResponse smart constructor.

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.

Types

AcknowledgmentStatus

newtype AcknowledgmentStatus Source #

Instances

Instances details
FromJSON AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

FromJSONKey AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

ToJSON AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

ToJSONKey AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

ToByteString AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

ToHeader AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

ToLog AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

ToQuery AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

FromText AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

ToText AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

FromXML AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

ToXML AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

Generic AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

Associated Types

type Rep AcknowledgmentStatus :: Type -> Type #

Read AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

Show AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

NFData AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

Methods

rnf :: AcknowledgmentStatus -> () #

Eq AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

Ord AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

Hashable AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

type Rep AcknowledgmentStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.AcknowledgmentStatus

type Rep AcknowledgmentStatus = D1 ('MetaData "AcknowledgmentStatus" "Amazonka.PrivateNetworks.Types.AcknowledgmentStatus" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'True) (C1 ('MetaCons "AcknowledgmentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAcknowledgmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeviceIdentifierFilterKeys

newtype DeviceIdentifierFilterKeys Source #

Instances

Instances details
FromJSON DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

FromJSONKey DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

ToJSON DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

ToJSONKey DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

ToByteString DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

ToHeader DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

ToLog DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

ToQuery DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

FromText DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

ToText DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

FromXML DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

ToXML DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

Generic DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

Associated Types

type Rep DeviceIdentifierFilterKeys :: Type -> Type #

Read DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

Show DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

NFData DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

Eq DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

Ord DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

Hashable DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

type Rep DeviceIdentifierFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys

type Rep DeviceIdentifierFilterKeys = D1 ('MetaData "DeviceIdentifierFilterKeys" "Amazonka.PrivateNetworks.Types.DeviceIdentifierFilterKeys" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'True) (C1 ('MetaCons "DeviceIdentifierFilterKeys'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeviceIdentifierFilterKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeviceIdentifierStatus

newtype DeviceIdentifierStatus Source #

Instances

Instances details
FromJSON DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

FromJSONKey DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

ToJSON DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

ToJSONKey DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

ToByteString DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

ToHeader DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

ToLog DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

ToQuery DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

FromText DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

ToText DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

FromXML DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

ToXML DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

Generic DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

Associated Types

type Rep DeviceIdentifierStatus :: Type -> Type #

Read DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

Show DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

NFData DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

Methods

rnf :: DeviceIdentifierStatus -> () #

Eq DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

Ord DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

Hashable DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

type Rep DeviceIdentifierStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus

type Rep DeviceIdentifierStatus = D1 ('MetaData "DeviceIdentifierStatus" "Amazonka.PrivateNetworks.Types.DeviceIdentifierStatus" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'True) (C1 ('MetaCons "DeviceIdentifierStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeviceIdentifierStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ElevationReference

newtype ElevationReference Source #

Instances

Instances details
FromJSON ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

FromJSONKey ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

ToJSON ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

ToJSONKey ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

ToByteString ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

ToHeader ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

ToLog ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

ToQuery ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

FromText ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

ToText ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

FromXML ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

ToXML ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

Generic ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

Associated Types

type Rep ElevationReference :: Type -> Type #

Read ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

Show ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

NFData ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

Methods

rnf :: ElevationReference -> () #

Eq ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

Ord ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

Hashable ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

type Rep ElevationReference Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationReference

type Rep ElevationReference = D1 ('MetaData "ElevationReference" "Amazonka.PrivateNetworks.Types.ElevationReference" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'True) (C1 ('MetaCons "ElevationReference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromElevationReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ElevationUnit

newtype ElevationUnit Source #

Constructors

ElevationUnit' 

Bundled Patterns

pattern ElevationUnit_FEET :: ElevationUnit 

Instances

Instances details
FromJSON ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

FromJSONKey ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

ToJSON ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

ToJSONKey ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

ToByteString ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

ToHeader ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

ToLog ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

ToQuery ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

FromText ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

ToText ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

Methods

toText :: ElevationUnit -> Text #

FromXML ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

ToXML ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

Methods

toXML :: ElevationUnit -> XML #

Generic ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

Associated Types

type Rep ElevationUnit :: Type -> Type #

Read ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

Show ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

NFData ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

Methods

rnf :: ElevationUnit -> () #

Eq ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

Ord ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

Hashable ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

type Rep ElevationUnit Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.ElevationUnit

type Rep ElevationUnit = D1 ('MetaData "ElevationUnit" "Amazonka.PrivateNetworks.Types.ElevationUnit" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'True) (C1 ('MetaCons "ElevationUnit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromElevationUnit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HealthStatus

newtype HealthStatus Source #

Constructors

HealthStatus' 

Instances

Instances details
FromJSON HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

FromJSONKey HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

ToJSON HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

ToJSONKey HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

ToByteString HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

ToHeader HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

ToLog HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

ToQuery HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

FromText HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

ToText HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

Methods

toText :: HealthStatus -> Text #

FromXML HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

ToXML HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

Methods

toXML :: HealthStatus -> XML #

Generic HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

Associated Types

type Rep HealthStatus :: Type -> Type #

Read HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

Show HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

NFData HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

Methods

rnf :: HealthStatus -> () #

Eq HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

Ord HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

Hashable HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

type Rep HealthStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.HealthStatus

type Rep HealthStatus = D1 ('MetaData "HealthStatus" "Amazonka.PrivateNetworks.Types.HealthStatus" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'True) (C1 ('MetaCons "HealthStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHealthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NetworkFilterKeys

newtype NetworkFilterKeys Source #

Bundled Patterns

pattern NetworkFilterKeys_STATUS :: NetworkFilterKeys 

Instances

Instances details
FromJSON NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

FromJSONKey NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

ToJSON NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

ToJSONKey NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

ToByteString NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

ToHeader NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

ToLog NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

ToQuery NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

FromText NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

ToText NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

FromXML NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

ToXML NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

Generic NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

Associated Types

type Rep NetworkFilterKeys :: Type -> Type #

Read NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

Show NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

NFData NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

Methods

rnf :: NetworkFilterKeys -> () #

Eq NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

Ord NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

Hashable NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

type Rep NetworkFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkFilterKeys

type Rep NetworkFilterKeys = D1 ('MetaData "NetworkFilterKeys" "Amazonka.PrivateNetworks.Types.NetworkFilterKeys" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'True) (C1 ('MetaCons "NetworkFilterKeys'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNetworkFilterKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NetworkResourceDefinitionType

newtype NetworkResourceDefinitionType Source #

Instances

Instances details
FromJSON NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

FromJSONKey NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

ToJSON NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

ToJSONKey NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

ToByteString NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

ToHeader NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

ToLog NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

ToQuery NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

FromText NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

ToText NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

FromXML NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

ToXML NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

Generic NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

Associated Types

type Rep NetworkResourceDefinitionType :: Type -> Type #

Read NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

Show NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

NFData NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

Eq NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

Ord NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

Hashable NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

type Rep NetworkResourceDefinitionType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType

type Rep NetworkResourceDefinitionType = D1 ('MetaData "NetworkResourceDefinitionType" "Amazonka.PrivateNetworks.Types.NetworkResourceDefinitionType" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'True) (C1 ('MetaCons "NetworkResourceDefinitionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNetworkResourceDefinitionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NetworkResourceFilterKeys

newtype NetworkResourceFilterKeys Source #

Instances

Instances details
FromJSON NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

FromJSONKey NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

ToJSON NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

ToJSONKey NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

ToByteString NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

ToHeader NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

ToLog NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

ToQuery NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

FromText NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

ToText NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

FromXML NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

ToXML NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

Generic NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

Associated Types

type Rep NetworkResourceFilterKeys :: Type -> Type #

Read NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

Show NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

NFData NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

Eq NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

Ord NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

Hashable NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

type Rep NetworkResourceFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys

type Rep NetworkResourceFilterKeys = D1 ('MetaData "NetworkResourceFilterKeys" "Amazonka.PrivateNetworks.Types.NetworkResourceFilterKeys" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'True) (C1 ('MetaCons "NetworkResourceFilterKeys'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNetworkResourceFilterKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NetworkResourceStatus

newtype NetworkResourceStatus Source #

Instances

Instances details
FromJSON NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

FromJSONKey NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

ToJSON NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

ToJSONKey NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

ToByteString NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

ToHeader NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

ToLog NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

ToQuery NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

FromText NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

ToText NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

FromXML NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

ToXML NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

Generic NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

Associated Types

type Rep NetworkResourceStatus :: Type -> Type #

Read NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

Show NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

NFData NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

Methods

rnf :: NetworkResourceStatus -> () #

Eq NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

Ord NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

Hashable NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

type Rep NetworkResourceStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceStatus

type Rep NetworkResourceStatus = D1 ('MetaData "NetworkResourceStatus" "Amazonka.PrivateNetworks.Types.NetworkResourceStatus" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'True) (C1 ('MetaCons "NetworkResourceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNetworkResourceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NetworkResourceType

newtype NetworkResourceType Source #

Instances

Instances details
FromJSON NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

FromJSONKey NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

ToJSON NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

ToJSONKey NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

ToByteString NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

ToHeader NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

ToLog NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

ToQuery NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

FromText NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

ToText NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

FromXML NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

ToXML NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

Generic NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

Associated Types

type Rep NetworkResourceType :: Type -> Type #

Read NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

Show NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

NFData NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

Methods

rnf :: NetworkResourceType -> () #

Eq NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

Ord NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

Hashable NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

type Rep NetworkResourceType Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceType

type Rep NetworkResourceType = D1 ('MetaData "NetworkResourceType" "Amazonka.PrivateNetworks.Types.NetworkResourceType" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'True) (C1 ('MetaCons "NetworkResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNetworkResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NetworkSiteFilterKeys

newtype NetworkSiteFilterKeys Source #

Instances

Instances details
FromJSON NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

FromJSONKey NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

ToJSON NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

ToJSONKey NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

ToByteString NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

ToHeader NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

ToLog NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

ToQuery NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

FromText NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

ToText NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

FromXML NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

ToXML NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

Generic NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

Associated Types

type Rep NetworkSiteFilterKeys :: Type -> Type #

Read NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

Show NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

NFData NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

Methods

rnf :: NetworkSiteFilterKeys -> () #

Eq NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

Ord NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

Hashable NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

type Rep NetworkSiteFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys

type Rep NetworkSiteFilterKeys = D1 ('MetaData "NetworkSiteFilterKeys" "Amazonka.PrivateNetworks.Types.NetworkSiteFilterKeys" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'True) (C1 ('MetaCons "NetworkSiteFilterKeys'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNetworkSiteFilterKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NetworkSiteStatus

newtype NetworkSiteStatus Source #

Instances

Instances details
FromJSON NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

FromJSONKey NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

ToJSON NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

ToJSONKey NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

ToByteString NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

ToHeader NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

ToLog NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

ToQuery NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

FromText NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

ToText NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

FromXML NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

ToXML NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

Generic NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

Associated Types

type Rep NetworkSiteStatus :: Type -> Type #

Read NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

Show NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

NFData NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

Methods

rnf :: NetworkSiteStatus -> () #

Eq NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

Ord NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

Hashable NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

type Rep NetworkSiteStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSiteStatus

type Rep NetworkSiteStatus = D1 ('MetaData "NetworkSiteStatus" "Amazonka.PrivateNetworks.Types.NetworkSiteStatus" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'True) (C1 ('MetaCons "NetworkSiteStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNetworkSiteStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NetworkStatus

newtype NetworkStatus Source #

Constructors

NetworkStatus' 

Instances

Instances details
FromJSON NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

FromJSONKey NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

ToJSON NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

ToJSONKey NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

ToByteString NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

ToHeader NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

ToLog NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

ToQuery NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

FromText NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

ToText NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

Methods

toText :: NetworkStatus -> Text #

FromXML NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

ToXML NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

Methods

toXML :: NetworkStatus -> XML #

Generic NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

Associated Types

type Rep NetworkStatus :: Type -> Type #

Read NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

Show NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

NFData NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

Methods

rnf :: NetworkStatus -> () #

Eq NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

Ord NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

Hashable NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

type Rep NetworkStatus Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkStatus

type Rep NetworkStatus = D1 ('MetaData "NetworkStatus" "Amazonka.PrivateNetworks.Types.NetworkStatus" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'True) (C1 ('MetaCons "NetworkStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNetworkStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrderFilterKeys

newtype OrderFilterKeys Source #

Constructors

OrderFilterKeys' 

Instances

Instances details
FromJSON OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

FromJSONKey OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

ToJSON OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

ToJSONKey OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

ToByteString OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

ToHeader OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

ToLog OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

ToQuery OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

FromText OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

ToText OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

FromXML OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

ToXML OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

Methods

toXML :: OrderFilterKeys -> XML #

Generic OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

Associated Types

type Rep OrderFilterKeys :: Type -> Type #

Read OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

Show OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

NFData OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

Methods

rnf :: OrderFilterKeys -> () #

Eq OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

Ord OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

Hashable OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

type Rep OrderFilterKeys Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.OrderFilterKeys

type Rep OrderFilterKeys = D1 ('MetaData "OrderFilterKeys" "Amazonka.PrivateNetworks.Types.OrderFilterKeys" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'True) (C1 ('MetaCons "OrderFilterKeys'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrderFilterKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Address

data Address Source #

Information about an address.

See: newAddress smart constructor.

Instances

Instances details
FromJSON Address Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Address

ToJSON Address Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Address

Generic Address Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Address

Associated Types

type Rep Address :: Type -> Type #

Methods

from :: Address -> Rep Address x #

to :: Rep Address x -> Address #

Show Address Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Address

NFData Address Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Address

Methods

rnf :: Address -> () #

Eq Address Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Address

Methods

(==) :: Address -> Address -> Bool #

(/=) :: Address -> Address -> Bool #

Hashable Address Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Address

Methods

hashWithSalt :: Int -> Address -> Int #

hash :: Address -> Int #

type Rep Address Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Address

newAddress Source #

Create a value of Address 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:company:Address', address_company - The company name for this address.

$sel:phoneNumber:Address', address_phoneNumber - The phone number for this address.

$sel:street2:Address', address_street2 - The second line of the street address.

$sel:street3:Address', address_street3 - The third line of the street address.

$sel:city:Address', address_city - The city for this address.

$sel:country:Address', address_country - The country for this address.

$sel:name:Address', address_name - The recipient's name for this address.

$sel:postalCode:Address', address_postalCode - The postal code for this address.

$sel:stateOrProvince:Address', address_stateOrProvince - The state or province for this address.

$sel:street1:Address', address_street1 - The first line of the street address.

DeviceIdentifier

data DeviceIdentifier Source #

Information about a subscriber of a device that can use a network.

See: newDeviceIdentifier smart constructor.

Instances

Instances details
FromJSON DeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifier

Generic DeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifier

Associated Types

type Rep DeviceIdentifier :: Type -> Type #

Show DeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifier

NFData DeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifier

Methods

rnf :: DeviceIdentifier -> () #

Eq DeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifier

Hashable DeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifier

type Rep DeviceIdentifier Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.DeviceIdentifier

newDeviceIdentifier :: DeviceIdentifier Source #

Create a value of DeviceIdentifier 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:createdAt:DeviceIdentifier', deviceIdentifier_createdAt - The creation time of this device identifier.

$sel:deviceIdentifierArn:DeviceIdentifier', deviceIdentifier_deviceIdentifierArn - The Amazon Resource Name (ARN) of the device identifier.

$sel:iccid:DeviceIdentifier', deviceIdentifier_iccid - The Integrated Circuit Card Identifier of the device identifier.

$sel:imsi:DeviceIdentifier', deviceIdentifier_imsi - The International Mobile Subscriber Identity of the device identifier.

$sel:networkArn:DeviceIdentifier', deviceIdentifier_networkArn - The Amazon Resource Name (ARN) of the network on which the device identifier appears.

$sel:orderArn:DeviceIdentifier', deviceIdentifier_orderArn - The Amazon Resource Name (ARN) of the order used to purchase the device identifier.

$sel:status:DeviceIdentifier', deviceIdentifier_status - The status of the device identifier.

$sel:trafficGroupArn:DeviceIdentifier', deviceIdentifier_trafficGroupArn - The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.

$sel:vendor:DeviceIdentifier', deviceIdentifier_vendor - The vendor of the device identifier.

NameValuePair

data NameValuePair Source #

Information about a name/value pair.

See: newNameValuePair smart constructor.

Constructors

NameValuePair' (Maybe Text) Text 

Instances

Instances details
FromJSON NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

ToJSON NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

Generic NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

Associated Types

type Rep NameValuePair :: Type -> Type #

Read NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

Show NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

NFData NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

Methods

rnf :: NameValuePair -> () #

Eq NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

Hashable NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

type Rep NameValuePair Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NameValuePair

type Rep NameValuePair = D1 ('MetaData "NameValuePair" "Amazonka.PrivateNetworks.Types.NameValuePair" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "NameValuePair'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newNameValuePair Source #

Create a value of NameValuePair 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:value:NameValuePair', nameValuePair_value - The value of the pair.

$sel:name:NameValuePair', nameValuePair_name - The name of the pair.

Network

data Network Source #

Information about a network.

See: newNetwork smart constructor.

Instances

Instances details
FromJSON Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

Generic Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

Associated Types

type Rep Network :: Type -> Type #

Methods

from :: Network -> Rep Network x #

to :: Rep Network x -> Network #

Read Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

Show Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

NFData Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

Methods

rnf :: Network -> () #

Eq Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

Methods

(==) :: Network -> Network -> Bool #

(/=) :: Network -> Network -> Bool #

Hashable Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

Methods

hashWithSalt :: Int -> Network -> Int #

hash :: Network -> Int #

type Rep Network Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Network

type Rep Network = D1 ('MetaData "Network" "Amazonka.PrivateNetworks.Types.Network" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "Network'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "networkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "networkName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NetworkStatus)))))

newNetwork Source #

Create a value of Network 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:createdAt:Network', network_createdAt - The creation time of the network.

$sel:description:Network', network_description - The description of the network.

$sel:statusReason:Network', network_statusReason - The status reason of the network.

$sel:networkArn:Network', network_networkArn - The Amazon Resource Name (ARN) of the network.

$sel:networkName:Network', network_networkName - The name of the network.

$sel:status:Network', network_status - The status of the network.

NetworkResource

data NetworkResource Source #

Information about a network resource.

See: newNetworkResource smart constructor.

Instances

Instances details
FromJSON NetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResource

Generic NetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResource

Associated Types

type Rep NetworkResource :: Type -> Type #

Read NetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResource

Show NetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResource

NFData NetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResource

Methods

rnf :: NetworkResource -> () #

Eq NetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResource

Hashable NetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResource

type Rep NetworkResource Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResource

type Rep NetworkResource = D1 ('MetaData "NetworkResource" "Amazonka.PrivateNetworks.Types.NetworkResource" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "NetworkResource'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NameValuePair])) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "health") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HealthStatus)) :*: S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "networkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkResourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "networkSiteArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "orderArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Position)) :*: S1 ('MetaSel ('Just "serialNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkResourceStatus)) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkResourceType)) :*: S1 ('MetaSel ('Just "vendor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newNetworkResource :: NetworkResource Source #

Create a value of NetworkResource 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:attributes:NetworkResource', networkResource_attributes - The attributes of the network resource.

$sel:createdAt:NetworkResource', networkResource_createdAt - The creation time of the network resource.

$sel:description:NetworkResource', networkResource_description - The description of the network resource.

$sel:health:NetworkResource', networkResource_health - The health of the network resource.

$sel:model:NetworkResource', networkResource_model - The model of the network resource.

$sel:networkArn:NetworkResource', networkResource_networkArn - The Amazon Resource Name (ARN) of the network on which this network resource appears.

$sel:networkResourceArn:NetworkResource', networkResource_networkResourceArn - The Amazon Resource Name (ARN) of the network resource.

$sel:networkSiteArn:NetworkResource', networkResource_networkSiteArn - The Amazon Resource Name (ARN) of the network site on which this network resource appears.

$sel:orderArn:NetworkResource', networkResource_orderArn - The Amazon Resource Name (ARN) of the order used to purchase this network resource.

$sel:position:NetworkResource', networkResource_position - The position of the network resource.

$sel:serialNumber:NetworkResource', networkResource_serialNumber - The serial number of the network resource.

$sel:status:NetworkResource', networkResource_status - The status of the network resource.

$sel:statusReason:NetworkResource', networkResource_statusReason - The status reason of the network resource.

$sel:type':NetworkResource', networkResource_type - The type of the network resource.

$sel:vendor:NetworkResource', networkResource_vendor - The vendor of the network resource.

NetworkResourceDefinition

data NetworkResourceDefinition Source #

Information about a network resource definition.

See: newNetworkResourceDefinition smart constructor.

Instances

Instances details
FromJSON NetworkResourceDefinition Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinition

ToJSON NetworkResourceDefinition Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinition

Generic NetworkResourceDefinition Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinition

Associated Types

type Rep NetworkResourceDefinition :: Type -> Type #

Read NetworkResourceDefinition Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinition

Show NetworkResourceDefinition Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinition

NFData NetworkResourceDefinition Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinition

Eq NetworkResourceDefinition Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinition

Hashable NetworkResourceDefinition Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinition

type Rep NetworkResourceDefinition Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkResourceDefinition

type Rep NetworkResourceDefinition = D1 ('MetaData "NetworkResourceDefinition" "Amazonka.PrivateNetworks.Types.NetworkResourceDefinition" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "NetworkResourceDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NameValuePair])) :*: (S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NetworkResourceDefinitionType))))

newNetworkResourceDefinition Source #

Create a value of NetworkResourceDefinition 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:options:NetworkResourceDefinition', networkResourceDefinition_options - The options in the network resource definition.

$sel:count:NetworkResourceDefinition', networkResourceDefinition_count - The count in the network resource definition.

$sel:type':NetworkResourceDefinition', networkResourceDefinition_type - The type in the network resource definition.

NetworkSite

data NetworkSite Source #

Information about a network site.

See: newNetworkSite smart constructor.

Instances

Instances details
FromJSON NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

Generic NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

Associated Types

type Rep NetworkSite :: Type -> Type #

Read NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

Show NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

NFData NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

Methods

rnf :: NetworkSite -> () #

Eq NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

Hashable NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

type Rep NetworkSite Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.NetworkSite

type Rep NetworkSite = D1 ('MetaData "NetworkSite" "Amazonka.PrivateNetworks.Types.NetworkSite" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "NetworkSite'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "availabilityZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "currentPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SitePlan)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "pendingPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SitePlan)) :*: (S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "networkSiteArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "networkSiteName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NetworkSiteStatus))))))

newNetworkSite Source #

Create a value of NetworkSite 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:availabilityZone:NetworkSite', networkSite_availabilityZone - The parent Availability Zone for the network site.

$sel:availabilityZoneId:NetworkSite', networkSite_availabilityZoneId - The parent Availability Zone ID for the network site.

$sel:createdAt:NetworkSite', networkSite_createdAt - The creation time of the network site.

$sel:currentPlan:NetworkSite', networkSite_currentPlan - The current plan of the network site.

$sel:description:NetworkSite', networkSite_description - The description of the network site.

$sel:pendingPlan:NetworkSite', networkSite_pendingPlan - The pending plan of the network site.

$sel:statusReason:NetworkSite', networkSite_statusReason - The status reason of the network site.

$sel:networkArn:NetworkSite', networkSite_networkArn - The Amazon Resource Name (ARN) of the network to which the network site belongs.

$sel:networkSiteArn:NetworkSite', networkSite_networkSiteArn - The Amazon Resource Name (ARN) of the network site.

$sel:networkSiteName:NetworkSite', networkSite_networkSiteName - The name of the network site.

$sel:status:NetworkSite', networkSite_status - The status of the network site.

Order

data Order Source #

Information about an order.

See: newOrder smart constructor.

Instances

Instances details
FromJSON Order Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Order

Generic Order Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Order

Associated Types

type Rep Order :: Type -> Type #

Methods

from :: Order -> Rep Order x #

to :: Rep Order x -> Order #

Show Order Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Order

Methods

showsPrec :: Int -> Order -> ShowS #

show :: Order -> String #

showList :: [Order] -> ShowS #

NFData Order Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Order

Methods

rnf :: Order -> () #

Eq Order Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Order

Methods

(==) :: Order -> Order -> Bool #

(/=) :: Order -> Order -> Bool #

Hashable Order Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Order

Methods

hashWithSalt :: Int -> Order -> Int #

hash :: Order -> Int #

type Rep Order Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Order

type Rep Order = D1 ('MetaData "Order" "Amazonka.PrivateNetworks.Types.Order" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "Order'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "acknowledgmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AcknowledgmentStatus)) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "networkArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "networkSiteArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "orderArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "shippingAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Address)) :*: S1 ('MetaSel ('Just "trackingInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TrackingInformation]))))))

newOrder :: Order Source #

Create a value of Order 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:acknowledgmentStatus:Order', order_acknowledgmentStatus - The acknowledgement status of the order.

$sel:createdAt:Order', order_createdAt - The creation time of the order.

$sel:networkArn:Order', order_networkArn - The Amazon Resource Name (ARN) of the network associated with this order.

$sel:networkSiteArn:Order', order_networkSiteArn - The Amazon Resource Name (ARN) of the network site associated with this order.

$sel:orderArn:Order', order_orderArn - The Amazon Resource Name (ARN) of the order.

$sel:shippingAddress:Order', order_shippingAddress - The shipping address of the order.

$sel:trackingInformation:Order', order_trackingInformation - The tracking information of the order.

Position

data Position Source #

Information about a position.

See: newPosition smart constructor.

Instances

Instances details
FromJSON Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

ToJSON Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

Generic Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

Associated Types

type Rep Position :: Type -> Type #

Methods

from :: Position -> Rep Position x #

to :: Rep Position x -> Position #

Read Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

Show Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

NFData Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

Methods

rnf :: Position -> () #

Eq Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

Hashable Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

Methods

hashWithSalt :: Int -> Position -> Int #

hash :: Position -> Int #

type Rep Position Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.Position

type Rep Position = D1 ('MetaData "Position" "Amazonka.PrivateNetworks.Types.Position" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "Position'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "elevation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "elevationReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElevationReference))) :*: (S1 ('MetaSel ('Just "elevationUnit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElevationUnit)) :*: (S1 ('MetaSel ('Just "latitude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "longitude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

newPosition :: Position Source #

Create a value of Position 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:elevation:Position', position_elevation - The elevation of the equipment at this position.

$sel:elevationReference:Position', position_elevationReference - The reference point from which elevation is reported.

$sel:elevationUnit:Position', position_elevationUnit - The units used to measure the elevation of the position.

$sel:latitude:Position', position_latitude - The latitude of the position.

$sel:longitude:Position', position_longitude - The longitude of the position.

SitePlan

data SitePlan Source #

Information about a site plan.

See: newSitePlan smart constructor.

Instances

Instances details
FromJSON SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

ToJSON SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

Generic SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

Associated Types

type Rep SitePlan :: Type -> Type #

Methods

from :: SitePlan -> Rep SitePlan x #

to :: Rep SitePlan x -> SitePlan #

Read SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

Show SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

NFData SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

Methods

rnf :: SitePlan -> () #

Eq SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

Hashable SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

Methods

hashWithSalt :: Int -> SitePlan -> Int #

hash :: SitePlan -> Int #

type Rep SitePlan Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.SitePlan

type Rep SitePlan = D1 ('MetaData "SitePlan" "Amazonka.PrivateNetworks.Types.SitePlan" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "SitePlan'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NameValuePair])) :*: S1 ('MetaSel ('Just "resourceDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NetworkResourceDefinition]))))

newSitePlan :: SitePlan Source #

Create a value of SitePlan 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:

SitePlan, sitePlan_options - The options of the plan.

$sel:resourceDefinitions:SitePlan', sitePlan_resourceDefinitions - The resource definitions of the plan.

TrackingInformation

data TrackingInformation Source #

Information about tracking a shipment.

See: newTrackingInformation smart constructor.

Instances

Instances details
FromJSON TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

Generic TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

Associated Types

type Rep TrackingInformation :: Type -> Type #

Read TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

Show TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

NFData TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

Methods

rnf :: TrackingInformation -> () #

Eq TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

Hashable TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

type Rep TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

type Rep TrackingInformation = D1 ('MetaData "TrackingInformation" "Amazonka.PrivateNetworks.Types.TrackingInformation" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "TrackingInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trackingNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTrackingInformation :: TrackingInformation Source #

Create a value of TrackingInformation 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:trackingNumber:TrackingInformation', trackingInformation_trackingNumber - The tracking number of the shipment.

UpdateNetworkSiteResponse

data UpdateNetworkSiteResponse Source #

See: newUpdateNetworkSiteResponse smart constructor.

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.