Copyright | (c) 2013-2021 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 |
Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see Accessing S3 on Outposts using VPC only access points.
This action deletes an endpoint.
It can take up to 5 minutes for this action to complete.
Related actions include:
Synopsis
- data DeleteEndpoint = DeleteEndpoint' {
- endpointId :: Text
- outpostId :: Text
- newDeleteEndpoint :: Text -> Text -> DeleteEndpoint
- deleteEndpoint_endpointId :: Lens' DeleteEndpoint Text
- deleteEndpoint_outpostId :: Lens' DeleteEndpoint Text
- data DeleteEndpointResponse = DeleteEndpointResponse' {
- newDeleteEndpointResponse :: DeleteEndpointResponse
Creating a Request
data DeleteEndpoint Source #
See: newDeleteEndpoint
smart constructor.
DeleteEndpoint' | |
|
Instances
Create a value of DeleteEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:endpointId:DeleteEndpoint'
, deleteEndpoint_endpointId
- The ID of the endpoint.
$sel:outpostId:DeleteEndpoint'
, deleteEndpoint_outpostId
- The ID of the AWS Outposts.
Request Lenses
deleteEndpoint_endpointId :: Lens' DeleteEndpoint Text Source #
The ID of the endpoint.
deleteEndpoint_outpostId :: Lens' DeleteEndpoint Text Source #
The ID of the AWS Outposts.
Destructuring the Response
data DeleteEndpointResponse Source #
See: newDeleteEndpointResponse
smart constructor.
Instances
Eq DeleteEndpointResponse Source # | |
Defined in Amazonka.S3Outposts.DeleteEndpoint | |
Read DeleteEndpointResponse Source # | |
Show DeleteEndpointResponse Source # | |
Defined in Amazonka.S3Outposts.DeleteEndpoint showsPrec :: Int -> DeleteEndpointResponse -> ShowS # show :: DeleteEndpointResponse -> String # showList :: [DeleteEndpointResponse] -> ShowS # | |
Generic DeleteEndpointResponse Source # | |
Defined in Amazonka.S3Outposts.DeleteEndpoint type Rep DeleteEndpointResponse :: Type -> Type # | |
NFData DeleteEndpointResponse Source # | |
Defined in Amazonka.S3Outposts.DeleteEndpoint rnf :: DeleteEndpointResponse -> () # | |
type Rep DeleteEndpointResponse Source # | |
Defined in Amazonka.S3Outposts.DeleteEndpoint |
newDeleteEndpointResponse :: DeleteEndpointResponse Source #
Create a value of DeleteEndpointResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.