amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.DeleteVerifiedAccessEndpoint

Description

Delete an Amazon Web Services Verified Access endpoint.

Synopsis

Creating a Request

data DeleteVerifiedAccessEndpoint Source #

See: newDeleteVerifiedAccessEndpoint smart constructor.

Constructors

DeleteVerifiedAccessEndpoint' 

Fields

  • clientToken :: Maybe Text

    A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

  • dryRun :: 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.

  • verifiedAccessEndpointId :: Text

    The ID of the Amazon Web Services Verified Access endpoint.

Instances

Instances details
ToHeaders DeleteVerifiedAccessEndpoint Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

ToPath DeleteVerifiedAccessEndpoint Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

ToQuery DeleteVerifiedAccessEndpoint Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

AWSRequest DeleteVerifiedAccessEndpoint Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

Generic DeleteVerifiedAccessEndpoint Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

Associated Types

type Rep DeleteVerifiedAccessEndpoint :: Type -> Type #

Read DeleteVerifiedAccessEndpoint Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

Show DeleteVerifiedAccessEndpoint Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

NFData DeleteVerifiedAccessEndpoint Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

Eq DeleteVerifiedAccessEndpoint Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

Hashable DeleteVerifiedAccessEndpoint Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

type AWSResponse DeleteVerifiedAccessEndpoint Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

type Rep DeleteVerifiedAccessEndpoint Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

type Rep DeleteVerifiedAccessEndpoint = D1 ('MetaData "DeleteVerifiedAccessEndpoint" "Amazonka.EC2.DeleteVerifiedAccessEndpoint" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DeleteVerifiedAccessEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "verifiedAccessEndpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteVerifiedAccessEndpoint Source #

Create a value of DeleteVerifiedAccessEndpoint 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:

DeleteVerifiedAccessEndpoint, deleteVerifiedAccessEndpoint_clientToken - A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

$sel:dryRun:DeleteVerifiedAccessEndpoint', deleteVerifiedAccessEndpoint_dryRun - 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.

DeleteVerifiedAccessEndpoint, deleteVerifiedAccessEndpoint_verifiedAccessEndpointId - The ID of the Amazon Web Services Verified Access endpoint.

Request Lenses

deleteVerifiedAccessEndpoint_clientToken :: Lens' DeleteVerifiedAccessEndpoint (Maybe Text) Source #

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

deleteVerifiedAccessEndpoint_dryRun :: Lens' DeleteVerifiedAccessEndpoint (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.

deleteVerifiedAccessEndpoint_verifiedAccessEndpointId :: Lens' DeleteVerifiedAccessEndpoint Text Source #

The ID of the Amazon Web Services Verified Access endpoint.

Destructuring the Response

data DeleteVerifiedAccessEndpointResponse Source #

Constructors

DeleteVerifiedAccessEndpointResponse' 

Fields

Instances

Instances details
Generic DeleteVerifiedAccessEndpointResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

Read DeleteVerifiedAccessEndpointResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

Show DeleteVerifiedAccessEndpointResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

NFData DeleteVerifiedAccessEndpointResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

Eq DeleteVerifiedAccessEndpointResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

type Rep DeleteVerifiedAccessEndpointResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteVerifiedAccessEndpoint

type Rep DeleteVerifiedAccessEndpointResponse = D1 ('MetaData "DeleteVerifiedAccessEndpointResponse" "Amazonka.EC2.DeleteVerifiedAccessEndpoint" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DeleteVerifiedAccessEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "verifiedAccessEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VerifiedAccessEndpoint)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteVerifiedAccessEndpointResponse Source #

Create a value of DeleteVerifiedAccessEndpointResponse 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:verifiedAccessEndpoint:DeleteVerifiedAccessEndpointResponse', deleteVerifiedAccessEndpointResponse_verifiedAccessEndpoint - The ID of the Amazon Web Services Verified Access endpoint.

$sel:httpStatus:DeleteVerifiedAccessEndpointResponse', deleteVerifiedAccessEndpointResponse_httpStatus - The response's http status code.

Response Lenses