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.Glue.DeleteCustomEntityType
Description
Deletes a custom pattern by specifying its name.
Synopsis
- data DeleteCustomEntityType = DeleteCustomEntityType' {}
- newDeleteCustomEntityType :: Text -> DeleteCustomEntityType
- deleteCustomEntityType_name :: Lens' DeleteCustomEntityType Text
- data DeleteCustomEntityTypeResponse = DeleteCustomEntityTypeResponse' {
- name :: Maybe Text
- httpStatus :: Int
- newDeleteCustomEntityTypeResponse :: Int -> DeleteCustomEntityTypeResponse
- deleteCustomEntityTypeResponse_name :: Lens' DeleteCustomEntityTypeResponse (Maybe Text)
- deleteCustomEntityTypeResponse_httpStatus :: Lens' DeleteCustomEntityTypeResponse Int
Creating a Request
data DeleteCustomEntityType Source #
See: newDeleteCustomEntityType
smart constructor.
Constructors
DeleteCustomEntityType' | |
Instances
newDeleteCustomEntityType Source #
Arguments
:: Text | |
-> DeleteCustomEntityType |
Create a value of DeleteCustomEntityType
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:
DeleteCustomEntityType
, deleteCustomEntityType_name
- The name of the custom pattern that you want to delete.
Request Lenses
deleteCustomEntityType_name :: Lens' DeleteCustomEntityType Text Source #
The name of the custom pattern that you want to delete.
Destructuring the Response
data DeleteCustomEntityTypeResponse Source #
See: newDeleteCustomEntityTypeResponse
smart constructor.
Constructors
DeleteCustomEntityTypeResponse' | |
Fields
|
Instances
newDeleteCustomEntityTypeResponse Source #
Create a value of DeleteCustomEntityTypeResponse
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:
DeleteCustomEntityType
, deleteCustomEntityTypeResponse_name
- The name of the custom pattern you deleted.
$sel:httpStatus:DeleteCustomEntityTypeResponse'
, deleteCustomEntityTypeResponse_httpStatus
- The response's http status code.
Response Lenses
deleteCustomEntityTypeResponse_name :: Lens' DeleteCustomEntityTypeResponse (Maybe Text) Source #
The name of the custom pattern you deleted.
deleteCustomEntityTypeResponse_httpStatus :: Lens' DeleteCustomEntityTypeResponse Int Source #
The response's http status code.