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
Documentation
data ResourceUri Source #
The URIs for function resources.
See: newResourceUri
smart constructor.
ResourceUri' | |
|
Instances
newResourceUri :: ResourceUri Source #
Create a value of ResourceUri
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:resourceType:ResourceUri'
, resourceUri_resourceType
- The type of the resource.
$sel:uri:ResourceUri'
, resourceUri_uri
- The URI for accessing the resource.
resourceUri_resourceType :: Lens' ResourceUri (Maybe ResourceType) Source #
The type of the resource.
resourceUri_uri :: Lens' ResourceUri (Maybe Text) Source #
The URI for accessing the resource.