libZSservicesZSamazonka-appflowZSamazonka-appflow
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppFlow.UpdateConnectorProfile

Description

Updates a given connector profile associated with your account.

Synopsis

Creating a Request

data UpdateConnectorProfile Source #

See: newUpdateConnectorProfile smart constructor.

Constructors

UpdateConnectorProfile' 

Fields

Instances

Instances details
Eq UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Show UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Generic UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Associated Types

type Rep UpdateConnectorProfile :: Type -> Type #

NFData UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Methods

rnf :: UpdateConnectorProfile -> () #

Hashable UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

ToJSON UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

AWSRequest UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Associated Types

type AWSResponse UpdateConnectorProfile #

ToHeaders UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

ToPath UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

ToQuery UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

type Rep UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

type Rep UpdateConnectorProfile = D1 ('MetaData "UpdateConnectorProfile" "Amazonka.AppFlow.UpdateConnectorProfile" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "UpdateConnectorProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectorProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "connectionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectionMode) :*: S1 ('MetaSel ('Just "connectorProfileConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectorProfileConfig))))
type AWSResponse UpdateConnectorProfile Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

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.

Constructors

UpdateConnectorProfileResponse' 

Fields

Instances

Instances details
Eq UpdateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Read UpdateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Show UpdateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Generic UpdateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

Associated Types

type Rep UpdateConnectorProfileResponse :: Type -> Type #

NFData UpdateConnectorProfileResponse Source # 
Instance details

Defined in Amazonka.AppFlow.UpdateConnectorProfile

type Rep UpdateConnectorProfileResponse Source # 
Instance details

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