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 |
Removes an Amazon EMR Studio from the Studio metadata store.
Synopsis
Creating a Request
data DeleteStudio Source #
See: newDeleteStudio
smart constructor.
Instances
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.
Instances
Eq DeleteStudioResponse Source # | |
Defined in Amazonka.EMR.DeleteStudio (==) :: DeleteStudioResponse -> DeleteStudioResponse -> Bool # (/=) :: DeleteStudioResponse -> DeleteStudioResponse -> Bool # | |
Read DeleteStudioResponse Source # | |
Defined in Amazonka.EMR.DeleteStudio | |
Show DeleteStudioResponse Source # | |
Defined in Amazonka.EMR.DeleteStudio showsPrec :: Int -> DeleteStudioResponse -> ShowS # show :: DeleteStudioResponse -> String # showList :: [DeleteStudioResponse] -> ShowS # | |
Generic DeleteStudioResponse Source # | |
Defined in Amazonka.EMR.DeleteStudio type Rep DeleteStudioResponse :: Type -> Type # from :: DeleteStudioResponse -> Rep DeleteStudioResponse x # to :: Rep DeleteStudioResponse x -> DeleteStudioResponse # | |
NFData DeleteStudioResponse Source # | |
Defined in Amazonka.EMR.DeleteStudio rnf :: DeleteStudioResponse -> () # | |
type Rep DeleteStudioResponse Source # | |
newDeleteStudioResponse :: DeleteStudioResponse Source #
Create a value of DeleteStudioResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.