| 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.UpdateConnectorProfile
Description
Updates a given connector profile associated with your account.
Synopsis
- data UpdateConnectorProfile = UpdateConnectorProfile' {}
- newUpdateConnectorProfile :: Text -> ConnectionMode -> ConnectorProfileConfig -> UpdateConnectorProfile
- updateConnectorProfile_connectorProfileName :: Lens' UpdateConnectorProfile Text
- updateConnectorProfile_connectionMode :: Lens' UpdateConnectorProfile ConnectionMode
- updateConnectorProfile_connectorProfileConfig :: Lens' UpdateConnectorProfile ConnectorProfileConfig
- data UpdateConnectorProfileResponse = UpdateConnectorProfileResponse' {}
- newUpdateConnectorProfileResponse :: Int -> UpdateConnectorProfileResponse
- updateConnectorProfileResponse_connectorProfileArn :: Lens' UpdateConnectorProfileResponse (Maybe Text)
- updateConnectorProfileResponse_httpStatus :: Lens' UpdateConnectorProfileResponse Int
Creating a Request
data UpdateConnectorProfile Source #
See: newUpdateConnectorProfile smart constructor.
Constructors
| UpdateConnectorProfile' | |
Fields
| |
Instances
newUpdateConnectorProfile Source #
Arguments
| :: Text | |
| -> ConnectionMode | |
| -> ConnectorProfileConfig | |
| -> UpdateConnectorProfile |
Create a value of UpdateConnectorProfile 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:
UpdateConnectorProfile, updateConnectorProfile_connectorProfileName - The name of the connector profile and is unique for each
ConnectorProfile in the Amazon Web Services account.
UpdateConnectorProfile, updateConnectorProfile_connectionMode - Indicates the connection mode and if it is public or private.
$sel:connectorProfileConfig:UpdateConnectorProfile', updateConnectorProfile_connectorProfileConfig - Defines the connector-specific profile configuration and credentials.
Request Lenses
updateConnectorProfile_connectorProfileName :: Lens' UpdateConnectorProfile Text Source #
The name of the connector profile and is unique for each
ConnectorProfile in the Amazon Web Services account.
updateConnectorProfile_connectionMode :: Lens' UpdateConnectorProfile ConnectionMode Source #
Indicates the connection mode and if it is public or private.
updateConnectorProfile_connectorProfileConfig :: Lens' UpdateConnectorProfile ConnectorProfileConfig Source #
Defines the connector-specific profile configuration and credentials.
Destructuring the Response
data UpdateConnectorProfileResponse Source #
See: newUpdateConnectorProfileResponse smart constructor.
Constructors
| UpdateConnectorProfileResponse' | |
Fields
| |
Instances
newUpdateConnectorProfileResponse Source #
Create a value of UpdateConnectorProfileResponse 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:
UpdateConnectorProfileResponse, updateConnectorProfileResponse_connectorProfileArn - The Amazon Resource Name (ARN) of the connector profile.
$sel:httpStatus:UpdateConnectorProfileResponse', updateConnectorProfileResponse_httpStatus - The response's http status code.
Response Lenses
updateConnectorProfileResponse_connectorProfileArn :: Lens' UpdateConnectorProfileResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the connector profile.
updateConnectorProfileResponse_httpStatus :: Lens' UpdateConnectorProfileResponse Int Source #
The response's http status code.