amazonka-nimble-2.0: Amazon NimbleStudio 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.Nimble.CreateLaunchProfile

Description

Create a launch profile.

Synopsis

Creating a Request

data CreateLaunchProfile Source #

See: newCreateLaunchProfile smart constructor.

Constructors

CreateLaunchProfile' 

Fields

Instances

Instances details
ToJSON CreateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

ToHeaders CreateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

ToPath CreateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

ToQuery CreateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

AWSRequest CreateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

Associated Types

type AWSResponse CreateLaunchProfile #

Generic CreateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

Associated Types

type Rep CreateLaunchProfile :: Type -> Type #

Show CreateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

NFData CreateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

Methods

rnf :: CreateLaunchProfile -> () #

Eq CreateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

Hashable CreateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

type AWSResponse CreateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

type Rep CreateLaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

newCreateLaunchProfile Source #

Create a value of CreateLaunchProfile 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:clientToken:CreateLaunchProfile', createLaunchProfile_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

CreateLaunchProfile, createLaunchProfile_description - The description.

CreateLaunchProfile, createLaunchProfile_tags - A collection of labels, in the form of key-value pairs, that apply to this resource.

CreateLaunchProfile, createLaunchProfile_ec2SubnetIds - Specifies the IDs of the EC2 subnets where streaming sessions will be accessible from. These subnets must support the specified instance types.

CreateLaunchProfile, createLaunchProfile_launchProfileProtocolVersions - The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".

CreateLaunchProfile, createLaunchProfile_name - The name for the launch profile.

CreateLaunchProfile, createLaunchProfile_streamConfiguration - A configuration for a streaming session.

CreateLaunchProfile, createLaunchProfile_studioComponentIds - Unique identifiers for a collection of studio components that can be used with this launch profile.

CreateLaunchProfile, createLaunchProfile_studioId - The studio ID.

Request Lenses

createLaunchProfile_clientToken :: Lens' CreateLaunchProfile (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

createLaunchProfile_tags :: Lens' CreateLaunchProfile (Maybe (HashMap Text Text)) Source #

A collection of labels, in the form of key-value pairs, that apply to this resource.

createLaunchProfile_ec2SubnetIds :: Lens' CreateLaunchProfile [Text] Source #

Specifies the IDs of the EC2 subnets where streaming sessions will be accessible from. These subnets must support the specified instance types.

createLaunchProfile_launchProfileProtocolVersions :: Lens' CreateLaunchProfile [Text] Source #

The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".

createLaunchProfile_name :: Lens' CreateLaunchProfile Text Source #

The name for the launch profile.

createLaunchProfile_studioComponentIds :: Lens' CreateLaunchProfile (NonEmpty Text) Source #

Unique identifiers for a collection of studio components that can be used with this launch profile.

Destructuring the Response

data CreateLaunchProfileResponse Source #

See: newCreateLaunchProfileResponse smart constructor.

Constructors

CreateLaunchProfileResponse' 

Fields

Instances

Instances details
Generic CreateLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

Associated Types

type Rep CreateLaunchProfileResponse :: Type -> Type #

Show CreateLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

NFData CreateLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

Eq CreateLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

type Rep CreateLaunchProfileResponse Source # 
Instance details

Defined in Amazonka.Nimble.CreateLaunchProfile

type Rep CreateLaunchProfileResponse = D1 ('MetaData "CreateLaunchProfileResponse" "Amazonka.Nimble.CreateLaunchProfile" "amazonka-nimble-2.0-GaSxVwPXmRh7tifR7EIdTs" 'False) (C1 ('MetaCons "CreateLaunchProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launchProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchProfile)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateLaunchProfileResponse Source #

Create a value of CreateLaunchProfileResponse 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:launchProfile:CreateLaunchProfileResponse', createLaunchProfileResponse_launchProfile - The launch profile.

$sel:httpStatus:CreateLaunchProfileResponse', createLaunchProfileResponse_httpStatus - The response's http status code.

Response Lenses