| 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.AppFlow.DeleteConnectorProfile
Description
Enables you to delete an existing connector profile.
Synopsis
- data DeleteConnectorProfile = DeleteConnectorProfile' {}
- newDeleteConnectorProfile :: Text -> DeleteConnectorProfile
- deleteConnectorProfile_forceDelete :: Lens' DeleteConnectorProfile (Maybe Bool)
- deleteConnectorProfile_connectorProfileName :: Lens' DeleteConnectorProfile Text
- data DeleteConnectorProfileResponse = DeleteConnectorProfileResponse' {
- httpStatus :: Int
- newDeleteConnectorProfileResponse :: Int -> DeleteConnectorProfileResponse
- deleteConnectorProfileResponse_httpStatus :: Lens' DeleteConnectorProfileResponse Int
Creating a Request
data DeleteConnectorProfile Source #
See: newDeleteConnectorProfile smart constructor.
Constructors
| DeleteConnectorProfile' | |
Fields
| |
Instances
newDeleteConnectorProfile Source #
Arguments
| :: Text | |
| -> DeleteConnectorProfile |
Create a value of DeleteConnectorProfile 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:forceDelete:DeleteConnectorProfile', deleteConnectorProfile_forceDelete - Indicates whether Amazon AppFlow should delete the profile, even if it
is currently in use in one or more flows.
DeleteConnectorProfile, deleteConnectorProfile_connectorProfileName - The name of the connector profile. The name is unique for each
ConnectorProfile in your account.
Request Lenses
deleteConnectorProfile_forceDelete :: Lens' DeleteConnectorProfile (Maybe Bool) Source #
Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
deleteConnectorProfile_connectorProfileName :: Lens' DeleteConnectorProfile Text Source #
The name of the connector profile. The name is unique for each
ConnectorProfile in your account.
Destructuring the Response
data DeleteConnectorProfileResponse Source #
See: newDeleteConnectorProfileResponse smart constructor.
Constructors
| DeleteConnectorProfileResponse' | |
Fields
| |
Instances
newDeleteConnectorProfileResponse Source #
Create a value of DeleteConnectorProfileResponse 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:httpStatus:DeleteConnectorProfileResponse', deleteConnectorProfileResponse_httpStatus - The response's http status code.
Response Lenses
deleteConnectorProfileResponse_httpStatus :: Lens' DeleteConnectorProfileResponse Int Source #
The response's http status code.