libZSservicesZSamazonka-lightsailZSamazonka-lightsail
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.Lightsail.ReleaseStaticIp

Description

Deletes a specific static IP from your account.

Synopsis

Creating a Request

data ReleaseStaticIp Source #

See: newReleaseStaticIp smart constructor.

Constructors

ReleaseStaticIp' 

Fields

Instances

Instances details
Eq ReleaseStaticIp Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

Read ReleaseStaticIp Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

Show ReleaseStaticIp Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

Generic ReleaseStaticIp Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

Associated Types

type Rep ReleaseStaticIp :: Type -> Type #

NFData ReleaseStaticIp Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

Methods

rnf :: ReleaseStaticIp -> () #

Hashable ReleaseStaticIp Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

ToJSON ReleaseStaticIp Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

AWSRequest ReleaseStaticIp Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

Associated Types

type AWSResponse ReleaseStaticIp #

ToHeaders ReleaseStaticIp Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

ToPath ReleaseStaticIp Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

ToQuery ReleaseStaticIp Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

type Rep ReleaseStaticIp Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

type Rep ReleaseStaticIp = D1 ('MetaData "ReleaseStaticIp" "Amazonka.Lightsail.ReleaseStaticIp" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "ReleaseStaticIp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "staticIpName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ReleaseStaticIp Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

newReleaseStaticIp Source #

Create a value of ReleaseStaticIp 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:staticIpName:ReleaseStaticIp', releaseStaticIp_staticIpName - The name of the static IP to delete.

Request Lenses

releaseStaticIp_staticIpName :: Lens' ReleaseStaticIp Text Source #

The name of the static IP to delete.

Destructuring the Response

data ReleaseStaticIpResponse Source #

See: newReleaseStaticIpResponse smart constructor.

Constructors

ReleaseStaticIpResponse' 

Fields

  • operations :: Maybe [Operation]

    An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ReleaseStaticIpResponse Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

Read ReleaseStaticIpResponse Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

Show ReleaseStaticIpResponse Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

Generic ReleaseStaticIpResponse Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

Associated Types

type Rep ReleaseStaticIpResponse :: Type -> Type #

NFData ReleaseStaticIpResponse Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

Methods

rnf :: ReleaseStaticIpResponse -> () #

type Rep ReleaseStaticIpResponse Source # 
Instance details

Defined in Amazonka.Lightsail.ReleaseStaticIp

type Rep ReleaseStaticIpResponse = D1 ('MetaData "ReleaseStaticIpResponse" "Amazonka.Lightsail.ReleaseStaticIp" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'False) (C1 ('MetaCons "ReleaseStaticIpResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Operation])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newReleaseStaticIpResponse Source #

Create a value of ReleaseStaticIpResponse 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:operations:ReleaseStaticIpResponse', releaseStaticIpResponse_operations - An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

$sel:httpStatus:ReleaseStaticIpResponse', releaseStaticIpResponse_httpStatus - The response's http status code.

Response Lenses

releaseStaticIpResponse_operations :: Lens' ReleaseStaticIpResponse (Maybe [Operation]) Source #

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.