| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.AccessScopePathRequest
Description
Synopsis
- data AccessScopePathRequest = AccessScopePathRequest' {}
- newAccessScopePathRequest :: AccessScopePathRequest
- accessScopePathRequest_destination :: Lens' AccessScopePathRequest (Maybe PathStatementRequest)
- accessScopePathRequest_source :: Lens' AccessScopePathRequest (Maybe PathStatementRequest)
- accessScopePathRequest_throughResources :: Lens' AccessScopePathRequest (Maybe [ThroughResourcesStatementRequest])
Documentation
data AccessScopePathRequest Source #
Describes a path.
See: newAccessScopePathRequest smart constructor.
Constructors
| AccessScopePathRequest' | |
Fields
| |
Instances
newAccessScopePathRequest :: AccessScopePathRequest Source #
Create a value of AccessScopePathRequest 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:destination:AccessScopePathRequest', accessScopePathRequest_destination - The destination.
$sel:source:AccessScopePathRequest', accessScopePathRequest_source - The source.
$sel:throughResources:AccessScopePathRequest', accessScopePathRequest_throughResources - The through resources.
accessScopePathRequest_destination :: Lens' AccessScopePathRequest (Maybe PathStatementRequest) Source #
The destination.
accessScopePathRequest_source :: Lens' AccessScopePathRequest (Maybe PathStatementRequest) Source #
The source.
accessScopePathRequest_throughResources :: Lens' AccessScopePathRequest (Maybe [ThroughResourcesStatementRequest]) Source #
The through resources.