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 |
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.
DeleteConnectorProfile' | |
|
Instances
newDeleteConnectorProfile Source #
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.
$sel:connectorProfileName: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.
DeleteConnectorProfileResponse' | |
|
Instances
Eq DeleteConnectorProfileResponse Source # | |
Read DeleteConnectorProfileResponse Source # | |
Show DeleteConnectorProfileResponse Source # | |
Defined in Amazonka.AppFlow.DeleteConnectorProfile | |
Generic DeleteConnectorProfileResponse Source # | |
NFData DeleteConnectorProfileResponse Source # | |
Defined in Amazonka.AppFlow.DeleteConnectorProfile rnf :: DeleteConnectorProfileResponse -> () # | |
type Rep DeleteConnectorProfileResponse Source # | |
Defined in Amazonka.AppFlow.DeleteConnectorProfile type Rep DeleteConnectorProfileResponse = D1 ('MetaData "DeleteConnectorProfileResponse" "Amazonka.AppFlow.DeleteConnectorProfile" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DeleteConnectorProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.