amazonka-ec2-1.6.0: Amazon Elastic Compute Cloud SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

Contents

Description

Describes the connection notifications for VPC endpoints and VPC endpoint services.

Synopsis

Creating a Request

describeVPCEndpointConnectionNotifications :: DescribeVPCEndpointConnectionNotifications #

Creates a value of DescribeVPCEndpointConnectionNotifications with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dvpcecnFilters - One or more filters. * connection-notification-arn - The ARN of SNS topic for the notification. * connection-notification-id - The ID of the notification. * connection-notification-state - The state of the notification (Enabled | Disabled ). * connection-notification-type - The type of notification (Topic ). * service-id - The ID of the endpoint service. * vpc-endpoint-id - The ID of the VPC endpoint.
  • dvpcecnNextToken - The token to request the next page of results.
  • dvpcecnConnectionNotificationId - The ID of the notification.
  • dvpcecnDryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation . Otherwise, it is UnauthorizedOperation .
  • dvpcecnMaxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value.

data DescribeVPCEndpointConnectionNotifications #

Instances
Eq DescribeVPCEndpointConnectionNotifications # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

Data DescribeVPCEndpointConnectionNotifications # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeVPCEndpointConnectionNotifications -> c DescribeVPCEndpointConnectionNotifications #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeVPCEndpointConnectionNotifications #

toConstr :: DescribeVPCEndpointConnectionNotifications -> Constr #

dataTypeOf :: DescribeVPCEndpointConnectionNotifications -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DescribeVPCEndpointConnectionNotifications) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeVPCEndpointConnectionNotifications) #

gmapT :: (forall b. Data b => b -> b) -> DescribeVPCEndpointConnectionNotifications -> DescribeVPCEndpointConnectionNotifications #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeVPCEndpointConnectionNotifications -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeVPCEndpointConnectionNotifications -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeVPCEndpointConnectionNotifications -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeVPCEndpointConnectionNotifications -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeVPCEndpointConnectionNotifications -> m DescribeVPCEndpointConnectionNotifications #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeVPCEndpointConnectionNotifications -> m DescribeVPCEndpointConnectionNotifications #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeVPCEndpointConnectionNotifications -> m DescribeVPCEndpointConnectionNotifications #

Read DescribeVPCEndpointConnectionNotifications # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

Show DescribeVPCEndpointConnectionNotifications # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

Generic DescribeVPCEndpointConnectionNotifications # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

Hashable DescribeVPCEndpointConnectionNotifications # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

AWSRequest DescribeVPCEndpointConnectionNotifications # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

ToHeaders DescribeVPCEndpointConnectionNotifications # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

ToPath DescribeVPCEndpointConnectionNotifications # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

ToQuery DescribeVPCEndpointConnectionNotifications # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

NFData DescribeVPCEndpointConnectionNotifications # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

type Rep DescribeVPCEndpointConnectionNotifications # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

type Rep DescribeVPCEndpointConnectionNotifications = D1 (MetaData "DescribeVPCEndpointConnectionNotifications" "Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications" "amazonka-ec2-1.6.0-G6ppxISnQxeI7PhDx9p8Zy" False) (C1 (MetaCons "DescribeVPCEndpointConnectionNotifications'" PrefixI True) ((S1 (MetaSel (Just "_dvpcecnFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 (MetaSel (Just "_dvpcecnNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_dvpcecnConnectionNotificationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dvpcecnDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_dvpcecnMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))))
type Rs DescribeVPCEndpointConnectionNotifications # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

Request Lenses

dvpcecnFilters :: Lens' DescribeVPCEndpointConnectionNotifications [Filter] #

One or more filters. * connection-notification-arn - The ARN of SNS topic for the notification. * connection-notification-id - The ID of the notification. * connection-notification-state - The state of the notification (Enabled | Disabled ). * connection-notification-type - The type of notification (Topic ). * service-id - The ID of the endpoint service. * vpc-endpoint-id - The ID of the VPC endpoint.

dvpcecnNextToken :: Lens' DescribeVPCEndpointConnectionNotifications (Maybe Text) #

The token to request the next page of results.

dvpcecnDryRun :: Lens' DescribeVPCEndpointConnectionNotifications (Maybe Bool) #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation . Otherwise, it is UnauthorizedOperation .

dvpcecnMaxResults :: Lens' DescribeVPCEndpointConnectionNotifications (Maybe Int) #

The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value.

Destructuring the Response

describeVPCEndpointConnectionNotificationsResponse #

Creates a value of DescribeVPCEndpointConnectionNotificationsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeVPCEndpointConnectionNotificationsResponse #

Instances
Eq DescribeVPCEndpointConnectionNotificationsResponse # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

Data DescribeVPCEndpointConnectionNotificationsResponse # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeVPCEndpointConnectionNotificationsResponse -> c DescribeVPCEndpointConnectionNotificationsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeVPCEndpointConnectionNotificationsResponse #

toConstr :: DescribeVPCEndpointConnectionNotificationsResponse -> Constr #

dataTypeOf :: DescribeVPCEndpointConnectionNotificationsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DescribeVPCEndpointConnectionNotificationsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeVPCEndpointConnectionNotificationsResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeVPCEndpointConnectionNotificationsResponse -> DescribeVPCEndpointConnectionNotificationsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeVPCEndpointConnectionNotificationsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeVPCEndpointConnectionNotificationsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeVPCEndpointConnectionNotificationsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeVPCEndpointConnectionNotificationsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeVPCEndpointConnectionNotificationsResponse -> m DescribeVPCEndpointConnectionNotificationsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeVPCEndpointConnectionNotificationsResponse -> m DescribeVPCEndpointConnectionNotificationsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeVPCEndpointConnectionNotificationsResponse -> m DescribeVPCEndpointConnectionNotificationsResponse #

Read DescribeVPCEndpointConnectionNotificationsResponse # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

Show DescribeVPCEndpointConnectionNotificationsResponse # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

Generic DescribeVPCEndpointConnectionNotificationsResponse # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

NFData DescribeVPCEndpointConnectionNotificationsResponse # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

type Rep DescribeVPCEndpointConnectionNotificationsResponse # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications

type Rep DescribeVPCEndpointConnectionNotificationsResponse = D1 (MetaData "DescribeVPCEndpointConnectionNotificationsResponse" "Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications" "amazonka-ec2-1.6.0-G6ppxISnQxeI7PhDx9p8Zy" False) (C1 (MetaCons "DescribeVPCEndpointConnectionNotificationsResponse'" PrefixI True) (S1 (MetaSel (Just "_dvpcecnrsConnectionNotificationSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ConnectionNotification])) :*: (S1 (MetaSel (Just "_dvpcecnrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dvpcecnrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

dvpcecnrsNextToken :: Lens' DescribeVPCEndpointConnectionNotificationsResponse (Maybe Text) #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.