| 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.DeleteHub
Description
Delete a hub.
Synopsis
- data DeleteHub = DeleteHub' {}
 - newDeleteHub :: Text -> DeleteHub
 - deleteHub_hubName :: Lens' DeleteHub Text
 - data DeleteHubResponse = DeleteHubResponse' {
 - newDeleteHubResponse :: DeleteHubResponse
 
Creating a Request
See: newDeleteHub smart constructor.
Constructors
| DeleteHub' | |
Instances
Create a value of DeleteHub 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:
DeleteHub, deleteHub_hubName - The name of the hub to delete.
Request Lenses
Destructuring the Response
data DeleteHubResponse Source #
See: newDeleteHubResponse smart constructor.
Constructors
| DeleteHubResponse' | |
Instances
| Generic DeleteHubResponse Source # | |
Defined in Amazonka.SageMaker.DeleteHub Associated Types type Rep DeleteHubResponse :: Type -> Type # Methods from :: DeleteHubResponse -> Rep DeleteHubResponse x # to :: Rep DeleteHubResponse x -> DeleteHubResponse #  | |
| Read DeleteHubResponse Source # | |
Defined in Amazonka.SageMaker.DeleteHub Methods readsPrec :: Int -> ReadS DeleteHubResponse # readList :: ReadS [DeleteHubResponse] #  | |
| Show DeleteHubResponse Source # | |
Defined in Amazonka.SageMaker.DeleteHub Methods showsPrec :: Int -> DeleteHubResponse -> ShowS # show :: DeleteHubResponse -> String # showList :: [DeleteHubResponse] -> ShowS #  | |
| NFData DeleteHubResponse Source # | |
Defined in Amazonka.SageMaker.DeleteHub Methods rnf :: DeleteHubResponse -> () #  | |
| Eq DeleteHubResponse Source # | |
Defined in Amazonka.SageMaker.DeleteHub Methods (==) :: DeleteHubResponse -> DeleteHubResponse -> Bool # (/=) :: DeleteHubResponse -> DeleteHubResponse -> Bool #  | |
| type Rep DeleteHubResponse Source # | |
newDeleteHubResponse :: DeleteHubResponse Source #
Create a value of DeleteHubResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.