amazonka-mediastore-2.0: Amazon Elemental MediaStore 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.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
ToJSON DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.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

AWSRequest DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Associated Types

type AWSResponse DeleteContainerPolicy #

Generic DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Associated Types

type Rep DeleteContainerPolicy :: Type -> Type #

Read DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Show DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

NFData DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Methods

rnf :: DeleteContainerPolicy -> () #

Eq DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Hashable DeleteContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

type AWSResponse 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" "amazonka-mediastore-2.0-BBurv4SFAUa5diuD6Q5z4D" 'False) (C1 ('MetaCons "DeleteContainerPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "containerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Associated Types

type Rep DeleteContainerPolicyResponse :: Type -> Type #

Read DeleteContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Show DeleteContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

NFData DeleteContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.DeleteContainerPolicy

Eq 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" "amazonka-mediastore-2.0-BBurv4SFAUa5diuD6Q5z4D" '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