Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Modifies attributes of a specified VPC endpoint. You can modify the policy associated with the endpoint, and you can add and remove route tables associated with the endpoint.
See: AWS API Reference for ModifyVPCEndpoint.
- modifyVPCEndpoint :: Text -> ModifyVPCEndpoint
- data ModifyVPCEndpoint
- mvePolicyDocument :: Lens' ModifyVPCEndpoint (Maybe Text)
- mveRemoveRouteTableIds :: Lens' ModifyVPCEndpoint [Text]
- mveResetPolicy :: Lens' ModifyVPCEndpoint (Maybe Bool)
- mveAddRouteTableIds :: Lens' ModifyVPCEndpoint [Text]
- mveDryRun :: Lens' ModifyVPCEndpoint (Maybe Bool)
- mveVPCEndpointId :: Lens' ModifyVPCEndpoint Text
- modifyVPCEndpointResponse :: Int -> ModifyVPCEndpointResponse
- data ModifyVPCEndpointResponse
- mversReturn :: Lens' ModifyVPCEndpointResponse (Maybe Bool)
- mversResponseStatus :: Lens' ModifyVPCEndpointResponse Int
Creating a Request
Creates a value of ModifyVPCEndpoint
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ModifyVPCEndpoint Source
See: modifyVPCEndpoint
smart constructor.
Request Lenses
mvePolicyDocument :: Lens' ModifyVPCEndpoint (Maybe Text) Source
A policy document to attach to the endpoint. The policy must be in valid JSON format.
mveRemoveRouteTableIds :: Lens' ModifyVPCEndpoint [Text] Source
One or more route table IDs to disassociate from the endpoint.
mveResetPolicy :: Lens' ModifyVPCEndpoint (Maybe Bool) Source
Specify true
to reset the policy document to the default policy. The
default policy allows access to the service.
mveAddRouteTableIds :: Lens' ModifyVPCEndpoint [Text] Source
One or more route tables IDs to associate with the endpoint.
mveDryRun :: Lens' ModifyVPCEndpoint (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
.
mveVPCEndpointId :: Lens' ModifyVPCEndpoint Text Source
The ID of the endpoint.
Destructuring the Response
modifyVPCEndpointResponse Source
Creates a value of ModifyVPCEndpointResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ModifyVPCEndpointResponse Source
See: modifyVPCEndpointResponse
smart constructor.
Response Lenses
mversReturn :: Lens' ModifyVPCEndpointResponse (Maybe Bool) Source
Returns true
if the request succeeds; otherwise, it returns an error.
mversResponseStatus :: Lens' ModifyVPCEndpointResponse Int Source
The response status code.