| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.EC2.AcceptVPCEndpointConnections
Description
Accepts one or more interface VPC endpoint connection requests to your VPC endpoint service.
Synopsis
- acceptVPCEndpointConnections :: Text -> AcceptVPCEndpointConnections
- data AcceptVPCEndpointConnections
- avecDryRun :: Lens' AcceptVPCEndpointConnections (Maybe Bool)
- avecServiceId :: Lens' AcceptVPCEndpointConnections Text
- avecVPCEndpointIds :: Lens' AcceptVPCEndpointConnections [Text]
- acceptVPCEndpointConnectionsResponse :: Int -> AcceptVPCEndpointConnectionsResponse
- data AcceptVPCEndpointConnectionsResponse
- avecrsUnsuccessful :: Lens' AcceptVPCEndpointConnectionsResponse [UnsuccessfulItem]
- avecrsResponseStatus :: Lens' AcceptVPCEndpointConnectionsResponse Int
Creating a Request
acceptVPCEndpointConnections #
Arguments
| :: Text | |
| -> AcceptVPCEndpointConnections |
Creates a value of AcceptVPCEndpointConnections with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
avecDryRun- 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 isDryRunOperation. Otherwise, it isUnauthorizedOperation.avecServiceId- The ID of the endpoint service.avecVPCEndpointIds- The IDs of one or more interface VPC endpoints.
data AcceptVPCEndpointConnections #
See: acceptVPCEndpointConnections smart constructor.
Instances
Request Lenses
avecDryRun :: Lens' AcceptVPCEndpointConnections (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 .
avecServiceId :: Lens' AcceptVPCEndpointConnections Text #
The ID of the endpoint service.
avecVPCEndpointIds :: Lens' AcceptVPCEndpointConnections [Text] #
The IDs of one or more interface VPC endpoints.
Destructuring the Response
acceptVPCEndpointConnectionsResponse #
Arguments
| :: Int | |
| -> AcceptVPCEndpointConnectionsResponse |
Creates a value of AcceptVPCEndpointConnectionsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
avecrsUnsuccessful- Information about the interface endpoints that were not accepted, if applicable.avecrsResponseStatus- -- | The response status code.
data AcceptVPCEndpointConnectionsResponse #
See: acceptVPCEndpointConnectionsResponse smart constructor.
Instances
Response Lenses
avecrsUnsuccessful :: Lens' AcceptVPCEndpointConnectionsResponse [UnsuccessfulItem] #
Information about the interface endpoints that were not accepted, if applicable.
avecrsResponseStatus :: Lens' AcceptVPCEndpointConnectionsResponse Int #
- - | The response status code.