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 Script = Script' {}
- newScript :: Script
- script_creationTime :: Lens' Script (Maybe UTCTime)
- script_storageLocation :: Lens' Script (Maybe S3Location)
- script_name :: Lens' Script (Maybe Text)
- script_scriptId :: Lens' Script (Maybe Text)
- script_version :: Lens' Script (Maybe Text)
- script_scriptArn :: Lens' Script (Maybe Text)
- script_sizeOnDisk :: Lens' Script (Maybe Natural)
Documentation
Properties describing a Realtime script.
Related actions
CreateScript | ListScripts | DescribeScript | UpdateScript | DeleteScript | All APIs by task
See: newScript
smart constructor.
Script' | |
|
Instances
Create a value of Script
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:creationTime:Script'
, script_creationTime
- A time stamp indicating when this data object was created. Format is a
number expressed in Unix time as milliseconds (for example
"1469498468.057"
).
$sel:storageLocation:Script'
, script_storageLocation
- Undocumented member.
$sel:name:Script'
, script_name
- A descriptive label that is associated with a script. Script names do
not need to be unique.
$sel:scriptId:Script'
, script_scriptId
- A unique identifier for the Realtime script
$sel:version:Script'
, script_version
- Version information that is associated with a build or script. Version
strings do not need to be unique.
$sel:scriptArn:Script'
, script_scriptArn
- The Amazon Resource Name
(ARN)
that is assigned to a GameLift script resource and uniquely identifies
it. ARNs are unique across all Regions. In a GameLift script ARN, the
resource ID matches the ScriptId value.
$sel:sizeOnDisk:Script'
, script_sizeOnDisk
- The file size of the uploaded Realtime script, expressed in bytes. When
files are uploaded from an S3 location, this value remains at "0".
script_creationTime :: Lens' Script (Maybe UTCTime) Source #
A time stamp indicating when this data object was created. Format is a
number expressed in Unix time as milliseconds (for example
"1469498468.057"
).
script_storageLocation :: Lens' Script (Maybe S3Location) Source #
Undocumented member.
script_name :: Lens' Script (Maybe Text) Source #
A descriptive label that is associated with a script. Script names do not need to be unique.
script_version :: Lens' Script (Maybe Text) Source #
Version information that is associated with a build or script. Version strings do not need to be unique.