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 |
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.
UpdateConnectorProfile' | |
|
Instances
newUpdateConnectorProfile Source #
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:
$sel:connectorProfileName:UpdateConnectorProfile'
, updateConnectorProfile_connectorProfileName
- The name of the connector profile and is unique for each
ConnectorProfile
in the Amazon Web Services account.
$sel:connectionMode: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.
UpdateConnectorProfileResponse' | |
|
Instances
Eq UpdateConnectorProfileResponse Source # | |
Read UpdateConnectorProfileResponse Source # | |
Show UpdateConnectorProfileResponse Source # | |
Defined in Amazonka.AppFlow.UpdateConnectorProfile | |
Generic UpdateConnectorProfileResponse Source # | |
NFData UpdateConnectorProfileResponse Source # | |
Defined in Amazonka.AppFlow.UpdateConnectorProfile rnf :: UpdateConnectorProfileResponse -> () # | |
type Rep UpdateConnectorProfileResponse Source # | |
Defined in Amazonka.AppFlow.UpdateConnectorProfile type Rep UpdateConnectorProfileResponse = D1 ('MetaData "UpdateConnectorProfileResponse" "Amazonka.AppFlow.UpdateConnectorProfile" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "UpdateConnectorProfileResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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:
$sel:connectorProfileArn: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.