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

Description

Rejects the specified grant.

Synopsis

Creating a Request

data RejectGrant Source #

See: newRejectGrant smart constructor.

Constructors

RejectGrant' 

Fields

Instances

Instances details
Eq RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Read RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Show RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Generic RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Associated Types

type Rep RejectGrant :: Type -> Type #

NFData RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Methods

rnf :: RejectGrant -> () #

Hashable RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

ToJSON RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

AWSRequest RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Associated Types

type AWSResponse RejectGrant #

ToHeaders RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Methods

toHeaders :: RejectGrant -> [Header] #

ToPath RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

ToQuery RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

type Rep RejectGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

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

Defined in Amazonka.LicenseManager.RejectGrant

newRejectGrant Source #

Create a value of RejectGrant 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:grantArn:RejectGrant', rejectGrant_grantArn - Amazon Resource Name (ARN) of the grant.

Request Lenses

rejectGrant_grantArn :: Lens' RejectGrant Text Source #

Amazon Resource Name (ARN) of the grant.

Destructuring the Response

data RejectGrantResponse Source #

See: newRejectGrantResponse smart constructor.

Constructors

RejectGrantResponse' 

Fields

Instances

Instances details
Eq RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Read RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Show RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Generic RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Associated Types

type Rep RejectGrantResponse :: Type -> Type #

NFData RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

Methods

rnf :: RejectGrantResponse -> () #

type Rep RejectGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.RejectGrant

type Rep RejectGrantResponse = D1 ('MetaData "RejectGrantResponse" "Amazonka.LicenseManager.RejectGrant" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "RejectGrantResponse'" '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))))

newRejectGrantResponse Source #

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

$sel:version:RejectGrantResponse', rejectGrantResponse_version - Grant version.

$sel:grantArn:RejectGrant', rejectGrantResponse_grantArn - Grant ARN.

$sel:httpStatus:RejectGrantResponse', rejectGrantResponse_httpStatus - The response's http status code.

Response Lenses