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

Description

Retrieves the access policy for the specified container. For information about the data that is included in an access policy, see the AWS Identity and Access Management User Guide.

Synopsis

Creating a Request

data GetContainerPolicy Source #

See: newGetContainerPolicy smart constructor.

Constructors

GetContainerPolicy' 

Fields

Instances

Instances details
ToJSON GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

ToHeaders GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

ToPath GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

ToQuery GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

AWSRequest GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Associated Types

type AWSResponse GetContainerPolicy #

Generic GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Associated Types

type Rep GetContainerPolicy :: Type -> Type #

Read GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Show GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

NFData GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Methods

rnf :: GetContainerPolicy -> () #

Eq GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Hashable GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

type AWSResponse GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

type Rep GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

type Rep GetContainerPolicy = D1 ('MetaData "GetContainerPolicy" "Amazonka.MediaStore.GetContainerPolicy" "amazonka-mediastore-2.0-BBurv4SFAUa5diuD6Q5z4D" 'False) (C1 ('MetaCons "GetContainerPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "containerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetContainerPolicy Source #

Create a value of GetContainerPolicy 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:GetContainerPolicy', getContainerPolicy_containerName - The name of the container.

Request Lenses

Destructuring the Response

data GetContainerPolicyResponse Source #

See: newGetContainerPolicyResponse smart constructor.

Constructors

GetContainerPolicyResponse' 

Fields

Instances

Instances details
Generic GetContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Associated Types

type Rep GetContainerPolicyResponse :: Type -> Type #

Read GetContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Show GetContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

NFData GetContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Eq GetContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

type Rep GetContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

type Rep GetContainerPolicyResponse = D1 ('MetaData "GetContainerPolicyResponse" "Amazonka.MediaStore.GetContainerPolicy" "amazonka-mediastore-2.0-BBurv4SFAUa5diuD6Q5z4D" 'False) (C1 ('MetaCons "GetContainerPolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetContainerPolicyResponse Source #

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

$sel:policy:GetContainerPolicyResponse', getContainerPolicyResponse_policy - The contents of the access policy.

Response Lenses