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.Types.LaunchProfile

Description

 
Synopsis

Documentation

data LaunchProfile Source #

A launch profile controls your artist workforce’s access to studio components, like compute farms, shared file systems, managed file systems, and license server configurations, as well as instance types and Amazon Machine Images (AMIs).

Studio administrators create launch profiles in the Nimble Studio console. Artists can use their launch profiles to launch an instance from the Nimble Studio portal. Each user’s launch profile defines how they can launch a streaming session. By default, studio admins can use all launch profiles.

See: newLaunchProfile smart constructor.

Constructors

LaunchProfile' 

Fields

Instances

Instances details
FromJSON LaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.Types.LaunchProfile

Generic LaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.Types.LaunchProfile

Associated Types

type Rep LaunchProfile :: Type -> Type #

Show LaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.Types.LaunchProfile

NFData LaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.Types.LaunchProfile

Methods

rnf :: LaunchProfile -> () #

Eq LaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.Types.LaunchProfile

Hashable LaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.Types.LaunchProfile

type Rep LaunchProfile Source # 
Instance details

Defined in Amazonka.Nimble.Types.LaunchProfile

type Rep LaunchProfile = D1 ('MetaData "LaunchProfile" "Amazonka.Nimble.Types.LaunchProfile" "amazonka-nimble-2.0-GaSxVwPXmRh7tifR7EIdTs" 'False) (C1 ('MetaCons "LaunchProfile'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))) :*: ((S1 ('MetaSel ('Just "ec2SubnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "launchProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "launchProfileProtocolVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))) :*: (((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchProfileState)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchProfileStatusCode))) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "streamConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamConfiguration)))) :*: ((S1 ('MetaSel ('Just "studioComponentIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: (S1 ('MetaSel ('Just "updatedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "validationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ValidationResult]))))))))

newLaunchProfile :: LaunchProfile Source #

Create a value of LaunchProfile 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:arn:LaunchProfile', launchProfile_arn - The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.

$sel:createdAt:LaunchProfile', launchProfile_createdAt - The ISO timestamp in seconds for when the resource was created.

$sel:createdBy:LaunchProfile', launchProfile_createdBy - The user ID of the user that created the launch profile.

$sel:description:LaunchProfile', launchProfile_description - A human-readable description of the launch profile.

$sel:ec2SubnetIds:LaunchProfile', launchProfile_ec2SubnetIds - Unique identifiers for a collection of EC2 subnets.

$sel:launchProfileId:LaunchProfile', launchProfile_launchProfileId - The ID of the launch profile used to control access from the streaming session.

$sel:launchProfileProtocolVersions:LaunchProfile', launchProfile_launchProfileProtocolVersions - The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".

$sel:name:LaunchProfile', launchProfile_name - A friendly name for the launch profile.

LaunchProfile, launchProfile_state - The current state.

LaunchProfile, launchProfile_statusCode - The status code.

LaunchProfile, launchProfile_statusMessage - The status message for the launch profile.

$sel:streamConfiguration:LaunchProfile', launchProfile_streamConfiguration - A configuration for a streaming session.

$sel:studioComponentIds:LaunchProfile', launchProfile_studioComponentIds - Unique identifiers for a collection of studio components that can be used with this launch profile.

$sel:tags:LaunchProfile', launchProfile_tags - A collection of labels, in the form of key-value pairs, that apply to this resource.

$sel:updatedAt:LaunchProfile', launchProfile_updatedAt - The ISO timestamp in seconds for when the resource was updated.

$sel:updatedBy:LaunchProfile', launchProfile_updatedBy - The user ID of the user that most recently updated the resource.

$sel:validationResults:LaunchProfile', launchProfile_validationResults - The list of the latest validation results.

launchProfile_arn :: Lens' LaunchProfile (Maybe Text) Source #

The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.

launchProfile_createdAt :: Lens' LaunchProfile (Maybe UTCTime) Source #

The ISO timestamp in seconds for when the resource was created.

launchProfile_createdBy :: Lens' LaunchProfile (Maybe Text) Source #

The user ID of the user that created the launch profile.

launchProfile_description :: Lens' LaunchProfile (Maybe Text) Source #

A human-readable description of the launch profile.

launchProfile_ec2SubnetIds :: Lens' LaunchProfile (Maybe [Text]) Source #

Unique identifiers for a collection of EC2 subnets.

launchProfile_launchProfileId :: Lens' LaunchProfile (Maybe Text) Source #

The ID of the launch profile used to control access from the streaming session.

launchProfile_launchProfileProtocolVersions :: Lens' LaunchProfile (Maybe [Text]) Source #

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

launchProfile_name :: Lens' LaunchProfile (Maybe Text) Source #

A friendly name for the launch profile.

launchProfile_statusMessage :: Lens' LaunchProfile (Maybe Text) Source #

The status message for the launch profile.

launchProfile_studioComponentIds :: Lens' LaunchProfile (Maybe (NonEmpty Text)) Source #

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

launchProfile_tags :: Lens' LaunchProfile (Maybe (HashMap Text Text)) Source #

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

launchProfile_updatedAt :: Lens' LaunchProfile (Maybe UTCTime) Source #

The ISO timestamp in seconds for when the resource was updated.

launchProfile_updatedBy :: Lens' LaunchProfile (Maybe Text) Source #

The user ID of the user that most recently updated the resource.

launchProfile_validationResults :: Lens' LaunchProfile (Maybe [ValidationResult]) Source #

The list of the latest validation results.