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

Description

 
Synopsis

Documentation

data StreamingImage Source #

Represents a streaming image resource.

Streaming images are used by studio users to select which operating system and software they want to use in a Nimble Studio streaming session.

Amazon provides a number of streaming images that include popular 3rd-party software.

You can create your own streaming images using an Amazon EC2 machine image that you create for this purpose. You can also include software that your users require.

See: newStreamingImage smart constructor.

Constructors

StreamingImage' 

Fields

Instances

Instances details
FromJSON StreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingImage

Generic StreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingImage

Associated Types

type Rep StreamingImage :: Type -> Type #

Show StreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingImage

NFData StreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingImage

Methods

rnf :: StreamingImage -> () #

Eq StreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingImage

Hashable StreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingImage

type Rep StreamingImage Source # 
Instance details

Defined in Amazonka.Nimble.Types.StreamingImage

type Rep StreamingImage = D1 ('MetaData "StreamingImage" "Amazonka.Nimble.Types.StreamingImage" "amazonka-nimble-2.0-GaSxVwPXmRh7tifR7EIdTs" 'False) (C1 ('MetaCons "StreamingImage'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "ec2ImageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "encryptionConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamingImageEncryptionConfiguration)) :*: (S1 ('MetaSel ('Just "eulaIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))) :*: ((S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "platform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamingImageState)))) :*: ((S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamingImageStatusCode)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "streamingImageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))))

newStreamingImage :: StreamingImage Source #

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

$sel:description:StreamingImage', streamingImage_description - A human-readable description of the streaming image.

$sel:ec2ImageId:StreamingImage', streamingImage_ec2ImageId - The ID of an EC2 machine image with which to create the streaming image.

$sel:encryptionConfiguration:StreamingImage', streamingImage_encryptionConfiguration - The encryption configuration.

$sel:eulaIds:StreamingImage', streamingImage_eulaIds - The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image.

$sel:name:StreamingImage', streamingImage_name - A friendly name for a streaming image resource.

$sel:owner:StreamingImage', streamingImage_owner - The owner of the streaming image, either the studioId that contains the streaming image, or amazon for images that are provided by Amazon Nimble Studio.

$sel:platform:StreamingImage', streamingImage_platform - The platform of the streaming image, either Windows or Linux.

$sel:state:StreamingImage', streamingImage_state - The current state.

$sel:statusCode:StreamingImage', streamingImage_statusCode - The status code.

$sel:statusMessage:StreamingImage', streamingImage_statusMessage - The status message for the streaming image.

$sel:streamingImageId:StreamingImage', streamingImage_streamingImageId - The ID of the streaming image.

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

streamingImage_arn :: Lens' StreamingImage (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.

streamingImage_description :: Lens' StreamingImage (Maybe Text) Source #

A human-readable description of the streaming image.

streamingImage_ec2ImageId :: Lens' StreamingImage (Maybe Text) Source #

The ID of an EC2 machine image with which to create the streaming image.

streamingImage_eulaIds :: Lens' StreamingImage (Maybe [Text]) Source #

The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image.

streamingImage_name :: Lens' StreamingImage (Maybe Text) Source #

A friendly name for a streaming image resource.

streamingImage_owner :: Lens' StreamingImage (Maybe Text) Source #

The owner of the streaming image, either the studioId that contains the streaming image, or amazon for images that are provided by Amazon Nimble Studio.

streamingImage_platform :: Lens' StreamingImage (Maybe Text) Source #

The platform of the streaming image, either Windows or Linux.

streamingImage_statusMessage :: Lens' StreamingImage (Maybe Text) Source #

The status message for the streaming image.

streamingImage_tags :: Lens' StreamingImage (Maybe (HashMap Text Text)) Source #

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