libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect
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.MediaConnect.RevokeFlowEntitlement

Description

Revokes an entitlement from a flow. Once an entitlement is revoked, the content becomes unavailable to the subscriber and the associated output is removed.

Synopsis

Creating a Request

data RevokeFlowEntitlement Source #

See: newRevokeFlowEntitlement smart constructor.

Constructors

RevokeFlowEntitlement' 

Fields

Instances

Instances details
Eq RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Read RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Show RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Generic RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Associated Types

type Rep RevokeFlowEntitlement :: Type -> Type #

NFData RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Methods

rnf :: RevokeFlowEntitlement -> () #

Hashable RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

AWSRequest RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Associated Types

type AWSResponse RevokeFlowEntitlement #

ToHeaders RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

ToPath RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

ToQuery RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

type Rep RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

type Rep RevokeFlowEntitlement = D1 ('MetaData "RevokeFlowEntitlement" "Amazonka.MediaConnect.RevokeFlowEntitlement" "libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect" 'False) (C1 ('MetaCons "RevokeFlowEntitlement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entitlementArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

newRevokeFlowEntitlement Source #

Create a value of RevokeFlowEntitlement 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:flowArn:RevokeFlowEntitlement', revokeFlowEntitlement_flowArn - The flow that you want to revoke an entitlement from.

$sel:entitlementArn:RevokeFlowEntitlement', revokeFlowEntitlement_entitlementArn - The ARN of the entitlement that you want to revoke.

Request Lenses

revokeFlowEntitlement_flowArn :: Lens' RevokeFlowEntitlement Text Source #

The flow that you want to revoke an entitlement from.

revokeFlowEntitlement_entitlementArn :: Lens' RevokeFlowEntitlement Text Source #

The ARN of the entitlement that you want to revoke.

Destructuring the Response

data RevokeFlowEntitlementResponse Source #

See: newRevokeFlowEntitlementResponse smart constructor.

Constructors

RevokeFlowEntitlementResponse' 

Fields

Instances

Instances details
Eq RevokeFlowEntitlementResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Read RevokeFlowEntitlementResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Show RevokeFlowEntitlementResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Generic RevokeFlowEntitlementResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Associated Types

type Rep RevokeFlowEntitlementResponse :: Type -> Type #

NFData RevokeFlowEntitlementResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

type Rep RevokeFlowEntitlementResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

type Rep RevokeFlowEntitlementResponse = D1 ('MetaData "RevokeFlowEntitlementResponse" "Amazonka.MediaConnect.RevokeFlowEntitlement" "libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect" 'False) (C1 ('MetaCons "RevokeFlowEntitlementResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entitlementArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "flowArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newRevokeFlowEntitlementResponse Source #

Create a value of RevokeFlowEntitlementResponse 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:entitlementArn:RevokeFlowEntitlement', revokeFlowEntitlementResponse_entitlementArn - The ARN of the entitlement that was revoked.

$sel:flowArn:RevokeFlowEntitlement', revokeFlowEntitlementResponse_flowArn - The ARN of the flow that the entitlement was revoked from.

$sel:httpStatus:RevokeFlowEntitlementResponse', revokeFlowEntitlementResponse_httpStatus - The response's http status code.

Response Lenses

revokeFlowEntitlementResponse_flowArn :: Lens' RevokeFlowEntitlementResponse (Maybe Text) Source #

The ARN of the flow that the entitlement was revoked from.