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 Source #

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 Source #

Instances

Eq DescribeVPCEndpointConnectionNotifications Source # 
Data DescribeVPCEndpointConnectionNotifications Source # 

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 Source # 
Show DescribeVPCEndpointConnectionNotifications Source # 
Generic DescribeVPCEndpointConnectionNotifications Source # 
Hashable DescribeVPCEndpointConnectionNotifications Source # 
NFData DescribeVPCEndpointConnectionNotifications Source # 
AWSRequest DescribeVPCEndpointConnectionNotifications Source # 
ToHeaders DescribeVPCEndpointConnectionNotifications Source # 
ToPath DescribeVPCEndpointConnectionNotifications Source # 
ToQuery DescribeVPCEndpointConnectionNotifications Source # 
type Rep DescribeVPCEndpointConnectionNotifications Source # 
type Rep DescribeVPCEndpointConnectionNotifications = D1 * (MetaData "DescribeVPCEndpointConnectionNotifications" "Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications" "amazonka-ec2-1.6.0-Kkew7Kpgof6EYi20Z0WOzs" False) (C1 * (MetaCons "DescribeVPCEndpointConnectionNotifications'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_dvpcecnFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Filter]))) (S1 * (MetaSel (Just Symbol "_dvpcecnNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dvpcecnConnectionNotificationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dvpcecnDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "_dvpcecnMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int)))))))
type Rs DescribeVPCEndpointConnectionNotifications Source # 

Request Lenses

dvpcecnFilters :: Lens' DescribeVPCEndpointConnectionNotifications [Filter] Source #

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) Source #

The token to request the next page of results.

dvpcecnDryRun :: Lens' DescribeVPCEndpointConnectionNotifications (Maybe Bool) Source #

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) Source #

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 Source #

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 Source #

Instances

Eq DescribeVPCEndpointConnectionNotificationsResponse Source # 
Data DescribeVPCEndpointConnectionNotificationsResponse Source # 

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 Source # 
Show DescribeVPCEndpointConnectionNotificationsResponse Source # 
Generic DescribeVPCEndpointConnectionNotificationsResponse Source # 
NFData DescribeVPCEndpointConnectionNotificationsResponse Source # 
type Rep DescribeVPCEndpointConnectionNotificationsResponse Source # 
type Rep DescribeVPCEndpointConnectionNotificationsResponse = D1 * (MetaData "DescribeVPCEndpointConnectionNotificationsResponse" "Network.AWS.EC2.DescribeVPCEndpointConnectionNotifications" "amazonka-ec2-1.6.0-Kkew7Kpgof6EYi20Z0WOzs" False) (C1 * (MetaCons "DescribeVPCEndpointConnectionNotificationsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dvpcecnrsConnectionNotificationSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [ConnectionNotification]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dvpcecnrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dvpcecnrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

dvpcecnrsNextToken :: Lens' DescribeVPCEndpointConnectionNotificationsResponse (Maybe Text) Source #

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