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

Description

Accepts the specified grant.

Synopsis

Creating a Request

data AcceptGrant Source #

See: newAcceptGrant smart constructor.

Constructors

AcceptGrant' 

Fields

Instances

Instances details
Eq AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Read AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Show AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Generic AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Associated Types

type Rep AcceptGrant :: Type -> Type #

NFData AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Methods

rnf :: AcceptGrant -> () #

Hashable AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

ToJSON AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

AWSRequest AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Associated Types

type AWSResponse AcceptGrant #

ToHeaders AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Methods

toHeaders :: AcceptGrant -> [Header] #

ToPath AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

ToQuery AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

type Rep AcceptGrant Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

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

Defined in Amazonka.LicenseManager.AcceptGrant

newAcceptGrant Source #

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

Request Lenses

acceptGrant_grantArn :: Lens' AcceptGrant Text Source #

Amazon Resource Name (ARN) of the grant.

Destructuring the Response

data AcceptGrantResponse Source #

See: newAcceptGrantResponse smart constructor.

Constructors

AcceptGrantResponse' 

Fields

Instances

Instances details
Eq AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Read AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Show AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Generic AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Associated Types

type Rep AcceptGrantResponse :: Type -> Type #

NFData AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

Methods

rnf :: AcceptGrantResponse -> () #

type Rep AcceptGrantResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.AcceptGrant

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

newAcceptGrantResponse Source #

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

$sel:version:AcceptGrantResponse', acceptGrantResponse_version - Grant version.

$sel:grantArn:AcceptGrant', acceptGrantResponse_grantArn - Grant ARN.

$sel:httpStatus:AcceptGrantResponse', acceptGrantResponse_httpStatus - The response's http status code.

Response Lenses