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 |
Documentation
data FileMetadata Source #
A file to be added, updated, or deleted as part of a commit.
See: newFileMetadata
smart constructor.
FileMetadata' | |
|
Instances
newFileMetadata :: FileMetadata Source #
Create a value of FileMetadata
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:absolutePath:FileMetadata'
, fileMetadata_absolutePath
- The full path to the file to be added or updated, including the name of
the file.
$sel:fileMode:FileMetadata'
, fileMetadata_fileMode
- The extrapolated file mode permissions for the file. Valid values
include EXECUTABLE and NORMAL.
$sel:blobId:FileMetadata'
, fileMetadata_blobId
- The blob ID that contains the file information.
fileMetadata_absolutePath :: Lens' FileMetadata (Maybe Text) Source #
The full path to the file to be added or updated, including the name of the file.
fileMetadata_fileMode :: Lens' FileMetadata (Maybe FileModeTypeEnum) Source #
The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.
fileMetadata_blobId :: Lens' FileMetadata (Maybe Text) Source #
The blob ID that contains the file information.