{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-unused-binds #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}
module Amazonka.NetworkManager.AssociateCustomerGateway
(
AssociateCustomerGateway (..),
newAssociateCustomerGateway,
associateCustomerGateway_linkId,
associateCustomerGateway_customerGatewayArn,
associateCustomerGateway_globalNetworkId,
associateCustomerGateway_deviceId,
AssociateCustomerGatewayResponse (..),
newAssociateCustomerGatewayResponse,
associateCustomerGatewayResponse_customerGatewayAssociation,
associateCustomerGatewayResponse_httpStatus,
)
where
import qualified Amazonka.Core as Core
import qualified Amazonka.Lens as Lens
import Amazonka.NetworkManager.Types
import qualified Amazonka.Prelude as Prelude
import qualified Amazonka.Request as Request
import qualified Amazonka.Response as Response
data AssociateCustomerGateway = AssociateCustomerGateway'
{
AssociateCustomerGateway -> Maybe Text
linkId :: Prelude.Maybe Prelude.Text,
AssociateCustomerGateway -> Text
customerGatewayArn :: Prelude.Text,
AssociateCustomerGateway -> Text
globalNetworkId :: Prelude.Text,
AssociateCustomerGateway -> Text
deviceId :: Prelude.Text
}
deriving (AssociateCustomerGateway -> AssociateCustomerGateway -> Bool
(AssociateCustomerGateway -> AssociateCustomerGateway -> Bool)
-> (AssociateCustomerGateway -> AssociateCustomerGateway -> Bool)
-> Eq AssociateCustomerGateway
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: AssociateCustomerGateway -> AssociateCustomerGateway -> Bool
$c/= :: AssociateCustomerGateway -> AssociateCustomerGateway -> Bool
== :: AssociateCustomerGateway -> AssociateCustomerGateway -> Bool
$c== :: AssociateCustomerGateway -> AssociateCustomerGateway -> Bool
Prelude.Eq, ReadPrec [AssociateCustomerGateway]
ReadPrec AssociateCustomerGateway
Int -> ReadS AssociateCustomerGateway
ReadS [AssociateCustomerGateway]
(Int -> ReadS AssociateCustomerGateway)
-> ReadS [AssociateCustomerGateway]
-> ReadPrec AssociateCustomerGateway
-> ReadPrec [AssociateCustomerGateway]
-> Read AssociateCustomerGateway
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [AssociateCustomerGateway]
$creadListPrec :: ReadPrec [AssociateCustomerGateway]
readPrec :: ReadPrec AssociateCustomerGateway
$creadPrec :: ReadPrec AssociateCustomerGateway
readList :: ReadS [AssociateCustomerGateway]
$creadList :: ReadS [AssociateCustomerGateway]
readsPrec :: Int -> ReadS AssociateCustomerGateway
$creadsPrec :: Int -> ReadS AssociateCustomerGateway
Prelude.Read, Int -> AssociateCustomerGateway -> ShowS
[AssociateCustomerGateway] -> ShowS
AssociateCustomerGateway -> String
(Int -> AssociateCustomerGateway -> ShowS)
-> (AssociateCustomerGateway -> String)
-> ([AssociateCustomerGateway] -> ShowS)
-> Show AssociateCustomerGateway
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [AssociateCustomerGateway] -> ShowS
$cshowList :: [AssociateCustomerGateway] -> ShowS
show :: AssociateCustomerGateway -> String
$cshow :: AssociateCustomerGateway -> String
showsPrec :: Int -> AssociateCustomerGateway -> ShowS
$cshowsPrec :: Int -> AssociateCustomerGateway -> ShowS
Prelude.Show, (forall x.
AssociateCustomerGateway -> Rep AssociateCustomerGateway x)
-> (forall x.
Rep AssociateCustomerGateway x -> AssociateCustomerGateway)
-> Generic AssociateCustomerGateway
forall x.
Rep AssociateCustomerGateway x -> AssociateCustomerGateway
forall x.
AssociateCustomerGateway -> Rep AssociateCustomerGateway x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep AssociateCustomerGateway x -> AssociateCustomerGateway
$cfrom :: forall x.
AssociateCustomerGateway -> Rep AssociateCustomerGateway x
Prelude.Generic)
newAssociateCustomerGateway ::
Prelude.Text ->
Prelude.Text ->
Prelude.Text ->
AssociateCustomerGateway
newAssociateCustomerGateway :: Text -> Text -> Text -> AssociateCustomerGateway
newAssociateCustomerGateway
Text
pCustomerGatewayArn_
Text
pGlobalNetworkId_
Text
pDeviceId_ =
AssociateCustomerGateway' :: Maybe Text -> Text -> Text -> Text -> AssociateCustomerGateway
AssociateCustomerGateway'
{ $sel:linkId:AssociateCustomerGateway' :: Maybe Text
linkId = Maybe Text
forall a. Maybe a
Prelude.Nothing,
$sel:customerGatewayArn:AssociateCustomerGateway' :: Text
customerGatewayArn = Text
pCustomerGatewayArn_,
$sel:globalNetworkId:AssociateCustomerGateway' :: Text
globalNetworkId = Text
pGlobalNetworkId_,
$sel:deviceId:AssociateCustomerGateway' :: Text
deviceId = Text
pDeviceId_
}
associateCustomerGateway_linkId :: Lens.Lens' AssociateCustomerGateway (Prelude.Maybe Prelude.Text)
associateCustomerGateway_linkId :: (Maybe Text -> f (Maybe Text))
-> AssociateCustomerGateway -> f AssociateCustomerGateway
associateCustomerGateway_linkId = (AssociateCustomerGateway -> Maybe Text)
-> (AssociateCustomerGateway
-> Maybe Text -> AssociateCustomerGateway)
-> Lens
AssociateCustomerGateway
AssociateCustomerGateway
(Maybe Text)
(Maybe Text)
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\AssociateCustomerGateway' {Maybe Text
linkId :: Maybe Text
$sel:linkId:AssociateCustomerGateway' :: AssociateCustomerGateway -> Maybe Text
linkId} -> Maybe Text
linkId) (\s :: AssociateCustomerGateway
s@AssociateCustomerGateway' {} Maybe Text
a -> AssociateCustomerGateway
s {$sel:linkId:AssociateCustomerGateway' :: Maybe Text
linkId = Maybe Text
a} :: AssociateCustomerGateway)
associateCustomerGateway_customerGatewayArn :: Lens.Lens' AssociateCustomerGateway Prelude.Text
associateCustomerGateway_customerGatewayArn :: (Text -> f Text)
-> AssociateCustomerGateway -> f AssociateCustomerGateway
associateCustomerGateway_customerGatewayArn = (AssociateCustomerGateway -> Text)
-> (AssociateCustomerGateway -> Text -> AssociateCustomerGateway)
-> Lens AssociateCustomerGateway AssociateCustomerGateway Text Text
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\AssociateCustomerGateway' {Text
customerGatewayArn :: Text
$sel:customerGatewayArn:AssociateCustomerGateway' :: AssociateCustomerGateway -> Text
customerGatewayArn} -> Text
customerGatewayArn) (\s :: AssociateCustomerGateway
s@AssociateCustomerGateway' {} Text
a -> AssociateCustomerGateway
s {$sel:customerGatewayArn:AssociateCustomerGateway' :: Text
customerGatewayArn = Text
a} :: AssociateCustomerGateway)
associateCustomerGateway_globalNetworkId :: Lens.Lens' AssociateCustomerGateway Prelude.Text
associateCustomerGateway_globalNetworkId :: (Text -> f Text)
-> AssociateCustomerGateway -> f AssociateCustomerGateway
associateCustomerGateway_globalNetworkId = (AssociateCustomerGateway -> Text)
-> (AssociateCustomerGateway -> Text -> AssociateCustomerGateway)
-> Lens AssociateCustomerGateway AssociateCustomerGateway Text Text
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\AssociateCustomerGateway' {Text
globalNetworkId :: Text
$sel:globalNetworkId:AssociateCustomerGateway' :: AssociateCustomerGateway -> Text
globalNetworkId} -> Text
globalNetworkId) (\s :: AssociateCustomerGateway
s@AssociateCustomerGateway' {} Text
a -> AssociateCustomerGateway
s {$sel:globalNetworkId:AssociateCustomerGateway' :: Text
globalNetworkId = Text
a} :: AssociateCustomerGateway)
associateCustomerGateway_deviceId :: Lens.Lens' AssociateCustomerGateway Prelude.Text
associateCustomerGateway_deviceId :: (Text -> f Text)
-> AssociateCustomerGateway -> f AssociateCustomerGateway
associateCustomerGateway_deviceId = (AssociateCustomerGateway -> Text)
-> (AssociateCustomerGateway -> Text -> AssociateCustomerGateway)
-> Lens AssociateCustomerGateway AssociateCustomerGateway Text Text
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\AssociateCustomerGateway' {Text
deviceId :: Text
$sel:deviceId:AssociateCustomerGateway' :: AssociateCustomerGateway -> Text
deviceId} -> Text
deviceId) (\s :: AssociateCustomerGateway
s@AssociateCustomerGateway' {} Text
a -> AssociateCustomerGateway
s {$sel:deviceId:AssociateCustomerGateway' :: Text
deviceId = Text
a} :: AssociateCustomerGateway)
instance Core.AWSRequest AssociateCustomerGateway where
type
AWSResponse AssociateCustomerGateway =
AssociateCustomerGatewayResponse
request :: AssociateCustomerGateway -> Request AssociateCustomerGateway
request = Service
-> AssociateCustomerGateway -> Request AssociateCustomerGateway
forall a. (ToRequest a, ToJSON a) => Service -> a -> Request a
Request.postJSON Service
defaultService
response :: Logger
-> Service
-> Proxy AssociateCustomerGateway
-> ClientResponse ClientBody
-> m (Either
Error (ClientResponse (AWSResponse AssociateCustomerGateway)))
response =
(Int
-> ResponseHeaders
-> Object
-> Either String (AWSResponse AssociateCustomerGateway))
-> Logger
-> Service
-> Proxy AssociateCustomerGateway
-> ClientResponse ClientBody
-> m (Either
Error (ClientResponse (AWSResponse AssociateCustomerGateway)))
forall (m :: * -> *) a.
MonadResource m =>
(Int -> ResponseHeaders -> Object -> Either String (AWSResponse a))
-> Logger
-> Service
-> Proxy a
-> ClientResponse ClientBody
-> m (Either Error (ClientResponse (AWSResponse a)))
Response.receiveJSON
( \Int
s ResponseHeaders
h Object
x ->
Maybe CustomerGatewayAssociation
-> Int -> AssociateCustomerGatewayResponse
AssociateCustomerGatewayResponse'
(Maybe CustomerGatewayAssociation
-> Int -> AssociateCustomerGatewayResponse)
-> Either String (Maybe CustomerGatewayAssociation)
-> Either String (Int -> AssociateCustomerGatewayResponse)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> (Object
x Object -> Text -> Either String (Maybe CustomerGatewayAssociation)
forall a. FromJSON a => Object -> Text -> Either String (Maybe a)
Core..?> Text
"CustomerGatewayAssociation")
Either String (Int -> AssociateCustomerGatewayResponse)
-> Either String Int
-> Either String AssociateCustomerGatewayResponse
forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
Prelude.<*> (Int -> Either String Int
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure (Int -> Int
forall a. Enum a => a -> Int
Prelude.fromEnum Int
s))
)
instance Prelude.Hashable AssociateCustomerGateway
instance Prelude.NFData AssociateCustomerGateway
instance Core.ToHeaders AssociateCustomerGateway where
toHeaders :: AssociateCustomerGateway -> ResponseHeaders
toHeaders =
ResponseHeaders -> AssociateCustomerGateway -> ResponseHeaders
forall a b. a -> b -> a
Prelude.const
( [ResponseHeaders] -> ResponseHeaders
forall a. Monoid a => [a] -> a
Prelude.mconcat
[ HeaderName
"Content-Type"
HeaderName -> ByteString -> ResponseHeaders
forall a. ToHeader a => HeaderName -> a -> ResponseHeaders
Core.=# ( ByteString
"application/x-amz-json-1.1" ::
Prelude.ByteString
)
]
)
instance Core.ToJSON AssociateCustomerGateway where
toJSON :: AssociateCustomerGateway -> Value
toJSON AssociateCustomerGateway' {Maybe Text
Text
deviceId :: Text
globalNetworkId :: Text
customerGatewayArn :: Text
linkId :: Maybe Text
$sel:deviceId:AssociateCustomerGateway' :: AssociateCustomerGateway -> Text
$sel:globalNetworkId:AssociateCustomerGateway' :: AssociateCustomerGateway -> Text
$sel:customerGatewayArn:AssociateCustomerGateway' :: AssociateCustomerGateway -> Text
$sel:linkId:AssociateCustomerGateway' :: AssociateCustomerGateway -> Maybe Text
..} =
[Pair] -> Value
Core.object
( [Maybe Pair] -> [Pair]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[ (Text
"LinkId" Text -> Text -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..=) (Text -> Pair) -> Maybe Text -> Maybe Pair
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe Text
linkId,
Pair -> Maybe Pair
forall a. a -> Maybe a
Prelude.Just
(Text
"CustomerGatewayArn" Text -> Text -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..= Text
customerGatewayArn),
Pair -> Maybe Pair
forall a. a -> Maybe a
Prelude.Just (Text
"DeviceId" Text -> Text -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Core..= Text
deviceId)
]
)
instance Core.ToPath AssociateCustomerGateway where
toPath :: AssociateCustomerGateway -> ByteString
toPath AssociateCustomerGateway' {Maybe Text
Text
deviceId :: Text
globalNetworkId :: Text
customerGatewayArn :: Text
linkId :: Maybe Text
$sel:deviceId:AssociateCustomerGateway' :: AssociateCustomerGateway -> Text
$sel:globalNetworkId:AssociateCustomerGateway' :: AssociateCustomerGateway -> Text
$sel:customerGatewayArn:AssociateCustomerGateway' :: AssociateCustomerGateway -> Text
$sel:linkId:AssociateCustomerGateway' :: AssociateCustomerGateway -> Maybe Text
..} =
[ByteString] -> ByteString
forall a. Monoid a => [a] -> a
Prelude.mconcat
[ ByteString
"/global-networks/",
Text -> ByteString
forall a. ToByteString a => a -> ByteString
Core.toBS Text
globalNetworkId,
ByteString
"/customer-gateway-associations"
]
instance Core.ToQuery AssociateCustomerGateway where
toQuery :: AssociateCustomerGateway -> QueryString
toQuery = QueryString -> AssociateCustomerGateway -> QueryString
forall a b. a -> b -> a
Prelude.const QueryString
forall a. Monoid a => a
Prelude.mempty
data AssociateCustomerGatewayResponse = AssociateCustomerGatewayResponse'
{
AssociateCustomerGatewayResponse
-> Maybe CustomerGatewayAssociation
customerGatewayAssociation :: Prelude.Maybe CustomerGatewayAssociation,
AssociateCustomerGatewayResponse -> Int
httpStatus :: Prelude.Int
}
deriving (AssociateCustomerGatewayResponse
-> AssociateCustomerGatewayResponse -> Bool
(AssociateCustomerGatewayResponse
-> AssociateCustomerGatewayResponse -> Bool)
-> (AssociateCustomerGatewayResponse
-> AssociateCustomerGatewayResponse -> Bool)
-> Eq AssociateCustomerGatewayResponse
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: AssociateCustomerGatewayResponse
-> AssociateCustomerGatewayResponse -> Bool
$c/= :: AssociateCustomerGatewayResponse
-> AssociateCustomerGatewayResponse -> Bool
== :: AssociateCustomerGatewayResponse
-> AssociateCustomerGatewayResponse -> Bool
$c== :: AssociateCustomerGatewayResponse
-> AssociateCustomerGatewayResponse -> Bool
Prelude.Eq, ReadPrec [AssociateCustomerGatewayResponse]
ReadPrec AssociateCustomerGatewayResponse
Int -> ReadS AssociateCustomerGatewayResponse
ReadS [AssociateCustomerGatewayResponse]
(Int -> ReadS AssociateCustomerGatewayResponse)
-> ReadS [AssociateCustomerGatewayResponse]
-> ReadPrec AssociateCustomerGatewayResponse
-> ReadPrec [AssociateCustomerGatewayResponse]
-> Read AssociateCustomerGatewayResponse
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [AssociateCustomerGatewayResponse]
$creadListPrec :: ReadPrec [AssociateCustomerGatewayResponse]
readPrec :: ReadPrec AssociateCustomerGatewayResponse
$creadPrec :: ReadPrec AssociateCustomerGatewayResponse
readList :: ReadS [AssociateCustomerGatewayResponse]
$creadList :: ReadS [AssociateCustomerGatewayResponse]
readsPrec :: Int -> ReadS AssociateCustomerGatewayResponse
$creadsPrec :: Int -> ReadS AssociateCustomerGatewayResponse
Prelude.Read, Int -> AssociateCustomerGatewayResponse -> ShowS
[AssociateCustomerGatewayResponse] -> ShowS
AssociateCustomerGatewayResponse -> String
(Int -> AssociateCustomerGatewayResponse -> ShowS)
-> (AssociateCustomerGatewayResponse -> String)
-> ([AssociateCustomerGatewayResponse] -> ShowS)
-> Show AssociateCustomerGatewayResponse
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [AssociateCustomerGatewayResponse] -> ShowS
$cshowList :: [AssociateCustomerGatewayResponse] -> ShowS
show :: AssociateCustomerGatewayResponse -> String
$cshow :: AssociateCustomerGatewayResponse -> String
showsPrec :: Int -> AssociateCustomerGatewayResponse -> ShowS
$cshowsPrec :: Int -> AssociateCustomerGatewayResponse -> ShowS
Prelude.Show, (forall x.
AssociateCustomerGatewayResponse
-> Rep AssociateCustomerGatewayResponse x)
-> (forall x.
Rep AssociateCustomerGatewayResponse x
-> AssociateCustomerGatewayResponse)
-> Generic AssociateCustomerGatewayResponse
forall x.
Rep AssociateCustomerGatewayResponse x
-> AssociateCustomerGatewayResponse
forall x.
AssociateCustomerGatewayResponse
-> Rep AssociateCustomerGatewayResponse x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep AssociateCustomerGatewayResponse x
-> AssociateCustomerGatewayResponse
$cfrom :: forall x.
AssociateCustomerGatewayResponse
-> Rep AssociateCustomerGatewayResponse x
Prelude.Generic)
newAssociateCustomerGatewayResponse ::
Prelude.Int ->
AssociateCustomerGatewayResponse
newAssociateCustomerGatewayResponse :: Int -> AssociateCustomerGatewayResponse
newAssociateCustomerGatewayResponse Int
pHttpStatus_ =
AssociateCustomerGatewayResponse' :: Maybe CustomerGatewayAssociation
-> Int -> AssociateCustomerGatewayResponse
AssociateCustomerGatewayResponse'
{ $sel:customerGatewayAssociation:AssociateCustomerGatewayResponse' :: Maybe CustomerGatewayAssociation
customerGatewayAssociation =
Maybe CustomerGatewayAssociation
forall a. Maybe a
Prelude.Nothing,
$sel:httpStatus:AssociateCustomerGatewayResponse' :: Int
httpStatus = Int
pHttpStatus_
}
associateCustomerGatewayResponse_customerGatewayAssociation :: Lens.Lens' AssociateCustomerGatewayResponse (Prelude.Maybe CustomerGatewayAssociation)
associateCustomerGatewayResponse_customerGatewayAssociation :: (Maybe CustomerGatewayAssociation
-> f (Maybe CustomerGatewayAssociation))
-> AssociateCustomerGatewayResponse
-> f AssociateCustomerGatewayResponse
associateCustomerGatewayResponse_customerGatewayAssociation = (AssociateCustomerGatewayResponse
-> Maybe CustomerGatewayAssociation)
-> (AssociateCustomerGatewayResponse
-> Maybe CustomerGatewayAssociation
-> AssociateCustomerGatewayResponse)
-> Lens
AssociateCustomerGatewayResponse
AssociateCustomerGatewayResponse
(Maybe CustomerGatewayAssociation)
(Maybe CustomerGatewayAssociation)
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\AssociateCustomerGatewayResponse' {Maybe CustomerGatewayAssociation
customerGatewayAssociation :: Maybe CustomerGatewayAssociation
$sel:customerGatewayAssociation:AssociateCustomerGatewayResponse' :: AssociateCustomerGatewayResponse
-> Maybe CustomerGatewayAssociation
customerGatewayAssociation} -> Maybe CustomerGatewayAssociation
customerGatewayAssociation) (\s :: AssociateCustomerGatewayResponse
s@AssociateCustomerGatewayResponse' {} Maybe CustomerGatewayAssociation
a -> AssociateCustomerGatewayResponse
s {$sel:customerGatewayAssociation:AssociateCustomerGatewayResponse' :: Maybe CustomerGatewayAssociation
customerGatewayAssociation = Maybe CustomerGatewayAssociation
a} :: AssociateCustomerGatewayResponse)
associateCustomerGatewayResponse_httpStatus :: Lens.Lens' AssociateCustomerGatewayResponse Prelude.Int
associateCustomerGatewayResponse_httpStatus :: (Int -> f Int)
-> AssociateCustomerGatewayResponse
-> f AssociateCustomerGatewayResponse
associateCustomerGatewayResponse_httpStatus = (AssociateCustomerGatewayResponse -> Int)
-> (AssociateCustomerGatewayResponse
-> Int -> AssociateCustomerGatewayResponse)
-> Lens
AssociateCustomerGatewayResponse
AssociateCustomerGatewayResponse
Int
Int
forall s a b t. (s -> a) -> (s -> b -> t) -> Lens s t a b
Lens.lens (\AssociateCustomerGatewayResponse' {Int
httpStatus :: Int
$sel:httpStatus:AssociateCustomerGatewayResponse' :: AssociateCustomerGatewayResponse -> Int
httpStatus} -> Int
httpStatus) (\s :: AssociateCustomerGatewayResponse
s@AssociateCustomerGatewayResponse' {} Int
a -> AssociateCustomerGatewayResponse
s {$sel:httpStatus:AssociateCustomerGatewayResponse' :: Int
httpStatus = Int
a} :: AssociateCustomerGatewayResponse)
instance
Prelude.NFData
AssociateCustomerGatewayResponse