| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.PrivateNetworks
Contents
- Service Configuration
- Errors
- Waiters
- Operations
- AcknowledgeOrderReceipt
- ActivateDeviceIdentifier
- ActivateNetworkSite
- ConfigureAccessPoint
- CreateNetwork
- CreateNetworkSite
- DeactivateDeviceIdentifier
- DeleteNetwork
- DeleteNetworkSite
- GetDeviceIdentifier
- GetNetwork
- GetNetworkResource
- GetNetworkSite
- GetOrder
- ListDeviceIdentifiers (Paginated)
- ListNetworkResources (Paginated)
- ListNetworkSites (Paginated)
- ListNetworks (Paginated)
- ListOrders (Paginated)
- ListTagsForResource
- Ping
- TagResource
- UntagResource
- UpdateNetworkSite
- UpdateNetworkSitePlan
- Types
- AcknowledgmentStatus
- DeviceIdentifierFilterKeys
- DeviceIdentifierStatus
- ElevationReference
- ElevationUnit
- HealthStatus
- NetworkFilterKeys
- NetworkResourceDefinitionType
- NetworkResourceFilterKeys
- NetworkResourceStatus
- NetworkResourceType
- NetworkSiteFilterKeys
- NetworkSiteStatus
- NetworkStatus
- OrderFilterKeys
- Address
- DeviceIdentifier
- NameValuePair
- Network
- NetworkResource
- NetworkResourceDefinition
- NetworkSite
- Order
- Position
- SitePlan
- TrackingInformation
- UpdateNetworkSiteResponse
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
- defaultService :: Service
- _AccessDeniedException :: AsError a => Fold a ServiceError
- _InternalServerException :: AsError a => Fold a ServiceError
- _LimitExceededException :: AsError a => Fold a ServiceError
- _ResourceNotFoundException :: AsError a => Fold a ServiceError
- _ThrottlingException :: AsError a => Fold a ServiceError
- _ValidationException :: AsError a => Fold a ServiceError
- data AcknowledgeOrderReceipt = AcknowledgeOrderReceipt' Text
- newAcknowledgeOrderReceipt :: Text -> AcknowledgeOrderReceipt
- data AcknowledgeOrderReceiptResponse = AcknowledgeOrderReceiptResponse' Int Order
- newAcknowledgeOrderReceiptResponse :: Int -> Order -> AcknowledgeOrderReceiptResponse
- data ActivateDeviceIdentifier = ActivateDeviceIdentifier' (Maybe Text) Text
- newActivateDeviceIdentifier :: Text -> ActivateDeviceIdentifier
- data ActivateDeviceIdentifierResponse = ActivateDeviceIdentifierResponse' (Maybe (Sensitive (HashMap Text Text))) Int DeviceIdentifier
- newActivateDeviceIdentifierResponse :: Int -> DeviceIdentifier -> ActivateDeviceIdentifierResponse
- data ActivateNetworkSite = ActivateNetworkSite' (Maybe Text) Text Address
- newActivateNetworkSite :: Text -> Address -> ActivateNetworkSite
- data ActivateNetworkSiteResponse = ActivateNetworkSiteResponse' (Maybe NetworkSite) Int
- newActivateNetworkSiteResponse :: Int -> ActivateNetworkSiteResponse
- data ConfigureAccessPoint = ConfigureAccessPoint' (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe Position) Text
- newConfigureAccessPoint :: Text -> ConfigureAccessPoint
- data ConfigureAccessPointResponse = ConfigureAccessPointResponse' Int NetworkResource
- newConfigureAccessPointResponse :: Int -> NetworkResource -> ConfigureAccessPointResponse
- data CreateNetwork = CreateNetwork' (Maybe Text) (Maybe Text) (Maybe (Sensitive (HashMap Text Text))) Text
- newCreateNetwork :: Text -> CreateNetwork
- data CreateNetworkResponse = CreateNetworkResponse' (Maybe (Sensitive (HashMap Text Text))) Int Network
- newCreateNetworkResponse :: Int -> Network -> CreateNetworkResponse
- data CreateNetworkSite = CreateNetworkSite' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe SitePlan) (Maybe (Sensitive (HashMap Text Text))) Text Text
- newCreateNetworkSite :: Text -> Text -> CreateNetworkSite
- data CreateNetworkSiteResponse = CreateNetworkSiteResponse' (Maybe NetworkSite) (Maybe (Sensitive (HashMap Text Text))) Int
- newCreateNetworkSiteResponse :: Int -> CreateNetworkSiteResponse
- data DeactivateDeviceIdentifier = DeactivateDeviceIdentifier' (Maybe Text) Text
- newDeactivateDeviceIdentifier :: Text -> DeactivateDeviceIdentifier
- data DeactivateDeviceIdentifierResponse = DeactivateDeviceIdentifierResponse' Int DeviceIdentifier
- newDeactivateDeviceIdentifierResponse :: Int -> DeviceIdentifier -> DeactivateDeviceIdentifierResponse
- data DeleteNetwork = DeleteNetwork' (Maybe Text) Text
- newDeleteNetwork :: Text -> DeleteNetwork
- data DeleteNetworkResponse = DeleteNetworkResponse' Int Network
- newDeleteNetworkResponse :: Int -> Network -> DeleteNetworkResponse
- data DeleteNetworkSite = DeleteNetworkSite' (Maybe Text) Text
- newDeleteNetworkSite :: Text -> DeleteNetworkSite
- data DeleteNetworkSiteResponse = DeleteNetworkSiteResponse' (Maybe NetworkSite) Int
- newDeleteNetworkSiteResponse :: Int -> DeleteNetworkSiteResponse
- data GetDeviceIdentifier = GetDeviceIdentifier' Text
- newGetDeviceIdentifier :: Text -> GetDeviceIdentifier
- data GetDeviceIdentifierResponse = GetDeviceIdentifierResponse' (Maybe DeviceIdentifier) (Maybe (Sensitive (HashMap Text Text))) Int
- newGetDeviceIdentifierResponse :: Int -> GetDeviceIdentifierResponse
- data GetNetwork = GetNetwork' Text
- newGetNetwork :: Text -> GetNetwork
- data GetNetworkResponse = GetNetworkResponse' (Maybe (Sensitive (HashMap Text Text))) Int Network
- newGetNetworkResponse :: Int -> Network -> GetNetworkResponse
- data GetNetworkResource = GetNetworkResource' Text
- newGetNetworkResource :: Text -> GetNetworkResource
- data GetNetworkResourceResponse = GetNetworkResourceResponse' (Maybe (Sensitive (HashMap Text Text))) Int NetworkResource
- newGetNetworkResourceResponse :: Int -> NetworkResource -> GetNetworkResourceResponse
- data GetNetworkSite = GetNetworkSite' Text
- newGetNetworkSite :: Text -> GetNetworkSite
- data GetNetworkSiteResponse = GetNetworkSiteResponse' (Maybe NetworkSite) (Maybe (Sensitive (HashMap Text Text))) Int
- newGetNetworkSiteResponse :: Int -> GetNetworkSiteResponse
- data GetOrder = GetOrder' Text
- newGetOrder :: Text -> GetOrder
- data GetOrderResponse = GetOrderResponse' (Maybe (Sensitive (HashMap Text Text))) Int Order
- newGetOrderResponse :: Int -> Order -> GetOrderResponse
- data ListDeviceIdentifiers = ListDeviceIdentifiers' (Maybe (HashMap DeviceIdentifierFilterKeys [Text])) (Maybe Natural) (Maybe Text) Text
- newListDeviceIdentifiers :: Text -> ListDeviceIdentifiers
- data ListDeviceIdentifiersResponse = ListDeviceIdentifiersResponse' (Maybe [DeviceIdentifier]) (Maybe Text) Int
- newListDeviceIdentifiersResponse :: Int -> ListDeviceIdentifiersResponse
- data ListNetworkResources = ListNetworkResources' (Maybe (HashMap NetworkResourceFilterKeys [Text])) (Maybe Natural) (Maybe Text) Text
- newListNetworkResources :: Text -> ListNetworkResources
- data ListNetworkResourcesResponse = ListNetworkResourcesResponse' (Maybe [NetworkResource]) (Maybe Text) Int
- newListNetworkResourcesResponse :: Int -> ListNetworkResourcesResponse
- data ListNetworkSites = ListNetworkSites' (Maybe (HashMap NetworkSiteFilterKeys [Text])) (Maybe Natural) (Maybe Text) Text
- newListNetworkSites :: Text -> ListNetworkSites
- data ListNetworkSitesResponse = ListNetworkSitesResponse' (Maybe [NetworkSite]) (Maybe Text) Int
- newListNetworkSitesResponse :: Int -> ListNetworkSitesResponse
- data ListNetworks = ListNetworks' (Maybe (HashMap NetworkFilterKeys [Text])) (Maybe Natural) (Maybe Text)
- newListNetworks :: ListNetworks
- data ListNetworksResponse = ListNetworksResponse' (Maybe [Network]) (Maybe Text) Int
- newListNetworksResponse :: Int -> ListNetworksResponse
- data ListOrders = ListOrders' (Maybe (HashMap OrderFilterKeys [Text])) (Maybe Natural) (Maybe Text) Text
- newListOrders :: Text -> ListOrders
- data ListOrdersResponse = ListOrdersResponse' (Maybe Text) (Maybe [Order]) Int
- newListOrdersResponse :: Int -> ListOrdersResponse
- data ListTagsForResource = ListTagsForResource' Text
- newListTagsForResource :: Text -> ListTagsForResource
- data ListTagsForResourceResponse = ListTagsForResourceResponse' (Maybe (Sensitive (HashMap Text Text))) Int
- newListTagsForResourceResponse :: Int -> ListTagsForResourceResponse
- data Ping = Ping' {
- newPing :: Ping
- data PingResponse = PingResponse' (Maybe Text) Int
- newPingResponse :: Int -> PingResponse
- data TagResource = TagResource' Text (Sensitive (HashMap Text Text))
- newTagResource :: Text -> TagResource
- data TagResourceResponse = TagResourceResponse' Int
- newTagResourceResponse :: Int -> TagResourceResponse
- data UntagResource = UntagResource' Text (Sensitive (NonEmpty Text))
- newUntagResource :: Text -> NonEmpty Text -> UntagResource
- data UntagResourceResponse = UntagResourceResponse' Int
- newUntagResourceResponse :: Int -> UntagResourceResponse
- data UpdateNetworkSite = UpdateNetworkSite' (Maybe Text) (Maybe Text) Text
- newUpdateNetworkSite :: Text -> UpdateNetworkSite
- data UpdateNetworkSiteResponse = UpdateNetworkSiteResponse' (Maybe NetworkSite) (Maybe (Sensitive (HashMap Text Text)))
- newUpdateNetworkSiteResponse :: UpdateNetworkSiteResponse
- data UpdateNetworkSitePlan = UpdateNetworkSitePlan' (Maybe Text) Text SitePlan
- newUpdateNetworkSitePlan :: Text -> SitePlan -> UpdateNetworkSitePlan
- data UpdateNetworkSiteResponse = UpdateNetworkSiteResponse' (Maybe NetworkSite) (Maybe (Sensitive (HashMap Text Text)))
- newUpdateNetworkSiteResponse :: UpdateNetworkSiteResponse
- newtype AcknowledgmentStatus where
- newtype DeviceIdentifierFilterKeys where
- newtype DeviceIdentifierStatus where
- newtype ElevationReference where
- ElevationReference' { }
- pattern ElevationReference_AGL :: ElevationReference
- pattern ElevationReference_AMSL :: ElevationReference
- newtype ElevationUnit where
- ElevationUnit' { }
- pattern ElevationUnit_FEET :: ElevationUnit
- newtype HealthStatus where
- HealthStatus' { }
- pattern HealthStatus_HEALTHY :: HealthStatus
- pattern HealthStatus_INITIAL :: HealthStatus
- pattern HealthStatus_UNHEALTHY :: HealthStatus
- newtype NetworkFilterKeys where
- NetworkFilterKeys' { }
- pattern NetworkFilterKeys_STATUS :: NetworkFilterKeys
- newtype NetworkResourceDefinitionType where
- newtype NetworkResourceFilterKeys where
- newtype NetworkResourceStatus where
- NetworkResourceStatus' { }
- pattern NetworkResourceStatus_AVAILABLE :: NetworkResourceStatus
- pattern NetworkResourceStatus_DELETED :: NetworkResourceStatus
- pattern NetworkResourceStatus_DELETING :: NetworkResourceStatus
- pattern NetworkResourceStatus_PENDING :: NetworkResourceStatus
- pattern NetworkResourceStatus_PENDING_RETURN :: NetworkResourceStatus
- pattern NetworkResourceStatus_PROVISIONED :: NetworkResourceStatus
- pattern NetworkResourceStatus_PROVISIONING :: NetworkResourceStatus
- pattern NetworkResourceStatus_SHIPPED :: NetworkResourceStatus
- newtype NetworkResourceType where
- newtype NetworkSiteFilterKeys where
- newtype NetworkSiteStatus where
- NetworkSiteStatus' { }
- pattern NetworkSiteStatus_AVAILABLE :: NetworkSiteStatus
- pattern NetworkSiteStatus_CREATED :: NetworkSiteStatus
- pattern NetworkSiteStatus_DELETED :: NetworkSiteStatus
- pattern NetworkSiteStatus_DEPROVISIONING :: NetworkSiteStatus
- pattern NetworkSiteStatus_PROVISIONING :: NetworkSiteStatus
- newtype NetworkStatus where
- NetworkStatus' { }
- pattern NetworkStatus_AVAILABLE :: NetworkStatus
- pattern NetworkStatus_CREATED :: NetworkStatus
- pattern NetworkStatus_DELETED :: NetworkStatus
- pattern NetworkStatus_DEPROVISIONING :: NetworkStatus
- pattern NetworkStatus_PROVISIONING :: NetworkStatus
- newtype OrderFilterKeys where
- OrderFilterKeys' { }
- pattern OrderFilterKeys_NETWORK_SITE :: OrderFilterKeys
- pattern OrderFilterKeys_STATUS :: OrderFilterKeys
- data Address = Address' (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Sensitive Text) (Sensitive Text) (Sensitive Text) (Sensitive Text) (Sensitive Text) (Sensitive Text)
- newAddress :: Text -> Text -> Text -> Text -> Text -> Text -> Address
- data DeviceIdentifier = DeviceIdentifier' (Maybe ISO8601) (Maybe Text) (Maybe Text) (Maybe (Sensitive Text)) (Maybe Text) (Maybe Text) (Maybe DeviceIdentifierStatus) (Maybe Text) (Maybe Text)
- newDeviceIdentifier :: DeviceIdentifier
- data NameValuePair = NameValuePair' (Maybe Text) Text
- newNameValuePair :: Text -> NameValuePair
- data Network = Network' (Maybe ISO8601) (Maybe Text) (Maybe Text) Text Text NetworkStatus
- newNetwork :: Text -> Text -> NetworkStatus -> Network
- data NetworkResource = NetworkResource' (Maybe [NameValuePair]) (Maybe ISO8601) (Maybe Text) (Maybe HealthStatus) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Position) (Maybe Text) (Maybe NetworkResourceStatus) (Maybe Text) (Maybe NetworkResourceType) (Maybe Text)
- newNetworkResource :: NetworkResource
- data NetworkResourceDefinition = NetworkResourceDefinition' (Maybe [NameValuePair]) Natural NetworkResourceDefinitionType
- newNetworkResourceDefinition :: Natural -> NetworkResourceDefinitionType -> NetworkResourceDefinition
- data NetworkSite = NetworkSite' (Maybe Text) (Maybe Text) (Maybe ISO8601) (Maybe SitePlan) (Maybe Text) (Maybe SitePlan) (Maybe Text) Text Text Text NetworkSiteStatus
- newNetworkSite :: Text -> Text -> Text -> NetworkSiteStatus -> NetworkSite
- data Order = Order' (Maybe AcknowledgmentStatus) (Maybe ISO8601) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Address) (Maybe [TrackingInformation])
- newOrder :: Order
- data Position = Position' (Maybe Double) (Maybe ElevationReference) (Maybe ElevationUnit) (Maybe Double) (Maybe Double)
- newPosition :: Position
- data SitePlan = SitePlan' (Maybe [NameValuePair]) (Maybe [NetworkResourceDefinition])
- newSitePlan :: SitePlan
- data TrackingInformation = TrackingInformation' (Maybe Text)
- newTrackingInformation :: TrackingInformation
- data UpdateNetworkSiteResponse = UpdateNetworkSiteResponse' (Maybe NetworkSite) (Maybe (Sensitive (HashMap Text Text)))
- newUpdateNetworkSiteResponse :: UpdateNetworkSiteResponse
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.
Constructors
| AcknowledgeOrderReceipt' Text |
Instances
newAcknowledgeOrderReceipt Source #
Arguments
| :: Text | |
| -> AcknowledgeOrderReceipt |
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.
Constructors
| AcknowledgeOrderReceiptResponse' Int Order |
Instances
newAcknowledgeOrderReceiptResponse Source #
Arguments
| :: Int | |
| -> Order | |
| -> AcknowledgeOrderReceiptResponse |
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.
Constructors
| ActivateDeviceIdentifier' (Maybe Text) Text |
Instances
newActivateDeviceIdentifier Source #
Arguments
| :: Text | |
| -> ActivateDeviceIdentifier |
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.
Constructors
| ActivateDeviceIdentifierResponse' (Maybe (Sensitive (HashMap Text Text))) Int DeviceIdentifier |
Instances
newActivateDeviceIdentifierResponse Source #
Arguments
| :: Int | |
| -> DeviceIdentifier | |
| -> ActivateDeviceIdentifierResponse |
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.
Constructors
| ActivateNetworkSite' (Maybe Text) Text Address |
Instances
newActivateNetworkSite Source #
Arguments
| :: Text | |
| -> Address | |
| -> ActivateNetworkSite |
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.
Constructors
| ActivateNetworkSiteResponse' (Maybe NetworkSite) Int |
Instances
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.
Constructors
| ConfigureAccessPoint' (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe Position) Text |
Instances
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.
Constructors
| ConfigureAccessPointResponse' Int NetworkResource |
Instances
newConfigureAccessPointResponse Source #
Arguments
| :: Int | |
| -> NetworkResource | |
| -> ConfigureAccessPointResponse |
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
Arguments
| :: Text | |
| -> CreateNetwork |
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
newCreateNetworkResponse Source #
Arguments
| :: Int | |
| -> Network | |
| -> CreateNetworkResponse |
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.
Constructors
| CreateNetworkSite' (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe SitePlan) (Maybe (Sensitive (HashMap Text Text))) Text Text |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> CreateNetworkSite |
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.
Constructors
| CreateNetworkSiteResponse' (Maybe NetworkSite) (Maybe (Sensitive (HashMap Text Text))) Int |
Instances
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.
Constructors
| DeactivateDeviceIdentifier' (Maybe Text) Text |
Instances
newDeactivateDeviceIdentifier Source #
Arguments
| :: Text | |
| -> DeactivateDeviceIdentifier |
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 #
See: newDeactivateDeviceIdentifierResponse smart constructor.
Constructors
| DeactivateDeviceIdentifierResponse' Int DeviceIdentifier |
Instances
newDeactivateDeviceIdentifierResponse Source #
Arguments
| :: Int | |
| -> DeviceIdentifier | |
| -> DeactivateDeviceIdentifierResponse |
Create a value of DeactivateDeviceIdentifierResponse 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:DeactivateDeviceIdentifierResponse', deactivateDeviceIdentifierResponse_httpStatus - The response's http status code.
$sel:deviceIdentifier:DeactivateDeviceIdentifierResponse', deactivateDeviceIdentifierResponse_deviceIdentifier - Information about the device identifier.
DeleteNetwork
data DeleteNetwork Source #
See: newDeleteNetwork smart constructor.
Constructors
| DeleteNetwork' (Maybe Text) Text |
Instances
Arguments
| :: Text | |
| -> DeleteNetwork |
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.
Constructors
| DeleteNetworkResponse' Int Network |
Instances
newDeleteNetworkResponse Source #
Arguments
| :: Int | |
| -> Network | |
| -> DeleteNetworkResponse |
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.
Constructors
| DeleteNetworkSite' (Maybe Text) Text |
Instances
Arguments
| :: Text | |
| -> DeleteNetworkSite |
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.
Constructors
| DeleteNetworkSiteResponse' (Maybe NetworkSite) Int |
Instances
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.
Constructors
| GetDeviceIdentifier' Text |
Instances
newGetDeviceIdentifier Source #
Arguments
| :: Text | |
| -> GetDeviceIdentifier |
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.
Constructors
| GetDeviceIdentifierResponse' (Maybe DeviceIdentifier) (Maybe (Sensitive (HashMap Text Text))) Int |
Instances
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
Arguments
| :: Text | |
| -> 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
newGetNetworkResponse Source #
Arguments
| :: Int | |
| -> Network | |
| -> GetNetworkResponse |
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.
Constructors
| GetNetworkResource' Text |
Instances
newGetNetworkResource Source #
Arguments
| :: Text | |
| -> GetNetworkResource |
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.
Constructors
| GetNetworkResourceResponse' (Maybe (Sensitive (HashMap Text Text))) Int NetworkResource |
Instances
newGetNetworkResourceResponse Source #
Arguments
| :: Int | |
| -> NetworkResource | |
| -> GetNetworkResourceResponse |
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
Arguments
| :: Text | |
| -> GetNetworkSite |
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.
Constructors
| GetNetworkSiteResponse' (Maybe NetworkSite) (Maybe (Sensitive (HashMap Text Text))) Int |
Instances
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
See: newGetOrder smart constructor.
Instances
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
Arguments
| :: Int | |
| -> Order | |
| -> GetOrderResponse |
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.
Constructors
| ListDeviceIdentifiers' (Maybe (HashMap DeviceIdentifierFilterKeys [Text])) (Maybe Natural) (Maybe Text) Text |
Instances
newListDeviceIdentifiers Source #
Arguments
| :: Text | |
| -> ListDeviceIdentifiers |
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.
Constructors
| ListDeviceIdentifiersResponse' (Maybe [DeviceIdentifier]) (Maybe Text) Int |
Instances
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.
Constructors
| ListNetworkResources' (Maybe (HashMap NetworkResourceFilterKeys [Text])) (Maybe Natural) (Maybe Text) Text |
Instances
newListNetworkResources Source #
Arguments
| :: Text | |
| -> ListNetworkResources |
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.
Constructors
| ListNetworkResourcesResponse' (Maybe [NetworkResource]) (Maybe Text) Int |
Instances
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.
Constructors
| ListNetworkSites' (Maybe (HashMap NetworkSiteFilterKeys [Text])) (Maybe Natural) (Maybe Text) Text |
Instances
Arguments
| :: Text | |
| -> ListNetworkSites |
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.
Constructors
| ListNetworkSitesResponse' (Maybe [NetworkSite]) (Maybe Text) Int |
Instances
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.
Constructors
| ListNetworks' (Maybe (HashMap NetworkFilterKeys [Text])) (Maybe Natural) (Maybe Text) |
Instances
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
newListNetworksResponse Source #
Arguments
| :: Int | |
| -> ListNetworksResponse |
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.
Constructors
| ListOrders' (Maybe (HashMap OrderFilterKeys [Text])) (Maybe Natural) (Maybe Text) Text |
Instances
Arguments
| :: Text | |
| -> 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
newListOrdersResponse Source #
Arguments
| :: Int | |
| -> ListOrdersResponse |
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.
Constructors
| ListTagsForResource' Text |
Instances
newListTagsForResource Source #
Arguments
| :: Text | |
| -> ListTagsForResource |
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
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
See: newPing smart constructor.
Constructors
| Ping' | |
Instances
| ToHeaders Ping Source # | |
Defined in Amazonka.PrivateNetworks.Ping | |
| ToPath Ping Source # | |
Defined in Amazonka.PrivateNetworks.Ping Methods toPath :: Ping -> ByteString # | |
| ToQuery Ping Source # | |
Defined in Amazonka.PrivateNetworks.Ping Methods toQuery :: Ping -> QueryString # | |
| AWSRequest Ping Source # | |
Defined in Amazonka.PrivateNetworks.Ping Associated Types type AWSResponse Ping # Methods request :: (Service -> Service) -> Ping -> Request Ping # response :: MonadResource m => (ByteStringLazy -> IO ByteStringLazy) -> Service -> Proxy Ping -> ClientResponse ClientBody -> m (Either Error (ClientResponse (AWSResponse Ping))) # | |
| Generic Ping Source # | |
| Read Ping Source # | |
| Show Ping Source # | |
| NFData Ping Source # | |
Defined in Amazonka.PrivateNetworks.Ping | |
| Eq Ping Source # | |
| Hashable Ping Source # | |
Defined in Amazonka.PrivateNetworks.Ping | |
| type AWSResponse Ping Source # | |
Defined in Amazonka.PrivateNetworks.Ping | |
| type Rep 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
Arguments
| :: Int | |
| -> PingResponse |
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
Arguments
| :: Text | |
| -> TagResource |
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.
Constructors
| TagResourceResponse' Int |
Instances
newTagResourceResponse Source #
Arguments
| :: Int | |
| -> TagResourceResponse |
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.
Constructors
| UntagResource' Text (Sensitive (NonEmpty Text)) |
Instances
Arguments
| :: Text | |
| -> NonEmpty Text | |
| -> UntagResource |
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.
Constructors
| UntagResourceResponse' Int |
Instances
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
Arguments
| :: Text | |
| -> UpdateNetworkSite |
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.
Constructors
| UpdateNetworkSiteResponse' (Maybe NetworkSite) (Maybe (Sensitive (HashMap Text Text))) |
Instances
newUpdateNetworkSiteResponse :: UpdateNetworkSiteResponse Source #
Create a value of UpdateNetworkSiteResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:networkSite:UpdateNetworkSiteResponse', updateNetworkSiteResponse_networkSite - Information about the network site.
$sel:tags:UpdateNetworkSiteResponse', updateNetworkSiteResponse_tags - The network site tags.
UpdateNetworkSitePlan
data UpdateNetworkSitePlan Source #
See: newUpdateNetworkSitePlan smart constructor.
Constructors
| UpdateNetworkSitePlan' (Maybe Text) Text SitePlan |
Instances
newUpdateNetworkSitePlan Source #
Create a value of UpdateNetworkSitePlan with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:clientToken:UpdateNetworkSitePlan', updateNetworkSitePlan_clientToken - Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request. For more information, see
How to ensure idempotency.
UpdateNetworkSitePlan, updateNetworkSitePlan_networkSiteArn - The Amazon Resource Name (ARN) of the network site.
UpdateNetworkSitePlan, updateNetworkSitePlan_pendingPlan - The pending plan.
data UpdateNetworkSiteResponse Source #
See: newUpdateNetworkSiteResponse smart constructor.
Constructors
| UpdateNetworkSiteResponse' (Maybe NetworkSite) (Maybe (Sensitive (HashMap Text Text))) |
Instances
newUpdateNetworkSiteResponse :: UpdateNetworkSiteResponse Source #
Create a value of UpdateNetworkSiteResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:networkSite:UpdateNetworkSiteResponse', updateNetworkSiteResponse_networkSite - Information about the network site.
$sel:tags:UpdateNetworkSiteResponse', updateNetworkSiteResponse_tags - The network site tags.
Types
AcknowledgmentStatus
newtype AcknowledgmentStatus Source #
Constructors
| AcknowledgmentStatus' | |
Fields | |
Bundled Patterns
Instances
DeviceIdentifierFilterKeys
newtype DeviceIdentifierFilterKeys Source #
Constructors
| DeviceIdentifierFilterKeys' | |
Fields | |
Bundled Patterns
Instances
DeviceIdentifierStatus
newtype DeviceIdentifierStatus Source #
Constructors
| DeviceIdentifierStatus' | |
Fields | |
Bundled Patterns
| pattern DeviceIdentifierStatus_ACTIVE :: DeviceIdentifierStatus | |
| pattern DeviceIdentifierStatus_INACTIVE :: DeviceIdentifierStatus |
Instances
ElevationReference
newtype ElevationReference Source #
Constructors
| ElevationReference' | |
Fields | |
Bundled Patterns
| pattern ElevationReference_AGL :: ElevationReference | |
| pattern ElevationReference_AMSL :: ElevationReference |
Instances
ElevationUnit
newtype ElevationUnit Source #
Constructors
| ElevationUnit' | |
Fields | |
Bundled Patterns
| pattern ElevationUnit_FEET :: ElevationUnit |
Instances
HealthStatus
newtype HealthStatus Source #
Constructors
| HealthStatus' | |
Fields | |
Bundled Patterns
| pattern HealthStatus_HEALTHY :: HealthStatus | |
| pattern HealthStatus_INITIAL :: HealthStatus | |
| pattern HealthStatus_UNHEALTHY :: HealthStatus |
Instances
NetworkFilterKeys
newtype NetworkFilterKeys Source #
Constructors
| NetworkFilterKeys' | |
Fields | |
Bundled Patterns
| pattern NetworkFilterKeys_STATUS :: NetworkFilterKeys |
Instances
NetworkResourceDefinitionType
newtype NetworkResourceDefinitionType Source #
Constructors
| NetworkResourceDefinitionType' | |
Fields | |
Bundled Patterns
| pattern NetworkResourceDefinitionType_DEVICE_IDENTIFIER :: NetworkResourceDefinitionType | |
| pattern NetworkResourceDefinitionType_RADIO_UNIT :: NetworkResourceDefinitionType |
Instances
NetworkResourceFilterKeys
newtype NetworkResourceFilterKeys Source #
Constructors
| NetworkResourceFilterKeys' | |
Fields | |
Bundled Patterns
| pattern NetworkResourceFilterKeys_ORDER :: NetworkResourceFilterKeys | |
| pattern NetworkResourceFilterKeys_STATUS :: NetworkResourceFilterKeys |
Instances
NetworkResourceStatus
newtype NetworkResourceStatus Source #
Constructors
| NetworkResourceStatus' | |
Fields | |
Bundled Patterns
Instances
NetworkResourceType
newtype NetworkResourceType Source #
Constructors
| NetworkResourceType' | |
Fields | |
Bundled Patterns
| pattern NetworkResourceType_RADIO_UNIT :: NetworkResourceType |
Instances
NetworkSiteFilterKeys
newtype NetworkSiteFilterKeys Source #
Constructors
| NetworkSiteFilterKeys' | |
Fields | |
Bundled Patterns
| pattern NetworkSiteFilterKeys_STATUS :: NetworkSiteFilterKeys |
Instances
NetworkSiteStatus
newtype NetworkSiteStatus Source #
Constructors
| NetworkSiteStatus' | |
Fields | |
Bundled Patterns
| pattern NetworkSiteStatus_AVAILABLE :: NetworkSiteStatus | |
| pattern NetworkSiteStatus_CREATED :: NetworkSiteStatus | |
| pattern NetworkSiteStatus_DELETED :: NetworkSiteStatus | |
| pattern NetworkSiteStatus_DEPROVISIONING :: NetworkSiteStatus | |
| pattern NetworkSiteStatus_PROVISIONING :: NetworkSiteStatus |
Instances
NetworkStatus
newtype NetworkStatus Source #
Constructors
| NetworkStatus' | |
Fields | |
Bundled Patterns
| pattern NetworkStatus_AVAILABLE :: NetworkStatus | |
| pattern NetworkStatus_CREATED :: NetworkStatus | |
| pattern NetworkStatus_DELETED :: NetworkStatus | |
| pattern NetworkStatus_DEPROVISIONING :: NetworkStatus | |
| pattern NetworkStatus_PROVISIONING :: NetworkStatus |
Instances
OrderFilterKeys
newtype OrderFilterKeys Source #
Constructors
| OrderFilterKeys' | |
Fields | |
Bundled Patterns
| pattern OrderFilterKeys_NETWORK_SITE :: OrderFilterKeys | |
| pattern OrderFilterKeys_STATUS :: OrderFilterKeys |
Instances
Address
Information about an address.
See: newAddress smart constructor.
Constructors
| Address' (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Maybe (Sensitive Text)) (Sensitive Text) (Sensitive Text) (Sensitive Text) (Sensitive Text) (Sensitive Text) (Sensitive Text) |
Instances
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.
Constructors
| DeviceIdentifier' (Maybe ISO8601) (Maybe Text) (Maybe Text) (Maybe (Sensitive Text)) (Maybe Text) (Maybe Text) (Maybe DeviceIdentifierStatus) (Maybe Text) (Maybe Text) |
Instances
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
Arguments
| :: Text | |
| -> NameValuePair |
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
Information about a network.
See: newNetwork smart constructor.
Instances
Arguments
| :: Text | |
| -> Text | |
| -> NetworkStatus | |
| -> Network |
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.
Constructors
| NetworkResource' (Maybe [NameValuePair]) (Maybe ISO8601) (Maybe Text) (Maybe HealthStatus) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Position) (Maybe Text) (Maybe NetworkResourceStatus) (Maybe Text) (Maybe NetworkResourceType) (Maybe Text) |
Instances
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.
Constructors
| NetworkResourceDefinition' (Maybe [NameValuePair]) Natural NetworkResourceDefinitionType |
Instances
newNetworkResourceDefinition Source #
Arguments
| :: Natural | |
| -> NetworkResourceDefinitionType | |
| -> NetworkResourceDefinition |
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.
Constructors
| NetworkSite' (Maybe Text) (Maybe Text) (Maybe ISO8601) (Maybe SitePlan) (Maybe Text) (Maybe SitePlan) (Maybe Text) Text Text Text NetworkSiteStatus |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> NetworkSiteStatus | |
| -> NetworkSite |
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
Information about an order.
See: newOrder smart constructor.
Constructors
| Order' (Maybe AcknowledgmentStatus) (Maybe ISO8601) (Maybe Text) (Maybe Text) (Maybe Text) (Maybe Address) (Maybe [TrackingInformation]) |
Instances
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
Information about a position.
See: newPosition smart constructor.
Constructors
| Position' (Maybe Double) (Maybe ElevationReference) (Maybe ElevationUnit) (Maybe Double) (Maybe Double) |
Instances
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
Information about a site plan.
See: newSitePlan smart constructor.
Constructors
| SitePlan' (Maybe [NameValuePair]) (Maybe [NetworkResourceDefinition]) |
Instances
| FromJSON SitePlan Source # | |
| ToJSON SitePlan Source # | |
Defined in Amazonka.PrivateNetworks.Types.SitePlan | |
| Generic SitePlan Source # | |
| Read SitePlan Source # | |
| Show SitePlan Source # | |
| NFData SitePlan Source # | |
Defined in Amazonka.PrivateNetworks.Types.SitePlan | |
| Eq SitePlan Source # | |
| Hashable SitePlan Source # | |
Defined in Amazonka.PrivateNetworks.Types.SitePlan | |
| type Rep SitePlan Source # | |
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.
Constructors
| TrackingInformation' (Maybe Text) |
Instances
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.
Constructors
| UpdateNetworkSiteResponse' (Maybe NetworkSite) (Maybe (Sensitive (HashMap Text Text))) |
Instances
newUpdateNetworkSiteResponse :: UpdateNetworkSiteResponse Source #
Create a value of UpdateNetworkSiteResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:networkSite:UpdateNetworkSiteResponse', updateNetworkSiteResponse_networkSite - Information about the network site.
$sel:tags:UpdateNetworkSiteResponse', updateNetworkSiteResponse_tags - The network site tags.