class Aws::Plugins::InvocationId::Handler
@api private
def call(context)
def call(context) context.http_request.headers['amz-sdk-invocation-id'] = SecureRandom.uuid @handler.call(context) end
@api private
def call(context) context.http_request.headers['amz-sdk-invocation-id'] = SecureRandom.uuid @handler.call(context) end