Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data LaunchProfile = LaunchProfile' {
- state :: Maybe LaunchProfileState
- arn :: Maybe Text
- createdAt :: Maybe POSIX
- createdBy :: Maybe Text
- launchProfileId :: Maybe Text
- updatedBy :: Maybe Text
- launchProfileProtocolVersions :: Maybe [Text]
- ec2SubnetIds :: Maybe [Text]
- streamConfiguration :: Maybe StreamConfiguration
- name :: Maybe Text
- statusMessage :: Maybe Text
- updatedAt :: Maybe POSIX
- description :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- statusCode :: Maybe LaunchProfileStatusCode
- studioComponentIds :: Maybe (NonEmpty Text)
- newLaunchProfile :: LaunchProfile
- launchProfile_state :: Lens' LaunchProfile (Maybe LaunchProfileState)
- launchProfile_arn :: Lens' LaunchProfile (Maybe Text)
- launchProfile_createdAt :: Lens' LaunchProfile (Maybe UTCTime)
- launchProfile_createdBy :: Lens' LaunchProfile (Maybe Text)
- launchProfile_launchProfileId :: Lens' LaunchProfile (Maybe Text)
- launchProfile_updatedBy :: Lens' LaunchProfile (Maybe Text)
- launchProfile_launchProfileProtocolVersions :: Lens' LaunchProfile (Maybe [Text])
- launchProfile_ec2SubnetIds :: Lens' LaunchProfile (Maybe [Text])
- launchProfile_streamConfiguration :: Lens' LaunchProfile (Maybe StreamConfiguration)
- launchProfile_name :: Lens' LaunchProfile (Maybe Text)
- launchProfile_statusMessage :: Lens' LaunchProfile (Maybe Text)
- launchProfile_updatedAt :: Lens' LaunchProfile (Maybe UTCTime)
- launchProfile_description :: Lens' LaunchProfile (Maybe Text)
- launchProfile_tags :: Lens' LaunchProfile (Maybe (HashMap Text Text))
- launchProfile_statusCode :: Lens' LaunchProfile (Maybe LaunchProfileStatusCode)
- launchProfile_studioComponentIds :: Lens' LaunchProfile (Maybe (NonEmpty Text))
Documentation
data LaunchProfile Source #
See: newLaunchProfile
smart constructor.
LaunchProfile' | |
|
Instances
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:state:LaunchProfile'
, launchProfile_state
- The current state.
$sel:arn:LaunchProfile'
, launchProfile_arn
- The ARN of the resource.
$sel:createdAt:LaunchProfile'
, launchProfile_createdAt
- The Unix epoch 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:launchProfileId:LaunchProfile'
, launchProfile_launchProfileId
- The launch profile ID.
$sel:updatedBy:LaunchProfile'
, launchProfile_updatedBy
- The user ID of the user that most recently updated the resource.
$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:ec2SubnetIds:LaunchProfile'
, launchProfile_ec2SubnetIds
- Unique identifiers for a collection of EC2 subnets.
$sel:streamConfiguration:LaunchProfile'
, launchProfile_streamConfiguration
- A configuration for a streaming session.
$sel:name:LaunchProfile'
, launchProfile_name
- A friendly name for the launch profile.
$sel:statusMessage:LaunchProfile'
, launchProfile_statusMessage
- The status message for the launch profile.
$sel:updatedAt:LaunchProfile'
, launchProfile_updatedAt
- The Unix epoch timestamp in seconds for when the resource was updated.
$sel:description:LaunchProfile'
, launchProfile_description
- A human-readable description of the launch profile.
$sel:tags:LaunchProfile'
, launchProfile_tags
- A collection of labels, in the form of key:value pairs, that apply to
this resource.
$sel:statusCode:LaunchProfile'
, launchProfile_statusCode
- The status code.
$sel:studioComponentIds:LaunchProfile'
, launchProfile_studioComponentIds
- Unique identifiers for a collection of studio components that can be
used with this launch profile.
launchProfile_state :: Lens' LaunchProfile (Maybe LaunchProfileState) Source #
The current state.
launchProfile_arn :: Lens' LaunchProfile (Maybe Text) Source #
The ARN of the resource.
launchProfile_createdAt :: Lens' LaunchProfile (Maybe UTCTime) Source #
The Unix epoch 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_launchProfileId :: Lens' LaunchProfile (Maybe Text) Source #
The launch profile ID.
launchProfile_updatedBy :: Lens' LaunchProfile (Maybe Text) Source #
The user ID of the user that most recently updated the resource.
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_ec2SubnetIds :: Lens' LaunchProfile (Maybe [Text]) Source #
Unique identifiers for a collection of EC2 subnets.
launchProfile_streamConfiguration :: Lens' LaunchProfile (Maybe StreamConfiguration) Source #
A configuration for a streaming session.
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_updatedAt :: Lens' LaunchProfile (Maybe UTCTime) Source #
The Unix epoch timestamp in seconds for when the resource was updated.
launchProfile_description :: Lens' LaunchProfile (Maybe Text) Source #
A human-readable description of the 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_statusCode :: Lens' LaunchProfile (Maybe LaunchProfileStatusCode) Source #
The status code.
launchProfile_studioComponentIds :: Lens' LaunchProfile (Maybe (NonEmpty Text)) Source #
Unique identifiers for a collection of studio components that can be used with this launch profile.