class Aws::CloudWatchEvidently::Client

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

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

Overloads:
  • update_launch(params = {})

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

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

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

Options Hash: (**params)
  • :scheduled_splits_config (Types::ScheduledSplitsLaunchConfig) --
  • :randomization_salt (String) --
  • :project (required, String) --
  • :metric_monitors (Array) --
  • :launch (required, String) --
  • :groups (Array) --
  • :description (String) --
def update_launch(params = {}, options = {})
  req = build_request(:update_launch, params)
  req.send_request(options)
end