libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor
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.MediaTailor.DeletePlaybackConfiguration

Description

Deletes the playback configuration for the specified name.

Synopsis

Creating a Request

data DeletePlaybackConfiguration Source #

See: newDeletePlaybackConfiguration smart constructor.

Constructors

DeletePlaybackConfiguration' 

Fields

  • name :: Text

    The identifier for the playback configuration.

Instances

Instances details
Eq DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Read DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

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

NFData DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

Hashable DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

AWSRequest DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

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

type Rep DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

type Rep DeletePlaybackConfiguration = D1 ('MetaData "DeletePlaybackConfiguration" "Amazonka.MediaTailor.DeletePlaybackConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeletePlaybackConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeletePlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

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:

$sel:name:DeletePlaybackConfiguration', deletePlaybackConfiguration_name - The identifier for the playback configuration.

Request Lenses

deletePlaybackConfiguration_name :: Lens' DeletePlaybackConfiguration Text Source #

The identifier for the playback configuration.

Destructuring the Response

data DeletePlaybackConfigurationResponse Source #

Constructors

DeletePlaybackConfigurationResponse' 

Fields

Instances

Instances details
Eq 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

Generic DeletePlaybackConfigurationResponse Source # 
Instance details

Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration

NFData 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" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" '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