Module: Aws::SESV2::Endpoints Private

Defined in:
lib/aws-sdk-sesv2/endpoints.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Classes: SendBulkEmail, SendEmail

Class Method Summary collapse

Class Method Details

.parameters_for_operation(context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



34
35
36
37
38
39
40
41
42
43
# File 'lib/aws-sdk-sesv2/endpoints.rb', line 34

def self.parameters_for_operation(context)
  case context.operation_name
  when :send_bulk_email
    SendBulkEmail.build(context)
  when :send_email
    SendEmail.build(context)
  else
    Aws::SESV2::EndpointParameters.create(context.config)
  end
end