Method: Aws::Appflow::Client#update_connector_registration
- Defined in:
- lib/aws-sdk-appflow/client.rb
#update_connector_registration(params = {}) ⇒ Types::UpdateConnectorRegistrationResponse
Updates a custom connector that you’ve previously registered. This operation updates the connector with one of the following:
-
The latest version of the AWS Lambda function that’s assigned to the connector
-
A new AWS Lambda function that you specify
2990 2991 2992 2993 |
# File 'lib/aws-sdk-appflow/client.rb', line 2990 def update_connector_registration(params = {}, = {}) req = build_request(:update_connector_registration, params) req.send_request() end |