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.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
Eq GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Read GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Show GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Generic GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Associated Types

type Rep GetContainerPolicy :: Type -> Type #

NFData GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Methods

rnf :: GetContainerPolicy -> () #

Hashable GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

ToJSON GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

AWSRequest GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Associated Types

type AWSResponse 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

type Rep GetContainerPolicy Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

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

Defined in Amazonka.MediaStore.GetContainerPolicy

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
Eq GetContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Read GetContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Show GetContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Generic GetContainerPolicyResponse Source # 
Instance details

Defined in Amazonka.MediaStore.GetContainerPolicy

Associated Types

type Rep GetContainerPolicyResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-mediastoreZSamazonka-mediastore" '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