amazonka-mediatailor-2.0: Amazon MediaTailor 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.MediaTailor.DeletePlaybackConfiguration

Description

Deletes a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.

Synopsis

Creating a Request

data DeletePlaybackConfiguration Source #

See: newDeletePlaybackConfiguration smart constructor.

Constructors

DeletePlaybackConfiguration' 

Fields

  • name :: Text

    The name of the playback configuration.

Instances

Instances details
ToHeaders DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

ToPath DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

ToQuery DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

AWSRequest DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Generic DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Associated Types

type Rep DeletePlaybackConfiguration :: Type -> Type #

Read DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Show DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

NFData DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Eq DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Hashable DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

type AWSResponse DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

type Rep DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

type Rep DeletePlaybackConfiguration = D1 ('MetaData "DeletePlaybackConfiguration" "Amazonka.MediaTailor.DeletePlaybackConfiguration" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "DeletePlaybackConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeletePlaybackConfiguration Source #

Create a value of DeletePlaybackConfiguration 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:

DeletePlaybackConfiguration, deletePlaybackConfiguration_name - The name of the playback configuration.

Request Lenses

Destructuring the Response

data DeletePlaybackConfigurationResponse Source #

Constructors

DeletePlaybackConfigurationResponse' 

Fields

Instances

Instances details
Generic DeletePlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Read DeletePlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Show DeletePlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

NFData DeletePlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Eq DeletePlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

type Rep DeletePlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

type Rep DeletePlaybackConfigurationResponse = D1 ('MetaData "DeletePlaybackConfigurationResponse" "Amazonka.MediaTailor.DeletePlaybackConfiguration" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'False) (C1 ('MetaCons "DeletePlaybackConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeletePlaybackConfigurationResponse Source #

Create a value of DeletePlaybackConfigurationResponse 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:httpStatus:DeletePlaybackConfigurationResponse', deletePlaybackConfigurationResponse_httpStatus - The response's http status code.

Response Lenses