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

Amazonka.S3Outposts.DeleteEndpoint

Description

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

Creating a Request

data DeleteEndpoint Source #

See: newDeleteEndpoint smart constructor.

Constructors

DeleteEndpoint' 

Fields

Instances

Instances details
Eq DeleteEndpoint Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

Read DeleteEndpoint Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

Show DeleteEndpoint Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

Generic DeleteEndpoint Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

Associated Types

type Rep DeleteEndpoint :: Type -> Type #

NFData DeleteEndpoint Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

Methods

rnf :: DeleteEndpoint -> () #

Hashable DeleteEndpoint Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

AWSRequest DeleteEndpoint Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

Associated Types

type AWSResponse DeleteEndpoint #

ToHeaders DeleteEndpoint Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

ToPath DeleteEndpoint Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

ToQuery DeleteEndpoint Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

type Rep DeleteEndpoint Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

type Rep DeleteEndpoint = D1 ('MetaData "DeleteEndpoint" "Amazonka.S3Outposts.DeleteEndpoint" "libZSservicesZSamazonka-s3outpostsZSamazonka-s3outposts" 'False) (C1 ('MetaCons "DeleteEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "outpostId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteEndpoint Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

newDeleteEndpoint Source #

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

Destructuring the Response

data DeleteEndpointResponse Source #

See: newDeleteEndpointResponse smart constructor.

Instances

Instances details
Eq DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

Read DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

Show DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

Generic DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

Associated Types

type Rep DeleteEndpointResponse :: Type -> Type #

NFData DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

Methods

rnf :: DeleteEndpointResponse -> () #

type Rep DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.S3Outposts.DeleteEndpoint

type Rep DeleteEndpointResponse = D1 ('MetaData "DeleteEndpointResponse" "Amazonka.S3Outposts.DeleteEndpoint" "libZSservicesZSamazonka-s3outpostsZSamazonka-s3outposts" 'False) (C1 ('MetaCons "DeleteEndpointResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteEndpointResponse :: DeleteEndpointResponse Source #

Create a value of DeleteEndpointResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.