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 CustomPluginFileDescription = CustomPluginFileDescription' {}
- newCustomPluginFileDescription :: CustomPluginFileDescription
- customPluginFileDescription_fileMd5 :: Lens' CustomPluginFileDescription (Maybe Text)
- customPluginFileDescription_fileSize :: Lens' CustomPluginFileDescription (Maybe Integer)
Documentation
data CustomPluginFileDescription Source #
Details about a custom plugin file.
See: newCustomPluginFileDescription
smart constructor.
Instances
newCustomPluginFileDescription :: CustomPluginFileDescription Source #
Create a value of CustomPluginFileDescription
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:fileMd5:CustomPluginFileDescription'
, customPluginFileDescription_fileMd5
- The hex-encoded MD5 checksum of the custom plugin file. You can use it
to validate the file.
$sel:fileSize:CustomPluginFileDescription'
, customPluginFileDescription_fileSize
- The size in bytes of the custom plugin file. You can use it to validate
the file.
customPluginFileDescription_fileMd5 :: Lens' CustomPluginFileDescription (Maybe Text) Source #
The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.
customPluginFileDescription_fileSize :: Lens' CustomPluginFileDescription (Maybe Integer) Source #
The size in bytes of the custom plugin file. You can use it to validate the file.