amazonka-mediapackage-vod-2.0: Amazon Elemental MediaPackage VOD 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.MediaPackageVOD.CreatePackagingGroup

Description

Creates a new MediaPackage VOD PackagingGroup resource.

Synopsis

Creating a Request

data CreatePackagingGroup Source #

A new MediaPackage VOD PackagingGroup resource configuration.

See: newCreatePackagingGroup smart constructor.

Instances

Instances details
ToJSON CreatePackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

ToHeaders CreatePackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

ToPath CreatePackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

ToQuery CreatePackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

AWSRequest CreatePackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

Associated Types

type AWSResponse CreatePackagingGroup #

Generic CreatePackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

Associated Types

type Rep CreatePackagingGroup :: Type -> Type #

Read CreatePackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

Show CreatePackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

NFData CreatePackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

Methods

rnf :: CreatePackagingGroup -> () #

Eq CreatePackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

Hashable CreatePackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

type AWSResponse CreatePackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

type Rep CreatePackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

type Rep CreatePackagingGroup = D1 ('MetaData "CreatePackagingGroup" "Amazonka.MediaPackageVOD.CreatePackagingGroup" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "CreatePackagingGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "authorization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Authorization)) :*: S1 ('MetaSel ('Just "egressAccessLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EgressAccessLogs))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreatePackagingGroup Source #

Create a value of CreatePackagingGroup 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:

CreatePackagingGroup, createPackagingGroup_authorization - Undocumented member.

CreatePackagingGroup, createPackagingGroup_egressAccessLogs - Undocumented member.

CreatePackagingGroup, createPackagingGroup_tags - Undocumented member.

CreatePackagingGroup, createPackagingGroup_id - The ID of the PackagingGroup.

Request Lenses

Destructuring the Response

data CreatePackagingGroupResponse Source #

See: newCreatePackagingGroupResponse smart constructor.

Constructors

CreatePackagingGroupResponse' 

Fields

Instances

Instances details
Generic CreatePackagingGroupResponse Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

Associated Types

type Rep CreatePackagingGroupResponse :: Type -> Type #

Read CreatePackagingGroupResponse Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

Show CreatePackagingGroupResponse Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

NFData CreatePackagingGroupResponse Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

Eq CreatePackagingGroupResponse Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

type Rep CreatePackagingGroupResponse Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.CreatePackagingGroup

type Rep CreatePackagingGroupResponse = D1 ('MetaData "CreatePackagingGroupResponse" "Amazonka.MediaPackageVOD.CreatePackagingGroup" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "CreatePackagingGroupResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "authorization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Authorization)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "egressAccessLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EgressAccessLogs)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreatePackagingGroupResponse Source #

Create a value of CreatePackagingGroupResponse 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:

CreatePackagingGroupResponse, createPackagingGroupResponse_arn - The ARN of the PackagingGroup.

CreatePackagingGroup, createPackagingGroupResponse_authorization - Undocumented member.

CreatePackagingGroupResponse, createPackagingGroupResponse_domainName - The fully qualified domain name for Assets in the PackagingGroup.

CreatePackagingGroup, createPackagingGroupResponse_egressAccessLogs - Undocumented member.

CreatePackagingGroup, createPackagingGroupResponse_id - The ID of the PackagingGroup.

CreatePackagingGroup, createPackagingGroupResponse_tags - Undocumented member.

$sel:httpStatus:CreatePackagingGroupResponse', createPackagingGroupResponse_httpStatus - The response's http status code.

Response Lenses

createPackagingGroupResponse_domainName :: Lens' CreatePackagingGroupResponse (Maybe Text) Source #

The fully qualified domain name for Assets in the PackagingGroup.