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.SageMaker.DeleteSpace
Description
Used to delete a space.
Synopsis
Creating a Request
data DeleteSpace Source #
See: newDeleteSpace
smart constructor.
Constructors
DeleteSpace' | |
Instances
Arguments
:: Text | |
-> Text | |
-> DeleteSpace |
Create a value of DeleteSpace
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:
DeleteSpace
, deleteSpace_domainId
- The ID of the associated Domain.
DeleteSpace
, deleteSpace_spaceName
- The name of the space.
Request Lenses
deleteSpace_domainId :: Lens' DeleteSpace Text Source #
The ID of the associated Domain.
deleteSpace_spaceName :: Lens' DeleteSpace Text Source #
The name of the space.
Destructuring the Response
data DeleteSpaceResponse Source #
See: newDeleteSpaceResponse
smart constructor.
Constructors
DeleteSpaceResponse' | |
Instances
newDeleteSpaceResponse :: DeleteSpaceResponse Source #
Create a value of DeleteSpaceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.