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 |
Amazonka.EMR.DeleteStudio
Description
Removes an Amazon EMR Studio from the Studio metadata store.
Synopsis
Creating a Request
data DeleteStudio Source #
See: newDeleteStudio
smart constructor.
Constructors
DeleteStudio' | |
Instances
Arguments
:: Text | |
-> DeleteStudio |
Create a value of DeleteStudio
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:studioId:DeleteStudio'
, deleteStudio_studioId
- The ID of the Amazon EMR Studio.
Request Lenses
deleteStudio_studioId :: Lens' DeleteStudio Text Source #
The ID of the Amazon EMR Studio.
Destructuring the Response
data DeleteStudioResponse Source #
See: newDeleteStudioResponse
smart constructor.
Constructors
DeleteStudioResponse' | |
Instances
newDeleteStudioResponse :: DeleteStudioResponse Source #
Create a value of DeleteStudioResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.