libZSservicesZSamazonka-mediastoreZSamazonka-mediastore
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.MediaStore.DeleteContainerPolicy

Description

Deletes the access policy that is associated with the specified container.

Synopsis

Creating a Request

data DeleteContainerPolicy Source #

See: newDeleteContainerPolicy smart constructor.

Constructors

DeleteContainerPolicy' 

Fields

Instances

Instances details
Eq DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Read DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Show DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Generic DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Associated Types

type Rep DeleteContainerPolicy :: Type -> Type #

NFData DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Methods

rnf :: DeleteContainerPolicy -> () #

Hashable DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

ToJSON DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

AWSRequest DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Associated Types

type AWSResponse DeleteContainerPolicy #

ToHeaders DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

ToPath DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

ToQuery DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

type Rep DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

type Rep DeleteContainerPolicy = D1 ('MetaData "DeleteContainerPolicy" "Amazonka.MediaStore.DeleteContainerPolicy" "libZSservicesZSamazonka-mediastoreZSamazonka-mediastore" 'False) (C1 ('MetaCons "DeleteContainerPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "containerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

newDeleteContainerPolicy Source #

Create a value of DeleteContainerPolicy 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:containerName:DeleteContainerPolicy', deleteContainerPolicy_containerName - The name of the container that holds the policy.

Request Lenses

deleteContainerPolicy_containerName :: Lens' DeleteContainerPolicy Text Source #

The name of the container that holds the policy.

Destructuring the Response

data DeleteContainerPolicyResponse Source #

See: newDeleteContainerPolicyResponse smart constructor.

Constructors

DeleteContainerPolicyResponse' 

Fields

Instances

Instances details
Eq DeleteContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Read DeleteContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Show DeleteContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Generic DeleteContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Associated Types

type Rep DeleteContainerPolicyResponse :: Type -> Type #

NFData DeleteContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

type Rep DeleteContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

type Rep DeleteContainerPolicyResponse = D1 ('MetaData "DeleteContainerPolicyResponse" "Amazonka.MediaStore.DeleteContainerPolicy" "libZSservicesZSamazonka-mediastoreZSamazonka-mediastore" 'False) (C1 ('MetaCons "DeleteContainerPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteContainerPolicyResponse Source #

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

Response Lenses