amazonka-mediaconnect-2.0: Amazon MediaConnect SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

AWSRequest RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Associated Types

type AWSResponse RevokeFlowEntitlement #

Generic RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Associated Types

type Rep RevokeFlowEntitlement :: Type -> Type #

Read RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Show RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

NFData RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Methods

rnf :: RevokeFlowEntitlement -> () #

Eq RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Hashable RevokeFlowEntitlement Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

type AWSResponse 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" "amazonka-mediaconnect-2.0-KNF7B97aPsN1PZ2vBYFgux" 'False) (C1 ('MetaCons "RevokeFlowEntitlement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "flowArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entitlementArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

RevokeFlowEntitlement, revokeFlowEntitlement_flowArn - The flow that you want to revoke an entitlement from.

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
Generic RevokeFlowEntitlementResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Associated Types

type Rep RevokeFlowEntitlementResponse :: Type -> Type #

Read RevokeFlowEntitlementResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Show RevokeFlowEntitlementResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

NFData RevokeFlowEntitlementResponse Source # 
Instance details

Defined in Amazonka.MediaConnect.RevokeFlowEntitlement

Eq 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" "amazonka-mediaconnect-2.0-KNF7B97aPsN1PZ2vBYFgux" '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:

RevokeFlowEntitlement, revokeFlowEntitlementResponse_entitlementArn - The ARN of the entitlement that was revoked.

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.