libZSservicesZSamazonka-license-managerZSamazonka-license-manager
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.LicenseManager.DeleteGrant

Description

Deletes the specified grant.

Synopsis

Creating a Request

data DeleteGrant Source #

See: newDeleteGrant smart constructor.

Constructors

DeleteGrant' 

Fields

Instances

Instances details
Eq DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Read DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Show DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Generic DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Associated Types

type Rep DeleteGrant :: Type -> Type #

NFData DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Methods

rnf :: DeleteGrant -> () #

Hashable DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

ToJSON DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

AWSRequest DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Associated Types

type AWSResponse DeleteGrant #

ToHeaders DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Methods

toHeaders :: DeleteGrant -> [Header] #

ToPath DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

ToQuery DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

type Rep DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

type Rep DeleteGrant = D1 ('MetaData "DeleteGrant" "Amazonka.LicenseManager.DeleteGrant" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "DeleteGrant'" 'PrefixI 'True) (S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "grantArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DeleteGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

newDeleteGrant Source #

Create a value of DeleteGrant 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:statusReason:DeleteGrant', deleteGrant_statusReason - The Status reason for the delete request.

$sel:grantArn:DeleteGrant', deleteGrant_grantArn - Amazon Resource Name (ARN) of the grant.

$sel:version:DeleteGrant', deleteGrant_version - Current version of the grant.

Request Lenses

deleteGrant_statusReason :: Lens' DeleteGrant (Maybe Text) Source #

The Status reason for the delete request.

deleteGrant_grantArn :: Lens' DeleteGrant Text Source #

Amazon Resource Name (ARN) of the grant.

deleteGrant_version :: Lens' DeleteGrant Text Source #

Current version of the grant.

Destructuring the Response

data DeleteGrantResponse Source #

See: newDeleteGrantResponse smart constructor.

Constructors

DeleteGrantResponse' 

Fields

Instances

Instances details
Eq DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Read DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Show DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Generic DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Associated Types

type Rep DeleteGrantResponse :: Type -> Type #

NFData DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

Methods

rnf :: DeleteGrantResponse -> () #

type Rep DeleteGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteGrant

type Rep DeleteGrantResponse = D1 ('MetaData "DeleteGrantResponse" "Amazonka.LicenseManager.DeleteGrant" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "DeleteGrantResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GrantStatus)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "grantArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteGrantResponse Source #

Create a value of DeleteGrantResponse 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:status:DeleteGrantResponse', deleteGrantResponse_status - Grant status.

$sel:version:DeleteGrant', deleteGrantResponse_version - Grant version.

$sel:grantArn:DeleteGrant', deleteGrantResponse_grantArn - Grant ARN.

$sel:httpStatus:DeleteGrantResponse', deleteGrantResponse_httpStatus - The response's http status code.

Response Lenses