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 EnvironmentInfoDescription = EnvironmentInfoDescription' {}
- newEnvironmentInfoDescription :: EnvironmentInfoDescription
- environmentInfoDescription_sampleTimestamp :: Lens' EnvironmentInfoDescription (Maybe UTCTime)
- environmentInfoDescription_ec2InstanceId :: Lens' EnvironmentInfoDescription (Maybe Text)
- environmentInfoDescription_infoType :: Lens' EnvironmentInfoDescription (Maybe EnvironmentInfoType)
- environmentInfoDescription_message :: Lens' EnvironmentInfoDescription (Maybe Text)
Documentation
data EnvironmentInfoDescription Source #
The information retrieved from the Amazon EC2 instances.
See: newEnvironmentInfoDescription
smart constructor.
EnvironmentInfoDescription' | |
|
Instances
newEnvironmentInfoDescription :: EnvironmentInfoDescription Source #
Create a value of EnvironmentInfoDescription
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:sampleTimestamp:EnvironmentInfoDescription'
, environmentInfoDescription_sampleTimestamp
- The time stamp when this information was retrieved.
$sel:ec2InstanceId:EnvironmentInfoDescription'
, environmentInfoDescription_ec2InstanceId
- The Amazon EC2 Instance ID for this information.
$sel:infoType:EnvironmentInfoDescription'
, environmentInfoDescription_infoType
- The type of information retrieved.
$sel:message:EnvironmentInfoDescription'
, environmentInfoDescription_message
- The retrieved information. Currently contains a presigned Amazon S3 URL.
The files are deleted after 15 minutes.
Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.
environmentInfoDescription_sampleTimestamp :: Lens' EnvironmentInfoDescription (Maybe UTCTime) Source #
The time stamp when this information was retrieved.
environmentInfoDescription_ec2InstanceId :: Lens' EnvironmentInfoDescription (Maybe Text) Source #
The Amazon EC2 Instance ID for this information.
environmentInfoDescription_infoType :: Lens' EnvironmentInfoDescription (Maybe EnvironmentInfoType) Source #
The type of information retrieved.
environmentInfoDescription_message :: Lens' EnvironmentInfoDescription (Maybe Text) Source #
The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes.
Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.