class Aws::CloudWatchEvidently::Client

def update_project_data_delivery(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • update_project_data_delivery(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/UpdateProjectDataDelivery - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::UpdateProjectDataDeliveryResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :s3_destination (Types::S3DestinationConfig) --
  • :project (required, String) --
  • :cloud_watch_logs (Types::CloudWatchLogsDestinationConfig) --
def update_project_data_delivery(params = {}, options = {})
  req = build_request(:update_project_data_delivery, params)
  req.send_request(options)
end