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.DeleteSpotDatafeedSubscription

Description

Deletes the data feed for Spot Instances.

Synopsis

Creating a Request

data DeleteSpotDatafeedSubscription Source #

Contains the parameters for DeleteSpotDatafeedSubscription.

See: newDeleteSpotDatafeedSubscription smart constructor.

Constructors

DeleteSpotDatafeedSubscription' 

Fields

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

Instances

Instances details
ToHeaders DeleteSpotDatafeedSubscription Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

ToPath DeleteSpotDatafeedSubscription Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

ToQuery DeleteSpotDatafeedSubscription Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

AWSRequest DeleteSpotDatafeedSubscription Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

Generic DeleteSpotDatafeedSubscription Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

Associated Types

type Rep DeleteSpotDatafeedSubscription :: Type -> Type #

Read DeleteSpotDatafeedSubscription Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

Show DeleteSpotDatafeedSubscription Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

NFData DeleteSpotDatafeedSubscription Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

Eq DeleteSpotDatafeedSubscription Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

Hashable DeleteSpotDatafeedSubscription Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

type AWSResponse DeleteSpotDatafeedSubscription Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

type Rep DeleteSpotDatafeedSubscription Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

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

newDeleteSpotDatafeedSubscription :: DeleteSpotDatafeedSubscription Source #

Create a value of DeleteSpotDatafeedSubscription 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:dryRun:DeleteSpotDatafeedSubscription', deleteSpotDatafeedSubscription_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.

Request Lenses

deleteSpotDatafeedSubscription_dryRun :: Lens' DeleteSpotDatafeedSubscription (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.

Destructuring the Response

data DeleteSpotDatafeedSubscriptionResponse Source #

Instances

Instances details
Generic DeleteSpotDatafeedSubscriptionResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

Read DeleteSpotDatafeedSubscriptionResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

Show DeleteSpotDatafeedSubscriptionResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

NFData DeleteSpotDatafeedSubscriptionResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

Eq DeleteSpotDatafeedSubscriptionResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

type Rep DeleteSpotDatafeedSubscriptionResponse Source # 
Instance details

Defined in Amazonka.EC2.DeleteSpotDatafeedSubscription

type Rep DeleteSpotDatafeedSubscriptionResponse = D1 ('MetaData "DeleteSpotDatafeedSubscriptionResponse" "Amazonka.EC2.DeleteSpotDatafeedSubscription" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DeleteSpotDatafeedSubscriptionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteSpotDatafeedSubscriptionResponse :: DeleteSpotDatafeedSubscriptionResponse Source #

Create a value of DeleteSpotDatafeedSubscriptionResponse with all optional fields omitted.

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